Searched refs:expected_key (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/child/indexed_db/
H A Dwebidbcursor_impl_unittest.cc161 int expected_key = 0; local
181 keys.push_back(IndexedDBKey(expected_key + i, WebIDBKeyTypeNumber));
183 WebVector<WebBlobInfo>(static_cast<size_t>(expected_key + i)));
201 EXPECT_EQ(expected_key, static_cast<int>(web_blob_info.size()));
202 EXPECT_EQ(expected_key++, key.number());
235 int expected_key = 0; local
241 keys.push_back(IndexedDBKey(expected_key + i, WebIDBKeyTypeNumber));
243 WebVector<WebBlobInfo>(static_cast<size_t>(expected_key + i)));
/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.cc23 // Returns true if the |tag| matches |expected_key|.
24 bool ExtractString(AVDictionaryEntry* tag, const char* expected_key, argument
26 if (!LowerCaseEqualsASCII(std::string(tag->key), expected_key))
35 // Returns true if the |tag| matches |expected_key|.
36 bool ExtractInt(AVDictionaryEntry* tag, const char* expected_key, argument
38 if (!LowerCaseEqualsASCII(std::string(tag->key), expected_key))
/external/chromium_org/media/cdm/
H A Djson_web_key_unittest.cc54 const uint8* expected_key,
61 std::vector<uint8> key_result(expected_key,
62 expected_key + expected_key_length);
52 ExtractKeyFromLicenseAndExpect(const std::string& license, bool expected_result, const uint8* expected_key, int expected_key_length) argument
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c2238 sctp_key_t *expected_key)
2246 sctp_show_key(expected_key, "\nExpected");
2248 if (memcmp(key, expected_key, expected_key->keylen) != 0) {
2257 sctp_free_key(expected_key);
2266 sctp_key_t *key1, *key2, *expected_key; local
2272 expected_key = sctp_set_key("\x01\x01\x01\x01\x01\x02\x03\x04", 8);
2273 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0)
2279 expected_key = sctp_set_key("\x00\x00\x00\x01\x02", 5);
2280 if (sctp_test_key_concatenation(key1, key2, expected_key) <
2237 sctp_test_key_concatenation(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *expected_key) argument
[all...]
/external/chromium_org/url/
H A Durl_parse_unittest.cc531 const char* expected_key,
541 if (parameter >= i && !expected_key)
547 if (!expected_key)
550 if (strncmp(&url[key.begin], expected_key, key.len) != 0)
557 return expected_key == NULL; // We didn't find that many parameters.
529 NthParameterIs(const char* url, int parameter, const char* expected_key, const char* expected_value) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_unittest.cc404 std::vector<std::string> expected_key; local
405 expected_key.push_back(no_body_request_.url.spec());
406 EXPECT_TRUE(VerifyKeys(expected_key));
/external/chromium_org/components/policy/core/common/
H A Dschema_unittest.cc390 const char* expected_key; member in struct:policy::__anon6761
415 EXPECT_STREQ(kExpectedProperties[i].expected_key, it.key());
467 const char* expected_key; member in struct:policy::__anon6762
477 Schema sub = schema.GetKnownProperty(kExpectedKeys[i].expected_key);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc573 IndexedDBKey expected_key; local
594 expected_key = test_cases[i];
596 EncodeIDBKey(expected_key, &v);
599 EXPECT_TRUE(decoded_key->Equals(expected_key));

Completed in 1895 milliseconds