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

1 2 3 4 5 6 7

  /external/skia/src/animator/
SkDump.cpp 28 SK_MEMBER(posts, Boolean),
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
45 if (posts > 0)
120 SK_PROPERTY(posts),
130 SK_MEMBER_PROPERTY(posts, Boolean),
147 return index <= SK_PROPERTY(posts);
SkDump.h 32 SkBool posts; member in class:SkDump
  /external/webkit/Source/WebCore/workers/
WorkerLoaderProxy.h 51 // Posts a task to the thread which runs the loading code (normally, the main thread).
54 // Posts callbacks from loading code to the WorkerContext. The 'mode' is used to differentiate
  /external/chromium/base/threading/
worker_pool.h 26 // This function posts |task| to run on a worker thread. |task_is_slow|
  /external/chromium/chrome/browser/
oom_priority_manager.h 44 // Posts DoAdjustOomPriorities task to the file thread. Called when
jumplist_win.h 100 // update it in a UI thread. To solve this problem, this class posts a
160 // When finishing loading all favicons, this function posts a task that
  /frameworks/support/volley/src/com/android/volley/
ResponseDelivery.java 32 * Posts an error for the given request.
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syssem.c 106 /* continue waiting until somebody posts the semaphore */
146 /* continue waiting until somebody posts the semaphore */
  /frameworks/base/docs/html/live/
index.jd 11 <a href="https://plus.google.com/108967384991768947849/posts">+Android Developers</a> for updates.</p>
21 <a href="https://plus.google.com/108967384991768947849/posts">+Android Developers</a>
  /frameworks/support/volley/tests/src/com/android/volley/
CacheDispatcherTest.java 82 // A non-expired cache hit posts a response and does not queue to the network.
92 // A soft-expired cache hit posts a response and queues to the network.
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.h 168 // futher Posts and Sends will fail. However, any pending Sends and *ready*
169 // Posts (as opposed to unexpired delayed Posts) will be delivered before
205 // Internally posts a message which causes the doomed object to be deleted
  /frameworks/base/docs/html/distribute/googleplay/promote/
index.jd 34 providing links in your social network posts, ad campaigns, app reviews and articles, your
  /external/tremolo/Tremolo/
floor1.c 166 info->posts=count+2;
169 for(j=0;j<info->posts;j++)info->forward_index[j]=j;
170 mergesort(info->forward_index,info->postlist,info->posts);
174 for(j=0;j<info->posts-2;j++){
283 return info->posts;
332 for(i=2;i<info->posts;i++){
387 for(j=1;j<info->posts;j++){
  /external/skia/include/views/
SkEventSink.h 68 * Posts a copy of evt to each of the eventsinks in the lisener list.
  /frameworks/base/core/java/android/os/
Handler.java 335 * Posts a message to an object that implements Runnable.
355 * Remove any pending posts of Runnable r that are in the message queue.
363 * Remove any pending posts of Runnable <var>r</var> with Object
512 * Remove any pending posts of messages with code 'what' that are in the
520 * Remove any pending posts of messages with code 'what' and whose obj is
529 * Remove any pending posts of callbacks and sent messages whose
538 * Check if there are any pending posts of messages with code 'what' in
546 * Check if there are any pending posts of messages with code 'what' and
554 * Check if there are any pending posts of messages with callback r in
  /frameworks/base/services/input/
InputManager.h 44 * applies policy, and posts messages to a queue managed by the DispatcherThread.
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 114 // OnPongMessage. It also posts a task (OnCheckResponsiveness) to check
121 // response time (pong time minus ping time) via histograms. It posts a
219 // This method posts a task on WatchDogThread to start watching all browser
224 // This method posts a task on WatchDogThread to RevokeAll tasks and to
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h 41 // Posts the given message and fills the buffer with the returned value.
  /external/chromium/net/base/
test_completion_callback_unittest.cc 31 // when done, worker posts callback on the original thread.
  /external/chromium/net/data/filter_unittests/
google.txt 7 When you visit www.google.com or one of the dozens of other Google domains, you'll be able to find information in many different languages; check stock quotes, maps, and news headlines; lookup phonebook listings for every city in the United States; search billions of images and peruse the world's largest archive of Usenet messages -- more than 1 billion posts dating back to 1981.
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 78 // Posts the message to its target and waits for a response (or error)
  /frameworks/av/media/libstagefright/include/
TimedEventQueue.h 71 // Posts an event to the front of the queue (after all events that
  /frameworks/native/include/utils/
WorkQueue.h 57 /* Posts a work unit to run later.
  /external/libnfc-nxp/src/
phDal4Nfc.h 350 *--- [label="DAL posts write message to main thread under deferred call context"];
399 *--- [label="DAL posts write message to main thread under deferred call context"];
407 *--- [label="DAL posts read message to main thread under deferred call context"];
460 *--- [label="DAL posts write message to main thread under deferred call context"];
468 *--- [label="DAL posts read wait message to main thread under deferred call context"];
518 *--- [label="DAL posts write message to main thread under deferred call context"];
  /external/chromium/net/proxy/
proxy_config_service_linux.h 139 // different than what we had before, posts a task to have it
150 // Posts a call to OnDestroy() to the UI thread. Called from

Completed in 888 milliseconds

1 2 3 4 5 6 7