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.cc404 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[0].list_id);
408 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[1].list_id);
412 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[2].list_id);
431 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[0].list_id);
435 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[1].list_id);
439 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[2].list_id);
459 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[0].list_id);
464 EXPECT_EQ(safe_browsing_util::MALWARE, full_hashes[1].list_id);
469 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[2].list_id);
491 EXPECT_EQ(safe_browsing_util::PHISH, full_hashes[0].list_id);
[all...]
H A Dsafe_browsing_database.cc98 // To save space, the incoming |chunk_id| and |list_id| are combined
99 // into an |encoded_chunk_id| for storage by shifting the |list_id|
102 // there should be better ways to save chunk_id and list_id after we use
110 int EncodeChunkId(const int chunk, const int list_id) { argument
111 DCHECK_NE(list_id, safe_browsing_util::INVALID);
112 return chunk << 1 | list_id % 2;
422 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) { argument
423 if (list_id == safe_browsing_util::PHISH ||
424 list_id == safe_browsing_util::MALWARE) {
426 } else if (list_id
811 InsertAddChunk( SafeBrowsingStore* store, const safe_browsing_util::ListType list_id, const SBChunkData& chunk_data) argument
842 InsertSubChunk( SafeBrowsingStore* store, const safe_browsing_util::ListType list_id, const SBChunkData& chunk_data) argument
889 const safe_browsing_util::ListType list_id = local
922 const safe_browsing_util::ListType list_id = local
[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.h92 int list_id; member in struct:SBFullHashResult
201 bool GetListName(ListType list_id, std::string* list);
H A Dsafe_browsing_service_browsertest.cc202 int list_id,
204 badurls_[url.spec()].list_id = list_id;
215 int list_id; member in struct:__anon4613::TestSafeBrowsingDatabase::Hits
232 if (badurls_it->second.list_id == list_id0 ||
233 badurls_it->second.list_id == list_id1) {
378 int list_id,
384 full_hash->list_id = list_id;
432 db->AddUrl(url, full_hash.list_id, prefix_hit
201 AddUrl(const GURL& url, int list_id, const std::vector<SBPrefix>& prefix_hits) argument
377 GenUrlFullhashResult(const GURL& url, int list_id, SBFullHashResult* full_hash) argument
[all...]
H A Dsafe_browsing_database.h357 // csd_whitelist_store_ based on list_id.
358 SafeBrowsingStore* GetStore(int list_id);
394 safe_browsing_util::ListType list_id,
397 safe_browsing_util::ListType list_id,
H A Dprotocol_parser.cc202 full_hash.list_id = safe_browsing_util::GetListId(cmd_parts[0]);
231 if (full_hash.list_id < 0) {
H A Dsafe_browsing_util.cc228 bool GetListName(ListType list_id, std::string* list) { argument
229 switch (list_id) {
H A Dsafe_browsing_database_unittest.cc792 full_hash.list_id = safe_browsing_util::MALWARE;
1031 result.list_id = safe_browsing_util::MALWARE;
1699 full_hash_result.list_id = safe_browsing_util::MALWARE;
1830 full_hash_result.list_id = safe_browsing_util::MALWARE;
H A Ddatabase_manager.cc81 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.cc101 bool VCMCodecDataBase::Codec(int list_id, argument
106 if (list_id >= VCM_NUM_VIDEO_CODECS_AVAILABLE) {
110 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.c220 dl_list_del(&bss->list_id);
383 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id);
558 struct dl_list *prev = bss->list_id.prev;
559 dl_list_del(&bss->list_id);
579 dl_list_add(prev, &bss->list_id);
982 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Dctrl_iface.c2322 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
3792 list_id);
3794 list_id);
3817 list_id);
3823 next = tmp->list_id.next;
3828 list_id);
3837 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id);
3839 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id);
3847 next = bss->list_id.next;
3852 list_id);
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h123 // -list_id : list number.
130 // -1 if the list number (list_id) is invalid.
133 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.c3308 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {

Completed in 8531 milliseconds