OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyArray
(Results
1 - 25
of
27
) sorted by null
1
2
/external/deqp/framework/delibs/depool/
dePoolHashArray.c
35
deInt16Array*
keyArray
= deInt16Array_create(pool);
51
deTestHashArray_copyToArray(hashArray,
keyArray
, DE_NULL);
53
DE_TEST_ASSERT(deInt16Array_getNumElements(
keyArray
) == 20);
58
DE_TEST_ASSERT(deInt16Array_get(
keyArray
, i) == (deInt16)(-i^0x5));
65
deTestHashArray_copyToArray(hashArray,
keyArray
, DE_NULL);
68
DE_TEST_ASSERT(deInt16Array_getNumElements(
keyArray
) == 0);
dePoolHash.c
115
deTestInt16Array*
keyArray
= deTestInt16Array_create(pool);
120
deTestHash_copyToArray(hash,
keyArray
, DE_NULL);
121
DE_TEST_ASSERT(deTestInt16Array_getNumElements(
keyArray
) == numElements);
126
deTestInt16Array_setSize(
keyArray
, 0);
128
deTestHash_copyToArray(hash,
keyArray
, valueArray);
129
DE_TEST_ASSERT(deTestInt16Array_getNumElements(
keyArray
) == numElements);
134
deInt16 key = deTestInt16Array_get(
keyArray
, ndx);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h
46
__strong ACBKey *
keyArray
[BTNODESIZE];
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtils.java
97
final String[]
keyArray
= new String[attributeMap.size()];
101
keyArray
[index] = key;
105
return createEmptyDictFileNative(filePath, dictVersion, locale.toString(),
keyArray
,
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
WeakHashMapTest.java
43
Object[]
keyArray
= new Object[100];
58
whm.put(
keyArray
[i], valueArray[i]);
61
whm.get(
keyArray
[i]) == valueArray[i]);
72
whm.put(
keyArray
[i], valueArray[i]);
75
whm.get(
keyArray
[i]) == valueArray[i]);
97
whm.put(
keyArray
[i], valueArray[i]);
100
whm.get(
keyArray
[i]) == valueArray[i]);
138
whm.put(
keyArray
[i], valueArray[i]);
143
.get(
keyArray
[i]));
154
whm.put(
keyArray
[i], valueArray[i])
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
153
final String[]
keyArray
= new String[attributeMap.size()];
157
keyArray
[index] = key;
161
mNativeDict = createOnMemoryNative(formatVersion, locale.toString(),
keyArray
, valueArray);
/libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java
149
String[]
keyArray
= new String[]{"Value", "DoubleValue", "LongValue", "IntValue"};
150
pref.put(
keyArray
[0], "String");
151
pref.putDouble(
keyArray
[1], new Double(9.10938188e-31));
152
pref.putLong(
keyArray
[2], new Long(Long.MIN_VALUE));
153
pref.putInt(
keyArray
[3], 299792458);
158
assertEquals(
keyArray
.length, str.length);
159
for(int i = 0; i <
keyArray
.length; i++) {
160
pref.remove(
keyArray
[i]);
162
assertEquals(
keyArray
.length - i - 1, str.length);
634
String[]
keyArray
= new String[]{"Value", "DoubleValue", "BoolValue", "IntValue"}
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar
org.eclipse.equinox.registry_3.5.0.v20100503.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar
org.eclipse.osgi_3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
Completed in 817 milliseconds
1
2