HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 101 - 125 of 1856) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/cros/cellular/mbim_compliance/assertions/
assertion.py 13 def check(self): member in class:Assertion
14 """ Check that the assertion holds. """
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p12.cpp 3 template<typename T, T... cs> struct check; // expected-note {{template is declared here}} expected-note {{template is declared here}}
5 struct check<char, 34, -47, -126, -48, -75, -47, -127, -47, -126, 32, -16, -112, -128, -128>{}; struct
7 struct check<char16_t, 34, 1090, 1077, 1089, 1090, 32, 55296, 56320>{}; struct
9 struct check<char32_t, 34, 1090, 1077, 1089, 1090, 32, 65536>{}; struct
11 check<T, str...> chars; // expected-error {{implicit instantiation of undefined template 'check<char, 't', 'e', 's', 't'>'}} expected-error {{implicit instantiation of undefined template 'check<char32_t, 34, 1090, 1077, 1089, 1090, 95, 65536>'}}
  /external/clang/test/SemaCXX/
windows-arm-valist.cpp 12 void check() { function
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
default.pass.cpp 20 void check(const std::locale& loc) function
63 check(loc);
69 check(loc2);
char_pointer.pass.cpp 38 void check(const std::locale& loc) function
77 check(loc);
79 check(loc2);
82 check(loc3);
locale_char_pointer_cat.pass.cpp 38 void check(const std::locale& loc) function
77 check(loc);
79 check(loc2);
locale_locale_cat.pass.cpp 38 void check(const std::locale& loc) function
77 check(loc);
79 check(loc2);
locale_string_cat.pass.cpp 37 void check(const std::locale& loc) function
76 check(loc);
78 check(loc2);
string.pass.cpp 38 void check(const std::locale& loc) function
77 check(loc);
79 check(loc2);
82 check(loc3);
  /external/v8/test/mjsunit/
elements-kind-depends.js 38 function check(a) { function
47 check(b); // all OK
51 check(b); // fails
  /prebuilts/go/darwin-x86/src/runtime/
memmove_arm64.s 13 BNE check
16 check: label
memmove_ppc64x.s 15 BNE check
18 check: label
  /prebuilts/go/linux-x86/src/runtime/
memmove_arm64.s 13 BNE check
16 check: label
memmove_ppc64x.s 15 BNE check
18 check: label
  /art/test/111-unresolvable-exception/src/
Main.java 20 check(false);
26 private static void check(boolean b) { method in class:Main
  /external/bouncycastle/bcprov/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/chromium-trace/catapult/third_party/typ/typ/tests/
arg_parser_test.py 35 def check(argv, expected=None): function in function:ArgumentParserTest.test_argv_from_args
42 check(['--version'])
43 check(['--coverage', '--coverage-omit', 'foo'])
44 check(['--jobs', '3'])
45 check(['-vv'], ['--verbose', '--verbose'])
  /external/compiler-rt/test/BlocksRuntime/
nullblockisa.c 22 void check(void (^b)(void)) { function
39 check(^{ printf("%d\n", ++i); });
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
IViolationsOutput.java 12 package org.jacoco.report.check;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
None.java 10 package org.tukaani.xz.check;
12 public class None extends Check {
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_analyze.cpp 31 #define check(x) do {if(!(x)) return false;} while(0) macro
51 check(!cf_stack.empty());
53 check(program.insns[v]->opcode == SM4_OPCODE_LOOP);
65 check(!cf_stack.empty());
68 check(program.insns[v]->opcode == SM4_OPCODE_IF);
70 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE);
77 check(!cf_stack.empty());
80 check(program.insns[v]->opcode == SM4_OPCODE_IF || program.insns[v]->opcode == SM4_OPCODE_ELSE);
82 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE);
89 check(cf_stack.empty())
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwio.c 52 png_size_t check; local
57 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
59 if (check != length)
  /external/v8/test/mjsunit/regress/
regress-4525.js 21 function check(x, value, type) { function
28 check(o.bar.call(123), Object(123), Number);
29 check(o.bar.call("a"), Object("a"), String);
30 check(o.bar.call(undefined), this, Object);
31 check(o.bar.call(null), this, Object);
34 check(o.bar.call(456), Object(456), Number);
35 check(o.bar.call("b"), Object("b"), String);
36 check(o.bar.call(undefined), this, Object);
37 check(o.bar.call(null), this, Object);
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
KeyFactoryTestDH.java 31 protected void check(KeyPair keyPair) throws Exception { method in class:KeyFactoryTestDH
KeyFactoryTestDSA.java 32 protected void check(KeyPair keyPair) throws Exception { method in class:KeyFactoryTestDSA

Completed in 518 milliseconds

1 2 3 45 6 7 8 91011>>