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

1 2 3 4

  /toolchain/binutils/binutils-2.25/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
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_386.s 19 PAUSE
asm_amd64x.s 20 PAUSE
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_386.s 19 PAUSE
asm_amd64x.s 20 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/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());
IAudioTrack.cpp 37 PAUSE,
94 virtual void pause() function in class:android::BpAudioTrack
98 remote()->transact(PAUSE, data, &reply);
176 case PAUSE: {
178 pause();
IMediaSource.cpp 37 PAUSE,
224 virtual status_t pause() { function in class:android::BpMediaSource
225 ALOGV("pause");
228 return remote()->transact(PAUSE, data, &reply);
279 case PAUSE: {
280 ALOGV("pause");
282 return pause();
IMediaRecorder.cpp 59 PAUSE,
282 status_t pause() function in class:android::BpMediaRecorder
284 ALOGV("pause");
287 remote()->transact(PAUSE, data, &reply);
364 case PAUSE: {
365 ALOGV("PAUSE");
367 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);
61 /* case 1: If PAUSE/WAIT sequence at the end, ignore them */
63 String.format("+1 (700).555-41NN1234%c", PhoneNumberUtils.PAUSE));
66 /* case 2: If consecutive PAUSE/WAIT sequence in the middle of the string,
67 * and if there is any WAIT in PAUSE/WAIT sequence, treat them like WAIT.*/
75 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null);
92 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null);
109 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null);
126 "+1 (700).555-41NN%c1234", PhoneNumberUtils.PAUSE), mCT, null);
132 logd("process post dail sequence with pause");
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmStore.java 134 public static final int PAUSE = 0x02;
146 case PAUSE:
  /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;
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 52 // Sets the default pause time if using sleep as pause
56 #define PAUSE(a) SleepMs(a);
58 #define PAUSE(a) WaitForKey();
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 142 static const int PAUSE = 0x02;
  /hardware/bsp/intel/peripheral/libupm/src/wt5001/
wt5001.h 82 PAUSE = 0xa3,
201 bool pause();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 232 * 2) handle corner cases for PAUSE/WAIT dialing:
234 * If PAUSE/WAIT sequence at the end, ignore them.
236 * If consecutive PAUSE/WAIT sequence in the middle of the string,
237 * and if there is any WAIT in PAUSE/WAIT sequence, treat them like WAIT.
706 // will be released after any pause-dial is completed
736 setPostDialState(PostDialState.PAUSE);
748 // the UE shall pause again for 3 seconds ( 20 ) before sending
769 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE);
821 // We were holding a wake lock until pause-dial was complete, so give it up now
901 * Set post dial state and acquire wake lock while switching to "started" or "pause"
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 46 private static final Event PAUSE_EVENT = new Event(Event.PAUSE, null);
94 public static final int PAUSE = 6;
144 case Event.PAUSE:
700 public void pause() { method in class:GraphRunner
932 /** Like pause(), but closes all filters. Can be resumed using restart(). */
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 159 * An action displaying icons for play and pause.
168 * Action index for the pause icon.
170 public static int PAUSE = 1;
181 drawables[PAUSE] = getStyledDrawable(context,
187 labels[PAUSE] = context.getString(R.string.lb_playback_controls_pause);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 107 PhoneNumberUtils.PAUSE), mImsCT, mForeGroundCall, false);
215 PhoneNumberUtils.PAUSE), mImsCT, mForeGroundCall, false);

Completed in 413 milliseconds

1 2 3 4