HomeSort by relevance Sort by last modified time
    Searched defs:found (Results 226 - 250 of 1692) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/ext2ed/
main.c 354 * When an handling function is found, it is called along with the
360 int i,found=0; local
373 i<=current_type->type_commands.last_command && !found;
377 found=1;
383 if (!found)
384 for (i=0;i<=ext2_commands.last_command && !found;i++) {
387 found=1;
392 /* 3. If not found, search the general commands */
394 if (!found)
395 for (i=0;i<=general_commands.last_command && !found;i++)
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 65 * 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/eigen/bench/spbench/
spbenchsolver.h 545 int idx = 1, found=false; local
546 while (idx<argc && !found){
548 found = true;
553 return found;
  /external/elfutils/libdw/
dwarf_getlocation.c 123 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
124 if (unlikely (found == NULL))
130 return_block->length = (*found)->length;
131 return_block->data = (*found)->data;
161 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
163 if (found == NULL)
185 found = tsearch (newp, &attr->cu->locs, loc_compare);
188 assert ((*found)->nloc == 1);
192 *llbuf = (*found)->loc;
216 struct loc_s **found = tfind (&fake, cache, loc_compare) local
    [all...]
dwarf_getmacros.c 274 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops, local
276 if (found != NULL)
277 return *found;
  /external/elfutils/libdwfl/
frame_unwind.c 452 const Dwarf_Op *found = bsearch ((void *) (uintptr_t) offset, ops, nops, local
454 if (found == NULL)
462 op = found - 1;
  /external/gmock/src/
gmock-spec-builders.cc 389 const bool found = untyped_expectation != NULL; member in namespace:testing::internal
395 !found || is_excessive || LogIsVisible(kInfo);
409 if (found && !is_excessive) {
421 if (!found) {
571 << " found at program exit.\n";
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 139 bool found = false; local
142 ASSERT_FALSE(found);
143 found = true;
146 ASSERT_TRUE(found);
  /external/google-breakpad/src/common/mac/
macho_reader.cc 421 // and sets SEGMENT to describe it if found.
425 // Return true if the traversal found the segment, false otherwise.
426 bool found() const { return found_; } function in class:google_breakpad::mach_o::Reader::SegmentFinder
441 // Where we should store the segment if found. (WEAK)
444 // True if we found the segment.
451 return finder.found();
  /external/google-breakpad/src/processor/
stackwalker_x86.cc 146 // Save the stack walking info we found, in case we need it later to
225 uint32_t found = 0; // dummy value local
241 if (ScanForReturnAddress(raSearchStart, &raSearchStart, &found, 3) &&
246 found == last_frame->context.eip) {
254 ScanForReturnAddress(raSearchStart, &raSearchStart, &found, 3);
342 // operators are found, then current %ebp must be valid and it is the only
388 // one where the return address was found.
426 // evaluation found. Use it, and set %esp to the location above the
427 // one where the return address was found.
582 // ScanForReturnAddress found a reasonable return address. Advance %esp t
    [all...]
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 389 const bool found = untyped_expectation != NULL; member in namespace:testing::internal
395 !found || is_excessive || LogIsVisible(kInfo);
409 if (found && !is_excessive) {
421 if (!found) {
571 << " found at program exit.\n";
  /external/guava/guava-tests/test/com/google/common/collect/
FauxveridesTest.java 114 Set<MethodSignature> found = getAllFauxveridden(descendant, ancestor); local
115 required.removeAll(found);
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 297 UBool found = FALSE; local
303 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
308 if (! found) {
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 522 UBool found = FALSE; local
526 found = TRUE;
530 if ( !found ) {
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 625 UBool found = FALSE; local
629 found = TRUE;
633 if ( !found ) {
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 226 ExportedObject found = (ExportedObject)exportedNames.get(name); local
229 if (found == null) {
230 logging2(name + "not found.");
236 out.writeInt(found.identifier);
237 out.writeUTF(found.object.getClass().getName());
  /external/libchrome/dbus/
dbus_statistics.cc 3 // found in the LICENSE file.
112 StatSet::iterator found = stats_.find(stat.get()); local
113 if (found != stats_.end())
114 return *found;
117 found = stats_.insert(stat.release()).first;
118 return *found;
  /external/libdaemon/libdaemon/
dfork.c 505 int found; local
538 found = 0;
541 found = 1;
545 if (found)
572 int i, found; local
577 found = 0;
580 found = 1;
584 if (found)
  /external/libedit/src/
common.c 710 bool_t found = 0; local
749 found++;
756 if (!found) {
758 (void) fprintf(el->el_errfile, "not found\n");
778 bool_t found = 0; local
804 found = h;
808 if (!found) { /* is it the current history number? */
811 (void) fprintf(el->el_errfile, "not found\n");
816 el->el_history.eventno = found;
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 555 BOOLEAN found = FALSE; local
569 while ((count < num_nfcee) && (!found))
575 found = TRUE;
592 if (!found)
    [all...]
  /external/libvncserver/examples/
mac.c 216 that I found on the net. */
396 int found = 0; local
405 found = 1;
410 if (!found) {
  /external/libvorbis/lib/
info.c 99 int found = 0; local
108 if(count == found)
112 found++;
  /external/libweave/third_party/chromium/base/strings/
string_util.cc 3 // found in the LICENSE file.
72 // of one of the strings is found before a nonequal character, the lengths
115 size_t found = output->find_first_of(replace_chars); local
116 while (found != STR::npos) {
118 output->replace(found, 1, replace_with);
119 found = output->find_first_of(replace_chars, found + replace_length);
  /external/llvm/lib/ProfileData/
InstrProf.cpp 126 size_t found = VarName.find_first_of(InvalidChars); local
127 while (found != std::string::npos) {
128 VarName[found] = '_';
129 found = VarName.find_first_of(InvalidChars, found + 1);
  /external/ltrace/
breakpoints.c 120 struct breakpoint *found; local
121 if (DICT_FIND_VAL(proc->breakpoints, &addr, &found) < 0)
123 return found;

Completed in 849 milliseconds

1 2 3 4 5 6 7 8 91011>>