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

1 2 3 45 6 7 8 9

  /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/
regcoll.cpp 1136 uint8_t key1[100], key2[100]; local
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1150 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
1192 CollationKey key1, key2; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 56 * multimap.put(key1, foo);
58 * multimap.put(key1, baz);}</pre>
60 * ... the iteration order for {@link #keys()} is {@code [key1, key2, key1]},
65 * map.remove(key1, foo);}</pre>
67 * changes the entries iteration order to {@code [key2=bar, key1=baz]} and the
68 * key iteration order to {@code [key2, key1]}. The {@link #entries()} iterator
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 52 * multimap.put(key1, foo);
54 * multimap.put(key1, baz);}</pre>
56 * ... the iteration order for {@link #keys()} is {@code [key1, key2, key1]},
61 * map.remove(key1, foo);}</pre>
63 * changes the entries iteration order to {@code [key2=bar, key1=baz]} and the
64 * key iteration order to {@code [key2, key1]}. The {@link #entries()} iterator
  /gdk/build/gmsl/
gmsl-tests 400 $(call test_assert,$(call get,myarray,key1),)
401 $(call set,myarray,key1,value1)
402 $(call test_assert,$(call get,myarray,key1),value1)
404 $(call test_assert,$(call get,myarray1,key1),)
405 $(call test_assert,$(call defined,myarray,key1),T)
407 $(call test_assert,$(call defined,myarray1,key1),)
409 $(call test_assert,$(call keys,myarray),key1 key2)
  /ndk/build/gmsl/
gmsl-tests 400 $(call test_assert,$(call get,myarray,key1),)
401 $(call set,myarray,key1,value1)
402 $(call test_assert,$(call get,myarray,key1),value1)
404 $(call test_assert,$(call get,myarray1,key1),)
405 $(call test_assert,$(call defined,myarray,key1),T)
407 $(call test_assert,$(call defined,myarray1,key1),)
409 $(call test_assert,$(call keys,myarray),key1 key2)
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 484 private boolean matchKeys(Object key1, Object key2)
486 if ((key1 instanceof RSAPublicKey) && (key2 instanceof RSAPublicKey))
488 RSAPublicKey savedRSAKey = (RSAPublicKey) key1;
504 if ((key1 instanceof DSAPublicKey) && (key2 instanceof DSAPublicKey))
506 DSAPublicKey savedDSAKey = (DSAPublicKey) key1;
  /external/openssl/crypto/aes/asm/
aes-s390x.pl     [all...]
  /external/clang/test/Analysis/
retain-release.mm 358 NSString * radar11152419(NSString *string1, NSString *key1, NSMapTable *map) {
359 NSString *string = ( NSString *)NSMapGet(map, key1);
362 NSString *key = [key1 copy];
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 143 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", local
145 assertFalse(em.isCryptoAllowed(key1));
147 em.init(key1);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Messages.java 66 * public static final String KEY_ONE = "KEY1";
71 * their values ("KEY1" ...).
  /external/openssl/crypto/des/
des.h 231 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
239 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
  /external/openssl/include/openssl/
des.h 231 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
239 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
  /external/srec/portable/include/
phashtable.h 79 * Signature for comparison functions. Must return 0 if key1 is identical to
85 typedef int (*PHashCompFunction)(const LCHAR *key1, const LCHAR *key2);
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 261 * Example : {key1=value1},{key2=value2}..
264 * {key1=value1},{key2=value2}{key3}
  /frameworks/base/media/java/android/media/
AudioSystem.java 118 * key1=value1;key2=value2;...
128 * key1=value1;key2=value2;...
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 101 // key value pairs in the form: key1=value1;key2=value2;...
167 // key value pairs in the form: key1=value1;key2=value2;...
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceTest.java 117 final String key = "key1";
  /external/openssl/crypto/modes/
modes_lcl.h 121 void *key1, *key2; member in struct:xts128_context
  /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/
serialize.h 125 static bool Match(void* key1, void* key2) { return key1 == key2; }
434 static bool SerializationMatchFun(void* key1, void* key2) {
435 return key1 == key2;
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 68 * android:key="key1"
72 * android:action="key1.ACTION"
73 * android:targetPackage="key1.package"
74 * android:targetClass="key1.class" /&gt;
  /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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 566 String[] keys = new String[] { "key1", "key2", "key3" };
625 String[] keys = new String[] { "key1", "key2", "key3" };
836 .getProperty("key1"));
850 .getProperty("key1"));
874 myProps.setProperty("key1", "value1")
    [all...]

Completed in 1331 milliseconds

1 2 3 45 6 7 8 9