Searched refs:list_id (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module.cc39 int AudioCodingModule::Codec(int list_id, CodecInst* codec) { argument
41 return acm2::ACMCodecDB::Codec(list_id, codec);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser_unittest.cc389 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[0].list_id);
393 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[1].list_id);
397 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[2].list_id);
413 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[0].list_id);
417 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[1].list_id);
421 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[2].list_id);
440 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[0].list_id);
444 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[1].list_id);
448 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[2].list_id);
467 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[0].list_id);
[all...]
H A Ddatabase_manager_unittest.cc96 full_hash.list_id = static_cast<int>(safe_browsing_util::MALWARE);
103 full_hash.list_id = static_cast<int>(safe_browsing_util::PHISH);
H A Dsafe_browsing_util.h91 int list_id; member in struct:SBFullHashResult
186 bool GetListName(ListType list_id, std::string* list);
H A Dsafe_browsing_database.cc88 // To save space, the incoming |chunk_id| and |list_id| are combined
89 // into an |encoded_chunk_id| for storage by shifting the |list_id|
92 // there should be better ways to save chunk_id and list_id after we use
100 int EncodeChunkId(const int chunk, const int list_id) { argument
101 DCHECK_NE(list_id, safe_browsing_util::INVALID);
102 return chunk << 1 | list_id % 2;
210 result.list_id = hiter->list_id;
423 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) { argument
424 if (list_id
805 InsertAddChunk( SafeBrowsingStore* store, const safe_browsing_util::ListType list_id, const SBChunkData& chunk_data) argument
836 InsertSubChunk( SafeBrowsingStore* store, const safe_browsing_util::ListType list_id, const SBChunkData& chunk_data) argument
883 const safe_browsing_util::ListType list_id = local
916 const safe_browsing_util::ListType list_id = local
[all...]
H A Dsafe_browsing_database.h51 // SBAddFullHash in deriving |list_id| from |chunk_id|. Differs from
57 int list_id; // TODO(shess): Use safe_browsing_util::ListType. member in struct:SBFullHashCached
358 // csd_whitelist_store_ based on list_id.
359 SafeBrowsingStore* GetStore(int list_id);
395 safe_browsing_util::ListType list_id,
398 safe_browsing_util::ListType list_id,
H A Dsafe_browsing_service_browsertest.cc198 int list_id,
200 badurls_[url.spec()].list_id = list_id;
211 int list_id; member in struct:__anon4548::TestSafeBrowsingDatabase::Hits
228 if (badurls_it->second.list_id == list_id0 ||
229 badurls_it->second.list_id == list_id1) {
374 int list_id,
380 full_hash->list_id = list_id;
428 db->AddUrl(url, full_hash.list_id, prefix_hit
197 AddUrl(const GURL& url, int list_id, const std::vector<SBPrefix>& prefix_hits) argument
373 GenUrlFullhashResult(const GURL& url, int list_id, SBFullHashResult* full_hash) argument
[all...]
H A Dprotocol_parser.cc178 full_hash.list_id = safe_browsing_util::GetListId(cmd_parts[0]);
207 if (full_hash.list_id < 0) {
H A Dsafe_browsing_util.cc210 bool GetListName(ListType list_id, std::string* list) { argument
211 switch (list_id) {
H A Dsafe_browsing_database_unittest.cc762 full_hash.list_id = safe_browsing_util::MALWARE;
984 result.list_id = safe_browsing_util::MALWARE;
H A Ddatabase_manager.cc78 return static_cast<safe_browsing_util::ListType>(full_hashes[i].list_id);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_database.h60 // Returns the default settings for the codec with id |list_id|.
61 static bool Codec(int list_id, VideoCodec* settings);
H A Dcodec_database.cc71 bool VCMCodecDataBase::Codec(int list_id, argument
76 if (list_id >= VCM_NUM_VIDEO_CODECS_AVAILABLE) {
80 switch (list_id) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h56 struct dl_list list_id; member in struct:wpa_bss
H A Dbss.c194 dl_list_del(&bss->list_id);
357 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id);
530 struct dl_list *prev = bss->list_id.prev;
531 dl_list_del(&bss->list_id);
550 dl_list_add(prev, &bss->list_id);
953 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Dctrl_iface.c2304 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
3761 list_id);
3763 list_id);
3786 list_id);
3792 next = tmp->list_id.next;
3797 list_id);
3806 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id);
3808 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id);
3816 next = bss->list_id.next;
3821 list_id);
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h122 // -list_id : list number.
129 // -1 if the list number (list_id) is invalid.
132 static int Codec(int list_id, CodecInst* codec);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c367 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Ddbus_new_handlers.c3225 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {

Completed in 397 milliseconds