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

1 2 3 4 5 6 7 8 91011>>

  /external/grub/stage2/
size_test 3 # Check the sizes of Stage 2 and Stage 1.5's.
26 check () function
39 check ffs_stage1_5 7168
41 check ufs2_stage1_5 7168
45 check fat_stage1_5 31744
48 check e2fs_stage1_5 31744
51 check minix_stage1_5 31744
  /external/oprofile/libutil++/tests/
glob_filter_tests.cpp 19 #define check(filter, str, result) \ macro
29 check(f1, "foo/barfoobar", true);
30 check(f1, "foo/bar", true);
31 check(f1, "/foo/foobar/foo", false);
32 check(f1, "fooobar1", false);
33 check(f1, "foo1", false);
34 check(f1, "foobar", false);
35 check(f1, "bar1", false);
38 check(f2, "foo", true);
39 check(f2, "foo1", false)
    [all...]
path_filter_tests.cpp 19 #define check(filter, str, result) \ macro
29 check(f1, "foo/barfoobar", true);
30 check(f1, "foo/bar", true);
31 check(f1, "/foo/foobar/foo", false);
32 check(f1, "fooobar1", false);
33 check(f1, "foo1", false);
34 check(f1, "foobar", false);
35 check(f1, "bar1", false);
38 check(f2, "foo", true);
39 check(f2, "foo1", false)
    [all...]
comma_list_tests.cpp 19 #define check(clist, val, result) \ macro
30 check(c1, 1, true);
34 check(c1, 2, true);
35 check(c1, 3, false);
39 check(c1, 2, false);
40 check(c1, 3, true);
44 check(c1, 2, true);
45 check(c1, 3, true);
46 check(c1, 4, false);
50 check(c1, 2, true)
    [all...]
string_filter_tests.cpp 19 #define check(filter, str, result) \ macro
29 check(f1, "", true);
30 check(f1, "ok", true);
33 check(f2, "ok", true);
34 check(f2, "no", false);
37 check(f3, "ok", true);
38 check(f3, "no", false);
41 check(f4, "ok", true);
42 check(f4, "ok2", true);
43 check(f4, "no", false)
    [all...]
  /external/stlport/test/unit/
test_errno.cpp 8 #include <errno.h> // not typo, check errno def/undef/redef
20 CPPUNIT_TEST(check);
24 void check();
29 void ErrnoTest::check() function in class:ErrnoTest
  /external/v8/test/mjsunit/regress/
regress-1181.js 40 function check(count) { function
52 check(150);
53 check(200);
54 check(350)
  /ndk/tests/device/test-gnustl-full/unit/
test_errno.cpp 8 #include <errno.h> // not typo, check errno def/undef/redef
20 CPPUNIT_TEST(check);
24 void check();
29 void ErrnoTest::check() function in class:ErrnoTest
  /ndk/tests/device/test-stlport/unit/
test_errno.cpp 8 #include <errno.h> // not typo, check errno def/undef/redef
20 CPPUNIT_TEST(check);
24 void check();
29 void ErrnoTest::check() function in class:ErrnoTest
  /build/core/tasks/
apicheck.mk 32 define check-api
52 # Check that the API we're building hasn't broken the last-released
54 $(eval $(call check-api, \
64 # Check that the API we're building hasn't changed from the not-yet-released
66 $(eval $(call check-api, \
  /external/elfutils/tests/
hash.c 23 check (const char *name, unsigned long int expected) function
36 /* Check some names. We know what the expected result is. */
37 status = check ("_DYNAMIC", 165832675);
38 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
  /external/webkit/Tools/Scripts/
find-extra-includes 78 sub check subroutine
101 check($file);
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common.py 43 def check(self, lines): member in class:CarriageReturnChecker
44 """Check for and strip trailing carriage returns from lines."""
68 def check(self, lines): member in class:TabChecker
python.py 36 def check(self, lines): member in class:PythonChecker
43 def _pep8_handle_error(line_number, offset, text, check):
text.py 43 def check(self, lines): member in class:TextChecker
44 self._tab_checker.check(lines)
50 checker.check(lines)
xml.py 37 def check(self, lines): member in class:XMLChecker
changelog.py 58 def check(self, lines): member in class:ChangeLogChecker
59 self._tab_checker.check(lines)
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
PKIXAttrCertChecker.java 44 * does not pass the check.
46 public abstract void check(X509AttributeCertificate attrCert, CertPath certPath, method in class:PKIXAttrCertChecker
  /external/webkit/Tools/Scripts/webkitpy/style/
patchreader.py 51 def check(self, patch_string): member in class:PatchReader
52 """Check style in the given patch."""
60 # Don't check files which contain only deleted lines
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
KeyFactoryTestDH.java 30 @Override protected void check(KeyPair keyPair) { method in class:KeyFactoryTestDH
KeyFactoryTestDSA.java 31 @Override protected void check(KeyPair keyPair) { method in class:KeyFactoryTestDSA
KeyFactoryTestRSA.java 32 @Override protected void check(KeyPair keyPair) { method in class:KeyFactoryTestRSA
  /libcore/luni/src/main/java/java/util/zip/
CheckedInputStream.java 32 private final Checksum check; field in class:CheckedInputStream
49 check = csum;
65 check.update(x);
91 check.update(buf, off, x);
102 return check;
CheckedOutputStream.java 31 private final Checksum check; field in class:CheckedOutputStream
45 check = cs;
54 return check;
69 check.update(val);
89 check.update(buf, off, nbytes);
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/api/
XmlVisitor.java 72 // TODO: Check appliesTo() for files, and find a quick way to enable/disable
134 for (ResourceXmlDetector check : mAllDetectors) {
135 check.beforeCheckFile(context);
138 for (ResourceXmlDetector check : mDocumentDetectors) {
139 check.visitDocument(context, context.document);
147 for (ResourceXmlDetector check : mAllDetectors) {
148 check.afterCheckFile(context);
159 ResourceXmlDetector check = elementChecks.get(i); local
160 check.visitElement(context, element);
165 ResourceXmlDetector check = mAllElementDetectors.get(i) local
177 ResourceXmlDetector check = list.get(j); local
183 ResourceXmlDetector check = mAllAttributeDetectors.get(j); local
202 ResourceXmlDetector check = elementChecks.get(i); local
208 ResourceXmlDetector check = mAllElementDetectors.get(i); local
    [all...]

Completed in 3504 milliseconds

1 2 3 4 5 6 7 8 91011>>