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

<<1112131415161718

  /external/linux-tools-perf/
builtin-kmem.c 715 OPT_CALLBACK('s', "sort", NULL, "key[,key2...]",
builtin-report.c 439 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
  /frameworks/base/docs/html/training/cloudsync/
gcm.jd 128 .addPayload("key2", "value2")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 460 self.key2 = 878082192
468 self.key2 = self._crc32(chr((self.key1 >> 24) & 255), self.key2)
473 k = self.key2 | 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 460 self.key2 = 878082192
468 self.key2 = self._crc32(chr((self.key1 >> 24) & 255), self.key2)
473 k = self.key2 | 2
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc 37 const IndexedDBKey& key2) {
40 array.push_back(key2);
    [all...]
  /external/chromium_org/v8/src/
debug.h 198 static bool ScriptMatch(void* key1, void* key2) { return key1 == key2; }
    [all...]
  /external/icu4c/i18n/
tzgnames.cpp 80 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) {
82 PartialLocationKey *p2 = (PartialLocationKey *)key2.pointer;
    [all...]
ucol_elm.cpp 73 UHashTok key2; local
74 key2.pointer = buf2;
78 return uhash_compareUChars(key1, key2);
    [all...]
  /external/v8/src/
debug.h 186 static bool ScriptMatch(void* key1, void* key2) { return key1 == key2; }
    [all...]
scopes.cc 51 static bool Match(void* key1, void* key2) {
53 String* name2 = *reinterpret_cast<String**>(key2);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
aesni-x86.pl 1022 # const AES_KEY *key1, const AES_KEY *key2
1028 &mov ($key,&wparam(4)); # key2
1031 &mov ($rounds,&DWP(240,$key)); # key2->rounds
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
aesni-x86.pl 1022 # const AES_KEY *key1, const AES_KEY *key2
1028 &mov ($key,&wparam(4)); # key2
1031 &mov ($rounds,&DWP(240,$key)); # key2->rounds
    [all...]
  /external/libsepol/src/
policydb.c 1503 hashtab_key_t key2 = strdup((char *)key); local
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc 636 AddKeywordWithDate("name2", "key2", "http://foo2", "http://suggest2",
699 AddKeywordWithDate("name2", "key2", "http://foo2", std::string(),
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 674 uint16_t key2=(uint16_t)(trail<<COMP_2_TRAIL_SHIFT); local
680 if(key2>(secondUnit=list[1])) {
686 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 71 UHashTok key2; local
72 key2.pointer = buf2;
76 return uhash_compareUChars(key1, key2);
    [all...]
  /external/icu4c/common/
normalizer2impl.cpp 749 uint16_t key2=(uint16_t)(trail<<COMP_2_TRAIL_SHIFT); local
755 if(key2>(secondUnit=list[1])) {
761 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 1812 CvStringHashNode *key = 0, *key2 = 0; local
2183 CvStringHashNode *key = 0, *key2 = 0; local
    [all...]
  /bootable/recovery/updater/
install.c     [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc     [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 534 self._number2, key2 = self._generate_sec_websocket_key()
536 fields.append('%s: %s\r\n' % (common.SEC_WEBSOCKET_KEY2_HEADER, key2))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl_unittest.cc 597 // Key2 is not registered, so activated property should not be changed.
598 manager_->ActivateInputMethodProperty("key2");
    [all...]

Completed in 1609 milliseconds

<<1112131415161718