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

1 2 3 4

  /system/core/include/system/
window.h 224 /* Valid operations for the (*perform)() hook.
421 * hook used to perform various operations on the surface.
422 * (*perform)() is a generic mechanism to add functionality to
428 * (*perform)() returns -ENOENT if the 'what' parameter is not supported
452 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow
494 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
527 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
548 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
573 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
589 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_GEOMETRY
    [all...]
  /frameworks/base/native/android/
native_window.cpp 79 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds);
83 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 220 private IndexedRegion perform(IDocument doc) { method in class:AaptQuickFix.CreateNamespaceFix
225 perform(model);
234 private IndexedRegion perform(IFile file) { method in class:AaptQuickFix.CreateNamespaceFix
241 perform(model);
253 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/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/native/include/ui/
FramebufferNativeWindow.h 72 static int perform(ANativeWindow* window, int operation, ...);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 319 private void perform() { method in class:LintFixGenerator.SuppressProposal
343 perform(); method
355 perform(); method
400 private void perform() { method in class:LintFixGenerator.ClearMarkersProposal
419 perform(); method
431 perform(); method
481 private void perform() { method in class:LintFixGenerator.MoreInfoProposal
521 perform(); method
533 perform(); method
  /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
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
SHA1.java 69 perform(); method
80 perform(); method
91 perform(); method
102 perform(); method
118 perform(); method
129 perform(); method
146 perform(); method
165 perform(); method
182 perform(); method
212 perform(); method
218 perform(); method
232 perform(); method
243 private void perform() method in class:SHA1
    [all...]
  /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:
  /hardware/libhardware/include/hardware/
gralloc.h 193 int (*perform)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 151 ANativeWindow::perform = perform; member in class:android::ANativeWindow
302 int FramebufferNativeWindow::perform(ANativeWindow* window, function in class:android::FramebufferNativeWindow
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 65 void perform(LoopInfo *LI);
  /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);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 157 """GDB calls this to perform the command."""
339 """GDB calls this to perform the command."""
362 """GDB calls this to perform the command."""
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 157 """GDB calls this to perform the command."""
339 """GDB calls this to perform the command."""
362 """GDB calls this to perform the command."""
  /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
  /frameworks/native/include/gui/
SurfaceTextureClient.h 92 virtual int perform(int operation, va_list args);
  /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
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListTest.java 503 /** An operation to perform on a list. */
505 void perform(List<Integer> list); method in interface:ImmutableListTest.ConcurrentTests.ListFrobber
511 public void perform(List<Integer> list) {
520 public void perform(List<Integer> list) {
529 public void perform(List<Integer> list) {
594 remainingActions.next().perform(delegate);
  /frameworks/native/libs/gui/
SurfaceTextureClient.cpp 68 ANativeWindow::perform = hook_perform; member in class:android::ANativeWindow
139 return c->perform(operation, args);
311 int SurfaceTextureClient::perform(int operation, va_list args) function in class:android::SurfaceTextureClient

Completed in 667 milliseconds

1 2 3 4