/external/webkit/Tools/Scripts/webkitpy/common/thread/ |
threadedmessagequeue.py | 40 def post(self, message): member in class:ThreadedMessageQueue
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
RemoteSubActivityScreen.java | 50 mHandler.post(new Runnable() {
|
/frameworks/base/libs/rs/ |
rsAnimation.h | 35 RsAnimationEdge pre, RsAnimationEdge post);
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.cpp | 65 msg->post(); 74 msg->post(); 91 msg->post(); 103 (new AMessage(kWhatPause, id()))->post(); 107 (new AMessage(kWhatResume, id()))->post(); 213 msg->post(delayUs); 217 (new AMessage(kWhatAudioSinkChanged, id()))->post(); 290 entry->mNotifyConsumed->post(); 344 msg->post(delayUs); 385 entry->mNotifyConsumed->post(); [all...] |
NuPlayer.cpp | 85 msg->post(); 100 msg->post(); 108 msg->post(); 114 msg->post(); 118 (new AMessage(kWhatStart, id()))->post(); 122 (new AMessage(kWhatPause, id()))->post(); 126 (new AMessage(kWhatResume, id()))->post(); 130 (new AMessage(kWhatReset, id()))->post(); 136 msg->post(); 257 msg->post(100000ll) [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
NetworkUtilities.java | 62 /** POST parameter name for the user's account name */ 64 /** POST parameter name for the user's password */ 66 /** POST parameter name for the user's authentication token */ 68 /** POST parameter name for the client's last-known sync state */ 70 /** POST parameter name for the sending client-edited contact info */ 118 final HttpPost post = new HttpPost(AUTH_URI); local 119 post.addHeader(entity.getContentType()); 120 post.setEntity(entity); 122 resp = getHttpClient().execute(post); 176 // Prepare our POST dat 189 final HttpPost post = new HttpPost(SYNC_CONTACTS_URI); local [all...] |
/external/blktrace/btt/ |
latency.c | 29 FILE *latency_open(__u32 device, char *name, char *post) 40 sprintf(oname, "%s_%03d,%03d_%s.dat", name, mjr, mnr, post);
|
/external/valgrind/main/memcheck/tests/ |
sh-mem-random.stdout.exp | 3 post-initialisation check
|
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/ |
ircproxy.py | 56 def post(self, message): member in class:IRCProxy 57 self._message_queue.post(message)
|
/frameworks/base/core/java/android/os/ |
ResultReceiver.java | 50 mHandler.post(new MyRunnable(resultCode, resultData)); 77 mHandler.post(new MyRunnable(resultCode, resultData));
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
DelayedOperations.java | 27 * Class that helps post {@link Runnable}s to a {@link Handler}, and cancel pending ones 60 * Post a {@link Runnable} to the handler. Equivalent to {@link Handler#post(Runnable)}. 62 public void post(Runnable r) { method in class:DelayedOperations 69 * Cancel a runnable that's been posted with {@link #post(Runnable)}. 99 mHandler.post(r);
|
/packages/apps/Gallery/src/com/android/camera/ |
DeleteImage.java | 64 mHandler.post(mDeleteNextRunnable); 77 mHandler.post(mDeleteNextRunnable);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeferredHandler.java | 27 * Queue of things to run on a looper thread. Items posted with {@link #post} will not 75 public void post(Runnable runnable) { method in class:DeferredHandler 86 post(new IdleRunnable(runnable)); method
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
Consumers.java | 43 handler.post(new Runnable() { 56 handler.post(new Runnable() {
|
/external/valgrind/main/tests/ |
vg_regtest | 59 # - post: <post-test check command> (default: none) 60 # - cleanup: <post-test cleanup cmd> (default: none) 82 # The post-test command, if present, must return 0 and its stdout must match 83 # the expected stdout which is kept in <test>.post.exp*. 116 my $post; # check command after running test 122 my %num_failures = (stderr => 0, stdout => 0, post => 0); 209 ($prereq, $post, $cleanup) = (undef, undef, undef); 233 } elsif ($line =~ /^\s*post:\s*(.*)$/) { 234 $post = $1 [all...] |
vg_regtest.in | 59 # - post: <post-test check command> (default: none) 60 # - cleanup: <post-test cleanup cmd> (default: none) 82 # The post-test command, if present, must return 0 and its stdout must match 83 # the expected stdout which is kept in <test>.post.exp*. 116 my $post; # check command after running test 122 my %num_failures = (stderr => 0, stdout => 0, post => 0); 209 ($prereq, $post, $cleanup) = (undef, undef, undef); 233 } elsif ($line =~ /^\s*post:\s*(.*)$/) { 234 $post = $1 [all...] |
/external/tremolo/Tremolo/ |
mdct.c | 446 DATA_TYPE *post, 450 DATA_TYPE *post, 457 DATA_TYPE *post, 464 DATA_TYPE *post, 481 DATA_TYPE *post; local 494 post = r-n; 499 while(r>post){ 504 out = mdct_unroll_prelap(out,post,r,step); 515 post = r-n; 523 while(r>post){ [all...] |
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
ColorBuffer.h | 38 bool post();
|
/external/antlr/src/org/antlr/runtime/tree/ |
TreeVisitor.java | 31 /** Do a depth first walk of a tree, applying pre() and post() actions 50 * Return result of applying post action to this node. 66 if ( action!=null && !isNil ) t = action.post(t);
|
/external/webkit/Source/WebKit/android/wds/ |
Command.h | 64 virtual void post(TargetThreadFunction, void*) const = 0;
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
releasepatch.py | 41 def post(self): member in class:ReleasePatch
|
updatesvnrevision.py | 40 def post(self): member in class:UpdateSVNRevision
|
/frameworks/base/media/libstagefright/foundation/ |
ABuffer.cpp | 52 mFarewell->post();
|
/frameworks/base/services/java/com/android/server/ |
ShutdownActivity.java | 43 h.post(new Runnable() {
|
/packages/apps/Camera/src/com/android/camera/ |
ShutterButton.java | 86 post(new Runnable() { method
|