/development/simulator/app/ |
LogPool.h | 18 * To support pause/resume, we allow a "bookmark" to be set. This is
|
/external/opencore/engines/2way/src/ |
pv_2way_preview_datapath.cpp | 55 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "CPV2WayDatapath::CheckPause unable to pause node\n")); 68 //If possible pause node is not paused. 104 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "CPV2WayDatapath::CheckResume unable to pause node\n")); 117 //If possible pause node is not started.
|
/external/webkit/WebCore/manual-tests/inspector/ |
debugger-scopes-inspection.html | 33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
|
debugger-step-on-for-in-statements.html | 34 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
|
/frameworks/base/core/tests/coretests/res/layout/ |
list_recycler_profiling.xml | 27 <ImageButton android:id="@+id/pause"
|
/frameworks/base/media/libmediaplayerservice/ |
StagefrightPlayer.h | 43 virtual status_t pause();
|
/frameworks/base/opengl/tests/testPauseResume/src/com/android/test/ |
TestActivity.java | 36 Log.w(TAG, "step " + mCount + " pause");
|
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedRadioControl.java | 43 /** Pause responses to async requests until (ref-counted) resumeResponses() */
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
BigEditTextActivityNonScrollablePanScanTests.java | 36 pause(2000);
|
BigEditTextActivityNonScrollableResizeTests.java | 35 pause(2000);
|
BigEditTextActivityScrollablePanScanTests.java | 35 pause(2000);
|
BigEditTextActivityScrollableResizeTests.java | 36 pause(2000);
|
BottomEditTextActivityPanScanTests.java | 36 pause(2000);
|
BottomEditTextActivityResizeTests.java | 36 pause(2000);
|
ButtonActivityTest.java | 48 pause(2000);
|
OneEditTextActivityNotSelectedTests.java | 35 pause(2000);
|
OneEditTextActivitySelectedTests.java | 38 pause(2000);
|
/packages/apps/Music/src/com/android/music/ |
IMediaPlaybackService.aidl | 30 void pause();
|
/packages/apps/Protips/res/values/ |
strings.xml | 25 <!-- String to cause a TTS pause after reading @string/widget_name.
|
/frameworks/base/media/libmedia/ |
IMediaPlayer.cpp | 35 PAUSE, 108 status_t pause() function in class:android::BpMediaPlayer 112 remote()->transact(PAUSE, data, &reply); 268 case PAUSE: { 270 reply->writeInt32(pause());
|
/external/skia/src/images/ |
fpdfemb.h | 413 // Check if we need to pause a progressive proccess now 415 // pause - Pointer to the pause structure 417 // Non-zero for pause now, 0 for continue. 421 // the implementation returns TRUE, indicating a pause is needed. 423 FPDFEMB_BOOL (*NeedPauseNow)(struct FPDFEMB_PAUSE* pause); 438 // pause - A callback mechanism allowing the document loading process 440 // don't want to pause. 452 // recover the document contents by scanning the whole file. If "pause" parameter 462 FPDFEMB_DOCUMENT* document, FPDFEMB_PAUSE* pause); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CodecTest.java | 111 mp.pause(); 176 Log.v(TAG, "pause"); 177 //Bug# 1106852 - IllegalStateException will be thrown if pause is called 179 //mp.pause(); 195 public static boolean pause(String filePath) throws Exception { method in class:CodecTest 196 Log.v(TAG, "pause - " + filePath); 208 mp.pause(); 213 Log.v(TAG, filePath + " pause currentPositon " + curPosition); 238 mp.pause(); 335 mp.pause(); [all...] |
/dalvik/dx/src/junit/textui/ |
TestRunner.java | 121 pause(wait); 125 protected void pause(boolean wait) { method in class:TestRunner
|
/dalvik/libcore/luni/src/test/java/junit/textui/ |
TestRunner.java | 121 pause(wait); 125 protected void pause(boolean wait) { method in class:TestRunner
|
/development/simulator/app/assets/htc-tornado/ |
layout.xml | 49 <button keyCode="pause-play" src="pause-play.png" x="191" y="490"/>
|