HomeSort by relevance Sort by last modified time
    Searched refs:expects (Results 1 - 25 of 45) sorted by null

1 2

  /external/v8/preparser/
preparser-process.cc 234 ExceptionExpectation* expects) {
236 if (expects->throws) {
238 if (expects->type == NULL) {
241 fail(data, "Didn't throw \"%s\" as expected\n", expects->type);
244 if (expects->type != NULL) {
246 if (strcmp(expects->type, actual_message)) {
248 expects->type, actual_message, reader.beg_pos(), reader.end_pos());
251 if (expects->beg_pos >= 0) {
252 if (expects->beg_pos != reader.beg_pos()) {
254 expects->beg_pos, reader.beg_pos())
273 ExceptionExpectation expects; local
320 ExceptionExpectation expects = local
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 72 private boolean[] expects = new boolean[TEST_NUM_EXPECTS]; field in class:TestEventHandler
117 expects[i] = false;
131 expects[TEST_REQUEST_SENT] = false;
209 expects[TEST_STATUS] = false;
224 expects[TEST_HEADERS] = false;
299 expects[TEST_HEADERS] = true;
315 expects[TEST_HEADERS] = true;
361 expects[TEST_LOCATION_CHANGED] = false;
409 expects[TEST_DATA] = false;
427 expects[TEST_ENDDATA] = false
    [all...]
  /external/v8/test/preparser/
testcfg.py 90 expects = []
92 expects = expects + [rule_match.group(2)]
94 expects = expects + [rule_match.group(3), rule_match.group(4)]
95 map[rule_match.group(1)] = expects
  /external/openssl/crypto/
s390xcpuid.S 37 lgfr %r2,%r0 # OpenSSL expects the new value
sparccpuid.S 213 add %o1,%o2,%o0 ! OpenSSL expects the new value
  /frameworks/ex/carousel/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /frameworks/ex/common/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /frameworks/support/v13/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 83 debug("WARN: tryAndLog() expects a string argument");
100 debug("WARN: shouldBe() expects string arguments");
242 debug("WARN: shouldBeGreaterThanOrEqual expects string arguments");
standalone-pre.js 70 debug("WARN: shouldBe() expects string arguments");
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 84 The Pendulums - Set to slice the player to shreds when he least expects it!
  /external/srec/config/en.us/
Android.mk 79 # the grxml compiler expects this (and other) data files to be here.
  /external/v8/test/mjsunit/
debug-return-value.js 70 // Listener which expects to do four steps to reach returning from the function.
fuzz-natives.js 192 // This function expects its first argument to be a non-smi.
mjsunit.js 36 * framework expects lines that signal failed tests to start with
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 60 ;# expects:
440 ;# expects:
variance_subpixel_altivec.asm 63 ;# expects:
543 ;# expects:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 343 A recognizer expects the current input symbol to be a member of a set of
492 A tree parser expects to match a tree node containing a specific type of
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 208 ; it expects a signed and an unsigned value. so instead we zero extend
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 78 debug("WARN: shouldBe() expects string arguments");
  /external/compiler-rt/make/platform/
clang_darwin.mk 84 # build the libraries themselves so that Clang can find them where it expects
  /ndk/build/core/
add-application.mk 19 # It is included repeatedly from build/core/main.mk and expects a
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 9 * It expects to have available via XHR (relative path):
  /external/icu4c/test/cintltst/
creststn.c 2697 const char *expects[7] = { "", "a41", "a12", "a03", "ar4" }; local
    [all...]
  /external/jpeg/
mips_idct_le.S 78 # move mips_idct_coefs address from $a3 into $at where the rest of this code expects it

Completed in 672 milliseconds

1 2