HomeSort by relevance Sort by last modified time
    Searched refs:key4 (Results 1 - 25 of 39) sorted by null

1 2

  /external/curl/tests/unit/
unit1603.c 55 char key4[] = "key4"; variable
66 Curl_hash_str(key4, strlen(key4), slots) != 1)
86 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4);
88 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4));
89 fail_unless(nodep == key4, "hash retrieval failed")
    [all...]
  /external/selinux/libsepol/cil/src/
cil_symtab.c 152 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4;
187 ckey->key4 == curr->ckey->key4) {
205 ckey->key4 < curr->ckey->key4) {
235 ckey->key4 == curr->ckey->key4) {
254 ckey->key4 < curr->ckey->key4) {
cil_symtab.h 53 intptr_t key4; member in struct:cil_complex_symtab_key
cil_verify.c 834 ckey.key4 = CIL_ROLETRANSITION;
842 ckey.key4 = (intptr_t)typerule->rule_kind;
902 ckey.key4 = (intptr_t)typerule->rule_kind;
920 (intptr_t)typerule->rule_kind == ckey.key4) {
    [all...]
  /external/v8/test/mjsunit/es6/
proxies-get.js 55 var handler = { get: function(r, p){ if (p != "key4") return "value" }}
98 Object.defineProperty(target, "key4", {
102 assertSame(undefined, proxy.key4);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 97 findViewById(R.id.key4), findViewById(R.id.key5),
KeyguardPinBasedInputView.java 229 mButton4 = findViewById(R.id.key4);
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
371 cont.insert(value(&key4, 4));
416 Key key1(1), key2(2), key3(3), key4(4);
420 cont.insert(value(&key4, 4));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
426 keySet.insert(&key4);
469 Key key1(1), key2(2), key3(3), key4(4);
473 keySet.insert(&key4);
unordered_test.cpp 595 Key key1(1), key2(2), key3(3), key4(4);
599 cont.insert(&key4);
636 Key key1(1), key2(2), key3(3), key4(4);
640 cont.insert(&key4);
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
371 cont.insert(value(&key4, 4));
416 Key key1(1), key2(2), key3(3), key4(4);
420 cont.insert(value(&key4, 4));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
426 keySet.insert(&key4);
469 Key key1(1), key2(2), key3(3), key4(4);
473 keySet.insert(&key4);
unordered_test.cpp 595 Key key1(1), key2(2), key3(3), key4(4);
599 cont.insert(&key4);
636 Key key1(1), key2(2), key3(3), key4(4);
640 cont.insert(&key4);
  /external/skia/tests/
ImageFilterCacheTest.cpp 66 SkImageFilter::Cache::Key key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset());
75 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset));
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 670 String key4 = "key4"; local
674 String key4Selection = COLUMN_KEY_NAME + "=\"" + key4 + "\"";
681 values.put(COLUMN_KEY_NAME, key4);
692 assertEquals(key4, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
721 String key4 = "key4"; local
733 cvs[0].put(COLUMN_KEY_NAME, key4);
752 assertEquals(key4, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 273 'key4': 'value4'
276 data = "key2=value2x&key3=value3&key4=value4"
297 Content-Disposition: form-data; name="key4"
322 Content-Disposition: form-data; name="key4"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cgi.py 273 'key4': 'value4'
276 data = "key2=value2x&key3=value3&key4=value4"
297 Content-Disposition: form-data; name="key4"
322 Content-Disposition: form-data; name="key4"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 273 'key4': 'value4'
276 data = "key2=value2x&key3=value3&key4=value4"
297 Content-Disposition: form-data; name="key4"
322 Content-Disposition: form-data; name="key4"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 273 'key4': 'value4'
276 data = "key2=value2x&key3=value3&key4=value4"
297 Content-Disposition: form-data; name="key4"
322 Content-Disposition: form-data; name="key4"
  /external/boringssl/src/crypto/aes/asm/
aesv8-armx.pl 355 my ($key4,$key5,$key6,$key7)=("x6","x12","x14",$key);
407 add $key4,$key,#16*4
425 vld1.32 {q8},[$key4]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 

Completed in 1267 milliseconds

1 2