Searched refs:expects (Results 1 – 25 of 123) sorted by relevance
12345
/external/v8/preparser/ |
D | preparser-process.cc | 234 ExceptionExpectation* expects) { in CheckException() argument 236 if (expects->throws) { in CheckException() 238 if (expects->type == NULL) { in CheckException() 241 fail(data, "Didn't throw \"%s\" as expected\n", expects->type); in CheckException() 244 if (expects->type != NULL) { in CheckException() 246 if (strcmp(expects->type, actual_message)) { in CheckException() 248 expects->type, actual_message, reader.beg_pos(), reader.end_pos()); in CheckException() 251 if (expects->beg_pos >= 0) { in CheckException() 252 if (expects->beg_pos != reader.beg_pos()) { in CheckException() 254 expects->beg_pos, reader.beg_pos()); in CheckException() [all …]
|
/external/v8/test/preparser/ |
D | testcfg.py | 52 expects = [] 54 expects += [rule_match.group(2)] 56 expects += [rule_match.group(3), rule_match.group(4)] 57 expectations_map[rule_match.group(1)] = " ".join(expects)
|
/external/v8/test/webkit/ |
D | function-declarations-in-switch-statement-expected.txt | 24 WARN: shouldBe() expects string arguments 26 WARN: shouldBe() expects string arguments 28 WARN: shouldBe() expects string arguments
|
D | stack-unwinding-expected.txt | 30 WARN: shouldBe() expects string arguments
|
/external/cmockery/cmockery_0_1_2/m4/ |
D | stl_namespace.m4 | 1 # We check what namespace stl code like vector expects to be executed in
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TestData_en.jpp | 10 …* Eclipse expects the java files in a package-like directory structure to have a package declarati…
|
D | TestDefaultPackageLoading.jpp | 12 …* Eclipse expects the java files in a package-like directory structure to have a package declarati…
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | eap_testing.txt | 361 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE 367 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE 378 - sends tunneled EAP-Success with MPPE keys and expects the authentication to 384 - sends tunneled EAP-Success with MPPE keys and expects to receive TLS ACK 389 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/ |
D | ICULocaleServiceProviderConfig.properties | 25 # BigInteger/BigDecimal are not handled by the ICU implementation. If a client expects
|
/external/llvm/test/CodeGen/X86/ |
D | critical-anti-dep-breaker.ll | 5 ; This test case expects such an instruction to appear as a comment with def info for RDI.
|
D | fold-load-vec.ll | 4 ; We should not fold movss into pshufd since pshufd expects m128 while movss
|
/external/clang/test/SemaObjC/ |
D | comptypes-legal.m | 35 …// Since registerFunc: expects a Derived object as it's second argument, I don't know why this wou…
|
/external/vboot_reference/ |
D | README | 112 dumpRSAPublicKey. This utility expects an x509 certificate as 160 Note: The verification functions expects a pointer to the
|
/external/llvm/test/CodeGen/R600/ |
D | split-scalar-i64-add.ll | 6 ; SALU, but the upper half does not. The addc expects the carry bit
|
/external/valgrind/ |
D | README.mips | 12 expects that native GCC is configured correctly and optimized for the platform.
|
/external/boringssl/src/crypto/chacha/ |
D | chacha_vec_arm_generate.go | 135 # to link them. Thus we report whatever the compiler expects since we don't use
|
/external/skia/site/user/quick/ |
D | ios.md | 44 echo "buildSampleApp expects 'sim', 'iphone', or 'mac'"
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | value-bug.ll | 7 ; expression during vectorization and the vectorizer expects instructions
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 6 expects to be doing multiple token searches, the program should
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 5 decoded images. The decoder expects packets to comprise exactly one image
|
/external/libunwind/doc/ |
D | unw_get_proc_info_by_ip.tex | 28 The routine expects the followins arguments: \Var{as} is the
|
/external/openssh/ |
D | sftp-server.0 | 14 stdout and expects client requests from stdin. sftp-server is not
|
/external/llvm/docs/ |
D | ReleaseNotes.rst | 51 * The DataLayout is no longer optional. All the IR level optimizations expects
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV4.td | 60 // mainly used for ARM, but Tablegen expects this field to exist or it fails
|
/external/selinux/sepolgen/ |
D | ChangeLog | 69 * Fix sepolgen output to match what Chris expects for upstream
|
12345