HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 76 - 100 of 391) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 78 self._tab_checker.check(lines)
80 def check(self, lines): member in class:TestExpectationsChecker
  /external/chromium_org/third_party/icu/source/samples/datefmt/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/chromium_org/third_party/icu/source/samples/msgfmt/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/chromium_org/third_party/icu/source/samples/translit/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/chromium_org/third_party/icu/source/test/threadtest/
converttest.cpp 22 virtual void check();
70 void ConvertThreadTest::check() { function in class:ConvertThreadTest
79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
stringtest.cpp 18 virtual void check();
116 void StringThreadTest::check() { function in class:StringThreadTest
118 // Check that the reference counts on the buffers for all of the source strings
  /external/chromium_org/third_party/libpng/
pngrio.c 53 png_size_t check; local
61 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
62 check = 0;
64 check = (png_size_t)fread(data, (png_size_t)1, length,
68 if (check != length)
83 int check; local
89 /* Check if data really is near. If so, use usual code. */
95 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
97 check = 0;
99 check = fread(n_data, 1, length, io_ptr)
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
basedb.py 92 """Check if the database contains the specified username.
95 @param username: The username to check for.
111 def check(self, username, param): member in class:BaseDB
  /external/chromium_org/v8/test/cctest/
test-hashing.cc 99 void check(uint32_t key) { function
115 CHECK(code->IsCode());
126 CHECK(runtime_hash == codegen_hash);
142 check(key);
149 check(PseudoRandom(i, j) % kLimit);
  /external/chromium_org/v8/test/mjsunit/harmony/
array-of.js 13 function check(a) { function
21 check(Array.of());
22 check(Array.of(0));
23 check(Array.of(0, 1, 2));
25 check(f());
151 // Check superficial features of Array.of.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-binop-nosse2.js 57 this.check = function() {
78 left.check();
80 right.check();
  /external/chromium_org/v8/test/mjsunit/
smi-mul-const.js 30 function check(func, input, expected) { function
43 check(mul_by_neg_1, 2, -2);
44 check(mul_by_0, 2, 0);
45 check(mul_by_1, 2, 2);
46 check(mul_by_2, 2, 4);
60 check(mul_by_neg_127, 2, -254);
61 check(mul_by_neg_128, 2, -256);
62 check(mul_by_neg_129, 2, -258);
63 check(mul_by_1023, 2, 2046);
64 check(mul_by_1024, 2, 2048)
    [all...]
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 51 char check[sizeof(meta(a)) == 2 ? 1 : -1]; local
  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 32 constexpr bool check(const char *, int=0, int=0);
57 constexpr bool Board::check(const char *p, int Row, int Col) { function in class:Board
59 *p == '\n' ? check(p+1, Row+1, 0) :
60 *p == 'o' ? at(Row, Col) && check(p+1, Row, Col+1) :
61 *p == '-' ? !at(Row, Col) && check(p+1, Row, Col+1) :
65 static_assert(q8.check(
dependent-auto.cpp 12 only<int> check = x; local
36 // PR 9276 - Make sure we check auto types deduce the same
pragma-pack.cpp 16 int check[sizeof(Sub) == 5 ? 1 : -1]; member in namespace:rdar8745206
33 int check[sizeof(Sub) == 13 ? 1 : -1]; member in namespace:check2
  /external/conscrypt/src/main/java/org/conscrypt/
ChainStrengthAnalyzer.java 28 public static final void check(X509Certificate[] chain) throws CertificateException { method in class:ChainStrengthAnalyzer
  /external/deqp/framework/common/
tcuTestContext.cpp 121 bool ResultCollector::check (bool condition, const std::string& msg) function in class:tcu::ResultCollector
  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 48 bool check() function in class:STL_Timer
  /external/icu/icu4c/source/samples/datefmt/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/icu/icu4c/source/samples/msgfmt/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/icu/icu4c/source/samples/translit/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/icu/icu4c/source/test/threadtest/
converttest.cpp 22 virtual void check();
70 void ConvertThreadTest::check() { function in class:ConvertThreadTest
79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
stringtest.cpp 18 virtual void check();
116 void StringThreadTest::check() { function in class:StringThreadTest
118 // Check that the reference counts on the buffers for all of the source strings
  /external/kernel-headers/original/uapi/linux/
udp.h 26 __sum16 check; member in struct:udphdr

Completed in 392 milliseconds

1 2 34 5 6 7 8 91011>>