HomeSort by relevance Sort by last modified time
    Searched defs:post (Results 26 - 50 of 164) sorted by null

12 3 4 5 6 7

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 148 mHandler.post(new Runnable() {
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
AwTestTouchUtils.java 67 view.post(new Runnable() {
88 view.post(new Runnable() {
  /external/chromium_org/components/copresence/rpc/
http_post_unittest.cc 101 HttpPost* post = new HttpPost(context_getter_.get(), local
107 post->Start(base::Bind(&HttpPostTest::TestResponseCallback,
130 delete post;
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockGrantCredentialsPermissionActivity.java 50 handler.post(new Runnable() {
  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
main.py 68 def post(self): member in class:UpdateLog
69 new_log_data = self.request.POST.get(LOG_PARAM)
73 new_entry = self.request.POST.get(NEW_ENTRY_PARAM) == "on"
80 no_needs_rebaseline = self.request.POST.get(NO_NEEDS_REBASELINE_PARAM) == "on"
  /external/chromium_org/third_party/hwcplus/include/hardware/
fb.h 85 * 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.
104 * Post <buffer> to the display (display it on the screen)
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/chromium_org/tools/usb_gadget/
keyboard_gadget.py 171 def post(self): member in class:RegisterHandlers.WebConfigureHandler
176 def post(self): member in class:RegisterHandlers.WebTypeHandler
192 def post(self): member in class:RegisterHandlers.WebPressHandler
mouse_gadget.py 129 def post(self): member in class:RegisterHandlers.WebConfigureHandler
135 def post(self): member in class:RegisterHandlers.WebClickHandler
148 def post(self): member in class:RegisterHandlers.WebMoveHandler
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineJob.java 71 mainHandler.post(new Runnable() {
110 mainHandler.post(new Runnable() {
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostListLoader.java 76 mNetworkThread.post(new Runnable() {
159 mMainThread.post(new Runnable() {
171 mMainThread.post(new Runnable() {
  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 93 HttpPost post = new HttpPost(server.getUrl("/").toURI()); local
94 client.execute(post);
100 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); local
102 post.setEntity(new ByteArrayEntity(body));
103 client.execute(post);
113 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); local
115 post.setEntity(new InputStreamEntity(new ByteArrayInputStream(body), body.length));
116 client.execute(post);
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 97 mPresetSpinner.post(new Runnable() {
119 mPrioritySpinner.post(new Runnable() {
132 mActionsSpinner.post(new Runnable() {
189 * Begin to re-post the sample notification(s).
202 // Post the updated notifications on a delay to avoid a cancel+post race condition
212 * Post the sample notification(s) using current options.
244 // Post new notifications
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 97 mPresetSpinner.post(new Runnable() {
119 mPrioritySpinner.post(new Runnable() {
132 mActionsSpinner.post(new Runnable() {
189 * Begin to re-post the sample notification(s).
202 // Post the updated notifications on a delay to avoid a cancel+post race condition
212 * Post the sample notification(s) using current options.
244 // Post new notifications
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java 97 mPresetSpinner.post(new Runnable() {
119 mPrioritySpinner.post(new Runnable() {
132 mActionsSpinner.post(new Runnable() {
189 * Begin to re-post the sample notification(s).
202 // Post the updated notifications on a delay to avoid a cancel+post race condition
212 * Post the sample notification(s) using current options.
244 // Post new notifications
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 132 mScrollView.post(new Runnable() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
ResponderTestActivity.java 124 mHandler.post(new Runnable() {
140 mHandler.post(new Runnable() {
150 mHandler.post(new Runnable() {
161 mHandler.post(new Runnable() {
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is
64 view.post(new Runnable() {
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 122 scrollView.post(new Runnable() {
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is
64 view.post(new Runnable() {
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 122 scrollView.post(new Runnable() {
  /development/apps/Development/src/com/android/development/
LogViewer.java 118 handler.post(new AppendCharacters(builder));
125 handler.post(new AppendThrowable(e));
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java 67 overlay.post(new Runnable() {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 130 mContainer.post(new SwapViews(mPosition));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List9.java 76 mHandler.post(new Runnable() {
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 20 Contains several RequestHandler subclasses used to handle post operations.
113 UpdateHandler only accepts post events. It expects each
118 def post(self): member in class:Authenticate
123 self.post()
129 UpdateHandler only accepts post events. It expects each
136 self.post()
138 def post(self): member in class:SyncContacts

Completed in 1480 milliseconds

12 3 4 5 6 7