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

1234567891011>>

/external/chromium_org/third_party/angle_dx11/src/compiler/
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/ipsec-tools/src/racoon/
H A Dthrottle.c98 int found = 0; local
118 found = 1;
128 if (!found) {
/external/chromium/chrome/browser/extensions/
H A Dextension_management_apitest.cc3 // found in the LICENSE file.
17 Browser* found = NULL; local
22 found = *it;
25 return found;
/external/chromium/chrome/browser/history/
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/chrome/browser/
H A Dpreferences_mock_mac.cc3 // found in the LICENSE file.
27 Boolean found = CFDictionaryGetValueIfPresent(values_, local
30 if (!found || !value)
/external/chromium/net/socket_stream/
H A Dsocket_stream_job_manager.cc3 // found in the LICENSE file.
35 FactoryMap::const_iterator found = factories_.find(scheme); local
36 if (found != factories_.end()) {
37 SocketStreamJob* job = found->second(url, delegate);
52 FactoryMap::iterator found = factories_.find(scheme); local
53 if (found != factories_.end()) {
54 old_factory = found->second;
60 } else if (found != factories_.end()) {
61 factories_.erase(found);
/external/chromium/testing/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/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/chromeos/drive/file_system/
H A Dcopy_operation_unittest.cc3 // found in the LICENSE file.
61 bool found = false; local
64 google_apis::test_util::CreateCopyResultCallback(&found, &cache_entry));
66 EXPECT_TRUE(found);
/external/chromium_org/chrome/browser/chromeos/
H A Dsms_observer.cc3 // found in the LICENSE file.
34 bool found = false; local
38 found = true;
42 if (!found) {
/external/chromium_org/chrome/browser/history/
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/chrome/browser/policy/
H A Dpreferences_mock_mac.cc3 // found in the LICENSE file.
27 Boolean found = CFDictionaryGetValueIfPresent(values_, local
30 if (!found || !value)
/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/content/browser/geolocation/
H A Dwifi_data_provider_common_win.cc3 // found in the LICENSE file.
33 int found = 0; local
48 ++found;
53 return found;
/external/chromium_org/content/child/
H A Dquota_message_filter.cc3 // found in the LICENSE file.
37 RequestIdToThreadId::iterator found = request_id_map_.find(request_id); local
38 if (found != request_id_map_.end()) {
39 thread_id = found->second;
40 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/net/socket_stream/
H A Dsocket_stream_job_manager.cc3 // found in the LICENSE file.
35 FactoryMap::const_iterator found = factories_.find(scheme); local
36 if (found != factories_.end()) {
37 SocketStreamJob* job = found->second(url, delegate);
52 FactoryMap::iterator found = factories_.find(scheme); local
53 if (found != factories_.end()) {
54 old_factory = found->second;
60 } else if (found != factories_.end()) {
61 factories_.erase(found);
/external/chromium_org/net/url_request/
H A Durl_request_filter_unittest.cc3 // found in the LICENSE file.
70 scoped_refptr<URLRequestJob> found = URLRequestFilter::Factory( local
72 EXPECT_EQ(job_a, found);
96 scoped_refptr<URLRequestJob> found = URLRequestFilter::Factory( local
98 EXPECT_EQ(job_b, found);
124 scoped_refptr<URLRequestJob> found = URLRequestFilter::Factory( local
126 EXPECT_EQ(job_c, found);
140 scoped_refptr<URLRequestJob> found = URLRequestFilter::Factory( local
142 EXPECT_EQ(job_c, found);
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource_tracker.cc3 // found in the LICENSE file.
28 HostResourceMap::const_iterator found = host_resource_map_.find(resource); local
29 if (found == host_resource_map_.end())
31 return found->second;
/external/chromium_org/sandbox/win/src/
H A Dshared_handles.cc3 // found in the LICENSE file.
50 SharedItem* found = FindByTag(tag); local
51 if (NULL == found) {
54 *handle = found->item;
/external/chromium_org/testing/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-default.cc121 bool found = c->unicode->compose (a, b, ab); local
123 if (!found && (b & ~0x7F) == 0x0580) {
130 found = true;
136 found = true;
139 found = true;
145 found = true;
151 found = true;
157 found = (*ab != 0);
160 found = true;
163 found
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";

Completed in 988 milliseconds

1234567891011>>