HomeSort by relevance Sort by last modified time
    Searched full:key1 (Results 176 - 200 of 386) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc     [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /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
  /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/chromium_org/net/websockets/
websocket_handshake_handler_unittest.cc 83 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
130 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
153 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
358 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
376 EXPECT_FALSE(request_info.extra_headers.HasHeader("Sec-WebSocket-Key1"));
  /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/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl     [all...]
  /external/openssl/crypto/aes/asm/
aes-s390x.pl     [all...]
  /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/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 428 * @param key1 the first key to compare passed in from outside
432 protected boolean isEqualKey(Object key1, Object key2) {
433 //if ((key1 == null) && (key2 != null) || (key1 != null) || (key2 == null)) {
438 return (key1 == key2 || key1.equals(key2));
    [all...]
  /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/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 203 key1 = self._get_key_value(common.SEC_WEBSOCKET_KEY1_HEADER)
207 challenge += struct.pack('!I', key1) # network byteorder int
  /external/chromium_org/chrome/browser/chromeos/system/
syslogs_provider.cc 77 // KEY1=
81 // and assume that KEY1's value is "KEY2=VALUE" rather than empty.
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 90 inline unsigned pairIntHash(unsigned key1, unsigned key2)
96 uint64_t product = longRandom * (shortRandom1 * key1 + shortRandom2 * key2);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi00.py 254 key1 = self._get_key_value(common.SEC_WEBSOCKET_KEY1_HEADER)
258 challenge += struct.pack('!I', key1) # 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,
  /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,
  /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}
  /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";

Completed in 789 milliseconds

1 2 3 4 5 6 78 91011>>