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

1 2 34 5 6

  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 408 String key1 = DatabaseUtils.getCollationKey("abc"); local
412 assertTrue(key1.equals(key2));
413 assertFalse(key1.equals(key3));
415 key1 = DatabaseUtils.getHexCollationKey("abc");
419 assertTrue(key1.equals(key2));
420 assertFalse(key1.equals(key3));
  /external/icu4c/test/intltest/
apicoll.cpp 1128 CollationKey key1; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_sha1.c 206 static u8 key1[] = "Jefe"; variable
311 sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1,
  /external/skia/third_party/glu/libtess/
priorityq-heap.c 62 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) )
priorityq.c 57 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) )
  /external/stlport/test/unit/
unordered_test.cpp 595 Key key1(1), key2(2), key3(3), key4(4);
596 cont.insert(&key1);
636 Key key1(1), key2(2), key3(3), key4(4);
637 cont.insert(&key1);
  /external/v8/src/
hashmap.h 41 typedef bool (*MatchFun) (void* key1, void* key2);
debug.h 186 static bool ScriptMatch(void* key1, void* key2) { return key1 == key2; }
    [all...]
d8.h 113 static bool Match(void* key1, void* key2);
scopes.cc 51 static bool Match(void* key1, void* key2) {
52 String* name1 = *reinterpret_cast<String**>(key1);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 595 Key key1(1), key2(2), key3(3), key4(4);
596 cont.insert(&key1);
636 Key key1(1), key2(2), key3(3), key4(4);
637 cont.insert(&key1);
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 595 Key key1(1), key2(2), key3(3), key4(4);
596 cont.insert(&key1);
636 Key key1(1), key2(2), key3(3), key4(4);
637 cont.insert(&key1);
  /external/icu4c/common/
normalizer2impl.cpp 658 uint16_t key1, firstUnit; local
662 key1=(uint16_t)(trail<<1);
663 while(key1>(firstUnit=*list)) {
666 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
676 key1=(uint16_t)(COMP_1_TRAIL_LIMIT+
682 if(key1>(firstUnit=*list)) {
684 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
    [all...]
stringtriebuilder.cpp 29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) {
30 return U_NAMESPACE_QUALIFIER StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
  /external/openssl/crypto/aes/asm/
aes-s390x.pl     [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 290 const string16 key1 = local
294 return l10n_util::StringComparator<string16>(collator_)(key1, key2);
  /external/libsepol/src/
hashtab.c 38 const hashtab_key_t key1,
  /external/bluetooth/glib/gobject/
gparam.c 873 const GParamSpec *key1 = key_spec_1; local
876 return (key1->owner_type == key2->owner_type &&
877 strcmp (key1->name, key2->name) == 0);
    [all...]
  /external/chromium/net/disk_cache/
entry_unittest.cc 613 std::string key1("the first key");
615 ASSERT_EQ(net::OK, CreateEntry(key1, &entry));
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 608 int sdp_attrid_comp_func(const void *key1, const void *key2);
  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc     [all...]
  /external/markdown/markdown/
__init__.py 512 following format: "extname(key1=value1,key2=value2)"
  /external/icu4c/i18n/
tzgnames.cpp 79 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) {
80 PartialLocationKey *p1 = (PartialLocationKey *)key1.pointer;
    [all...]
  /external/openssl/crypto/des/
des_old.h 390 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
397 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
  /external/openssl/include/openssl/
des_old.h 390 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
397 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);

Completed in 1622 milliseconds

1 2 34 5 6