Searched defs:found (Results 1 - 25 of 862) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_ui_prefs_migrator.cc3 // found in the LICENSE file.
61 bool found = browser_dict->Remove(*it, &single_app_placement_dict); local
62 DCHECK(found);
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DSelectRuleFeatureSet.cpp75 bool found = false; local
82 found = true;
86 if (!found) {
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DQualifierAlive.cpp4 // found in the LICENSE file.
11 TAliveTraverser(TQualifier q) : TIntermTraverser(true, false, false, true), found(false), qualifier(q)
15 bool wasFound() { return found; }
18 bool found; member in class:TAliveTraverser
49 found = true;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hebrew.cc71 bool found = c->unicode->compose (a, b, ab); local
73 if (!found && !c->plan->has_mark)
81 found = true;
87 found = true;
90 found = true;
96 found = true;
102 found = true;
108 found = (*ab != 0);
111 found = true;
114 found
[all...]
/external/deqp/framework/delibs/depool/
H A DdePoolMultiSet.c48 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
49 DE_TEST_ASSERT(found == inserted);
60 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
61 DE_TEST_ASSERT(found == inserted);
73 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
74 DE_TEST_ASSERT(found == inserted);
94 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
101 DE_TEST_ASSERT(found == (count > 0));
114 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
120 DE_TEST_ASSERT(found
135 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
[all...]
H A DdePoolSet.c50 deBool found = deTestSet_exists(set, (deInt16)i); local
51 DE_TEST_ASSERT(found == inserted);
62 deBool found = deTestSet_exists(set, (deInt16)i); local
63 DE_TEST_ASSERT(found == inserted);
75 deBool found = deTestSet_exists(set, (deInt16)i); local
76 DE_TEST_ASSERT(found == inserted);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hebrew.cc71 bool found = c->unicode->compose (a, b, ab); local
73 if (!found && !c->plan->has_mark)
81 found = true;
87 found = true;
90 found = true;
96 found = true;
102 found = true;
108 found = (*ab != 0);
111 found = true;
114 found
[all...]
/external/ipsec-tools/src/racoon/
H A Dthrottle.c98 int found = 0; local
118 found = 1;
128 if (!found) {
/external/bluetooth/bluedroid/bta/mce/
H A Dbta_mce_act.c65 int found = 0; local
94 evt_data.mas[found].scn = pe.params[0];
99 evt_data.mas[found].p_srv_name = (char *) p_attr->attr_value.v.array;
100 evt_data.mas[found].srv_name_len= SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
105 evt_data.mas[found].instance_id = p_attr->attr_value.v.u8;
110 evt_data.mas[found].msg_type = p_attr->attr_value.v.u8;
112 found++;
113 } while (p_rec != NULL && found < BTA_MCE_MAX_MAS_INSTANCES);
115 evt_data.num_mas = found;
/external/chromium_org/base/process/
H A Dprocess_iterator.cc3 // found in the LICENSE file.
25 ProcessEntries found; local
27 found.push_back(*process_entry);
29 return found;
/external/chromium_org/base/
H A Dsupports_user_data.cc3 // found in the LICENSE file.
16 DataMap::const_iterator found = user_data_.find(key); local
17 if (found != user_data_.end())
18 return found->second.get();
/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand.cc3 // found in the LICENSE file.
102 const char* const* found = std::find(&kBrands[0], end, brand); local
103 if (found != end)
130 const char* const* found = std::find(&kBrands[0], end, brand); local
131 return found != end;
H A Dgoogle_brand_chromeos.cc3 // found in the LICENSE file.
70 const bool found = provider->GetMachineStatistic( local
72 if (found && !brand.empty()) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_util.h3 // found in the LICENSE file.
67 typename Container::const_iterator found = container.find(key); local
68 if (found == container.end())
70 return found->second;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsubtree_set.cc3 // found in the LICENSE file.
40 Subtrees::const_iterator found = local
42 if (found != inclusive_ancestors_of_subtree_roots_.end())
43 return !found->second.contained_as_subtree_root;
75 Subtrees::iterator found = local
77 if (found == inclusive_ancestors_of_subtree_roots_.end() ||
78 !found->second.contained_as_subtree_root)
81 DCHECK_EQ(1u, found->second.number_of_subtrees_below);
82 inclusive_ancestors_of_subtree_roots_.erase(found);
89 Subtrees::iterator found local
105 Subtrees::const_iterator found = local
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string_test.cc3 // found in the LICENSE file.
73 const wchar_t* found = str.findi(kTestStringFind); local
74 EXPECT_NE(static_cast<const wchar_t*>(NULL), found); local
75 std::wstring check(found, arraysize(kTestStringFind) - 1);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder_unittest.cc3 // found in the LICENSE file.
24 void AssertFound(const base::FilePath& found, argument
34 ASSERT_EQ(found, exe);
40 base::FilePath found = local
43 existing_paths.push_back(found);
45 rel_paths.push_back(found.BaseName());
47 locations.push_back(found.DirName());
49 AssertFound(found, existing_paths, rel_paths, locations));
87 base::FilePath found = local
91 rel_paths.push_back(found
[all...]
/external/chromium_org/components/history/core/browser/
H A Dhistory_types_unittest.cc3 // found in the LICENSE file.
22 bool found = false; local
25 found = true;
30 EXPECT_TRUE(found) << "The URL had no index referring to it.";
/external/chromium_org/components/policy/core/common/
H A Dpreferences_mock_mac.cc3 // found in the LICENSE file.
27 Boolean found = CFDictionaryGetValueIfPresent(values_, local
30 if (!found || !value)
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_common_win.cc3 // found in the LICENSE file.
32 int found = 0; local
47 ++found;
52 return found;
/external/chromium_org/content/child/
H A Dquota_message_filter.cc3 // found in the LICENSE file.
52 RequestIdToThreadId::iterator found = request_id_map_.find(request_id); local
53 if (found != request_id_map_.end()) {
54 thread_id = found->second;
55 request_id_map_.erase(found);
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_x86_unittest.cc3 // found in the LICENSE file.
66 bool found = false; local
72 found = true;
76 EXPECT_TRUE(!found);
/external/chromium_org/extensions/browser/
H A Dcontent_verifier_io_data.cc3 // found in the LICENSE file.
36 std::map<std::string, linked_ptr<ExtensionData> >::iterator found = local
38 if (found != data_map_.end())
39 data_map_.erase(found);
50 std::map<std::string, linked_ptr<ExtensionData> >::iterator found = local
52 if (found != data_map_.end())
53 return found->second.get();
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_job_manager.cc3 // found in the LICENSE file.
37 FactoryMap::const_iterator found = factories_.find(scheme); local
38 if (found != factories_.end()) {
39 SocketStreamJob* job = found->second(url, delegate, context, cookie_store);
54 FactoryMap::iterator found = factories_.find(scheme); local
55 if (found != factories_.end()) {
56 old_factory = found->second;
62 } else if (found != factories_.end()) {
63 factories_.erase(found);
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource_tracker.cc3 // found in the LICENSE file.
29 HostResourceMap::const_iterator found = host_resource_map_.find(resource); local
30 if (found == host_resource_map_.end())
32 return found->second;

Completed in 7982 milliseconds

1234567891011>>