Searched refs:found (Results 251 - 275 of 928) sorted by relevance

<<11121314151617181920>>

/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c245 Returns 0 if a binary is successfully found, or 1 if an error occurs. */
252 pointer to debug frame descriptor, or zero if not found. */
372 dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip, argument
389 return found;
408 return found;
508 found = 1;
509 Debug (15, "found debug_frame table `%s': segbase=0x%lx, len=%lu, "
515 return found;
538 int found = 0; local
662 found
[all...]
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c363 int i,len, found=0; local
393 for (i=0;i<current_type->fields_num && !found;i++) {
395 found=1;
418 if (found)
421 wprintw (command_win,"Error - Variable %s not found\n",variable);
496 short found=0; local
512 while (descriptor_ptr!=NULL && !found) {
514 found=1;
518 if (found) {
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMatrixMarketIterator.h207 size_t found = m_matname.find("SPD"); local
208 if( (found!=std::string::npos) && (m_sym != NonSymmetric) )
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc444 unsigned int found; local
445 for (found = 0; found < current.count; ++found) {
446 if (current.masks[found] & (1 << exception)) {
452 if (found == current.count) {
457 mach_port_t target_port = current.ports[found];
458 exception_behavior_t target_behavior = current.behaviors[found];
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp111 UBool found = FALSE; local
114 !found && locStr != NULL;
118 found = TRUE;
148 if (!found) {
161 errln(UnicodeString("found ") + displayName + " for fu_FU");
168 errln(UnicodeString("found ") + displayName + " for fu_FU");
429 UBool found = FALSE; local
432 !found && locStr != NULL;
436 found = TRUE;
441 if (!found) {
[all...]
/external/libnl/lib/genl/
H A Dmngt.c108 goto found;
114 found:
/external/linux-tools-perf/src/tools/perf/util/include/linux/
H A Dbitops.h102 goto found;
112 found:
/external/lzma/CPP/Windows/
H A DFileFind.h116 bool Next(CFileInfo &fileInfo, bool &found);
131 bool Next(CFileInfoW &fileInfo, bool &found);
/external/skia/
H A Dmake.bat4 @rem found in the LICENSE file.
/external/valgrind/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp11 Reachable blocks (those to which a pointer was found) are not shown.
26 Reachable blocks (those to which a pointer was found) are not shown.
42 Reachable blocks (those to which a pointer was found) are not shown.
58 Reachable blocks (those to which a pointer was found) are not shown.
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFactoriesTest.java248 found:
252 break found;
272 found:
276 break found;
H A DSSLSocketImplTest.java418 found:
422 break found;
440 found:
444 break found;
465 found:
469 break found;
531 found:
535 break found;
553 found:
557 break found;
[all...]
/external/e2fsprogs/lib/blkid/
H A Dtag.c65 * first such tag is returned, otherwise return only exact tag if found.
116 printf(" found cache tag head %s\n", type));
406 int c, ret, found; local
453 found = blkid_dev_has_tag(dev, search_type, search_value);
456 found ? "FOUND" : "NOT FOUND");
457 return(!found);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java429 boolean found = false;
431 && !found;) {
433 found = sipHeader1.match(sipHeader);
435 if (!found)
/external/skia/src/animator/
H A DSkDrawGroup.h6 * found in the LICENSE file.
35 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
/external/skia/tests/
H A DSkResourceCacheTest.cpp5 * found in the LICENSE file.
226 bool found = SkBitmapCache::Find(genID, subset, &result, cache); local
230 REPORTER_ASSERT(reporter, found);
235 found = SkBitmapCache::Find(genID, subset, &result, cache);
236 REPORTER_ASSERT(reporter, !found);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_freebsd.c289 int found = 0; local
297 for (dev = devs; dev && !found; dev = dev->next) {
307 found = 1;
316 return found ? 0 : -1;
H A Dl2_packet_pcap.c338 int found = 0; local
346 for (dev = devs; dev && !found; dev = dev->next) {
356 found = 1;
365 return found ? 0 : -1;
H A Dl2_packet_winpcap.c312 int found = 0; local
320 for (dev = devs; dev && !found; dev = dev->next) {
330 found = 1;
339 return found ? 0 : -1;
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_freebsd.c289 int found = 0; local
297 for (dev = devs; dev && !found; dev = dev->next) {
307 found = 1;
316 return found ? 0 : -1;
H A Dl2_packet_pcap.c338 int found = 0; local
346 for (dev = devs; dev && !found; dev = dev->next) {
356 found = 1;
365 return found ? 0 : -1;
H A Dl2_packet_winpcap.c312 int found = 0; local
320 for (dev = devs; dev && !found; dev = dev->next) {
330 found = 1;
339 return found ? 0 : -1;
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_freebsd.c289 int found = 0; local
297 for (dev = devs; dev && !found; dev = dev->next) {
307 found = 1;
316 return found ? 0 : -1;
H A Dl2_packet_pcap.c338 int found = 0; local
346 for (dev = devs; dev && !found; dev = dev->next) {
356 found = 1;
365 return found ? 0 : -1;
H A Dl2_packet_winpcap.c312 int found = 0; local
320 for (dev = devs; dev && !found; dev = dev->next) {
330 found = 1;
339 return found ? 0 : -1;

Completed in 775 milliseconds

<<11121314151617181920>>