HomeSort by relevance Sort by last modified time
    Searched full:key1 (Results 251 - 275 of 404) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
common.py 99 SEC_WEBSOCKET_KEY1_HEADER = 'Sec-WebSocket-Key1'
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
doc_writer_unittest.py 75 self.writer._STYLE['key1'] = 'style1;'
142 self.doc_root, 'z', ['key1'], {'a': 'b'}, 'text')
149 self.doc_root, 'z', ['key1', 'key2'], {'a': 'b'}, 'text')
362 self.doc_root, 'bla', 'hello, world', ['key1'])
  /external/chromium_org/v8/src/
profile-generator.h 36 static bool StringsMatch(void* key1, void* key2);
  /external/libsepol/src/
hashtab.c 38 const hashtab_key_t key1,
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 175 << " \"key1\": \"" << std::string(ValueSize, '*') << "\",\n"
  /external/openssl/crypto/dh/
dhtest.c 170 BIO_puts(out,"key1 =");
  /frameworks/base/packages/Keyguard/res/layout/
keyguard_pin_view.xml 92 android:id="@+id/key1"
keyguard_sim_pin_view.xml 97 android:id="@+id/key1"
keyguard_sim_puk_view.xml 98 android:id="@+id/key1"
  /external/chromium_org/
PRESUBMIT_test.py 460 ' "key1": ["value1", "value2"],',
499 ' "key1": ["value1", "value2"],',
505 ' "key1": ["value1", "value2"],',
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 1121 CollationKey key1; local
    [all...]
  /external/clang/test/Analysis/
retain-release.mm 360 NSString * radar11152419(NSString *string1, NSString *key1, NSMapTable *map) {
361 NSString *string = ( NSString *)NSMapGet(map, key1);
364 NSString *key = [key1 copy];
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 2949 long group1 = NULL, group2 = NULL, point1 = NULL, point2 = NULL, key1 = NULL; local
3147 OpenSSLKey key1; local
    [all...]
  /external/guava/guava/src/com/google/common/base/
Joiner.java 338 * {@code key1=A&key1=B&key2=C}.
341 * key1=[A, B]&key2=C}.
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1106 CollationKey key1; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
e_fkey.test     [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc     [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 376 * @param key1 the first key to compare passed in from outside
380 protected boolean isEqualKey(Object key1, Object key2) {
381 return (key1 == key2 || ((key1 != null) && key1.equals(key2)));
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 727 uint16_t key1, firstUnit; local
731 key1=(uint16_t)(trail<<1);
732 while(key1>(firstUnit=*list)) {
735 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
745 key1=(uint16_t)(COMP_1_TRAIL_LIMIT+
751 if(key1>(firstUnit=*list)) {
753 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 829 uint16_t key1, firstUnit; local
833 key1=(uint16_t)(trail<<1);
834 while(key1>(firstUnit=*list)) {
837 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
847 key1=(uint16_t)(COMP_1_TRAIL_LIMIT+
853 if(key1>(firstUnit=*list)) {
855 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
    [all...]
  /external/chromium_org/third_party/mesa/
chromium.patch 626 ! if (strcmp(key1->name, key2->name) != 0)
629 if (key1->length != key2->length)
634 ! if (safe_strcmp(key1->name, key2->name) != 0)
637 if (key1->length != key2->length)
640 for (unsigned i = 0; i < key1->length; i++) {
641 if (key1->fields.structure[i].type != key2->fields.structure[i].type)
643 ! if (strcmp(key1->fields.structure[i].name,
648 for (unsigned i = 0; i < key1->length; i++) {
649 if (key1->fields.structure[i].type != key2->fields.structure[i].type)
651 ! if (safe_strcmp(key1->fields.structure[i].name
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
X509KeyManagerTest.java 206 * openssl pkcs8 -topk8 -nocrypt -in key1.pem
207 * -inform PEM -out key1.der -outform DER
398 * openssl pkcs8 -topk8 -nocrypt -in key1.pem
399 * -inform PEM -out key1.der -outform DER
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 459 self.key1 = 591751049
466 self.key1 = (self.key1 + (self.key0 & 255)) & 4294967295
467 self.key1 = (self.key1 * 134775813 + 1) & 4294967295
468 self.key2 = self._crc32(chr((self.key1 >> 24) & 255), self.key2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 459 self.key1 = 591751049
466 self.key1 = (self.key1 + (self.key0 & 255)) & 4294967295
467 self.key1 = (self.key1 * 134775813 + 1) & 4294967295
468 self.key2 = self._crc32(chr((self.key1 >> 24) & 255), self.key2)
    [all...]
  /external/chromium_org/base/
values_unittest.cc 782 dict.Set("key1", value1.DeepCopy());
786 EXPECT_EQ("key1", it.key());
796 if (it.key() == "key1") {
    [all...]

Completed in 929 milliseconds

<<11121314151617