Searched defs:found (Results 126 - 150 of 862) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_bitmaps_v3.cc3 // 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/net/dns/
H A Dmdns_cache.cc3 // found in the LICENSE file.
84 RecordMap::iterator found = mdns_cache_.find(key); local
85 if (found != mdns_cache_.end()) {
86 return found->second;
176 RecordMap::iterator found = mdns_cache_.find(key); local
178 if (found != mdns_cache_.end() && found->second == record) {
/external/chromium_org/ppapi/cpp/
H A Dmodule.cc3 // found in the LICENSE file.
81 Module::InstanceMap::iterator found =
83 if (found == module_singleton->current_instances_.end())
87 Instance* obj = found->second;
88 module_singleton->current_instances_.erase(found);
171 InterfaceMap::const_iterator found = additional_interfaces_.find(
173 if (found != additional_interfaces_.end())
174 return found->second;
184 InstanceMap::iterator found = current_instances_.find(instance); local
185 if (found
[all...]
/external/chromium_org/ppapi/proxy/
H A Dinterface_list.cc3 // found in the LICENSE file.
345 NameToInterfaceInfoMap::iterator found = local
347 if (found == name_to_browser_info_.end())
351 found->second->required_permission())) {
353 found->second->LogWithUmaOnce(
355 return found->second->iface();
361 NameToInterfaceInfoMap::const_iterator found = local
363 if (found == name_to_plugin_info_.end())
365 return found->second->iface();
/external/chromium_org/ppapi/shared_impl/
H A Dresource_tracker.cc3 // found in the LICENSE file.
167 InstanceMap::const_iterator found = instance_map_.find(instance); local
168 if (found == instance_map_.end())
170 return static_cast<int>(found->second->resources.size());
195 InstanceMap::iterator found = instance_map_.find(object->pp_instance()); local
196 if (found == instance_map_.end()) {
206 found->second->resources.insert(new_id);
216 InstanceMap::iterator found = instance_map_.find(object->pp_instance()); local
217 if (found != instance_map_.end())
218 found
[all...]
/external/chromium_org/storage/common/blob/
H A Dshareable_file_reference.cc3 // found in the LICENSE file.
64 ShareableFileMap::iterator found = g_file_map.Get().Find(path); local
66 (found == g_file_map.Get().End()) ? NULL : found->second;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.cpp172 bool found = false; local
176 found = true;
181 if (!found)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc202 hb_bool_t found = false; local
209 found = true;
212 found |= hb_ot_layout_language_find_feature (face,
219 if (!found && !(info->flags & F_HAS_FALLBACK))
244 map->needs_fallback = !found;
/external/chromium_org/third_party/icu/source/common/
H A Duarrsort.c67 UBool found=FALSE; local
82 * (where found will never become TRUE in the insertion sort)
85 found=TRUE;
98 found=TRUE;
104 return found ? (start-1) : ~start;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwindttst.cpp81 UBool found = FALSE; local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
92 if (! found) {
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcmaps.cpp59 le_bool found = FALSE; local
65 for (i = 0; i < nSubtables && !found; i += 1) {
77 found = TRUE;
91 for (i = 0; i < nSubtables && !found; i += 1) {
107 found = TRUE;
120 if (found)
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dcmaps.cpp59 le_bool found = FALSE; local
65 for (i = 0; i < nSubtables && !found; i += 1) {
77 found = TRUE;
91 for (i = 0; i < nSubtables && !found; i += 1) {
107 found = TRUE;
120 if (found)
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch.cc3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
50 int found = 0; local
52 found++;
75 if (found != WriteBatchInternal::Count(this)) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsepsessiondescription.cc186 bool found = false; local
191 found = true;
195 if (!found) {
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.c135 int found = 0, r; local
140 found = 1;
144 if(!found) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_buffer.c71 bool found = false; local
77 found = true;
81 if (found) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_tree_grafting.cpp92 bool found; member in struct:__anon14275::find_deref_info
102 info->found = true;
111 info.found = false;
115 return info.found;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c317 bool found = false; local
341 found |= key_debug("GL_FIXED rescaling",
346 found |= key_debug("user clip flags",
349 found |= key_debug("user clipping planes as push constants",
353 found |= key_debug("clip distance enable",
355 found |= key_debug("clip plane enable bitfield",
358 found |= key_debug("copy edgeflag",
360 found |= key_debug("PointCoord replace",
362 found |= key_debug("vertex color clamping",
365 found |
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkTracker.h5 * found in the LICENSE file.
108 if (found(x, y)) {
121 if (found(x, y)) {
198 inline bool found(int x, int y) { function in class:SkTracker
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAnimator.cpp6 * found in the LICENSE file.
77 const SkDOMNode* found = find_nodeID(dom, child, name); local
78 if (found) {
79 return found;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.cpp6 * found in the LICENSE file.
54 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
58 return SearchForMatch(match, list, parent, found, grandList);
72 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
73 *found = NULL;
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
101 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) {
106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
108 *found
53 findGroup(SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) argument
71 SearchForMatch(SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) argument
100 SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DBBoxHierarchyTest.cpp5 * found in the LICENSE file.
47 SkTDArray<void*>& found) {
59 if (expected.count() != found.count()) {
70 SkTQSort(reinterpret_cast<long*>(found.begin()),
71 reinterpret_cast<long*>(found.end() - 1));
72 return found == expected;
46 verify_query(SkRect query, DataRect rects[], SkTDArray<void*>& found) argument
H A DPathOpsCubicQuadIntersectionTest.cpp5 * found in the LICENSE file.
91 bool found = false; local
93 found |= quadCubicTests[index].answers[idx2].approximatelyEqual(xy1);
95 if (!found) {
99 REPORTER_ASSERT(reporter, found);
184 int found = -1;
199 if (found > 0) {
204 found = i3;
211 double cubicT = (found - 1 + liner[1][0]) / 1000.;
H A DPathOpsQuadLineIntersectionThreadedTest.cpp5 * found in the LICENSE file.
55 bool found = false; local
62 found = true;
65 REPORTER_ASSERT(reporter, found);
H A DRTreeTest.cpp5 * found in the LICENSE file.
45 SkTDArray<void*>& found) {
58 if (expected.count() != found.count()) {
69 SkTQSort(reinterpret_cast<long*>(found.begin()),
70 reinterpret_cast<long*>(found.end() - 1));
71 return found == expected;
44 verify_query(SkRect query, DataRect rects[], SkTDArray<void*>& found) argument

Completed in 569 milliseconds

1234567891011>>