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 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/crcalc/tests/
Android.mk 28 # expects an apk, not a library.
  /packages/apps/Messaging/build/
android_lint.mk 17 # Lint tool expects the intermediates dir to match the project name Bugle rather
26 # Lint tool expects api-versions.xml from the SDK to be in development/sdk but
gcheckstyle.mk 28 # The config file has to be packaged into the jar, and jar uf command expects the current working directory
  /external/libvpx/libvpx/test/android/
Android.mk 12 # expects to be made from a parent directory.
  /frameworks/ex/common/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Android.mk 12 # expects to be made from a parent directory.
  /external/v8/test/webkit/resources/
standalone-pre.js 100 debug("WARN: shouldBe() expects string arguments");
128 debug("WARN: shouldBeEqualToString() expects string arguments");
  /frameworks/support/v13/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 221 expects = want[1] + want[2]
230 self.assertTrue(expects.startswith(data))
233 self.assertEqual(expects, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 221 expects = want[1] + want[2]
230 self.assertTrue(expects.startswith(data))
233 self.assertEqual(expects, data)
  /external/v8/test/mjsunit/
deopt-with-fp-regs.js 34 // This test expects some specific input values.
debug-return-value.js 70 // Listener which expects to do four steps to reach returning from the function.
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 28 The routine expects the followins arguments: \Var{as} is the
  /ndk/sources/third_party/googletest/
Android.mk 87 # IMPORTANT: The test looks at the name of its executable and expects
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 60 ;# expects:
440 ;# expects:
variance_subpixel_altivec.asm 63 ;# expects:
543 ;# expects:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 60 ;# expects:
440 ;# 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 816 String[]expects = new String[] { "", "a41", "a12", "a03", "ar4" }; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 208 ; it expects a signed and an unsigned value. so instead we zero extend
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 208 ; it expects a signed and an unsigned value. so instead we zero extend
  /ndk/build/core/
build-local.mk 196 # Place all generated library files here. This is rarely changed since aapt expects the default libs/

Completed in 4080 milliseconds

1 2