/frameworks/base/core/java/android/os/ |
Looper.java | 26 * {@link #prepare} in the thread that is to run the loop, and then 33 * using the separation of {@link #prepare} and {@link #loop} to create an 41 * Looper.prepare(); 56 // sThreadLocal.get() will return null unless you've called prepare(). 71 public static void prepare() { method in class:Looper 72 prepare(true); 75 private static void prepare(boolean quitAllowed) { method in class:Looper 86 * to call this function yourself. See also: {@link #prepare()} 89 prepare(false); 113 throw new RuntimeException("No Looper; Looper.prepare() wasn't called on this thread.") [all...] |
HandlerThread.java | 54 Looper.prepare();
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
MediaPlayerProxy.java | 41 void prepare() throws IOException; method in interface:MediaPlayerProxy
|
SingleThreadedMediaPlayerProxy.java | 68 public synchronized void prepare() throws IOException { method in class:SingleThreadedMediaPlayerProxy 69 mDelegate.prepare();
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_ad.h | 44 bool prepare(hwc_context_t *ctx, const hwc_rect_t& crop,
|
hwc_copybit.h | 35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, 37 //Draws layer if the layer is set for copybit in prepare
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneStateListenerTest.java | 75 Looper.prepare(); 113 Looper.prepare(); 147 Looper.prepare(); 182 Looper.prepare(); 217 Looper.prepare(); 251 Looper.prepare(); 285 Looper.prepare(); 320 Looper.prepare();
|
/external/chromium/chrome/browser/sync/util/ |
user_settings_posix.cc | 31 statement.prepare(dbhandle.get(), 49 query.prepare(dbhandle.get(),
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8BindingMacros.h | 87 if (!var.prepare()) \ 92 if (!var.prepare()) \
|
V8StringResource.h | 183 bool prepare(); 232 template<> inline bool V8StringResource<DefaultMode>::prepare() function in class:WebCore::V8StringResource 237 template<> inline bool V8StringResource<WithNullCheck>::prepare() function in class:WebCore::V8StringResource 246 template<> inline bool V8StringResource<WithUndefinedOrNullCheck>::prepare() function in class:WebCore::V8StringResource
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteStatement.h | 43 int prepare(); 58 int prepareAndStep() { if (int error = prepare()) return error; return step(); }
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkit-tools-completion.sh | 75 complete -o default -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
|
/external/chromium_org/v8/test/webkit/ |
array-iterate-backwards.js | 30 function prepare(nbytes) { function 48 prepare(32768); 51 prepare(65536); 54 prepare(120000);
|
/external/valgrind/main/none/tests/ |
pth_atfork1.c | 53 prepare (void) function 80 pthread_atfork (prepare, parent, child); 104 /* We check whether the `prepare' and `child' function ran. */
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateUnitTestTemplate.java | 108 Looper.prepare(); 178 mMediaPlayer.prepare(); 200 mMediaPlayer.prepare(); 211 mMediaPlayer.prepare(); 214 mMediaPlayer.prepare(); 225 mMediaPlayer.prepare(); 237 mMediaPlayer.prepare(); 262 mMediaPlayer.prepare(); 275 mMediaPlayer.prepare(); 288 mMediaPlayer.prepare(); [all...] |
MediaRecorderPrepareStateUnitTest.java | 27 * MediaRecorder.prepare() method can be called. 33 * 1. It is valid to call prepare() in the following states: 35 * 2. It is invalid to call prepare() in the following states: 56 recorder.prepare(); 69 return "prepare()";
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 53 int result = statement.prepare(dbhandle, query); 199 statement.prepare(scoped_handle.get(), "PRAGMA fullfsync = 1"); 207 statement.prepare(scoped_handle.get(), "PRAGMA synchronous = 2"); 232 statement.prepare(handle, "PRAGMA integrity_check(1)"); 343 int result = statement.prepare(dbhandle, query.data(), query.size()); 379 update.prepare(dbhandle, "UPDATE share_info " 413 op.prepare(dbhandle, "INSERT OR REPLACE INTO models (model_id, " 513 statement.prepare(load_dbhandle_, 570 statement.prepare(load_dbhandle_, select.c_str()); 584 query.prepare(load_dbhandle_ [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMediaPlayer.java | 34 mp.prepare(); 45 mp.prepare(); 76 public void prepare() { method in class:ShadowMediaPlayer 82 * Test cases are expected to simulate completion of the 'prepare' phase
|
/cts/suite/audio_quality/lib/include/audio/ |
AudioLocal.h | 36 virtual bool prepare(AudioHardware::SamplingRate samplingRate, int gain,
|
AudioRemote.h | 29 virtual bool prepare(AudioHardware::SamplingRate samplingRate, int volume,
|
/cts/tests/tests/holo/src/android/holo/cts/modifiers/ |
CalendarViewModifier.java | 48 public void prepare() { method in class:CalendarViewModifier
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 13 // about the CFG. The real work is done by prepare(), addConstraints(), and 49 // Nodes that are active in the current computation. Owned by the prepare() 91 /// prepare - Reset state and prepare for a new spill placement computation. 98 void prepare(BitVector &RegBundles); 120 /// Prepare internal data structures for iterate. 136 /// The selected bundles are returned in the bitvector passed to prepare().
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 61 Looper.prepare();
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
RawTexture.java | 48 protected void prepare(GLCanvas canvas) { method in class:RawTexture
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_copybit.h | 35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, 37 //Draws layer if the layer is set for copybit in prepare
|