HomeSort by relevance Sort by last modified time
    Searched full:pause (Results 1 - 25 of 820) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
debugger-caught-uncaught-exceptions.html 6 // Pause on uncaught exceptions and pause on all exceptions should pause here,
15 // This will pause on Pause on all exceptions, but not Pause on uncaught exceptions.
23 // This will pause on both Pause on all exceptions and Pause on uncaught exceptions.
29 <p>This page tests <a href="https://bugs.webkit.org/show_bug.cgi?id=28622">Caught exceptions still pause the debugger</a
    [all...]
video-player.html 53 videoElem.addEventListener("pause", stoppedPlaying);
56 videoElem.pause();
93 videoElem.pause();
  /bionic/libc/arch-arm/syscalls/
pause.S 5 .type pause, #function
6 .globl pause
10 pause: label
  /bionic/libc/arch-x86/syscalls/
pause.S 5 .type pause, @function
6 .globl pause
9 pause: label
  /bionic/libc/arch-sh/syscalls/
pause.S 5 .type pause, @function
6 .globl pause
9 pause: label
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerPauseStateUnitTest.java 25 * MediaPlayer.pause() method can be called.
31 * 1. It is valid to call pause() in the following states:
33 * 2. It is invalid to call pause() in the following states:
56 player.pause();
66 return "pause()";
  /external/opencore/engines/player/test/src/
test_pv_player_engine.h     [all...]
test_pv_player_engine_testset12.h 67 #define NUM_PAUSE -1 // No of times 'PAUSE' infinite in case of Multiple Pause
87 * Test cases to test Multiple pause resume, multiple seek during playback
104 * -# Pause() if pauseresumeEnable flag is made true, pauseresume multiple times
165 iTargetNumPause = -1; // No of times 'Pause' is infinite
  /frameworks/base/opengl/tests/testPauseResume/
README 13 W/TestActivity( 1885): step 236 pause
21 W/TestActivity( 1466): step 26 pause
31 W/TestActivity( 1466): step 27 pause
33 W/TestActivity( 1466): step 28 pause
  /frameworks/base/media/libmedia/
IAudioTrack.cpp 37 PAUSE
83 virtual void pause() function in class:android::BpAudioTrack
87 remote()->transact(PAUSE, data, &reply);
136 case PAUSE: {
138 pause();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaPlayerApiTest.java 151 //Test cases for pause
154 boolean isPaused = CodecTest.pause(MediaNames.MP3CBR);
155 assertTrue("MP3CBR Pause", isPaused);
160 boolean isPaused = CodecTest.pause(MediaNames.MP3VBR);
161 assertTrue("MP3VBR Pause", isPaused);
166 boolean isPaused = CodecTest.pause(MediaNames.MIDI);
167 assertTrue("MIDI Pause", isPaused);
173 boolean isPaused = CodecTest.pause(MediaNames.WMA9);
174 assertTrue("WMA9 Pause", isPaused);
180 boolean isPaused = CodecTest.pause(MediaNames.AMR);
    [all...]
  /development/samples/Snake/src/com/example/android/snake/
Snake.java 62 mSnakeView.setMode(SnakeView.PAUSE);
70 // Pause the game along with the activity
71 mSnakeView.setMode(SnakeView.PAUSE);
  /external/skia/include/views/
SkOSSound.h 25 static void Pause();
  /frameworks/base/media/libmediaplayerservice/
StagefrightPlayer.cpp 71 return pause(); // what's the difference?
74 status_t StagefrightPlayer::pause() { function in class:android::StagefrightPlayer
75 LOGV("pause");
77 return mPlayer->pause();
  /external/quake/quake/app/id1/
config.cfg 72 // // Generated by GLQuake. DO NOT MODIFY! // unbindconfig bind "TAB" "+showscores" bind "ENTER" "+jump" bind "ESCAPE" "togglemenu" bind "SPACE" "+jump" bind "+" "sizeup" bind "," "+moveleft" bind "-" "sizedown" bind "." "+moveright" bind "/" "impulse 10" bind "0" "impulse 0" bind "1" "impulse 1" bind "2" "impulse 2" bind "3" "impulse 3" bind "4" "impulse 4" bind "5" "impulse 5" bind "6" "impulse 6" bind "7" "impulse 7" bind "8" "impulse 8" bind "=" "sizeup" bind "\" "+mlook" bind "`" "toggleconsole" // Original Quake binding // bind "a" "+lookup" // bind "c" "+movedown" // bind "d" "+moveup" // bind "t" "messagemode" // bind "z" "+lookdown" bind "w" "+forward" bind "s" "+back" bind "a" "+left" bind "d" "+right" bind "q" "+lookup" bind "z" "+lookdown" bind "v" "+movedown" bind "f" "+moveup" bind "t" "messagemode" bind "~" "toggleconsole" bind "UPARROW" "+forward" bind "DOWNARROW" "+back" bind "LEFTARROW" "+left" bind "RIGHTARROW" "+right" bind "ALT" "+strafe" bind "CTRL" "+attack" bind "SHIFT" "+speed" bind "F1" "help" bind "F2" "menu_save" bind "F3" "menu_load" bind "F4" "menu_options" bind "F5" "menu_multiplayer" bind "F6" "echo Quicksaving...; wait; save quick" bind "F9" "echo Quickloading...; wait; load quick" bind "F10" "quit" bind "F11" "zoom_in" bind "F12" "screenshot" bind "INS" "+klook" bind "DEL" "+lookdown" bind "PGDN" "+lookup" bind "END" "centerview" bind "MOUSE1" "+attack" bind "MOUSE2" "+forward" bind "MOUSE3" "+mlook" bind "PAUSE" "pause" m_filter "0.2" m_filtercutoff "80" confirmquit "1" m_side "0.8" m_forward "1" m_yaw "0.022" m_pit (…)
  /external/opencore/engines/2way/src/
pv_2way_rec_datapath.cpp 58 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "CPV2WayDatapath::CheckPause unable to pause node\n"));
71 //If possible pause node is not paused.
107 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "CPV2WayDatapath::CheckResume unable to pause node\n"));
120 //If possible pause node is not started.
161 Pause();
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 597 // will be released after any pause-dial is completed
623 } else if (c == PhoneNumberUtils.PAUSE) {
624 setPostDialState(PostDialState.PAUSE);
627 // pause again for 2 seconds before sending any
653 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE);
703 // We were holding a wake lock until pause-dial was complete, so give it up now
787 s == PostDialState.PAUSE) {
824 return c == PhoneNumberUtils.PAUSE;
831 // This function is to find the next PAUSE character index if
832 // multiple pauses in a row. Otherwise it finds the next non PAUSE o
    [all...]
  /external/webkit/WebCore/html/
HTMLLabelElement.cpp 76 void HTMLLabelElement::setActive(bool down, bool pause)
82 HTMLElement::setActive(down, pause);
86 element->setActive(down, pause);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 49 mPause = (ImageButton) activity.findViewById(R.id.pause);
75 assertEquals("Pause incorrect height", pauseHeight, mPause.getHeight());
78 assertEquals("Pause wrong top", 0, mPause.getTop());
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
project.pbxproj 13 1A80011A0FDB2CB2000F3646 /* Pause.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001140FDB2CB2000F3646 /* Pause.tiff */; };
30 1A8001140FDB2CB2000F3646 /* Pause.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Pause.tiff; sourceTree = "<group>"; };
82 1A8001140FDB2CB2000F3646 /* Pause.tiff */,
154 1A80011A0FDB2CB2000F3646 /* Pause.tiff in Resources */,
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 48 /* Pause play */
49 int (*Pause)(SDL_CD *cdrom);
  /external/quake/quake/src/QW/client/
vid.h 83 void VID_HandlePause (qboolean pause);
84 // called only on Win32, when pause happens, so the mouse can be released
  /external/quake/quake/src/WinQuake/
vid.h 83 void VID_HandlePause (qboolean pause);
84 // called only on Win32, when pause happens, so the mouse can be released
  /packages/inputmethods/LatinIME/java/res/xml/
kbd_phone_symbols.xml 37 <!-- Pause is a comma.
39 <Key android:codes="44" android:keyLabel="Pause"/>
  /development/samples/LunarLander/res/values/
strings.xml 22 <string name="menu_pause">Pause</string>

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8 91011>>