HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 301 - 325 of 6694) sorted by null

<<11121314151617181920>>

  /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 222 private IndexedRegion perform(IDocument doc) { method in class:AaptQuickFix.CreateNamespaceFix
227 perform(model);
236 private IndexedRegion perform(IFile file) { method in class:AaptQuickFix.CreateNamespaceFix
243 perform(model);
255 private IndexedRegion perform(IStructuredModel model) { method in class:AaptQuickFix.CreateNamespaceFix
273 perform(document);
317 IndexedRegion indexedRegion = perform(mFile);
346 private void perform() { method in class:AaptQuickFix.CreateResourceProposal
381 perform(); method
419 perform(); method
    [all...]
  /art/runtime/verifier/
method_verifier.h 255 * Perform verification on a single method.
311 * Perform static verification on all instructions in a method.
318 * Perform static verification on an instruction.
358 // Perform static checks on a field get or set instruction. All we do here is ensure that the
362 // Perform static checks on a method invocation instruction. All we do here is ensure that the
366 // Perform static checks on a "new-instance" instruction. Specifically, make sure the class
373 // Perform static checks on an instruction that takes a class constant. Ensure that the class
377 // Perform static checks on a "new-array" instruction. Specifically, make sure they aren't
413 /* Perform detailed code-flow analysis on a single method. */
421 * Perform code flow on a 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 321 private void perform() { method in class:LintFixGenerator.SuppressProposal
345 perform(); method
357 perform(); method
402 private void perform() { method in class:LintFixGenerator.ClearMarkersProposal
421 perform(); method
433 perform(); method
483 private void perform() { method in class:LintFixGenerator.MoreInfoProposal
524 perform(); method
536 perform(); method
  /frameworks/base/core/java/android/app/
AppOpsManager.java 75 * allowed to perform the given operation.
81 * not allowed to perform the given operation, and this attempt should
88 * given caller is not allowed to perform the given operation, and this attempt should
849 return packageName + " from uid " + uid + " not allowed to perform " + sOpNames[op];
861 * Do a quick check for whether an application might be able to perform an operation.
869 * @param uid The user id of the application attempting to perform the operation.
870 * @param packageName The name of the application attempting to perform the operation.
895 * @param uid The user id of the application attempting to perform the operation.
896 * @param packageName The name of the application attempting to perform the operation.
923 * @param uid The user id of the application attempting to perform the operation
    [all...]
  /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 242 /* Valid operations for the (*perform)() hook.
455 * hook used to perform various operations on the surface.
456 * (*perform)() is a generic mechanism to add functionality to
462 * (*perform)() returns -ENOENT if the 'what' parameter is not supported
486 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow
602 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
635 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
656 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
681 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
697 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/chromium_org/base/message_loop/
message_pump_mac.h 102 // Perform highest-priority work. This is associated with work_source_
109 // Perform idle-priority work. This is normally called by PreWaitObserver,
111 // actually does perform idle work, it will resignal that source. The
117 // Perform work that may have been deferred because it was not runnable
121 // so that an outer loop will be able to perform the necessary tasks if it
150 // 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.
  /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/chromium_org/chrome/browser/diagnostics/
diagnostics_test.h 76 // Derived classes override this method do perform the actual test.
79 // Derived classes may override this method to perform a recovery, if recovery
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.h 34 // (UI thread). This is the same thread we perform initialization on, so we
86 // Perform any DataType controller specific state cleanup before stopping
ui_data_type_controller.h 33 // thread we perform initialization on, so we don't have to worry about thread
73 // Perform any DataType controller specific state cleanup before stopping
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider.h 133 // Returns true if we need to perform fullscreen check periodically.
139 // Callback to perform periodic check for full screen mode changes.
  /external/chromium_org/crypto/
hkdf.cc 28 // Perform the Extract step to transform the input key and
41 // Perform the Expand phase to turn the pseudorandom key

Completed in 848 milliseconds

<<11121314151617181920>>