HomeSort by relevance Sort by last modified time
    Searched full:expecting (Results 451 - 475 of 1600) sorted by null

<<11121314151617181920>>

  /art/runtime/base/
casts.h 125 static_assert(sizeof(uintptr_t) <= sizeof(Dest), "Expecting at most 64-bit pointers.");
  /art/runtime/
type_lookup_table.cc 77 static_assert(alignof(Entry) == 4u, "Expecting Entry to be 4-byte aligned.");
  /bionic/libc/arch-arm/denver/bionic/
memset.S 100 // Pre-adjust the byte count to reflect post-aligment value. Expecting
  /bionic/libc/tools/
genlibgcc_compat.py 87 sys.exit("Error: Invalid TARGET_ARCH='" + arch + "' expecting 'arm' or 'x86'")
  /build/tools/acp/
acp.c 73 * Start with a quick check to ensure that, if we're expecting to copy
  /cts/tests/JobScheduler/src/android/jobscheduler/
TriggerContentJobService.java 149 * Block the test thread, expecting to timeout but still listening to ensure that no jobs
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerUnaffiliatedAuthenticatorTests.java 89 fail("Expecting a OperationCanceledException.");
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 581 assertEquals("Expecting string value \"" + expected + "\" got \""
639 assertEquals("Expecting boolean value " + expected + " got " + v
642 assertEquals("Expecting boolean value " + expected + " got " + v
651 assertEquals("Expecting string value " + expected + " got " + v
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
FrequencyVerification.java 131 "Requested \"%s\" at %s (expecting between %.2fHz and %.2fHz, measured %.2fHz)",
  /cts/tests/tests/preference2/res/values/
arrays.xml 135 <item>Ah. It\'s been on order, sir, for two weeks. I was expecting it this morning.</item>
  /development/ndk/sources/android/ndk_helper/
GLContext.h 48 * Thread safety: OpenGL context is expecting used within dedicated single thread,
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t058rewriteAST.html 656 assertArrayEquals(["line 1:4 extraneous input '34' expecting ID"],
674 assertArrayEquals(["line 1:0 mismatched input 'x' expecting set null"],
692 assertArrayEquals(["line 1:4 extraneous input 'ick' expecting INT"],
710 assertArrayEquals(["line 1:0 mismatched input '34' expecting ID"], errors);
  /external/autotest/client/cros/cellular/
scpi.py 117 """Sends "command arg", then "command?", expecting arg back.
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 54 Test SIM with a specific carrier name that the tests below are expecting.
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
thread-prctl.c 136 printf("tracee %d started (expecting %d as tracer)\n", tracee, tracer);
  /external/autotest/client/tests/kvm/tests/
cpu_hotplug.py 64 "/sys/devices/system/cpu, was expecting %s" %
  /external/avahi/avahi-utils/
avahi-set-host-name.c 114 fprintf(stderr, _("Invalid number of arguments, expecting exactly one.\n"));
  /external/boringssl/src/crypto/evp/
pbkdf.c 131 // value, expecting it to succeed and unconditonally using |out_key|.
  /external/boringssl/src/crypto/x509v3/
tab_test.c 82 fprintf(stderr, "Extension number invalid expecting %d\n", i);
  /external/chromium-trace/catapult/systrace/systrace/agents/
ftrace_agent.py 181 Whether the agent is expecting a trace or not.
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_wsgiwrappers.py 53 # No encoding specified: not expecting unicode
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_compat.py 113 Use it as a replacement for ``chr`` where you are expecting a byte
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 155 print_address("Expecting lock inversion: ", 2, A(0), A(1));
156 // CHECK: Expecting lock inversion: [[A1:0x[a-f0-9]*]] [[A2:0x[a-f0-9]*]]
181 print_address("Expecting lock inversion: ", 3, A(0), A(1), A(2));
182 // CHECK: Expecting lock inversion: [[A1:0x[a-f0-9]*]] [[A2:0x[a-f0-9]*]] [[A3:0x[a-f0-9]*]]
  /external/dbus/dbus/
dbus-spawn-win.c 827 _dbus_warn ("Not expecting error when launching nonexistent executable: %s: %s\n",
882 _dbus_warn ("Not expecting error when launching segfaulting executable: %s: %s\n",
937 _dbus_warn ("Not expecting error when launching exiting executable: %s: %s\n",
995 _dbus_warn ("Not expecting error when killing executable: %s: %s\n",
  /external/deqp/doc/testspecs/GLES31/
functional.uniform_location.txt 72 instead expecting compile or link failures.

Completed in 1418 milliseconds

<<11121314151617181920>>