/external/v8/src/extensions/ |
gc-extension.cc | 13 v8::Handle<v8::FunctionTemplate> GCExtension::GetNativeFunctionTemplate( 15 v8::Handle<v8::String> str) {
|
gc-extension.h | 18 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate( 20 v8::Handle<v8::String> name);
|
statistics-extension.h | 16 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate( 18 v8::Handle<v8::String> name);
|
trigger-failure-extension.h | 16 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate( 18 v8::Handle<v8::String> name);
|
/external/v8/src/ic/ia32/ |
handler-compiler-ia32.cc | 20 MacroAssembler* masm, Handle<HeapType> type, Register receiver, 21 Handle<JSFunction> getter) { 52 Handle<Name> name, Register scratch0, Register scratch1) { 93 Handle<JSFunction> function( 104 __ Move(prototype, Immediate(Handle<Map>(function->initial_map()))); 125 Handle<Map> receiver_map, Register receiver, Register scratch_in, 151 Handle<JSObject> api_holder = 166 Handle<JSFunction> function = optimization.constant_function(); 167 Handle<CallHandlerInfo> api_call_info = optimization.api_call_info(); 168 Handle<Object> call_data_obj(api_call_info->data(), isolate) [all...] |
/external/v8/src/ic/x87/ |
handler-compiler-x87.cc | 20 MacroAssembler* masm, Handle<HeapType> type, Register receiver, 21 Handle<JSFunction> getter) { 52 Handle<Name> name, Register scratch0, Register scratch1) { 93 Handle<JSFunction> function( 104 __ Move(prototype, Immediate(Handle<Map>(function->initial_map()))); 125 Handle<Map> receiver_map, Register receiver, Register scratch_in, 151 Handle<JSObject> api_holder = 166 Handle<JSFunction> function = optimization.constant_function(); 167 Handle<CallHandlerInfo> api_call_info = optimization.api_call_info(); 168 Handle<Object> call_data_obj(api_call_info->data(), isolate) [all...] |
/external/v8/test/mjsunit/ |
debug-references.js | 80 testRequest(dcp, '{"handle":"a"}', false); 81 testRequest(dcp, '{"handle":1}', false); 90 var handle = response.body.handle; 93 testRequest(dcp, '{"handle":' + handle + ',"type":"referencedBy"}', true); 94 testRequest(dcp, '{"handle":' + handle + ',"type":"constructedBy"}',
|
/external/valgrind/gdbserver_tests/ |
nlpasssigalrm.stdinB.gdb | 13 handle SIGALRM stop print pass 19 handle SIGALRM nostop noprint pass
|
/external/vboot_reference/firmware/stub/ |
vboot_api_stub_disk.c | 35 VbError_t VbExDiskRead(VbExDiskHandle_t handle, uint64_t lba_start, 41 VbError_t VbExDiskWrite(VbExDiskHandle_t handle, uint64_t lba_start,
|
/frameworks/av/services/soundtrigger/ |
SoundTriggerHwService.h | 52 virtual status_t attach(const sound_trigger_module_handle_t handle, 71 Model(sound_model_handle_t handle, audio_session_t session, audio_io_handle_t ioHandle, 115 sound_model_handle_t *handle); 117 virtual status_t unloadSoundModel(sound_model_handle_t handle); 119 virtual status_t startRecognition(sound_model_handle_t handle, 121 virtual status_t stopRecognition(sound_model_handle_t handle); 135 sp<Model> getModel(sound_model_handle_t handle); 144 status_t unloadSoundModel_l(sound_model_handle_t handle);
|
/frameworks/base/core/jni/ |
android_database_SQLiteCommon.cpp | 23 /* throw a SQLiteException with a message appropriate for the error in handle */ 24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { 25 throw_sqlite3_exception(env, handle, NULL); 33 /* throw a SQLiteException with a message appropriate for the error in handle 36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { 37 if (handle) { 42 throw_sqlite3_exception(env, sqlite3_extended_errcode(handle), 43 sqlite3_errmsg(handle), message);
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeyStoreCryptoOperation.java | 28 * Gets the KeyStore operation handle of this crypto operation. 30 * @return handle or {@code 0} if the KeyStore operation is not in progress.
|
/frameworks/base/opengl/java/android/opengl/ |
EGLConfig.java | 25 private EGLConfig(long handle) { 26 super(handle);
|
EGLContext.java | 25 private EGLContext(long handle) { 26 super(handle);
|
EGLDisplay.java | 25 private EGLDisplay(long handle) { 26 super(handle);
|
EGLSurface.java | 25 private EGLSurface(long handle) { 26 super(handle);
|
/frameworks/base/services/core/jni/ |
com_android_server_input_InputApplicationHandle.cpp | 94 NativeInputApplicationHandle* handle; local 96 handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); 99 handle = new NativeInputApplicationHandle(objWeak); 100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle); 102 reinterpret_cast<jlong>(handle)); 104 return handle; 117 NativeInputApplicationHandle* handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); local 118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle);
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/ |
MyActivity.java | 26 // Handle action bar item clicks here. The action bar will 27 // automatically handle clicks on the Home/Up button, so long
|
/frameworks/ex/framesequence/jni/ |
Color.h | 24 static const Color8888 COLOR_8888_ALPHA_MASK = 0xff000000; // TODO: handle endianness 27 // TODO: handle endianness
|
/frameworks/native/opengl/tools/glgen/static/egl/ |
EGLConfig.java | 25 private EGLConfig(long handle) { 26 super(handle);
|
EGLContext.java | 25 private EGLContext(long handle) { 26 super(handle);
|
EGLDisplay.java | 25 private EGLDisplay(long handle) { 26 super(handle);
|
EGLSurface.java | 25 private EGLSurface(long handle) { 26 super(handle);
|
/hardware/intel/common/libva/va/wayland/ |
va_wayland_emgd.c | 39 void *handle; member in struct:va_wayland_emgd_context 75 if (wl_emgd_ctx->handle) { 76 dlclose(wl_emgd_ctx->handle); 77 wl_emgd_ctx->handle = NULL; 124 wl_emgd_ctx->handle = NULL; 138 wl_emgd_ctx->handle = dlopen(LIBWAYLAND_EMGD_NAME, RTLD_LAZY|RTLD_LOCAL); 139 if (!wl_emgd_ctx->handle) 143 dlsym(wl_emgd_ctx->handle, "wl_emgd_interface");
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngPrimaryPlane.h | 29 bool setDataBuffer(buffer_handle_t handle); 33 void setFramebufferTarget(buffer_handle_t handle);
|