HomeSort by relevance Sort by last modified time
    Searched defs:found (Results 1 - 25 of 2358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
strrchr.c 9 const char *found = NULL; local
13 found = s;
17 return (char *)found;
  /external/syslinux/com32/gpllib/disk/
swsusp.c 17 int found; local
24 found = !memcmp(SWSUSP_SIG, header_p.sig, 10);
25 return found;
  /libcore/ojluni/src/main/java/sun/misc/
RegexpTarget.java 37 * value from found() back to its caller.
40 Object found(String remainder); method in interface:RegexpTarget
  /system/core/debuggerd/libdebuggerd/test/
open_files_list_test.cpp 40 bool found = false; local
44 found = true;
48 EXPECT_TRUE(found);
  /external/compiler-rt/test/scudo/
quarantine.cpp 31 bool found = false; local
32 for (int i = 0; i < 0x100 && found == false; i++) {
36 found = (p == old_p);
39 if (found == false)
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hebrew.cc 71 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 = true
    [all...]
  /test/vts/drivers/libdrivercomm/
VtsDriverFileUtil.cpp 36 size_t found = str.find_last_of("/\\"); local
37 if (found == string::npos) {
41 return str.substr(0, found);
  /external/fio/oslib/
linux-dev-lookup.c 15 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/selinux/libselinux/src/
matchmediacon.c 19 int found = 0; local
46 found = 1;
51 if (!found)
get_default_type.c 33 int found = 0; local
53 found = 1;
60 if (!found) {
selinux_check_securetty_context.c 15 int found = -1; local
40 found = 0;
50 return found;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYSeriesRenderer.java 37 Hashtable<XYRegionFormatter, String> found = new Hashtable<XYRegionFormatter, String>(); local
45 found.put(f, region.getLabel());
50 return found;
  /external/testng/src/test/java/test/
BaseDistributedTest.java 12 protected void verifyTests(String title, String[] exp, Map found) {
18 Assert.assertEquals(found.size(), expected.size(),
23 if (null == found.get(name)) {
25 dumpMap("Found", found);
28 Assert.assertNotNull(found.get(name),
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_procmaps_test.cc 43 bool found = false; local
48 found = true;
52 EXPECT_TRUE(found);
  /external/deqp/framework/delibs/depool/
dePoolMultiSet.c 48 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 == (count > 0))
135 deBool found = deTestMultiSet_exists(set, (deInt16)i); local
    [all...]
dePoolSet.c 50 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/e2fsprogs/lib/ext2fs/
lookup.c 26 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/common/mac/
string_utilities.cc 60 size_t found = 0; local
63 for (; found <= idx; ++found) {
71 if (found == idx) {
  /external/ipsec-tools/src/racoon/
throttle.c 98 int found = 0; local
118 found = 1;
128 if (!found) {
  /external/javassist/src/main/javassist/compiler/
KeywordTable.java 22 Object found = get(name); local
23 if (found == null)
26 return ((Integer)found).intValue();
SymbolTable.java 34 Declarator found = (Declarator)get(name); local
35 if (found == null && parent != null)
38 return found;
  /external/libmtp/examples/
emptyfolders.c 32 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/pdfium/testing/utils/
path_service.cpp 3 // 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/libsepol/tests/
test-expander-users.c 37 unsigned char *found; /* array of booleans of roles found */ local
38 int extra = 0; /* number of extra roles found */
42 printf("%s not found\n", user_name);
43 CU_FAIL("user not found");
46 found = calloc(num_roles, sizeof(unsigned char));
47 CU_ASSERT_FATAL(found != NULL);
54 found[j] += 1;
61 if (found[j] != 1) {
62 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[j])
    [all...]
test-linker-roles.c 59 int found = 0; local
63 found++;
67 CU_ASSERT(found == 1);

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>