HomeSort by relevance Sort by last modified time
    Searched full:key2 (Results 201 - 225 of 431) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 72 private static final String KEY2 = "key2";
101 values.put(COLUMN_KEY_NAME, KEY2);
317 assertEquals(KEY2, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
374 assertEquals(KEY2, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
781 values.put(COLUMN_KEY_NAME, KEY2);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regcoll.cpp 1136 uint8_t key1[100], key2[100]; local
1144 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1150 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
1154 + TestUtility::hex(key2, len2));
    [all...]
apicoll.cpp 1122 CollationKey key2; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 236 assertTrue("Failed to add empty key2", prop.get("").equals(""));
333 assertEquals("Failed to add empty key2", "", prop.get(""));
566 String[] keys = new String[] { "key1", "key2", "key3" };
625 String[] keys = new String[] { "key1", "key2", "key3" };
848 .getProperty("key2"));
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 204 key2 = self._get_key_value(common.SEC_WEBSOCKET_KEY2_HEADER)
208 challenge += struct.pack('!I', key2) # network byteorder int
  /external/chromium_org/chrome/browser/chromeos/system/
syslogs_provider.cc 78 // KEY2=VALUE
81 // and assume that KEY1's value is "KEY2=VALUE" rather than empty.
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 91 inline unsigned pairIntHash(unsigned key1, unsigned key2)
97 uint64_t product = longRandom * (shortRandom1 * key1 + shortRandom2 * key2);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi00.py 255 key2 = self._get_key_value(common.SEC_WEBSOCKET_KEY2_HEADER)
259 challenge += struct.pack('!I', key2) # network byteorder int
  /external/chromium_org/third_party/openssl/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,
speed.c 184 static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12}; local
197 DES_set_key_unchecked(&key2,&sch2);
  /external/chromium_org/third_party/openssl/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/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,
speed.c 184 static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12}; local
197 DES_set_key_unchecked(&key2,&sch2);
  /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 80 * key2 and non-zero otherwise. The hash function and the comparison function
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}
  /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;...
  /external/icu4c/test/intltest/
apicoll.cpp 1131 CollationKey key2; local
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 409 String key2 = DatabaseUtils.getCollationKey("ABC"); local
412 assertTrue(key1.equals(key2));
416 key2 = DatabaseUtils.getHexCollationKey("ABC");
419 assertTrue(key1.equals(key2));
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_apitest.cc 141 EXPECT_TRUE((iter = message.data.find("key2")) != message.data.end());
  /external/chromium_org/chrome/browser/
internal_auth_unittest.cc 42 map["key2"] = "value2";
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 30 m_key2 = IndexedDBKey(ASCIIToUTF16("key2"));
  /external/chromium_org/content/common/dom_storage/
dom_storage_map_unittest.cc 17 const base::string16 kKey2(ASCIIToUTF16("key2"));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
nacl_io.h 55 * e.g. "key1=param1,key2=param2"
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_serializer.pm 111 # CLASS::KEY1, CLASS::KEY2, etc.

Completed in 1224 milliseconds

1 2 3 4 5 6 7 891011>>