Searched refs:index (Results 26 - 50 of 1574) sorted by relevance

1234567891011>>

/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DIdentityHashSet.java42 int index = (System.identityHashCode(key) & 0x7FFFFFFF) % tab.length;
45 final Object e = tab[index];
50 index = (index + 1) % tab.length;
72 int index = (System.identityHashCode(oldMap[i]) & 0x7FFFFFFF) % newMap.length;
73 while (newMap[index] != null)
74 index = (index + 1) % newMap.length;
75 newMap[index] = oldMap[i];
89 int index
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java42 int index = (System.identityHashCode(key) & 0x7FFFFFFF) % tab.length;
45 final Object e = tab[index];
50 index = (index + 1) % tab.length;
72 int index = (System.identityHashCode(oldMap[i]) & 0x7FFFFFFF) % newMap.length;
73 while (newMap[index] != null)
74 index = (index + 1) % newMap.length;
75 newMap[index] = oldMap[i];
89 int index
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;} argument
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} argument
130 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;} argument
131 public String getTestSuiteName(int index){ i argument
132 getTestSuitePurpose(int index) argument
133 getTestSuiteID(int index) argument
134 getTestSuiteGroup(int index) argument
135 getTestSuitePreamble(int index) argument
136 getTestSuitePostamble(int index) argument
137 getTestSuite(int index) argument
138 getTestName(int index) argument
139 getTestMarker(int index) argument
140 getTestID(int index) argument
141 getTestIssue(int index) argument
142 getTestGroup(int index) argument
143 getTestScript(int index) argument
144 getTestHTMLLink(int index) argument
145 getTestPurpose(int index) argument
146 getTestPreamble(int index) argument
147 getTestSteps(int index) argument
148 getTestPostamble(int index) argument
149 getTestResult(int index) argument
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java127 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;} argument
128 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} argument
129 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;} argument
130 public String getTestSuiteName(int index){ i argument
131 getTestSuitePurpose(int index) argument
132 getTestSuiteID(int index) argument
133 getTestSuiteGroup(int index) argument
134 getTestSuitePreamble(int index) argument
135 getTestSuitePostamble(int index) argument
136 getTestSuite(int index) argument
137 getTestName(int index) argument
138 getTestMarker(int index) argument
139 getTestID(int index) argument
140 getTestIssue(int index) argument
141 getTestGroup(int index) argument
142 getTestScript(int index) argument
143 getTestHTMLLink(int index) argument
144 getTestPurpose(int index) argument
145 getTestPreamble(int index) argument
146 getTestSteps(int index) argument
147 getTestPostamble(int index) argument
148 getTestResult(int index) argument
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;} argument
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} argument
130 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;} argument
131 public String getTestSuiteName(int index){ i argument
132 getTestSuitePurpose(int index) argument
133 getTestSuiteID(int index) argument
134 getTestSuiteGroup(int index) argument
135 getTestSuitePreamble(int index) argument
136 getTestSuitePostamble(int index) argument
137 getTestSuite(int index) argument
138 getTestName(int index) argument
139 getTestMarker(int index) argument
140 getTestID(int index) argument
141 getTestIssue(int index) argument
142 getTestGroup(int index) argument
143 getTestScript(int index) argument
144 getTestHTMLLink(int index) argument
145 getTestPurpose(int index) argument
146 getTestPreamble(int index) argument
147 getTestSteps(int index) argument
148 getTestPostamble(int index) argument
149 getTestResult(int index) argument
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;} argument
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} argument
130 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;} argument
131 public String getTestSuiteName(int index){ i argument
132 getTestSuitePurpose(int index) argument
133 getTestSuiteID(int index) argument
134 getTestSuiteGroup(int index) argument
135 getTestSuitePreamble(int index) argument
136 getTestSuitePostamble(int index) argument
137 getTestSuite(int index) argument
138 getTestName(int index) argument
139 getTestMarker(int index) argument
140 getTestID(int index) argument
141 getTestIssue(int index) argument
142 getTestGroup(int index) argument
143 getTestScript(int index) argument
144 getTestHTMLLink(int index) argument
145 getTestPurpose(int index) argument
146 getTestPreamble(int index) argument
147 getTestSteps(int index) argument
148 getTestPostamble(int index) argument
149 getTestResult(int index) argument
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java127 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;} argument
128 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} argument
129 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;} argument
130 public String getTestSuiteName(int index){ i argument
131 getTestSuitePurpose(int index) argument
132 getTestSuiteID(int index) argument
133 getTestSuiteGroup(int index) argument
134 getTestSuitePreamble(int index) argument
135 getTestSuitePostamble(int index) argument
136 getTestSuite(int index) argument
137 getTestName(int index) argument
138 getTestMarker(int index) argument
139 getTestID(int index) argument
140 getTestIssue(int index) argument
141 getTestGroup(int index) argument
142 getTestScript(int index) argument
143 getTestHTMLLink(int index) argument
144 getTestPurpose(int index) argument
145 getTestPreamble(int index) argument
146 getTestSteps(int index) argument
147 getTestPostamble(int index) argument
148 getTestResult(int index) argument
[all...]
/forgerock/openam-v13/openam-scripting/src/main/js/
H A Dfontdetector.js24 var detector = {}, baseFonts, testString, testSize, h, s, defaultWidth = {}, defaultHeight = {}, index;
43 for (index in baseFonts) {
45 s.style.fontFamily = baseFonts[index];
47 defaultWidth[baseFonts[index]] = s.offsetWidth; //width for the default font
48 defaultHeight[baseFonts[index]] = s.offsetHeight; //height for the defualt font
53 var detected = false, index, matched;
54 for (index in baseFonts) {
55 s.style.fontFamily = font + ',' + baseFonts[index]; // name of the font along with the base font for fallback.
57 matched = (s.offsetWidth !== defaultWidth[baseFonts[index]] || s.offsetHeight !== defaultHeight[baseFonts[index]]);
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/js/org/forgerock/openam/extensions/authmodules/adaptivedeviceprint/infocollectors/lib/
H A Dfontdetect.js28 var detector = {}, baseFonts, testString, testSize, h, s, defaultWidth = {}, defaultHeight = {}, index;
47 for (index in baseFonts) {
49 s.style.fontFamily = baseFonts[index];
51 defaultWidth[baseFonts[index]] = s.offsetWidth; //width for the default font
52 defaultHeight[baseFonts[index]] = s.offsetHeight; //height for the defualt font
57 var detected = false, index, matched;
58 for (index in baseFonts) {
59 s.style.fontFamily = font + ',' + baseFonts[index]; // name of the font along with the base font for fallback.
61 matched = (s.offsetWidth !== defaultWidth[baseFonts[index]] || s.offsetHeight !== defaultHeight[baseFonts[index]]);
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DToken.java95 return index;
98 void setTokenIndex(int index) { argument
99 this.index = index;
114 private int index; field in class:Token
/forgerock/openam/openam-scripting/src/main/js/
H A Dfontdetector.js24 var detector = {}, baseFonts, testString, testSize, h, s, defaultWidth = {}, defaultHeight = {}, index;
43 for (index in baseFonts) {
45 s.style.fontFamily = baseFonts[index];
47 defaultWidth[baseFonts[index]] = s.offsetWidth; //width for the default font
48 defaultHeight[baseFonts[index]] = s.offsetHeight; //height for the defualt font
53 var detected = false, index, matched;
54 for (index in baseFonts) {
55 s.style.fontFamily = font + ',' + baseFonts[index]; // name of the font along with the base font for fallback.
57 matched = (s.offsetWidth !== defaultWidth[baseFonts[index]] || s.offsetHeight !== defaultHeight[baseFonts[index]]);
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DToken.java95 return index;
98 void setTokenIndex(int index) { argument
99 this.index = index;
114 private int index; field in class:Token
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplInputStream.java51 private int index; field in class:ReplInputStream
110 index = 0;
116 receivedLength = bytes.length - index;
128 System.arraycopy(bytes, index, b, off, copiedLength);
129 index += copiedLength;
131 if (index == bytes.length)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplInputStream.java51 private int index; field in class:ReplInputStream
110 index = 0;
116 receivedLength = bytes.length - index;
128 System.arraycopy(bytes, index, b, off, copiedLength);
129 index += copiedLength;
131 if (index == bytes.length)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplInputStream.java51 private int index; field in class:ReplInputStream
110 index = 0;
116 receivedLength = bytes.length - index;
128 System.arraycopy(bytes, index, b, off, copiedLength);
129 index += copiedLength;
131 if (index == bytes.length)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DVerifyConfig.java75 * Add the name of an index to those indexes to be verified for completeness.
76 * @param index The name of an index to be verified for completeness.
78 public void addCompleteIndex(String index) argument
80 Reject.ifNull(index);
81 completeList.add(index);
94 * Add the name of an index to those indexes to be verified for cleanliness.
95 * @param index The name of an index to be verified for cleanliness.
97 public void addCleanIndex(String index) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DServerOrSiteEntry.java34 int index = serverEntry.indexOf("|");
35 if (index != -1) {
38 originalUrl = serverEntry.substring(0, index);
40 id = serverEntry.substring(index + 1, serverEntry.length());
42 index = id.indexOf("|");
43 if (index != -1) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DServerOrSiteEntry.java34 int index = serverEntry.indexOf("|");
35 if (index != -1) {
38 originalUrl = serverEntry.substring(0, index);
40 id = serverEntry.substring(index + 1, serverEntry.length());
42 index = id.indexOf("|");
43 if (index != -1) {
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DremoveFromTarget.js37 var index = targetValue.indexOf(value[x]);
38 if (index > -1) {
39 targetValue.splice(index, 1);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java75 * Returns the point at the provided index.
76 * @param index the index.
77 * @return the point at the provided index.
79 public Point getPoint(int index) argument
81 return points.get(index);
85 * Returns the scroll at the provided index.
86 * @param index the index.
87 * @return the scroll at the provided index
89 getScrollPane(int index) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java74 * Returns the point at the provided index.
75 * @param index the index.
76 * @return the point at the provided index.
78 public Point getPoint(int index) argument
80 return points.get(index);
84 * Returns the scroll at the provided index.
85 * @param index the index.
86 * @return the scroll at the provided index
88 getScrollPane(int index) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java75 * Returns the point at the provided index.
76 * @param index the index.
77 * @return the point at the provided index.
79 public Point getPoint(int index) argument
81 return points.get(index);
85 * Returns the scroll at the provided index.
86 * @param index the index.
87 * @return the scroll at the provided index
89 getScrollPane(int index) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java74 * Returns the point at the provided index.
75 * @param index the index.
76 * @return the point at the provided index.
78 public Point getPoint(int index) argument
80 return points.get(index);
84 * Returns the scroll at the provided index.
85 * @param index the index.
86 * @return the scroll at the provided index
88 getScrollPane(int index) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java75 * Returns the point at the provided index.
76 * @param index the index.
77 * @return the point at the provided index.
79 public Point getPoint(int index) argument
81 return points.get(index);
85 * Returns the scroll at the provided index.
86 * @param index the index.
87 * @return the scroll at the provided index
89 getScrollPane(int index) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DViewPositions.java75 * Returns the point at the provided index.
76 * @param index the index.
77 * @return the point at the provided index.
79 public Point getPoint(int index) argument
81 return points.get(index);
85 * Returns the scroll at the provided index.
86 * @param index the index.
87 * @return the scroll at the provided index
89 getScrollPane(int index) argument
[all...]

Completed in 140 milliseconds

1234567891011>>