HomeSort by relevance Sort by last modified time
    Searched full:key1 (Results 76 - 100 of 209) sorted by null

1 2 34 5 6 7 8 9

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetuserdata01.js 98 userData = doc.getUserData("key1");
nodegetuserdata02.js 98 userData = doc.getUserData("key1");
  /libcore/luni/src/test/java/libcore/java/util/
OldLinkedHashMapTest.java 31 map.put("key1", "value1");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 177 byte[] key1 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0};
179 ks = new DESKeySpec(key1, 2);
186 + "as specified in a constructor.", key1, res);
188 System.arraycopy(key1, 2, exp, 0, 8);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java 53 String s = "bar,key1=>{value1,value2},key2=>{value3,value4}";
  /external/icu4c/common/
uhash.c 922 const UHashTok key1 = elem1->key; local
928 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1));
942 uhash_compareUChars(const UHashTok key1, const UHashTok key2) {
943 const UChar *p1 = (const UChar*) key1.pointer;
959 uhash_compareChars(const UHashTok key1, const UHashTok key2) {
960 const char *p1 = (const char*) key1.pointer;
976 uhash_compareIChars(const UHashTok key1, const UHashTok key2) {
977 const char *p1 = (const char*) key1.pointer;
    [all...]
unistr_case.cpp 235 uhash_compareCaselessUnicodeString(const UHashTok key1, const UHashTok key2) {
237 const UnicodeString *str1 = (const UnicodeString*) key1.pointer;
  /external/skia/third_party/glu/libtess/
priorityq-heap.h 99 int (*leq)(PQkey key1, PQkey key2);
102 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
priorityq-sort.h 110 int (*leq)(PQkey key1, PQkey key2);
113 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
priorityq.h 110 int (*leq)(PQkey key1, PQkey key2);
113 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
dict.c 48 int (*leq)(void *frame, DictKey key1, DictKey key2) )
  /external/openssl/crypto/evp/
e_aes.c 93 const AES_KEY *key1, const AES_KEY *key2,
136 size_t len, const AES_KEY *key1,
139 size_t len, const AES_KEY *key1,
149 const AES_KEY *key1, const AES_KEY *key2,
152 const AES_KEY *key1, const AES_KEY *key2,
206 const AES_KEY *key1, const AES_KEY *key2,
212 const AES_KEY *key1, const AES_KEY *key2,
373 xctx->xts.key1 = &xctx->ks1;
1046 /* key1 and key2 are used as an indicator both key and IV are set */
1047 xctx->xts.key1 = NULL
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapTest.java 286 Integer key1 = 1; local
288 assertNull(tm.put(key1, o));
292 assertSame(tm.get(key1), tm.get(key2));
293 assertSame(o, tm.put(key1, o2));
294 assertSame(o2, tm.get(key1));
578 treeMapWithNull.put("key1", "value1"); //$NON-NLS-1$ //$NON-NLS-2$
581 "key1"); //$NON-NLS-1$
    [all...]
  /external/icu4c/i18n/unicode/
sortkey.h 215 * . CollationKey key1, key2;
217 * . myCollation->getCollationKey("abc", key1, status1);
221 * . // key1.hashCode() != key2.hashCode()
  /external/chromium/third_party/libjingle/source/talk/base/
linux.h 48 // std::string val1 = key_val_pairs[section_num][key1];
  /external/stlport/test/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
368 cont.insert(value(&key1, 1));
416 Key key1(1), key2(2), key3(3), key4(4);
417 cont.insert(value(&key1, 1));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
423 keySet.insert(&key1);
469 Key key1(1), key2(2), key3(3), key4(4);
470 keySet.insert(&key1);
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
368 cont.insert(value(&key1, 1));
416 Key key1(1), key2(2), key3(3), key4(4);
417 cont.insert(value(&key1, 1));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
423 keySet.insert(&key1);
469 Key key1(1), key2(2), key3(3), key4(4);
470 keySet.insert(&key1);
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
368 cont.insert(value(&key1, 1));
416 Key key1(1), key2(2), key3(3), key4(4);
417 cont.insert(value(&key1, 1));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
423 keySet.insert(&key1);
469 Key key1(1), key2(2), key3(3), key4(4);
470 keySet.insert(&key1);
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 71 private static final String KEY1 = "key1";
96 values.put(COLUMN_KEY_NAME, KEY1);
329 assertEquals(KEY1, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
777 values.put(COLUMN_KEY_NAME, KEY1);
799 assertEquals(KEY1, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
    [all...]
  /external/openssl/crypto/des/
read2pwd.c 129 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
136 DES_string_to_2keys(buf,key1,key2);
  /external/v8/src/
interface.cc 35 static bool Match(void* key1, void* key2) {
36 String* name1 = *static_cast<String**>(key1);
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 114 * example: key0,key1=value1,key2,key3,key4=value4
124 * example: key0,key1=value1,key2,key3,key4=value4

Completed in 606 milliseconds

1 2 34 5 6 7 8 9