HomeSort by relevance Sort by last modified time
    Searched full:after (Results 1651 - 1675 of 38973) sorted by null

<<61626364656667686970>>

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSwitcherTest.java 223 if (commandsInterfaces[0].isDataAllowed()) fail("data allowed after request");
224 if (phoneSwitcher.isPhoneActive(0)) fail("phone active after request");
259 fail("after set of default to 0, ActivePhoneSwitchCount not 1!");
267 fail("after mapping of 0 to 0, ActivePhoneSwitchCount not 2!");
287 fail("after set of default to 1, ActivePhoneSwitchCount not 3!");
294 fail("after mapping of 1 to 1, ActivePhoneSwitchCount not 3!");
303 fail("after set of default to 0, ActivePhoneSwitchCount not 4!");
313 fail("after mapping of 0 to 2, ActivePhoneSwitchCount not 5!");
322 fail("after mapping of 0 to 0, ActivePhoneSwitchCount not 6!");
331 fail("after loss of network request, ActivePhoneSwitchCount not 7!")
    [all...]
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 212 SCOPED_TRACE("after move, before redraw");
223 SCOPED_TRACE("after redraw");
249 SCOPED_TRACE("after resize, before redraw");
262 SCOPED_TRACE("after redraw");
286 SCOPED_TRACE("after crop");
311 SCOPED_TRACE("after crop");
336 SCOPED_TRACE("after setLayer");
359 SCOPED_TRACE("after hide, before show");
371 SCOPED_TRACE("after show");
394 SCOPED_TRACE("after setAlpha")
    [all...]
  /art/runtime/gc/space/
memory_tool_settings.h 25 // and after each allocation. 8 bytes provides long/double alignment.
  /art/runtime/interpreter/mterp/mips64/
op_double_to_int.S 20 /* Can't include fcvtFooter.S after break */
op_double_to_long.S 20 /* Can't include fcvtFooter.S after break */
op_float_to_int.S 20 /* Can't include fcvtFooter.S after break */
op_float_to_long.S 20 /* Can't include fcvtFooter.S after break */
  /art/test/127-checker-secondarydex/src/
Test.java 26 /// CHECK-START: java.lang.Integer Test.toInteger() builder (after)
  /art/test/474-checker-boolean-input/src/
Main.java 30 /// CHECK-START: boolean Main.TestPhiAsBoolean(int) select_generator (after)
50 /// CHECK-START: boolean Main.TestAndAsBoolean(boolean, boolean) select_generator (after)
67 /// CHECK-START: boolean Main.TestOrAsBoolean(boolean, boolean) select_generator (after)
84 /// CHECK-START: boolean Main.TestXorAsBoolean(boolean, boolean) select_generator (after)
  /art/test/526-checker-caller-callee-regs/src/
Main.java 47 /// CHECK-START-ARM: int Main.$opt$LiveInCall(int) register (after)
55 /// CHECK-START-ARM64: int Main.$opt$LiveInCall(int) register (after)
63 /// CHECK-START-X86: int Main.$opt$LiveInCall(int) register (after)
71 /// CHECK-START-X86_64: int Main.$opt$LiveInCall(int) register (after)
  /art/test/537-checker-arraycopy/src/
Main.java 52 /// CHECK-START-X86_64: void Main.arraycopy() disassembly (after)
69 /// CHECK-START-X86: void Main.arraycopy(java.lang.Object[], int) disassembly (after)
79 /// CHECK-START-X86: int Main.arraycopy2(java.lang.Object[], int) disassembly (after)
90 /// CHECK-START-X86: int Main.arraycopy3(java.lang.Object[], java.lang.Object[], int, int, int) disassembly (after)
  /art/test/568-checker-onebit/src/
Main.java 19 /// CHECK-START: int Main.hi32(int) intrinsics_recognition (after)
26 /// CHECK-START: int Main.lo32(int) intrinsics_recognition (after)
33 /// CHECK-START: long Main.hi64(long) intrinsics_recognition (after)
40 /// CHECK-START: long Main.lo64(long) intrinsics_recognition (after)
  /art/test/575-checker-isnan/src/
Main.java 23 /// CHECK-START: boolean Main.isNaN32(float) instruction_simplifier (after)
27 /// CHECK-START: boolean Main.isNaN32(float) instruction_simplifier (after)
37 /// CHECK-START: boolean Main.isNaN64(double) instruction_simplifier (after)
41 /// CHECK-START: boolean Main.isNaN64(double) instruction_simplifier (after)
  /art/test/582-checker-bce-length/src/
Main.java 28 /// CHECK-START: void Main.doit1(int[]) BCE (after)
34 /// CHECK-START: void Main.doit1(int[]) BCE (after)
52 /// CHECK-START: void Main.doit2(int[]) BCE (after)
56 /// CHECK-START: void Main.doit2(int[]) BCE (after)
  /art/test/594-checker-irreducible-linorder/smali/
IrreducibleLoop.smali 21 ## CHECK-START: int IrreducibleLoop.liveness(boolean, boolean, boolean, int) builder (after)
26 ## CHECK-START: int IrreducibleLoop.liveness(boolean, boolean, boolean, int) liveness (after)
71 ## CHECK-START: int IrreducibleLoop.liveness2(boolean, boolean, boolean, int) builder (after)
75 ## CHECK-START: int IrreducibleLoop.liveness2(boolean, boolean, boolean, int) liveness (after)
  /art/test/640-checker-integer-valueof/src/
Main.java 19 /// CHECK-START: java.lang.Integer Main.foo(int) disassembly (after)
27 /// CHECK-START: java.lang.Integer Main.foo2() disassembly (after)
35 /// CHECK-START: java.lang.Integer Main.foo3() disassembly (after)
43 /// CHECK-START: java.lang.Integer Main.foo4() disassembly (after)
  /build/kati/testcase/
eval.mk 13 # Everything after this is generic
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SecurityLoggingTest.java 54 * enabled and directly after reboot with device owner installed so that security logging
94 * Test: Test enabling security logging. This test should be executed after installing a device
96 * security logging is enabled after its execution.
106 * disabled after its execution.
  /cts/tests/openglperf2/jni/graphics/
Program.cpp 25 void Program::after(Matrix& model, Matrix& view, Matrix& projection) { function in class:Program
Program.h 26 virtual void after(Matrix& model, Matrix& view, Matrix& projection);
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
AlarmOperation.java 33 * after a specified period of time and waits for the child operation to complete.
35 * This operation can be used to allow the device to go to sleep and wake it up after a specified
36 * period of time. After the device wakes up, this operation will hold a wake lock until the child
58 * @param operation the child {@link SensorOperation} to perform after the delay
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalTest.java 21 * Test whether we properly clean up after large global arrays are
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ViewInitializer.java 21 * Called after a view is created to set various properties on the view
  /development/ndk/platforms/android-18/include/GLES3/
gl3ext.h 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
  /development/ndk/platforms/android-24/include/GLES3/
gl3ext.h 13 * After an OES extension's interactions with OpenGl ES 3.0 have been documented,

Completed in 886 milliseconds

<<61626364656667686970>>