HomeSort by relevance Sort by last modified time
    Searched refs:key2 (Results 51 - 75 of 493) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 19 table.addEntry(pair("key2", "value2-1"))
23 table.addEntry(pair("key2", "value2-2"))
37 {HeaderField{"key2", "value2-1", false}, 2, true, 3, false},
38 {HeaderField{"key2", "value2-2", false}, 6, true, 3, true},
39 {HeaderField{"key2", "value2-3", false}, 6, false, 3, false},
96 table.addEntry(pair("key2", "value2-1"))
100 table.addEntry(pair("key2", "value2-2"))
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 19 table.addEntry(pair("key2", "value2-1"))
23 table.addEntry(pair("key2", "value2-2"))
37 {HeaderField{"key2", "value2-1", false}, 2, true, 3, false},
38 {HeaderField{"key2", "value2-2", false}, 6, true, 3, true},
39 {HeaderField{"key2", "value2-3", false}, 6, false, 3, false},
96 table.addEntry(pair("key2", "value2-1"))
100 table.addEntry(pair("key2", "value2-2"))
  /development/vndk/tools/sourcedr/sourcedr/
server.py 136 key2, value2 = item2
138 cnt2 = os.path.commonprefix([path, key2]).count('/')
140 e2 = os.path.relpath(key2, path).count('/')
148 if key1 < key2: return -1
149 if key2 < key1: return 1
  /external/icu/icu4c/source/test/intltest/
uvectest.cpp 72 UVectorTest_compareInt32(UElement key1, UElement key2) {
73 if (key1.integer > key2.integer) {
76 else if (key1.integer < key2.integer) {
84 UVectorTest_compareCstrings(const UElement key1, const UElement key2) {
85 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer);
166 static UBool U_CALLCONV neverTRUE(const UElement /*key1*/, const UElement /*key2*/) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
RuleBasedCollatorTest.java 88 CollationKey key2 = coll.getCollationKey(source2); local
89 assertEquals(source2, key2.getSourceString());
90 assertTrue(key1.compareTo(key2) > 0);
224 CollationKey key2 = coll.getCollationKey("abc"); local
226 assertEquals(0, key.compareTo(key2));
  /device/google/contexthub/firmware/os/core/
bl.c 128 static bool blProgramFlash(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2)
170 if (!blPlatProgramFlash(dst, src, length, key1, key2))
181 static bool blProgramTypedArea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t type, uint32_t key1, uint32_t key2)
197 return blProgramFlash(dst, src, length, key1, key2);
200 static bool blExtApiProgramSharedArea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2)
202 return blProgramTypedArea(dst, src, length, BL_FLASH_SHARED, key1, key2);
205 static bool blExtApiProgramEe(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2)
207 return blProgramTypedArea(dst, src, length, BL_FLASH_EEDATA, key1, key2);
210 static bool blEraseTypedArea(uint32_t type, uint32_t key1, uint32_t key2)
226 blEraseSectors(sector_cnt, erase_mask, key1, key2);
    [all...]
  /external/libvncserver/libvncserver/
websockets.c 169 void webSocketsGenMd5(char * target, char *key1, char *key2, char *key3);
255 char *key1 = NULL, *key2 = NULL, *key3 = NULL; local
293 if (key1 && key2) {
331 } else if ((strncasecmp("sec-websocket-key2: ", line, min(llen,20))) == 0) {
332 key2 = line+20;
334 /* rfbLog("Got key2: %s\n", key2); */
397 if (!(key1 && key2 && key3)) {
404 webSocketsGenMd5(trailer, key1, key2, key3);
438 webSocketsGenMd5(char * target, char *key1, char *key2, char *key3
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
proto_test.go 104 "key2": {"value2"},
113 "key2": {"value2"},
117 "key2": {3, 4},
profile_test.go 292 "key2": {"tag1"},
308 "key2": {"tag2"},
316 "key2": {"tag1"},
324 "key2": {"tag1"},
347 "key2": {"tag1"},
363 "key2": {"tag2"},
371 "key2": {"tag1"},
379 "key2": {"tag1"},
401 "key2": {"tag1"},
423 "key2": {30}
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
runtime_test.go 64 Do(context.Background(), Labels("key1", "value1", "key2", "value2"), func(ctx context.Context) {
65 wantLabels := map[string]string{"key1": "value1", "key2": "value2"}
72 wantLabels := map[string]string{"key1": "value1", "key2": "value2"}
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
proto_test.go 104 "key2": {"value2"},
113 "key2": {"value2"},
117 "key2": {3, 4},
profile_test.go 292 "key2": {"tag1"},
308 "key2": {"tag2"},
316 "key2": {"tag1"},
324 "key2": {"tag1"},
347 "key2": {"tag1"},
363 "key2": {"tag2"},
371 "key2": {"tag1"},
379 "key2": {"tag1"},
401 "key2": {"tag1"},
423 "key2": {30}
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
runtime_test.go 64 Do(context.Background(), Labels("key1", "value1", "key2", "value2"), func(ctx context.Context) {
65 wantLabels := map[string]string{"key1": "value1", "key2": "value2"}
72 wantLabels := map[string]string{"key1": "value1", "key2": "value2"}
  /device/google/cuttlefish_common/guest/hals/gralloc/
mapper.cpp 47 bool offset_equals(void* key1, void* key2) {
49 *reinterpret_cast<int*>(key2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegistrationTest.java 90 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); local
99 NumberFormat.unregister(key2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegistrationTest.java 87 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); local
96 NumberFormat.unregister(key2);
  /external/mesa3d/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_winsys.c 104 static int compare_fd(void *key1, void *key2)
107 int fd2 = pointer_to_intptr(key2);
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 48 static int compare_fd(void *key1, void *key2)
51 int fd2 = pointer_to_intptr(key2);
  /external/v8/src/compiler/
state-values-utils.cc 22 bool StateValuesCache::AreKeysEqual(void* key1, void* key2) {
24 NodeKey* node_key2 = reinterpret_cast<NodeKey*>(key2);
29 reinterpret_cast<StateValuesKey*>(key2));
37 return IsKeysEqualToNode(reinterpret_cast<StateValuesKey*>(key2),
73 StateValuesKey* key2) {
74 if (key1->count != key2->count) {
77 if (key1->mask != key2->mask) {
81 if (key1->values[i] != key2->values[i]) {
state-values-utils.h 50 static bool AreKeysEqual(void* key1, void* key2);
52 static bool AreValueKeysEqual(StateValuesKey* key1, StateValuesKey* key2);
  /frameworks/base/cmds/statsd/tests/metrics/
MaxDurationTracker_test.cpp 47 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); member in namespace:android::os::statsd
53 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); local
77 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey());
78 tracker.noteStop(key2, bucketStartTimeNs + 40, false /*stop all*/);
89 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); local
109 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey());
126 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); local
167 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); local
343 tracker.noteStart(key2, true, eventStartTimeNs2, conditionKey2); // Condition is on already.
364 tracker.noteStop(key2, eventStopTimeNs, false)
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
AmbiguousBundlesTest.java 67 String key2;
70 key2 = makeStringToInject(postReSerialize, random);
71 key2Hash = key2.hashCode();
86 parcel.writeString(key2);
  /external/curl/lib/
hash.h 41 void *key2,
  /external/icu/icu4c/source/common/
uhash.h 608 * @param key2 The string for comparison
609 * @return true if key1 and key2 are equal, return false otherwise.
612 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
618 * @param key2 The string for comparison
619 * @return true if key1 and key2 are equal, return false otherwise.
622 uhash_compareChars(const UHashTok key1, const UHashTok key2);
628 * @param key2 The string for comparison
629 * @return true if key1 and key2 are equal, return false otherwise.
632 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
670 * @param Key2 The integer for compariso
    [all...]
  /external/icu/icu4c/source/i18n/
scriptset.h 76 uhash_compareScriptSet(const UElement key1, const UElement key2);

Completed in 2235 milliseconds

1 23 4 5 6 7 8 91011>>