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

1 2 3 4 5 67 8 91011>>

  /external/boringssl/src/crypto/dh/
dh_test.cc 183 std::vector<uint8_t> key2(DH_size(b.get()));
184 ret = DH_compute_key(key2.data(), a->pub_key, b.get());
188 key2.resize(ret);
190 printf("key2 = ");
191 for (size_t i = 0; i < key2.size(); i++) {
192 printf("%02x", key2[i]);
196 if (key1.size() < 4 || key1 != key2) {
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump_test.go 160 "\r\nkey1=name1&key2=name2"),
172 "\r\nkey1=name1&key2=name2"),
182 "\r\nkey1=name1&key2=name2"),
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump_test.go 160 "\r\nkey1=name1&key2=name2"),
172 "\r\nkey1=name1&key2=name2"),
182 "\r\nkey1=name1&key2=name2"),
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
Credential.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 594 "key2": {"tag1"},
610 "key2": {"tag2"},
618 "key2": {"tag1"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 594 "key2": {"tag1"},
610 "key2": {"tag2"},
618 "key2": {"tag1"},
    [all...]
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
dataset_serialization_test_base.py 557 for key1, key2 in zip(sorted(expected), sorted(actual)):
558 self.assertEqual(key1, key2)
559 self.match(expected[key1], actual[key2])
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdhTest.java 865 ECPublicKey key2 = (ECPublicKey) kf.generatePublic(EC_VALID_PUBLIC_KEY.getX509EncodedKeySpec()); local
    [all...]
  /frameworks/base/cmds/statsd/tests/metrics/
CountMetricProducer_test.cpp 174 ConditionKey key2; local
175 key2[StringToId("APP_IN_BACKGROUND_PER_UID")] =
181 EXPECT_CALL(*wizard, query(_, key2, _, _, _, _)).WillOnce(Return(ConditionState::kTrue));
  /packages/apps/Music/src/com/android/music/utils/
MusicProvider.java 321 long key2 = s2.getSortKey();
322 if (key1 < key2) {
324 } else if (key1 == key2) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
NewOutgoingCallIntentBroadcasterTest.java 480 for (String key2 : b2.keySet()) {
481 if (!b2.get(key2).equals(b1.get(key2))) {
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_test.cc 261 // Copy |key| to |key2| using |group|.
262 bssl::UniquePtr<EC_KEY> key2(EC_KEY_new());
263 ASSERT_TRUE(key2);
268 ASSERT_TRUE(EC_KEY_set_group(key2.get(), group.get()));
270 EC_KEY_set_private_key(key2.get(), EC_KEY_get0_private_key(key.get())));
276 ASSERT_TRUE(EC_KEY_set_public_key(key2.get(), point.get()));
279 EXPECT_TRUE(EC_KEY_check_key(key2.get()));
  /external/mesa3d/src/compiler/
glsl_types.cpp 945 const glsl_type *const key2 = (glsl_type *) b; local
947 return strcmp(key1->name, key2->name) == 0 && key1->record_compare(key2);
1080 const glsl_type *const key2 = (glsl_type *) b; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 162 map2.put("key2", "value3");
163 Set key2 = map2.keySet(); local
164 assertTrue("keySet() is identical", key2 != keys);
166 "key2", key2.iterator().next());
568 map.put("key2", "value2");
575 assertTrue("Modified key2", map.get("key2") != null
576 && map.get("key2") == "value2");
1064 String key2 = "key2"; local
    [all...]
  /external/icu/icu4c/source/common/
unifiedcache.cpp 56 ucache_compareKeys(const UHashTok key1, const UHashTok key2) {
58 const CacheKeyBase *p2 = (const CacheKeyBase *) key2.pointer;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
CaseIterator.java 366 String key2 = (String) partialIt.next(); external variable declarations
367 ci.reset(key2); external variable declarations
372 /*String[] choices = (String[]) fromCaseFold.get(key2);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.c 531 static int handle_compare(void *key1, void *key2)
533 return PTR_TO_UINT(key1) != PTR_TO_UINT(key2);
  /external/python/cpython2/Lib/test/
test_cgi.py 304 'key2': ['value2x', 'value2y'],
309 data = "key2=value2x&key3=value3&key4=value4"
313 'QUERY_STRING': 'key1=value1&key2=value2y',
322 Content-Disposition: form-data; name="key2"
338 'QUERY_STRING': 'key1=value1&key2=value2x',
347 Content-Disposition: form-data; name="key2"
369 'QUERY_STRING': 'key1=value1&key2=value2x',
  /external/v8/src/crankshaft/
hydrogen-bce.cc 305 static bool BoundsCheckKeyMatch(void* key1, void* key2) {
307 BoundsCheckKey* k2 = static_cast<BoundsCheckKey*>(key2);
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 529 static bool hasheq(void * key1, void *key2)
531 return key1 == key2;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 271 'key2': ['value2x', 'value2y'],
276 data = "key2=value2x&key3=value3&key4=value4"
280 'QUERY_STRING': 'key1=value1&key2=value2y',
289 Content-Disposition: form-data; name="key2"
305 'QUERY_STRING': 'key1=value1&key2=value2x',
314 Content-Disposition: form-data; name="key2"
336 'QUERY_STRING': 'key1=value1&key2=value2x',
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cgi.py 271 'key2': ['value2x', 'value2y'],
276 data = "key2=value2x&key3=value3&key4=value4"
280 'QUERY_STRING': 'key1=value1&key2=value2y',
289 Content-Disposition: form-data; name="key2"
305 'QUERY_STRING': 'key1=value1&key2=value2x',
314 Content-Disposition: form-data; name="key2"
336 'QUERY_STRING': 'key1=value1&key2=value2x',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 271 'key2': ['value2x', 'value2y'],
276 data = "key2=value2x&key3=value3&key4=value4"
280 'QUERY_STRING': 'key1=value1&key2=value2y',
289 Content-Disposition: form-data; name="key2"
305 'QUERY_STRING': 'key1=value1&key2=value2x',
314 Content-Disposition: form-data; name="key2"
336 'QUERY_STRING': 'key1=value1&key2=value2x',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 271 'key2': ['value2x', 'value2y'],
276 data = "key2=value2x&key3=value3&key4=value4"
280 'QUERY_STRING': 'key1=value1&key2=value2y',
289 Content-Disposition: form-data; name="key2"
305 'QUERY_STRING': 'key1=value1&key2=value2x',
314 Content-Disposition: form-data; name="key2"
336 'QUERY_STRING': 'key1=value1&key2=value2x',
  /external/protobuf/src/google/protobuf/
map_test.cc 640 int32 key2 = 1; local
648 map1[key2] = value2a;
655 map2[key2] = value2b;
743 int32 key2 = 1; local
749 map[key2] = value2;
758 EXPECT_TRUE(map_.end() == map_.find(key2));
779 int32 key2 = 1; local
785 map[key2] = value2;
793 EXPECT_EQ(value2, other.at(key2));
807 int32 key2 = 1 local
825 int32 key2 = 1; local
    [all...]

Completed in 1097 milliseconds

1 2 3 4 5 67 8 91011>>