HomeSort by relevance Sort by last modified time
    Searched defs:post (Results 151 - 175 of 290) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 170 mHandler.post(new Runnable() {
SlideshowActivity.java 178 mHandler.post(new Runnable() {
384 mHandler.post(new Runnable() {
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
BookmarkPicker.java 175 // Post this back on the UI thread
176 mUiHandler.post(new Runnable() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 179 mLatinIME.mHandler.post(new Runnable() {
186 // Once #quit() is called remaining messages are not processed, which is why we post
191 // any subsequent post in this queue. However the queue itself is still fully functional!
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 355 // Post the menu to the screen if flag is true, unpost it otherwise
356 inline void post(bool flag = TRUE) { function in class:NCursesMenu
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 355 // Post the menu to the screen if flag is true, unpost it otherwise
356 inline void post(bool flag = TRUE) { function in class:NCursesMenu
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 355 // Post the menu to the screen if flag is true, unpost it otherwise
356 inline void post(bool flag = TRUE) { function in class:NCursesMenu
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 129 // The amount of time we allow for a thread to release its post lock after receiving an alert
160 // Whether a POST was aborted due to alarm (watchdog alarm)
162 // Whether a POST was aborted due to reset
214 * Try to wake up a sync thread that is waiting on an HttpClient POST and has waited past its
217 * @return true if the POST was successfully stopped; false if we've failed and interrupted
222 HttpPost post; local
229 // Get a reference to the current post lock
230 post = mPendingPost;
231 if (post != null) {
233 URI uri = post.getURI()
725 HttpPost post = new HttpPost("https:\/\/" + domain + AUTO_DISCOVER_PAGE); local
    [all...]
  /cts/tests/src/android/widget/cts/util/
ListScenario.java 575 child.post(new Runnable() {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 134 mHandler.post(new Runnable() {
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 51 * rss data in the background and post the results to a ListView in the UI.
68 * <li>Uses mHandler.post() to send new RssItems to the UI
90 * Handler used to post runnables to the UI thread.
143 // Need one of these to post things back to the UI thread.
273 * Runnable that the worker thread uses to post RssItems to the
274 * UI via mHandler.post
323 // pass a Runnable to handler.post().
326 mHandler.post(new Runnable() {
509 // We have a comlete item -- post it back to the UI
515 mHandler.post(new ItemAdder(item))
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 1247 def post(t): function in function:TestTreeVisitor.testTreeVisitor
    [all...]
  /external/bluetooth/bluez/tools/
hciattach.c 67 int (*post) (int fd, struct uart_t *u, struct termios *ti); member in struct:uart_t
1240 if (u->post && u->post(fd, u, &ti) < 0)
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 32 package com.jme3.post;
HDRRenderer.java 33 package com.jme3.post;
  /external/libvpx/vp8/common/
postproc.c 305 YV12_BUFFER_CONFIG *post,
316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
317 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
318 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q))
761 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
793 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
834 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
992 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
1064 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
    [all...]
  /external/tremolo/Tremolo/
framing.c 669 int j,post; local
673 post=(bytes<or->length?bytes:or->length);
674 for(j=0;j<post;++j)
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 169 handler.post(new Runnable() {
  /frameworks/base/core/java/android/preference/
VolumePreference.java 311 mHandler.post(this);
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 577 child.post(new Runnable() {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 119 mHandler.post(new Runnable() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BeanBag.java 350 post(new Runnable() { public void run() { method
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 319 // This has to happen post-layout, so run it "in the future"
320 post(new Runnable() { method
337 post(new Runnable() { method
RecentsVerticalScrollView.java 327 // This has to happen post-layout, so run it "in the future"
328 post(new Runnable() { method
345 post(new Runnable() { method
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 359 ams.mHandler.post(new Runnable() {
391 ams.mHandler.post(new Runnable() {

Completed in 1123 milliseconds

1 2 3 4 5 67 8 91011>>