HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 276 - 300 of 2814) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-3176.js 3 // found in the LICENSE file.
regress-crbug-344186.js 3 // found in the LICENSE file.
  /external/clang/test/SemaCXX/
using-directive.cpp 4 short i; // expected-note 2{{candidate found by name lookup is 'A::i'}}
6 long i; // expected-note{{candidate found by name lookup is 'A::B::i'}}
10 expected-note{{candidate found by name lookup is 'A::B::E'}}
13 namespace E {} // expected-note{{candidate found by name lookup is 'A::E'}}
18 expected-note{{candidate found by name lookup is 'A::C::E'}}
48 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'A::K2'}}
51 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'K2'}}
61 class X { // expected-note{{candidate found by name lookup is 'X'}}
72 int i(); // expected-note{{candidate found by name lookup is 'Ni::i'}}
85 struct X; // expected-note{{candidate found by name lookup is 'OneTag::X'}
    [all...]
  /external/clang/utils/
ClangDataFormat.py 144 found = searchForType(child, searched)
145 if found:
146 return found
151 found = searchForType(val, searched)
152 if found:
153 return found if not found.TypeIsPointerType() else found.Dereference()
  /external/elfutils/libdwfl/
cu.c 26 found in the source code files (the "Approved Interfaces"). The files
193 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); local
194 if (unlikely (found == NULL))
197 if (*found == &key || *found == NULL)
203 *found = (void *) -1l;
210 *found = NULL;
239 *found = cu;
243 *result = *found;
  /external/valgrind/main/none/tests/
shell.stderr.exp 8 ./shell: shell_nosuchfile: command not found
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)
27 self.assertEqual(found, formats)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)
27 self.assertEqual(found, formats)
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_coordinator.cc 3 // found in the LICENSE file.
44 // Verifies internal consistency while returning whether anything is found.
47 bool found = false; local
49 found = true;
51 DCHECK(!found);
52 found = true;
54 return found;
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.cc 3 // found in the LICENSE file.
123 bool found = true; local
129 found = false;
134 if (!found) {
141 found = true; // Make sure file 0 is not mistaken with a failure.
147 if (!found)
  /external/chromium_org/third_party/openssl/openssl/crypto/pqueue/
pqueue.c 171 pitem *found = NULL; local
180 found = next;
187 found = next;
189 if ( ! found)
199 return found;
  /external/chromium_org/webkit/browser/fileapi/
sandbox_quota_observer.cc 3 // found in the LICENSE file.
73 PendingUpdateNotificationMap::iterator found =
75 if (found != pending_update_notification_.end()) {
76 UpdateUsageCacheFile(found->first, found->second);
77 pending_update_notification_.erase(found);
external_mount_points.cc 3 // found in the LICENSE file.
121 NameToInstance::iterator found = instance_map_.find(mount_name); local
122 if (found == instance_map_.end())
124 Instance* instance = found->second;
126 delete found->second;
127 instance_map_.erase(found);
135 NameToInstance::const_iterator found = instance_map_.find(filesystem_id); local
136 if (found == instance_map_.end())
138 *path = found->second->path();
314 NameToInstance::iterator found = instance_map_.find(mount_name)
    [all...]
  /external/openssh/
sandbox-systrace.c 116 int dev_systrace, i, j, found; local
157 found = 0;
160 found = 1;
166 policy.strp_policy = found ?
168 if (found)
  /external/openssl/crypto/pqueue/
pqueue.c 171 pitem *found = NULL; local
180 found = next;
187 found = next;
189 if ( ! found)
199 return found;
  /external/skia/tests/
RTreeTest.cpp 5 * found in the LICENSE file.
46 SkTDArray<void*>& found) {
55 if (expected.count() != found.count()) {
66 SkTQSort(reinterpret_cast<long*>(found.begin()),
67 reinterpret_cast<long*>(found.end() - 1));
68 return found == expected;
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 90 bool found; local
92 found = false;
97 if (c == '0' && !found) {
98 found = true;
104 return found;
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 172 boolean found = false;
179 found = true;
183 // If no suitable preview size was found, try to find something large enough
184 if (!found) {
188 found = true;
193 // If no suitable preview size was found, pick the first one
194 if (!found) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 89 // if the package if found, then pm will show a line starting with "package:/"
136 ApkInstall found = null; local
140 found = install;
146 if (found != null) {
149 found.device.executeShellCommand("pm path " + packageName, receiver);
151 mInstallList.remove(found);
  /external/chromium/chrome/browser/
background_application_list_model.cc 3 // found in the LICENSE file.
185 ApplicationMap::iterator found = applications_.find(extension->id()); local
186 if (found != applications_.end()) {
187 delete found->second;
188 applications_.erase(found);
202 ApplicationMap::const_iterator found = applications_.find(id); local
203 return (found == applications_.end()) ? NULL : found->second;
209 ApplicationMap::iterator found = applications_.find(id); local
210 return (found == applications_.end()) ? NULL : found->second
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo5.stderr.exp 1 Uninitialised byte(s) found during client check request
12 Uninitialised byte(s) found during client check request
20 Uninitialised byte(s) found during client check request
28 Uninitialised byte(s) found during client check request
36 Uninitialised byte(s) found during client check request
44 Uninitialised byte(s) found during client check request
52 Uninitialised byte(s) found during client check request
61 Uninitialised byte(s) found during client check request
70 Uninitialised byte(s) found during client check request
79 Uninitialised byte(s) found during client check reques
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 73 template <bool found = true>
95 template <bool found, std::size_t target, class TestType>
97 : public lower_alignment_helper_impl<found>::template apply<target,TestType>
101 template <bool found, std::size_t target, class TestType>
118 BOOST_PP_CAT(found,I),target,T \
121 BOOST_PP_CAT(found,BOOST_PP_INC(I)) \
122 = lower_alignment_helper<BOOST_PP_CAT(found,I),target,T >::value \
204 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
206 BOOST_STATIC_ASSERT(found >= Align);
207 BOOST_STATIC_ASSERT(found % Align == 0)
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 3 // found in the LICENSE file.
147 FileChangeMap::iterator found = changes_.find(url); local
148 if (found == changes_.end())
150 *changes = found->second.change_list;
157 FileChangeMap::iterator found = changes_.find(url); local
158 if (found == changes_.end())
160 change_seqs_.erase(found->second.change_seq);
161 changes_.erase(found);
173 FileChangeMap::iterator found = mirror_changes_.find(url); local
174 if (found == mirror_changes_.end()
187 FileChangeMap::iterator found = mirror_changes_.find(url); local
200 FileChangeMap::iterator found = changes_.find(url); local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.cc 3 // found in the LICENSE file.
158 TrackersByParentAndTitle::const_iterator found = local
160 if (found == trackers_by_parent.end())
163 for (TrackersByTitle::const_iterator title_itr = found->second.begin();
164 title_itr != found->second.end(); ++title_itr) {
366 TrackerByID::iterator found = unvisited_trackers.find(tracker_id); local
367 if (found == unvisited_trackers.end())
370 FileTracker* tracker = found->second;
371 unvisited_trackers.erase(found);
378 TrackersByParent::iterator found = trackers_by_parent.find(tracker_id) local
419 FileByID::iterator found = unreferred_files.find((*itr)->file_id()); local
442 typename Container::const_iterator found = container.find(key); local
454 typename Container::iterator found = container->find(key); local
721 TrackersByFileID::const_iterator found = trackers_by_file_id_.find(file_id); local
998 TrackerByID::iterator found = tracker_by_id_.find(tracker_id); local
1010 FileByID::iterator found = file_by_id_.find(tracker->file_id()); local
1149 TrackerByID::const_iterator found = tracker_by_id_.find(tracker_id); local
1552 TrackersByFileID::iterator found = trackers_by_file_id_.find(file.file_id()); local
1572 TrackersByFileID::iterator found = local
1611 TrackersByFileID::iterator found = local
1632 TrackersByParentAndTitle::iterator found = local
1672 TrackersByFileID::iterator found = trackers_by_file_id_.find(file_id); local
1680 TrackersByParentAndTitle::iterator found = local
1776 TrackerByAppID::const_iterator found = local
1788 TrackersByFileID::const_iterator found = trackers_by_file_id_.find(file_id); local
1800 TrackersByTitle::const_iterator found = trackers_by_title.find(title); local
1908 FileByID::const_iterator found = file_by_id_.find(file_id); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-for.js 47 var found = []
48 for (var x in p) found.push(x)
49 assertArrayEquals(properties, found)
92 var found = []
93 for (var x in o) found.push(x)
94 assertArrayEquals(["z"].concat(properties), found)
98 var found = []
99 for (var x in oo) found.push(x)
100 assertArrayEquals(["y", "z"].concat(properties), found)

Completed in 1514 milliseconds

<<11121314151617181920>>