/frameworks/base/core/java/android/net/http/ |
RequestHandle.java | 107 public void pauseRequest(boolean pause) { 109 mRequest.setLoadingPaused(pause);
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPhotoLoader.java | 193 pause(); method 212 public void pause() { method in class:ContactPhotoLoader
|
/packages/apps/Gallery/res/values-nb/ |
strings.xml | 82 <string name="pref_gallery_slideshow_interval_title" msgid="6534904787962619832">"Pause i lysbildevisning"</string> 84 <string name="pref_gallery_slideshow_interval_dialogtitle" msgid="6775543119826248900">"Pause i lysbildevisning"</string>
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowActivity.java | 335 public void pause() { method in class:SlideshowActivity.SmilPlayerController 337 mPlayer.pause();
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 49 * 'p' --- GSM pause character, same as comma 53 public static final char PAUSE = ','; 99 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */ 103 || c == WILD || c == WAIT || c == PAUSE; 107 * post-dial string (eg this is PAUSE or WAIT) 111 return c == PAUSE || c == WAIT; 177 * separators (pause or wait), but without non-dialable characters. 295 pIndex = a.indexOf(PAUSE); 885 case 0xc: return PAUSE; 900 } else if (c == PAUSE) { [all...] |
/bionic/libc/include/ |
unistd.h | 149 extern int pause(void);
|
/dalvik/vm/native/ |
java_lang_VMThread.c | 224 * Causes the thread to temporarily pause and allow other threads to execute.
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MorseCodeConverter.java | 114 // in at the beginning, because the pattern always starts with the pause,
|
/external/bluetooth/glib/gobject/tests/ |
threadtests.c | 141 /* pause newly created threads */
|
/external/iproute2/include/linux/ |
if_ether.h | 66 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
|
/external/kernel-headers/original/linux/ |
if_ether.h | 66 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
|
/external/opencore/android/ |
android_audio_mio.h | 185 PVMFCommandId Pause(const OsclAny* aContext=NULL);
|
/external/opencore/doc/pvplayer_html/ |
functions.html | 27 : <a class="el" href="classPVPlayerInterface.html#a13">PVPlayerInterface</a><li>Pause()
|
/external/opencore/engines/2way/src/ |
pv_2way_proxy_adapter.h | 158 PVCommandId Pause(PV2WayDirection aDirection, PVTrackId aTrackId, OsclAny* aContextData = NULL);
|
/external/opencore/engines/2way/test/src/ |
a_only_pause_rec_test.cpp | 24 fprintf(fileoutput, "Start audio only pause rec test, num runs %d, proxy %d.\n", iMaxRuns, iUseProxy);
|
audio_only_pause_close_test.cpp | 24 fprintf(fileoutput, "Start audio only pause close test, proxy %d.\n", iUseProxy);
|
audio_only_pause_test.cpp | 24 fprintf(fileoutput, "Start audio only pause test, num runs %d, proxy %d.\n", iMaxRuns, iUseProxy);
|
av_pause_disconnect_test.cpp | 24 fprintf(fileoutput, "Start a/v pause disconnect test, proxy %d.\n", iUseProxy);
|
v_only_pause_rec_test.cpp | 24 fprintf(fileoutput, "Start video only pause rec test, num runs %d, proxy %d.\n", iMaxRuns, iUseProxy);
|
video_only_pause_close_test.cpp | 24 fprintf(fileoutput, "Start video only pause close test, proxy %d.\n", iUseProxy);
|
video_only_pause_test.cpp | 24 fprintf(fileoutput, "Start video only pause test, num runs %d, proxy %d.\n", iMaxRuns, iUseProxy);
|
video_preview_pause_test.cpp | 24 fprintf(fileoutput, "Start video preview pause test, num runs %d, proxy %d.\n", iMaxRuns, iUseProxy);
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
pv_frame_metadata_mio_audio.h | 109 PVMFCommandId Pause(const OsclAny* aContext = NULL);
|
/external/opencore/engines/common/include/ |
pv_plugin_interfaces.h | 347 * Method to 'pause' the data source 350 * any data source specific action is required to 'pause' 510 * Method to 'pause' the data sink 513 * any data sink specific action is required to 'pause'
|
/external/opencore/engines/player/include/ |
pv_player_types.h | 93 * 1) Now => implies that pause any current playback session and start playback from the new position
|