Searched defs:found (Results 176 - 200 of 862) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/test/
H A Dthreadwin.c133 int i, found; local
139 found = SDL_PeepEvents(events, 10, SDL_GETEVENT, mask);
140 for ( i=0; i<found; ++i ) {
170 int i, found; local
176 found = SDL_PeepEvents(events, 10, SDL_GETEVENT, mask);
177 for ( i=0; i<found; ++i ) {
/external/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/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/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/skia/tests/
H A DBBoxHierarchyTest.cpp5 * found in the LICENSE file.
50 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;
49 verify_query(SkIRect 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) {
54 if (expected.count() != found.count()) {
65 SkTQSort(reinterpret_cast<long*>(found.begin()),
66 reinterpret_cast<long*>(found.end() - 1));
67 return found == expected;
44 verify_query(SkIRect query, DataRect rects[], SkTDArray<void*>& found) argument
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp90 bool found; local
92 found = false;
97 if (c == '0' && !found) {
98 found = true;
104 return found;
/external/tremolo/Tremolo/
H A Dtreminfo.c76 int found = 0; local
85 if(count == found)
89 found++;
/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb.c277 ** Returns pointer to the lcb, or NULL if none found.
296 /* if no lcb found */
353 BOOLEAN found = FALSE; local
367 found = TRUE;
373 if (!found)
393 ** Returns pointer to the lcb, or NULL if none found.
426 ** Returns Pointer to CCB if PID found, NULL otherwise.
/external/chromium_org/base/strings/
H A Dstring_piece.cc3 // found in the LICENSE file.
220 StringPiece16::const_iterator found = local
222 if (found == self.end())
224 return found - self.begin();
259 bool found = false; local
262 found = true;
266 if (!found)
372 bool found = false; local
375 found = true;
379 if (!found)
[all...]
/external/chromium_org/cc/base/
H A Dtiling_data_unittest.cc3 // found in the LICENSE file.
1064 bool found = false; local
1069 found = true;
1073 EXPECT_TRUE(found);
1084 bool found = false; local
1089 found = true;
1093 EXPECT_TRUE(found);
1261 bool found = false; local
1266 found = true;
1270 EXPECT_TRUE(found);
[all...]
/external/chromium_org/cc/resources/
H A Dpicture_pile_base.cc3 // found in the LICENSE file.
139 PictureMap::const_iterator found = picture_map_.find(PictureMapKey(x, y)); local
140 if (found == picture_map_.end())
142 return !!found->second.GetPicture();
/external/chromium_org/chrome/browser/
H A Dchrome_plugin_browsertest.cc3 // found in the LICENSE file.
169 bool found = false; local
176 found = true;
178 ASSERT_TRUE(found) << "Didn't find Flash process!";
H A Dprocess_singleton_posix_unittest.cc3 // found in the LICENSE file.
194 bool found = false; local
200 found = true;
204 ASSERT_TRUE(found);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_controller.cc3 // found in the LICENSE file.
114 bool found = false; local
119 found = true;
122 if (!found) {
/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc3 // found in the LICENSE file.
100 const std::size_t found = it->find("="); local
101 if (found != std::string::npos) {
102 if (it->substr(0, found) == test) {
103 return it->substr(found + 1);
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc3 // found in the LICENSE file.
100 bool found = false; local
108 if (found) {
119 found = true;
122 return found;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_web_ui.cc3 // found in the LICENSE file.
255 // If no other non-component overrides were found, use the first known
350 bool found = list->Remove(*override, &index); local
351 if (found && index == 0) {
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_importer_browsertest.cc3 // found in the LICENSE file.
207 bool found = false; variable
216 found = true;
220 EXPECT_TRUE(found); variable
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc3 // found in the LICENSE file.
243 std::set<base::FilePath::StringType>::const_iterator found = local
245 EXPECT_EQ(kFilteringTestCases[i].visible, found != content.end());
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_site_list.cc3 // found in the LICENSE file.
75 bool found = false; local
78 found = true;
94 found = true;
107 if (found)
/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.cc3 // found in the LICENSE file.
156 std::map<std::string, int>::iterator found = affix_groups_.find(af_string); local
157 if (found != affix_groups_.end())
158 return found->second;
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.cc3 // found in the LICENSE file.
247 ProfileMap::const_iterator found = profiles_.find(profile_path.value()); local
248 if (found == profiles_.end()) {
254 return found->second;

Completed in 1232 milliseconds

1234567891011>>