Searched refs:post (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DMockGrantCredentialsPermissionActivity.java50 handler.post(new Runnable() {
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc81 ClientToServerMessage post; local
82 CHECK(post.ParseFromString(params->buffer_in));
83 CHECK(post.has_protocol_version());
84 CHECK(post.has_api_key());
85 CHECK(post.has_bag_of_chips());
87 requests_.push_back(post);
88 client_stuck_ = post.sync_problem_detected();
128 if (post.has_store_birthday() && post.store_birthday() !=
137 EXPECT_TRUE(!store_birthday_sent_ || post
[all...]
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dfb.h85 * updated during (*post)().
92 * is, the driver is not allowed to post anything outside of this
95 * The rectangle evaluated during (*post)() and specifies which area
96 * of the buffer passed in (*post)() shall to be posted.
113 * post() will block until the the first post is completed.
115 * Internally, post() is expected to lock the buffer so that a
122 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member in struct:framebuffer_device_t
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DAsyncEventBusTest.java46 // We post the event, but our Executor will not deliver it until instructed.
47 bus.post(EVENT);
/external/iproute2/misc/
H A Dssfilter.y20 n->post = NULL;
118 $$->post = $3;
123 $$->post = $2;
129 $$->post = $3;
/external/chromium_org/third_party/skia/gm/
H A Doptimizations.cpp369 SkAutoTUnref<SkPicture> post(recorder.endRecording());
371 if (!(check_pattern(*post, postPattern))) {
378 post->playback(canvas);
379 xPos += post->cullRect().width();
385 yPos += post->cullRect().height();
388 // TODO: we could also render the pre and post pictures to bitmaps
/external/skia/gm/
H A Doptimizations.cpp366 SkAutoTUnref<SkPicture> post(recorder.endRecording());
368 if (!(check_pattern(*post, postPattern))) {
375 post->draw(canvas);
376 xPos += post->width();
382 yPos += post->height();
385 // TODO: we could also render the pre and post pictures to bitmaps
/external/fio/
H A Dparse.c855 struct fio_option *options, char **post)
862 *post = ret;
865 (*post)++;
870 *post = NULL;
931 char *post; local
939 *o = get_option(opt, options, &post);
941 if (post) {
943 if (opt + len + 1 != post)
944 memmove(opt + len + 1, post, strlen(post));
854 get_option(char *opt, struct fio_option *options, char **post) argument
[all...]
/external/libvorbis/lib/
H A Dfloor1.c118 /* save out the post list */
163 /* read the post list */
179 /* don't allow repeated values in post list as they'd result in
227 /* we actually need the post values too */
610 for(i=0;i<posts;i++)loneighbor[i]=0; /* 0 for the implicit 0 post */
611 for(i=0;i<posts;i++)hineighbor[i]=1; /* 1 for the implicit post at n */
757 /* overly simpleminded--- look again post 1.2 */
770 int *post,int *ilogmask){
781 if(post){
783 int val=post[
768 floor1_encode(oggpack_buffer *opb,vorbis_block *vb, vorbis_look_floor1 *look, int *post,int *ilogmask) argument
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DBrowserStartupController.java136 // Browser process initialization has already been completed, so we can immediately post
227 new Handler().post(new Runnable() {
236 new Handler().post(new Runnable() {
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86masm.pl40 my($post,$ret);
54 else { $post=$addr; }
66 $ret .= "$post]";
H A Dx86nasm.pl37 my($post,$ret);
56 else { $post=$addr; }
67 $ret .= "$post]";
/external/chromium_org/third_party/skia/samplecode/
H A DTransitionView.cpp103 evt->post();
129 (new SkEvent("transition-done", this->getSinkID()))->post();
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.mm33 (new SkEvent(kINVAL_NSVIEW_EventType, this->getSinkID()))->post();
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DVSyncMonitor.java52 // On ICS we just post a task through the handler (http://crbug.com/156397)
160 * this value if it wants to post an invalidation.
201 mHandler.post(mSyntheticVSyncRunnable);
223 if (delay == 0) mHandler.post(mVSyncRunnableCallback);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngineJob.java71 mainHandler.post(new Runnable() {
110 mainHandler.post(new Runnable() {
/external/openssl/crypto/perlasm/
H A Dx86masm.pl40 my($post,$ret);
52 else { $post=$addr; }
64 $ret .= "$post]";
H A Dx86nasm.pl37 my($post,$ret);
54 else { $post=$addr; }
65 $ret .= "$post]";
/external/skia/samplecode/
H A DTransitionView.cpp103 evt->post();
129 (new SkEvent("transition-done", this->getSinkID()))->post();
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.mm33 (new SkEvent(kINVAL_NSVIEW_EventType, this->getSinkID()))->post();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeRewriter.h66 - (id) post:(ANTLRCommonTree *)t;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillPopupBridge.java35 new Handler().post(new Runnable() {
/external/chromium_org/remoting/webapp/
H A Dxhr.js73 remoting.xhr.post = function(url, onDone, opt_parameters, opt_headers,
/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.cc302 ScopedConnectionHelper post(this, MakeActiveConnection());
303 if (!post.get()) {
308 // Note that |post| may be aborted by now, which will just cause Init to fail
310 bool ok = post.get()->Init(
320 if (post.get()->ReadBufferResponse(
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dalerts.py73 def post(self): member in class:AlertsHandler

Completed in 4798 milliseconds

1234567891011>>