/frameworks/base/awt/org/apache/harmony/awt/wtk/ |
NativeEventQueue.java | 43 public abstract void perform(); method in class:NativeEventQueue.Task
|
/frameworks/base/include/ui/egl/ |
android_natives.h | 70 /* valid operations for the (*perform)() hook */ 160 * hook used to perform various operations on the surface. 161 * (*perform)() is a generic mechanism to add functionality to 167 * (*perform)() returns -ENOENT if the 'what' parameter is not supported 177 int (*perform)(struct android_native_window_t* window, member in struct:android_native_window_t 197 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage); 209 return window->perform(window, NATIVE_WINDOW_CONNECT, api); 221 return window->perform(window, NATIVE_WINDOW_DISCONNECT, api);
|
/external/openssl/apps/ |
s_time.c | 184 static int perform=0; variable 207 perform=0; 281 perform=2; 283 perform=1; 356 if (perform == 0) perform=3; 494 if (!(perform & 1)) goto next; 562 if (!(perform & 2)) goto end;
|
/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 | 67 static int perform(android_native_window_t* 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
|
/frameworks/base/libs/ui/ |
FramebufferNativeWindow.cpp | 136 android_native_window_t::perform = perform; member in class:android::android_native_window_t 248 int FramebufferNativeWindow::perform(android_native_window_t* window, function in class:android::FramebufferNativeWindow
|
/external/jdiff/src/jdiff/ |
JDiffAntTask.java | 130 jd.perform(); 193 jd.perform(); 221 jd.perform();
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 174 int (*perform)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
|
/frameworks/base/include/surfaceflinger/ |
Surface.h | 203 static int perform(android_native_window_t* window, int operation, ...); 209 int perform(int operation, va_list args);
|
/external/dbus/dbus/ |
dbus-shell.c | 373 * - for each token (word), perform portions of word expansion, namely 605 * perform (variable expansion, globs, operators, filename expansion, 645 * perform field splitting. If we were going to honor IFS or do any
|
/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
|
/frameworks/base/libs/surfaceflinger_client/ |
Surface.cpp | 344 android_native_window_t::perform = perform; member in class:android::android_native_window_t 458 int Surface::perform(android_native_window_t* window, function in class:android::Surface 463 int res = self->perform(operation, args); 579 int Surface::perform(int operation, va_list args) function in class:android::Surface
|
/external/v8/test/mjsunit/ |
debug-step.js | 32 // Simple debug event handler which first time hit will perform 1000 steps and
|
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 188 // perform api level toggling because new nodes are new to the DOM 260 // perform api level toggling because because the whole tree is new to the DOM
|
android-developer-docs.js | 294 * because it can't properly perform auto width for "doc-content" div,
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 104 perform: gralloc_perform,
|
/external/v8/tools/ |
logreader.js | 97 * @param {string} addressTag Address tag to perform offset decoding.
|
profile_view.js | 111 * Creates a Profile View object. It allows to perform sorting
|
/frameworks/base/libs/surfaceflinger/ |
LayerBuffer.cpp | 281 if (module && module->perform) { 282 int err = module->perform(module,
|
/ndk/build/core/ |
add-application.mk | 23 # code here will perform book-keeping and basic checks
|
init.mk | 212 # Then, it should include $(ADD_TOOLCHAIN) which will perform
|
/external/dropbear/libtommath/ |
bn.tex | 163 However, there are cases where such a build is not optional. For instance, you want to perform RSA operations. You 164 don't need the vast majority of the library to perform these operations. Aside from LTM\_ALL there is 195 A trim is a manner of removing functionality from a function that is not required. For instance, to perform 597 the array. If you need to perform an operation that requires more digits you will have to mp\_grow() the mp\_int to [all...] |
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 110 perform: gralloc_perform,
|
/external/dropbear/libtomcrypt/ |
crypt.tex | 246 /* perform error handling */ [all...] |