/system/core/include/system/ |
window.h | 236 /* Valid operations for the (*perform)() hook. 446 * hook used to perform various operations on the surface. 447 * (*perform)() is a generic mechanism to add functionality to 453 * (*perform)() returns -ENOENT if the 'what' parameter is not supported 477 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow 593 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage); 626 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); 647 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop); 672 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount); 688 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 | 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...] |
/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/bison/build-aux/ |
do-release-commit-and-tag | 36 Run this script from top_srcdir to perform the final pre-release NEWS
|
/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 | 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
|
/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/qcom/display/libgralloc/ |
gralloc.cpp | 86 perform: gralloc_perform,
|
/frameworks/native/libs/ui/ |
FramebufferNativeWindow.cpp | 156 ANativeWindow::perform = perform; member in class:android::ANativeWindow 329 int FramebufferNativeWindow::perform(ANativeWindow* window, function in class:android::FramebufferNativeWindow
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 222 int (*perform)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
|
/frameworks/base/core/jni/ |
android_view_TextureView.cpp | 99 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds); 103 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-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/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-eabi-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/llvm/include/llvm/Analysis/ |
LoopIterator.h | 64 void perform(LoopInfo *LI);
|
/frameworks/native/include/gui/ |
Surface.h | 127 virtual int perform(int operation, va_list args);
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 167 perform: gralloc_perform,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
CreateFileChange.java | 82 public Change perform(IProgressMonitor pm) throws CoreException { method in class:CreateFileChange
|
TemplateWizard.java | 148 * perform 150 * @return the changes to perform 161 composite.perform(monitor);
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 17 A stream editor is used to perform basic text
|