Searched defs:found (Results 1 - 25 of 689) sorted by relevance

1234567891011>>

/external/syslinux/com32/lib/
H A Dstrrchr.c9 const char *found = NULL; local
13 found = s;
17 return (char *)found;
/external/compiler-rt/test/scudo/
H A Dquarantine.cpp31 bool found = false; local
32 for (int i = 0; i < 0x100 && found == false; i++) {
36 found = (p == old_p);
39 if (found == false)
/external/syslinux/com32/gpllib/disk/
H A Dswsusp.c17 int found; local
24 found = !memcmp(SWSUSP_SIG, header_p.sig, 10);
25 return found;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cc43 bool found = false; local
48 found = true;
52 EXPECT_TRUE(found);
/external/deqp/framework/delibs/depool/
H A DdePoolMultiSet.c48 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
49 DE_TEST_ASSERT(found == inserted);
60 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
61 DE_TEST_ASSERT(found == inserted);
73 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
74 DE_TEST_ASSERT(found == inserted);
94 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
101 DE_TEST_ASSERT(found == (count > 0));
114 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
120 DE_TEST_ASSERT(found
135 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
[all...]
H A DdePoolSet.c50 deBool found = deTestSet_exists(set, (deInt16)i); local
51 DE_TEST_ASSERT(found == inserted);
62 deBool found = deTestSet_exists(set, (deInt16)i); local
63 DE_TEST_ASSERT(found == inserted);
75 deBool found = deTestSet_exists(set, (deInt16)i); local
76 DE_TEST_ASSERT(found == inserted);
/external/fio/oslib/
H A Dlinux-dev-lookup.c15 int found = 0; local
35 found = blktrace_lookup_device(redirect, full_path,
37 if (found) {
53 found = 1;
59 found = 1;
65 return found;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hebrew.cc71 bool found = (bool) c->unicode->compose (a, b, ab); local
73 if (!found && !c->plan->has_mark)
81 found = true;
87 found = true;
90 found = true;
96 found = true;
102 found = true;
108 found = (*ab != 0);
111 found = true;
114 found
[all...]
/external/ipsec-tools/src/racoon/
H A Dthrottle.c98 int found = 0; local
118 found = 1;
128 if (!found) {
/external/pdfium/testing/utils/
H A Dpath_service.cpp3 // found in the LICENSE file.
60 std::size_t found = path->find_last_of(PATH_SEPARATOR, pos); local
61 if (found == std::string::npos)
63 path->resize(found);
/external/selinux/libselinux/src/
H A Dmatchmediacon.c19 int found = 0; local
46 found = 1;
51 if (!found)
/external/tensorflow/tensorflow/core/lib/core/
H A Dstringpiece_test.cc105 bool found[3] = {false, false, false}; local
109 EXPECT_TRUE(!found[x]);
110 found[x] = true;
112 EXPECT_EQ(found[0], true);
113 EXPECT_EQ(found[1], true);
114 EXPECT_EQ(found[2], true);
125 found[0] = false;
126 found[1] = false;
127 found[2] = false;
131 EXPECT_TRUE(!found[
[all...]
/external/toybox/toys/pending/
H A Dgroupdel.c30 int i, len = 0, found = 0; local
35 if (!found && !strcmp(*toys.optargs, grp->gr_mem[i])) found++;
38 if (!found)
/external/valgrind/none/tests/solaris/
H A Dstack_prot.c11 int found = 0; local
23 /* Read the file until EOF or the stack is found. */
24 while (!done && !found) {
40 /* Stack was found, validate it. */
41 found = 1;
50 /* Check if the stack was indeed found. */
51 if (!found) {
52 fprintf(stderr, "Stack not found.\n");
/external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
H A DAnonymousClassScanner.java42 if (lvts.found) {
51 private boolean found; field in class:AnonymousClassScanner
62 this.found = false;
74 if (!found && CommonScanner.hasClassKind(anonclass)) {
76 found = true;
90 if (!found && anonclass.getKind() == Tree.Kind.NEW_CLASS) {
92 found = true;
H A DLocalClassScanner.java44 if (lcs.found) {
52 private boolean found; field in class:LocalClassScanner
63 this.found = false;
76 if (!found && statement.getKind() == Tree.Kind.CLASS) {
79 found = true;
/external/e2fsprogs/lib/blkid/
H A Dresolve.c31 blkid_tag found; local
47 (found = blkid_find_tag_dev(dev, tagname)))
48 ret = blkid_strdup(found->bit_val);
/external/e2fsprogs/lib/ext2fs/
H A Dlookup.c26 int found; member in struct:lookup_struct
45 ls->found++;
61 ls.found = 0;
67 return (ls.found) ? 0 : EXT2_ET_FILE_NOT_FOUND;
/external/google-breakpad/src/client/mac/handler/testcases/
H A Dbreakpad_nlist_test.cc96 bool found = false; local
100 found = true;
105 return found;
/external/google-breakpad/src/common/mac/
H A Dstring_utilities.cc60 size_t found = 0; local
63 for (; found <= idx; ++found) {
71 if (found == idx) {
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dmap_unittest.cc3 // found in the LICENSE file.
73 bool found = false; local
77 found = true;
82 EXPECT_TRUE(found);
/external/libmtp/examples/
H A Demptyfolders.c32 int found = 0; local
37 found = 1;
43 if(found == 0) { // no files claim this as a parent
100 printf("No folders found\n");
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/ltp/lib/
H A Dtst_virt.c33 int found; local
38 found = 0;
41 found = 1;
47 return found;
90 * systemd-detect-virt not found by shell or no virtualization detected

Completed in 1529 milliseconds

1234567891011>>