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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
pause.s 1 # Test PAUSE instruction
3 wr %g1, %g2, %pause
4 wr %o4, 0x234, %pause
5 pause 8
6 pause 300
7 pause 0x234
pause.d 3 #name: sparc PAUSE
10 0: b7 80 40 02 wr %g1, %g2, %pause
11 4: b7 83 22 34 wr %o4, 0x234, %pause
12 8: b7 80 20 08 pause 8
13 c: b7 80 21 2c pause 0x12c
14 10: b7 80 22 34 pause 0x234
  /external/scapy/doc/scapy/
BuildDoc.bat 9 PAUSE
22 PAUSE
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_386.s 20 PAUSE
asm_amd64x.s 20 PAUSE
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_386.s 20 PAUSE
asm_amd64x.s 20 PAUSE
  /external/scapy/
run_scapy_py2.bat 12 PAUSE
run_scapy_py3.bat 12 PAUSE
  /external/scapy/test/
run_tests_py2.bat 10 PAUSE
run_tests_py3.bat 11 PAUSE
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_defines.h 89 #define PAUSE \
96 #define PAUSE \
98 TEST_LOG("Continuing (pause not supported)\n"); \
136 PAUSE \
147 PAUSE \
voe_cpu_test.cc 34 PAUSE \
90 PAUSE
  /frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
MediaControllerConstants.java 34 public static final int PAUSE = 302;
  /frameworks/av/media/libmedia/
IRemoteDisplay.cpp 26 PAUSE,
38 virtual status_t pause() { function in class:android::BpRemoteDisplay
41 remote()->transact(PAUSE, data, &reply);
75 case PAUSE:
78 reply->writeInt32(pause());
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 25 public static final int PAUSE = 3;
75 public void pause() { method in class:ShadowVideoView
77 currentState = ShadowVideoView.PAUSE;
93 return (currentState != ShadowVideoView.PAUSE &&
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaConnectionTest.java 60 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null,
62 /* case 1: If PAUSE/WAIT sequence at the end, ignore them */
64 String.format("+1 (700).555-41NN1234%c", PhoneNumberUtils.PAUSE));
67 /* case 2: If consecutive PAUSE/WAIT sequence in the middle of the string,
68 * and if there is any WAIT in PAUSE/WAIT sequence, treat them like WAIT.*/
76 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null,
94 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null,
112 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null,
130 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null,
137 logd("process post dail sequence with pause");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
libprep.bat 13 PAUSE
  /frameworks/base/drm/java/android/drm/
DrmStore.java 134 public static final int PAUSE = 0x02;
146 case PAUSE:
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVideoView.java 23 public static final int PAUSE = 3;
74 public void pause() { method in class:ShadowVideoView
76 currentState = ShadowVideoView.PAUSE;
92 return (currentState != ShadowVideoView.PAUSE &&
  /frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
ActivityFullLifecycleTest.java 21 import static androidx.lifecycle.TestUtils.OrderedTuples.PAUSE;
74 assertThat(results, is(flatMap(CREATE, START, RESUME, PAUSE, STOP, DESTROY)));
PartiallyCoveredActivityTest.java 24 import static androidx.lifecycle.TestUtils.OrderedTuples.PAUSE;
72 flatMap(CREATE, START, RESUME, PAUSE,
79 flatMap(PAUSE, STOP, DESTROY)};
83 flatMap(CREATE, START, RESUME, PAUSE),
87 flatMap(PAUSE, STOP, DESTROY)};
156 expected = flatMap(CREATE, START, RESUME, PAUSE, STOP, DESTROY);
  /development/samples/Snake/src/com/example/android/snake/
Snake.java 74 mSnakeView.setMode(SnakeView.PAUSE);
107 // Pause the game along with the activity
108 mSnakeView.setMode(SnakeView.PAUSE);
SnakeView.java 44 public static final int PAUSE = 0;
243 setMode(PAUSE);
273 if (mMode == PAUSE) {
345 if (newMode == PAUSE) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 51 String.format("1 (700).555-41%c1234", PhoneNumberUtils.PAUSE)));
58 assertEquals(String.format("%c1234", PhoneNumberUtils.PAUSE),
60 String.format("+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE)));
64 assertEquals(String.format("%c1234%c%cN", PhoneNumberUtils.WAIT, PhoneNumberUtils.PAUSE,
68 PhoneNumberUtils.PAUSE,
284 c = PhoneNumberUtils.PAUSE;

Completed in 506 milliseconds

1 2 3 4 5 6