HomeSort by relevance Sort by last modified time
    Searched refs:perform (Results 1 - 25 of 60) sorted by null

1 2 3

  /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...]
  /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
  /frameworks/base/native/android/
native_window.cpp 84 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds);
88 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java 211 private IndexedRegion perform(IDocument doc) { method in class:AaptQuickFix.CreateNamespaceFix
216 perform(model);
225 private IndexedRegion perform(IFile file) { method in class:AaptQuickFix.CreateNamespaceFix
232 perform(model);
244 private IndexedRegion perform(IStructuredModel model) { method in class:AaptQuickFix.CreateNamespaceFix
262 perform(document);
299 IndexedRegion indexedRegion = perform(mFile);
327 private void perform() { method in class:AaptQuickFix.CreateResourceProposal
361 perform(); method
392 perform(); method
    [all...]
  /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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidTypeRenameChange.java 99 public Change perform(IProgressMonitor pm) throws CoreException { method in class:AndroidTypeRenameChange
100 super.perform(pm);
AndroidPackageRenameChange.java 111 public Change perform(IProgressMonitor pm) throws CoreException { method in class:AndroidPackageRenameChange
112 super.perform(pm);
  /external/openssl/crypto/des/times/
usparc.cc 6 is able to perform when the code is 'inlined'. For 'speed', the DES
  /frameworks/base/include/ui/
FramebufferNativeWindow.h 74 static int perform(ANativeWindow* window, int operation, ...);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 23 VFLAG=;DBG=false;DO=;DODO=;PERFORM=
24 debug_do() { perform=$PERFORM; if [ "$1" = "-y" ]; then shift; perform=; fi
25 [ "$1" = "eval" ] && echo $2 || echo $*; $perform $*
27 debug_on() { VFLAG=$1;DBG=$2;DO=debug_do;DODO=debug_do;PERFORM=$3
  /hardware/libhardware/include/hardware/
gralloc.h 193 int (*perform)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
  /frameworks/base/libs/ui/
FramebufferNativeWindow.cpp 144 ANativeWindow::perform = perform; member in class:android::ANativeWindow
309 int FramebufferNativeWindow::perform(ANativeWindow* window, function in class:android::FramebufferNativeWindow
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 65 void perform(LoopInfo *LI);
  /frameworks/base/include/gui/
SurfaceTextureClient.h 79 virtual int perform(int operation, va_list args);
  /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);
  /external/dbus/dbus/
dbus-shell.c 308 * - for each token (word), perform portions of word expansion, namely
540 * perform (variable expansion, globs, operators, filename expansion,
580 * perform field splitting. If we were going to honor IFS or do any
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 167 perform: gralloc_perform,
  /dalvik/vm/mterp/x86-atom/
OP_INSTANCE_OF.S 57 * The trivial test failed, we need to perform a full check.
66 call dvmInstanceofNonTrivial # perform full check
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 17 A stream editor is used to perform basic text
  /frameworks/base/libs/gui/
SurfaceTextureClient.cpp 53 ANativeWindow::perform = hook_perform; member in class:android::ANativeWindow
118 return c->perform(operation, args);
275 int SurfaceTextureClient::perform(int operation, va_list args) function in class:android::SurfaceTextureClient
  /external/v8/test/mjsunit/
debug-step.js 32 // Simple debug event handler which first time hit will perform 1000 steps and
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument08.js 81 Add two CDATASections containing "]]>" perform normalization with split-cdata-sections=true.
canonicalform05.js 81 Add a L1 element to a L2 namespace aware document and perform namespace normalization. Should result
documentnormalizedocument05.js 81 Add a L1 element to a L2 namespace aware document and perform namespace normalization. Should result
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 79 ;# perform abs() of difference

Completed in 546 milliseconds

1 2 3