Home
last modified time | relevance | path

Searched refs:expects (Results 1 – 25 of 123) sorted by relevance

12345

/external/v8/preparser/
Dpreparser-process.cc234 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/
Dtestcfg.py52 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/
Dfunction-declarations-in-switch-statement-expected.txt24 WARN: shouldBe() expects string arguments
26 WARN: shouldBe() expects string arguments
28 WARN: shouldBe() expects string arguments
Dstack-unwinding-expected.txt30 WARN: shouldBe() expects string arguments
/external/cmockery/cmockery_0_1_2/m4/
Dstl_namespace.m41 # 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/
DTestData_en.jpp10 …* Eclipse expects the java files in a package-like directory structure to have a package declarati…
DTestDefaultPackageLoading.jpp12 …* Eclipse expects the java files in a package-like directory structure to have a package declarati…
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt361 - 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/
DICULocaleServiceProviderConfig.properties25 # BigInteger/BigDecimal are not handled by the ICU implementation. If a client expects
/external/llvm/test/CodeGen/X86/
Dcritical-anti-dep-breaker.ll5 ; This test case expects such an instruction to appear as a comment with def info for RDI.
Dfold-load-vec.ll4 ; We should not fold movss into pshufd since pshufd expects m128 while movss
/external/clang/test/SemaObjC/
Dcomptypes-legal.m35 …// Since registerFunc: expects a Derived object as it's second argument, I don't know why this wou…
/external/vboot_reference/
DREADME112 dumpRSAPublicKey. This utility expects an x509 certificate as
160 Note: The verification functions expects a pointer to the
/external/llvm/test/CodeGen/R600/
Dsplit-scalar-i64-add.ll6 ; SALU, but the upper half does not. The addc expects the carry bit
/external/valgrind/
DREADME.mips12 expects that native GCC is configured correctly and optimized for the platform.
/external/boringssl/src/crypto/chacha/
Dchacha_vec_arm_generate.go135 # to link them. Thus we report whatever the compiler expects since we don't use
/external/skia/site/user/quick/
Dios.md44 echo "buildSampleApp expects 'sim', 'iphone', or 'mac'"
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dvalue-bug.ll7 ; expression during vectorization and the vectorizer expects instructions
/external/e2fsprogs/doc/
Dlibblkid.txt6 expects to be doing multiple token searches, the program should
/external/libvpx/libvpx/
Dusage_dx.dox5 decoded images. The decoder expects packets to comprise exactly one image
/external/libunwind/doc/
Dunw_get_proc_info_by_ip.tex28 The routine expects the followins arguments: \Var{as} is the
/external/openssh/
Dsftp-server.014 stdout and expects client requests from stdin. sftp-server is not
/external/llvm/docs/
DReleaseNotes.rst51 * The DataLayout is no longer optional. All the IR level optimizations expects
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td60 // mainly used for ARM, but Tablegen expects this field to exist or it fails
/external/selinux/sepolgen/
DChangeLog69 * Fix sepolgen output to match what Chris expects for upstream

12345