Searched defs:found (Results 376 - 400 of 821) sorted by relevance

<<11121314151617181920>>

/external/libusb/libusb/
H A Dio.c98 // results of the transaction can now be found in the data buffer
460 * The data for each packet will be found at an offset into the buffer that
2094 int found = 0; local
2110 found = 1;
2116 if (!found) {
2206 int found = 0; local
2212 found = 1;
2216 if (!found) {
/external/linux-tools-perf/util/
H A Dcallchain.c322 bool found = false; local
346 if (!found)
347 found = true;
353 if (!found) {
H A Dconfig.c401 int ret = 0, found = 0; local
410 found += 1;
418 found += 1;
423 if (found == 0)
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c600 XExtData **privList, *private, *found; local
611 found = XFindOnExtensionList(privList, info->codes->extension);
612 if (found)
613 return (__GLXdisplayPrivate *) found->private_data;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c492 unsigned found = 0; local
502 found = 1;
508 if (!found && radeon_miptree_matches_texture(img->mt, &texObj->base)) {
563 "%s: No matching miptree found, allocated new one %p\n",
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c492 unsigned found = 0; local
502 found = 1;
508 if (!found && radeon_miptree_matches_texture(img->mt, &texObj->base)) {
563 "%s: No matching miptree found, allocated new one %p\n",
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp1012 const bool found = shProg->UniformHash->get(location, name_copy); local
1014 assert(!found
1022 if (!found)
/external/qemu/audio/
H A Dfmodaudio.c552 int found = 0; local
556 found = 1;
560 if (!found) {
/external/qemu/elff/
H A Ddwarf_cu.cc476 bool found = false; local
499 found = false;
515 found = true;
566 found = true;
578 if (found) {
626 found = true;
641 found = true;
/external/skia/src/animator/
H A DSkDrawGroup.cpp6 * found in the LICENSE file.
176 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) {
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
175 findGroup(SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) argument
/external/skia/src/core/
H A DSkScaledImageCache.cpp5 * found in the LICENSE file.
286 bool found = false; local
290 found = true;
295 SkASSERT(found);
/external/skia/src/views/
H A DSkTouchGesture.cpp6 * found in the LICENSE file.
210 // not found, so I guess we should add it...
262 SkDebugf("--- not found\n");
310 bool found = false; local
320 found = true;
326 return found;
/external/tinycompress/
H A Dcompress.c150 /* found the codec */
188 bool found = false; local
198 /* found the codec */
199 found = true;
204 return found;
/external/tinyxml/
H A Dxmltest.cpp29 bool XmlTest (const char* testString, const char* expected, const char* found, bool noEcho = false) argument
31 bool pass = !strcmp( expected, found );
40 printf (" %s [%s][%s]\n", testString, expected, found);
50 bool XmlTest( const char* testString, int expected, int found, bool noEcho = false ) argument
52 bool pass = ( expected == found );
61 printf (" %s [%d][%d]\n", testString, expected, found);
500 printf( "WARNING: File 'utf8test.xml' not found.\n"
/external/v8/test/cctest/
H A Dtest-log.cc94 char* found = strstr(str.start(), s2); local
95 return found != NULL ? s1 + (found - str.start()) : NULL;
/external/valgrind/main/callgrind/
H A Dfn.c48 * If found, return true and set runtime_resolve_{addr,length}
54 Bool found; local
68 found = (VG_(memcmp)( (void*)addr, code, pat->chunk[0].len) == 0);
70 if (found) {
78 CLG_DEBUG(1, " found chunk %d at %#lx, checking %d bytes "
84 found = False;
90 if (found) {
91 CLG_DEBUG(1, "found at offset %#lx.\n", addr - obj->start);
105 CLG_DEBUG(1, " found nothing.\n");
510 /* Use address as found i
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c325 found. Asserts if more than one entry has the specified .cuOff
343 Bool found; local
384 found = VG_(lookupXA)( ents, &key, &first, &last );
385 //found = VG_(lookupXA_UNBOXED)( ents, cuOff_to_find, &first, &last,
387 if (!found)
/external/blktrace/btreplay/
H A Dbtrecord.c332 int cpu, found = 0; local
348 found++;
351 if (!found) {
352 fatal(NULL, ERR_ARGS, "No traces found for %s\n", devnm);
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c1639 BOOLEAN found = FALSE; local
1651 found = TRUE;
1655 if (found)
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_message_filter.cc3 // found in the LICENSE file.
372 bool found = false; local
376 found = true;
381 return found;
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.cc3 // found in the LICENSE file.
117 // last expiration found at least kNumExpirePerIteration and we want to check
373 std::map<URLID, URLRow>::const_iterator found = local
376 if (found == dependencies->affected_urls.end()) {
383 cur_row = &found->second;
530 std::map<URLID, URLRow>::const_iterator found = local
532 if (found == dependencies->affected_urls.end()) {
H A Dhistory_types.cc3 // found in the LICENSE file.
165 URLToResultIndices::const_iterator found = url_to_results_.find(url); local
166 if (found == url_to_results_.end()) {
174 DCHECK(!found->second->empty());
176 *num_matches = found->second->size();
177 return &found->second->front();
246 URLToResultIndices::iterator found = url_to_results_.find(*url); local
247 if (found == url_to_results_.end()) {
253 for (int match = 0; match < static_cast<int>(found->second->size());
255 if (found
273 URLToResultIndices::iterator found = url_to_results_.find(url); local
[all...]
H A Dtext_database_manager.cc3 // found in the LICENSE file.
176 RecentChangeList::iterator found = recent_changes_.Peek(url); local
177 if (found != recent_changes_.end())
178 recent_changes_.Erase(found);
187 RecentChangeList::iterator found = recent_changes_.Peek(url); local
188 if (found == recent_changes_.end()) {
221 PageInfo& info = found->second;
226 recent_changes_.Erase(found);
235 RecentChangeList::iterator found = recent_changes_.Peek(url); local
236 if (found
[all...]
/external/chromium/chrome/browser/net/
H A Dpredictor.cc3 // found in the LICENSE file.
69 // net::OK ==> Host was found synchronously.
71 // anything else ==> Host was not found synchronously.
510 // finding the name. Status net::OK means it was "found."
536 bool found) {
539 LookupFinished(request, url, found);
547 bool found) {
554 if (found)
569 // Emulate processing cycle as though host was not found.
535 OnLookupFinished(LookupRequest* request, const GURL& url, bool found) argument
546 LookupFinished(LookupRequest* request, const GURL& url, bool found) argument
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc3 // found in the LICENSE file.
168 base::hash_map<std::string, Histogram*>::iterator found = local
170 if (found != g_histogram_table->end()) {
171 return found->second;
188 base::hash_map<std::string, Histogram*>::iterator found = local
190 if (found != g_histogram_table->end()) {
191 return found->second;

Completed in 476 milliseconds

<<11121314151617181920>>