/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
IKeyChainServiceTestSupport.aidl | 26 * the user is prompted to perform these steps via the
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
NowOrLaterWrapper.java | 45 * Perform the appropriate conversion. This will be called once for every call to
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
ImsFrameworkReceiver.java | 39 // System is shutting down immediately: perform cleanup here
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
reboot.h | 27 /* Perform a hard reset now. */
|
/system/core/include/system/ |
window.h | 216 /* valid operations for the (*perform)() hook */ 393 * hook used to perform various operations on the surface. 394 * (*perform)() is a generic mechanism to add functionality to 400 * (*perform)() returns -ENOENT if the 'what' parameter is not supported 422 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow 464 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage); 495 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); 506 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount); 522 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_GEOMETRY, 543 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS [all...] |
/external/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 51 // Skip constants to perform them last. They don't block other moves 63 // Perform the moves with constant sources. 76 // Perform a linear sweep of the moves to add them to the initial list of 77 // moves to perform, ignoring any move that is redundant (the source is 91 // graph. We first recursively perform any move blocking this one. We 114 // Perform a depth-first traversal of the move graph to resolve 116 // as this one's destination blocks this one so recursively perform all
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_custom.c | 124 { /* perform log specific operations */ 154 { /* perform log specific operations */ 183 { /* perform log specific operations */ 212 { /* perform log specific operations */ 241 { /* perform log specific operations */ 269 { /* perform log specific operations */ 311 { /* perform log specific operations */
|
/external/srtp/crypto/ae_xfm/ |
xfm.c | 39 /* perform authentication only */ 63 /* perform encryption and authentication */ 116 /* perform authentication only */ 139 /* perform encryption and authentication */ 200 /* perform authentication only */ 228 /* perform encryption and authentication */ 314 /* perform authentication only */ 456 /* perform authentication only */ 509 /* perform authentication only */
|
/external/v8/src/ |
heap.h | 430 // Please note this does not perform a garbage collection. 437 // Please note this does not perform a garbage collection. 448 // Please note this does not perform a garbage collection. 461 // Please note this does not perform a garbage collection. 468 // Please note this function does not perform a garbage collection. 474 // Please note this function does not perform a garbage collection. 508 // Please note this does not perform a garbage collection. 525 // Please note this function does not perform a garbage collection. 551 // Please note this does not perform a garbage collection. 562 // failed. Please note this does not perform a garbage collection [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFixGenerator.java | 204 private void perform() { method in class:LintFixGenerator.SuppressProposal 219 perform(); method 229 perform(); method 268 private void perform() { method in class:LintFixGenerator.ClearMarkersProposal 284 perform(); method 294 perform(); method 340 private void perform() { method in class:LintFixGenerator.MoreInfoProposal 377 perform(); method 387 perform(); method
|
/external/chromium/base/ |
message_pump_mac.h | 92 // Perform highest-priority work. This is associated with work_source_ 99 // Perform idle-priority work. This is normally called by PreWaitObserver, 101 // actually does perform idle work, it will resignal that source. The 107 // Perform work that may have been deferred because it was not runnable 111 // so that an outer loop will be able to perform the necessary tasks if it 140 // This allows subclasses an opportunity to perform additional processing on
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connection.h | 55 * a valid type to perform the requsted operation. 78 * a valid type to perform the requsted operation. 206 * a valid type to perform the requsted operation. 233 * a valid type to perform the requsted operation. 264 * a valid type to perform the requsted operation. 296 * a valid type to perform the requsted operation.
|
phFriNfc_LlcpTransport_Connectionless.h | 76 * a valid type to perform the requsted operation. 108 * a valid type to perform the requsted operation.
|
/bootable/recovery/ |
recovery_ui.h | 53 // Perform a recovery action selected from the menu. 'which' will be 63 // menu.) Can perform whatever device-specific wiping actions are
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/ |
CtsRootDeviceSetup.java | 32 * A {@link ITargetPreparer} that attempts to automatically perform the CTS-specific manual steps 72 // perform CTS setup steps that only work if adb is root
|
/development/apps/BuildWidget/src/com/android/buildwidget/ |
BuildWidget.java | 39 * an update we spawn a background {@link Service} to perform the API queries. 45 // To prevent any ANR timeouts, we perform the update in a service
|
/external/chromium/chrome/browser/sync/glue/ |
frontend_data_type_controller.h | 26 // (UI thread). This is the same thread we perform initialization on, so we 72 // Perform any DataType controller specific state cleanup before stopping
|
/external/chromium/net/base/ |
network_delegate.h | 51 // so that we can perform Delegate-dependent request handling from the static 59 // member function, which will perform basic sanity checking.
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.h | 48 // Determine the conditions to perform fast paint. Returns true if we can do 58 // canvas. It's not always safe and appropriate to perform fast paint.
|
/external/dropbear/libtomcrypt/notes/ |
tech0002.txt | 14 uses the MPI bignum library to perform the operation. The time it takes to compute y is controlled by the number 16 the exponent require the sender to perform a multiplication. This means to a certain extent an attacker can
|
/external/openssl/apps/ |
s_time.c | 136 static int perform=0; variable 159 perform=0; 233 perform=2; 235 perform=1; 308 if (perform == 0) perform=3; 391 if (!(perform & 1)) goto next; 459 if (!(perform & 2)) goto end;
|
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 53 // Skip constants to perform them last. They don't block other moves 61 // Perform the moves with constant sources. 75 // Perform a linear sweep of the moves to add them to the initial list of 76 // moves to perform, ignoring any move that is redundant (the source is 90 // graph. We first recursively perform any move blocking this one. We 105 // Perform a depth-first traversal of the move graph to resolve 107 // as this one's destination blocks this one so recursively perform all 137 // we have a cycle. Search for such a blocking move and perform a swap to
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMStringMapCustom.cpp | 60 // Only perform the custom delete if the object doesn't have a native property by this name. 80 // Only perform the custom put if the object doesn't have a native property by this name.
|
JSStorageCustom.cpp | 52 // Only perform the custom delete if the object doesn't have a native property by this name. 78 // Only perform the custom put if the object doesn't have a native property by this name.
|
/external/wpa_supplicant_8/src/crypto/ |
md5-non-fips.c | 74 /* perform inner MD5 */ 90 /* perform outer MD5 */
|