HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 51 - 75 of 4611) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/strace/
flock.h 35 # error struct flock definition not found in <linux/fcntl.h>
43 # error struct flock64 definition not found in <linux/fcntl.h>
  /external/v8/test/mjsunit/regress/
regress-crbug-346636.js 3 // found in the LICENSE file.
7 function assertSame(expected, found) {
8 if (found === expected) {
9 if (expected !== 0 || (1 / expected) == (1 / found)) return;
regress-put-prototype-transition.js 3 // found in the LICENSE file.
8 assertSame = function assertSame(expected, found, name_opt) { if (found === expected) { if (expected !== 0 || (1 / expected) == (1 / found)) return; } else if ((expected !== expected) && (found !== found)) { return; } fail(PrettyPrint(expected), found, name_opt); }; assertEquals = function assertEquals(expected, found, name_opt) { if (!deepEquals(found, expected)) { fail(PrettyPrint(expected), found, name_opt); } }
    [all...]
regress-crbug-349079.js 3 // found in the LICENSE file.
7 function assertEquals(expected, found) {
8 return found === expected;
  /cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java 46 String found = KernelSettingsTest.getFile("/proc/self/attr/current"); local
49 ", Found: \"" + found + "\"";
50 assertTrue(msg, found.startsWith(expected));
55 String found = getFileContext(appDataDir.getAbsolutePath()); local
58 ", Found: \"" + found + "\"";
59 assertTrue(msg, found.startsWith(expected));
  /external/antlr/antlr-3.4/runtime/Python/tests/
t055templates.py 45 found = self.execParser(
50 self.failUnlessEqual("id=abc, int=34", found)
85 found = self.execParser(
91 self.failUnlessEqual("[a+b]", found)
111 found = self.execParser(
116 self.failUnless(found is None)
140 found = self.execParser(
145 self.failUnlessEqual("abc,def,ghi", found)
164 found = self.execParser(
169 self.failUnlessEqual("hello", found)
    [all...]
  /external/fio/lib/
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;
  /toolchain/binutils/binutils-2.25/
symlink-tree 60 found=
63 found=yes
66 if [ -z "${found}" ]; then
  /external/curl/lib/
parsedate.c 208 bool found= FALSE; local
215 found=TRUE;
220 return found?i:-1;
227 bool found= FALSE; local
232 found=TRUE;
237 return found?i:-1; /* return the offset or -1, no real offset is -1 */
241 of seconds or -1 if the timezone wasn't found/legal */
247 bool found= FALSE; local
252 found=TRUE;
257 return found?what->offset*60:-1
348 bool found=FALSE; local
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 159 * If found, the token is stored in {@link #currentToken}.
163 * If not found, {@link #currentToken} is set to <code>null</code>.
168 * @return the position after the found token in the current header, or
191 return -1; // nothing found
233 * negative if no token start could be found
241 boolean found = false;
242 while (!found && (this.currentHeader != null)) {
245 while (!found && (from < to)) {
252 // found the start of a token
253 found = true
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListSetSelectionTest.java 73 boolean found = false;
78 found = true;
82 assertTrue("Selected item not visible in list", found);
104 boolean found = false;
110 found = true;
114 assertTrue("Selected item not visible in list", found);
139 boolean found = false;
144 found = true;
148 assertTrue("Selected item not visible in list", found);
  /system/bt/bta/mce/
bta_mce_act.c 64 int found = 0; local
93 evt_data.mas[found].scn = pe.params[0];
98 evt_data.mas[found].p_srv_name = (char *) p_attr->attr_value.v.array;
99 evt_data.mas[found].srv_name_len= SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
104 evt_data.mas[found].instance_id = p_attr->attr_value.v.u8;
109 evt_data.mas[found].msg_type = p_attr->attr_value.v.u8;
111 found++;
112 } while (p_rec != NULL && found < BTA_MCE_MAX_MAS_INSTANCES);
114 evt_data.num_mas = found;
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 83 Scheme found = get(name); local
84 if (found == null) {
88 return found;
125 Scheme found = registeredSchemes.get(name); local
126 return found;
  /external/gptfdisk/
parttypes.cc 287 int found = 0; local
290 while ((theItem != NULL) && (!found)) {
293 found = 1;
298 if (!found) {
303 cout << "Exact type match not found for type code ";
307 } // if (!found)
314 int found = 0; local
317 while ((theItem != NULL) && (!found)) {
318 if (theItem->GUIDType == *this) { // found it!
320 found = 1
335 int found = 0; local
360 int found = 0; local
420 int found = 0; local
    [all...]
  /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/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 3 # found in the LICENSE file.
56 logging.error('Error: %s not found.', ' '.join(paths))
86 logging.error('Error: %s not found.', param_path)
87 return 'Short blanking not added (no EDID found). '
120 found = False
123 return 'RC6_PATHS not found.'
124 while found == False and tries < 20:
130 found = True
135 if not found:
149 found = Fals
    [all...]
  /art/test/063-process-manager/src/
Main.java 27 boolean found = false;
35 found = true;
39 if (! found) {
  /cts/tests/tests/car/src/android/car/cts/
CarSensorManagerTest.java 36 boolean found = false;
39 found = true;
43 assertTrue(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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestFastQueue.java 46 String found = q.toString(); local
47 assertEquals(expecting, found);
65 String found = buf.toString(); local
66 assertEquals(expecting, found);
84 String found = buf.toString(); local
85 assertEquals(expecting, found);
98 String found = msg; local
99 assertEquals(expecting, found);
114 String found = msg; local
115 assertEquals(expecting, found);
129 String found = msg; local
    [all...]
  /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...]
  /external/google-breakpad/src/client/mac/handler/testcases/
breakpad_nlist_test.cc 96 bool found = false; local
100 found = true;
105 return found;
  /external/libchrome/base/process/
process_iterator.cc 3 // found in the LICENSE file.
26 ProcessEntries found; local
28 found.push_back(*process_entry);
30 return found;
  /external/selinux/libselinux/src/
selinux_check_securetty_context.c 15 int found = -1; local
40 found = 0;
50 return found;

Completed in 401 milliseconds

1 23 4 5 6 7 8 91011>>