/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);
|
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/ |
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);
|
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/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);
|
des.h | 228 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2); 236 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
|
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtilsTest.java | 562 String key1 = DatabaseUtils.getCollationKey("abc"); local 566 assertTrue(key1.equals(key2)); 567 assertFalse(key1.equals(key3)); 569 key1 = DatabaseUtils.getHexCollationKey("abc"); 573 assertTrue(key1.equals(key2)); 574 assertFalse(key1.equals(key3)); [all...] |
/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 : " [all...] |
/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)
|
/cts/tests/tests/location/src/android/location/cts/ |
AddressTest.java | 63 extras.putParcelable("key1", new MockParcelable()); 162 extras.putBoolean("key1", false); 168 assertFalse(actual.getBoolean("key1"));
|
/external/wpa_supplicant/tests/ |
test_sha1.c | 187 static u8 key1[] = "Jefe"; variable 292 sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1,
|
/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/include/openssl/ |
des.h | 228 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2); 236 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/view/inputmethod/ |
InputMethodSubtype.java | 217 * example: key0,key1=value1,key2,key3,key4=value4 227 * example: key0,key1=value1,key2,key3,key4=value4
|
/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;... 160 // key value pairs in the form: key1=value1;key2=value2;...
|
/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);
|
/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" />
|
/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...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers.h | 694 // "key1: v1\r\n" 695 // "key1: \r\n" 696 // "key1:\r\n" 697 // "key1: v1\r\n" 698 // "key1:v2\r\n" 701 // vector out after GetAllOfHeader("key1", &out) is: [all...] |
/external/chromium/net/websockets/ |
websocket_handshake_unittest.cc | 117 "Sec-WebSocket-Key1: 388P O503D&ul7 {K%gX( %7 15\r\n" 194 "Sec-WebSocket-Key1: 388P O503D&ul7 {K%gX( %7 15\r\n"
|