Searched defs:check (Results 51 - 75 of 381) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp31 #define check(x) assert(x) macro
34 #define check(x) do {if(!(x)) throw(#x);} while(0) macro
54 check(tokens < tokens_end);
196 check(opcode < SM4_OPCODE_COUNT);
241 //check(dcl.op->file == SM4_FILE_##FILE);
275 check(dcl.op->file == SM4_FILE_INPUT || dcl.op->file == SM4_FILE_OUTPUT);
370 check(tokens == insn_end);
412 check(tokens < insn_end);
413 check(op_num < SM4_MAX_OPS);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DActiveEdge_Test.cpp55 const SkPoint& check = rh.fBelow.fY <= lh.fBelow.fY local
58 return (check.fY - lh.fAbove.fY) * (lh.fBelow.fX - lh.fAbove.fX)
59 < (lh.fBelow.fY - lh.fAbove.fY) * (check.fX - lh.fAbove.fX);
61 const SkPoint& check = lh.fBelow.fY <= rh.fBelow.fY local
63 return (rh.fBelow.fY - rh.fAbove.fY) * (check.fX - rh.fAbove.fX)
64 < (check.fY - rh.fAbove.fY) * (rh.fBelow.fX - rh.fAbove.fX);
/external/chromium_org/third_party/tlslite/tlslite/
H A Dbasedb.py95 @param username: The username to check for.
111 def check(self, username, param): member in class:BaseDB
/external/chromium_org/v8/test/mjsunit/harmony/
H A Darray-of.js13 function check(a) { function
21 check(Array.of());
22 check(Array.of(0));
23 check(Array.of(0, 1, 2));
25 check(f());
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-binop-nosse2.js57 this.check = function() {
78 left.check();
80 right.check();
/external/chromium_org/v8/test/mjsunit/
H A Dsmi-mul-const.js30 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_102
[all...]
/external/clang/test/CXX/special/class.temporary/
H A Dp1.cpp51 char check[sizeof(meta(a)) == 2 ? 1 : -1]; local
/external/clang/test/CodeGen/
H A D2007-05-29-UnionCopy.c16 void check(union U *u, union U *v) { function
/external/clang/test/SemaCXX/
H A Ddependent-auto.cpp12 only<int> check = x; local
36 // PR 9276 - Make sure we check auto types deduce the same
H A Dpragma-pack.cpp16 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/
H A DChainStrengthAnalyzer.java28 public static final void check(X509Certificate[] chain) throws CertificateException { method in class:ChainStrengthAnalyzer
/external/conscrypt/src/test/java/org/conscrypt/
H A DChainStrengthAnalyzerTest.java95 assertBad(MD5_PEM, "Weak hash check did not fail as expected");
99 assertBad(SHORT_PEM, "Short modulus check did not fail as expected");
108 check(createCert(pem));
115 check(createCert(pem));
118 private static void check(X509Certificate cert) throws Exception { method in class:ChainStrengthAnalyzerTest
120 ChainStrengthAnalyzer.check(chain);
/external/eigen/bench/btl/generic_bench/timers/
H A DSTL_timer.hh48 bool check() function in class:STL_Timer
/external/icu/icu4c/source/test/threadtest/
H A Dconverttest.cpp22 virtual void check();
70 void ConvertThreadTest::check() { function in class:ConvertThreadTest
79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
/external/kernel-headers/original/uapi/linux/
H A Dudp.h26 __sum16 check; member in struct:udphdr
/external/libcxx/test/localization/locales/locale/locale.cons/
H A Dassign.pass.cpp34 void check(const std::locale& loc) function
76 check(loc);
77 check(loc2);
H A Dcopy.pass.cpp34 void check(const std::locale& loc) function
75 check(loc);
76 check(loc2);
H A Ddefault.pass.cpp34 void check(const std::locale& loc) function
77 check(loc);
83 check(loc2);
H A Dlocale_facetptr.pass.cpp34 void check(const std::locale& loc) function
84 check(loc);
86 check(loc2);
96 check(loc);
98 check(loc2);
/external/libpng/
H A Dpngrio.c66 png_size_t check; local
74 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
76 if (check != length)
H A Dpngwio.c53 png_size_t check; local
58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
60 if (check != length)
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp31 #define check(x) assert(x) macro
34 #define check(x) do {if(!(x)) throw(#x);} while(0) macro
54 check(tokens < tokens_end);
196 check(opcode < SM4_OPCODE_COUNT);
241 //check(dcl.op->file == SM4_FILE_##FILE);
275 check(dcl.op->file == SM4_FILE_INPUT || dcl.op->file == SM4_FILE_OUTPUT);
370 check(tokens == insn_end);
412 check(tokens < insn_end);
413 check(op_num < SM4_MAX_OPS);
/external/mockito/src/org/mockito/internal/verification/checkers/
H A DAtLeastXNumberOfInvocationsChecker.java23 public void check(List<Invocation> invocations, InvocationMatcher wanted, int wantedCount) { method in class:AtLeastXNumberOfInvocationsChecker
H A DAtLeastXNumberOfInvocationsInOrderChecker.java29 public void check(List<Invocation> invocations, InvocationMatcher wanted, int wantedCount) { method in class:AtLeastXNumberOfInvocationsInOrderChecker
H A DMissingInvocationChecker.java31 public void check(List<Invocation> invocations, InvocationMatcher wanted) { method in class:MissingInvocationChecker

Completed in 6360 milliseconds

1234567891011>>