Searched
full:perform (Results
651 -
675 of
3795) sorted by null
<<21222324252627282930>>
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebUIDelegate.idl | 109 @abstract Actions that the destination of a drag can perform. 126 @abstract Actions that the source of a drag can perform. 506 For example, if the action is copy:, the delegate can return YES to allow WebView to perform its default 507 copy behavior or return NO and perform copy: in some other way. See WebView.h to see the actions that 508 WebView can perform. 527 @abstract Informs that WebView will perform a drag destination action 532 This method informs the UI delegate of the drag destination action that WebView will perform. 564 @abstract Perform the action associated with the selected item. [all...] |
/frameworks/base/core/jni/ |
android_view_TextureView.cpp | 94 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds); 98 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST);
|
/frameworks/base/docs/html/guide/market/billing/ |
billing_best_practices.jd | 39 <h4>Perform signature verification tasks on a server</h4> 40 <p>If practical, you should perform signature verification on a remote server and not on a device.
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
bound-services.jd | 12 perform interprocess communication</li> 51 (such as activities) to bind to the service, send requests, receive responses, and even perform 149 <p>This is the simplest way to perform interprocess communication (IPC), because the {@link 156 primitives that the operating system can understand and marshall them across processes to perform 209 and client must also be in the same process, because this technique does not perform any 337 <p>When you need to perform IPC, using a {@link android.os.Messenger} for your interface is 341 <p>For most applications, the service doesn't need to perform multi-threading, so using a {@link 350 you to perform interprocess communication (IPC) without the need to use AIDL.</p>
|
processes-and-threads.jd | 188 For example, an activity that's uploading a picture to a web site should start a service to perform 240 application's UI that you do not block the UI thread. If you have operations to perform 305 <p>{@link android.os.AsyncTask} allows you to perform asynchronous work on your user 326 /** The system calls this to perform work in a worker thread and 332 /** The system calls this to perform work in the UI thread and delivers 410 transmitted in the opposite direction. Android provides all the code to perform these IPC 413 <p>To perform IPC, your application must bind to a service, using {@link 421 <p>For information about how to perform work in the background for an indefinite period of time
|
/frameworks/base/docs/html/guide/topics/graphics/ |
view-animation.jd | 8 <p>You can use the view animation system to perform tweened animation on Views. Tween animation 13 <p>A tween animation can perform a series of simple transformations (position, size, rotation,
|
/frameworks/base/docs/html/guide/topics/search/ |
index.jd | 53 search your data. To perform a search, you need to use APIs appropriate for your data. For example, 55 APIs to perform searches.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-c++ | |
i686-unknown-linux-gnu-cpp | |
i686-unknown-linux-gnu-g++ | |
i686-unknown-linux-gnu-gcc | |
i686-unknown-linux-gnu-gcc-4.2.1 | |
i686-unknown-linux-gnu-i686-unknown-linux-gnu-c++ | |
i686-unknown-linux-gnu-i686-unknown-linux-gnu-g++ | |
i686-unknown-linux-gnu-i686-unknown-linux-gnu-gcc | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ResizeGesture.java | 45 /** The selection handle we're dragging to perform this resize */ 60 * @param handle The handle being dragged to perform the resize
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_mutex.c | 110 /* perform a simple init/lock/unlock/destroy test on a mutex of given attributes */ 170 /* perform init/trylock/unlock/destroy then init/lock/trylock/destroy */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/ |
c++ | |
g++ | |
gcc | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-c++ | |
arm-eabi-cpp | |
arm-eabi-g++ | |
arm-eabi-gcc | |
arm-eabi-gcc-4.4.3 | |
Completed in 295 milliseconds
<<21222324252627282930>>