HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 176 - 200 of 4574) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 50 // Skip constants to perform them last. They don't block other moves
62 // 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
113 // Perform a depth-first traversal of the move graph to resolve
115 // as this one's destination blocks this one so recursively perform all
  /external/v8/src/mips/
lithium-gap-resolver-mips.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 */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java 221 private IndexedRegion perform(IDocument doc) { method in class:AaptQuickFix.CreateNamespaceFix
226 perform(model);
235 private IndexedRegion perform(IFile file) { method in class:AaptQuickFix.CreateNamespaceFix
242 perform(model);
254 private IndexedRegion perform(IStructuredModel model) { method in class:AaptQuickFix.CreateNamespaceFix
272 perform(document);
316 IndexedRegion indexedRegion = perform(mFile);
345 private void perform() { method in class:AaptQuickFix.CreateResourceProposal
380 perform(); method
418 perform(); method
    [all...]
  /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 */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 324 private void perform() { method in class:LintFixGenerator.SuppressProposal
348 perform(); method
360 perform(); method
405 private void perform() { method in class:LintFixGenerator.ClearMarkersProposal
424 perform(); method
436 perform(); method
486 private void perform() { method in class:LintFixGenerator.MoreInfoProposal
526 perform(); method
538 perform(); method
  /sdk/files/typos/
typos-es.txt 71 # sing, deliver, declaim, play in, interpret or otherwise perform
100 # 10. *"Publicly Perform"* means to perform public recitations of the Work
105 # and at a place individually chosen by them; to perform the Work to
136 # 3. to Distribute and Publicly Perform the Work including as
138 # 4. to Distribute and Publicly Perform Adaptations.
169 # 1. You may Distribute or Publicly Perform the Work only under the terms
172 # Distribute or Publicly Perform. You may not offer or impose any
178 # the Work You Distribute or Publicly Perform. When You Distribute or
179 # Publicly Perform the Work, You may not impose any effectiv
    [all...]
typos-it.txt 71 # sing, deliver, declaim, play in, interpret or otherwise perform
100 # 10. *"Publicly Perform"* means to perform public recitations of the Work
105 # and at a place individually chosen by them; to perform the Work to
136 # 3. to Distribute and Publicly Perform the Work including as
138 # 4. to Distribute and Publicly Perform Adaptations.
169 # 1. You may Distribute or Publicly Perform the Work only under the terms
172 # Distribute or Publicly Perform. You may not offer or impose any
178 # the Work You Distribute or Publicly Perform. When You Distribute or
179 # Publicly Perform the Work, You may not impose any effectiv
    [all...]
typos-tr.txt 71 # sing, deliver, declaim, play in, interpret or otherwise perform
100 # 10. *"Publicly Perform"* means to perform public recitations of the Work
105 # and at a place individually chosen by them; to perform the Work to
136 # 3. to Distribute and Publicly Perform the Work including as
138 # 4. to Distribute and Publicly Perform Adaptations.
169 # 1. You may Distribute or Publicly Perform the Work only under the terms
172 # Distribute or Publicly Perform. You may not offer or impose any
178 # the Work You Distribute or Publicly Perform. When You Distribute or
179 # Publicly Perform the Work, You may not impose any effectiv
    [all...]
  /system/core/include/system/
window.h 236 /* Valid operations for the (*perform)() hook.
447 * hook used to perform various operations on the surface.
448 * (*perform)() is a generic mechanism to add functionality to
454 * (*perform)() returns -ENOENT if the 'what' parameter is not supported
478 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow
594 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
627 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
648 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
673 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
689 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_GEOMETRY
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenFactory.cpp 44 * using this routine, as it doesn't perform any bookkeeping regarding
77 * using this routine, as it doesn't perform any bookkeeping regarding
261 * Perform null-check on a register. sReg is the ssa register being checked,
279 * Perform a "reg cmp reg" operation and jump to the PCR region if condition
306 * Perform zero-check on a register. Similar to genNullCheck but the value being
315 /* Perform bound check on two registers */
  /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 56 * a valid type to perform the requsted operation.
79 * a valid type to perform the requsted operation.
205 * a valid type to perform the requsted operation.
232 * a valid type to perform the requsted operation.
263 * a valid type to perform the requsted operation.
295 * a valid type to perform the requsted operation.
phFriNfc_LlcpTransport_Connectionless.h 78 * a valid type to perform the requsted operation.
110 * a valid type to perform the requsted operation.
  /bionic/libc/arch-arm/bionic/
atomics_arm.c 41 * perform correctly when running on multi-core devices.
53 * intrinsics to perform the same thing.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
CtsRootDeviceSetup.java 31 * A {@link ITargetPreparer} that attempts to automatically perform the CTS-specific manual steps
66 // 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/icu4c/common/
ustr_imp.h 32 * Perform case-insensitive comparison.
68 * not perform this check.
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
DepthOfField.frag 47 // Perform a wide convolution filter and we scatter it
50 // to only perform 12.
  /external/libselinux/include/selinux/
label.h 84 * selabel_lookup - Perform labeling lookup operation.
90 * Perform a labeling lookup operation. Return %0 on success, -%1 with
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 23 // network, you might allow anyone to perform updates. To do that, you just
32 // perform updates in your dynamic zone, like this:

Completed in 687 milliseconds

1 2 3 4 5 6 78 91011>>