HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 451 - 475 of 3441) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h 13 // A v8::Persistent handle to a V8 value which destroys and clears the
14 // underlying handle on destruction.
21 explicit ScopedPersistent(v8::Handle<T> handle) {
22 reset(handle);
29 void reset(v8::Handle<T> handle) {
30 if (!handle.IsEmpty())
31 handle_.Reset(GetIsolate(handle), handle); local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.cc 40 bool TempFile::SetExistingFd(PP_FileHandle handle) {
41 // Check if we got a bad handle or if Open has already been called.
42 if (handle == PP_kInvalidFileHandle || read_wrapper_.get() != NULL)
44 existing_handle_ = handle;
65 HANDLE handle = file_handle; local
69 int32_t posix_desc = _open_osfhandle(reinterpret_cast<intptr_t>(handle),
73 PLUGIN_PRINTF(("TempFile::Open failed to convert HANDLE to posix\n"));
74 // Close the Windows HANDLE if it can't be converted.
75 CloseHandle(handle);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
ResourceManager.h 60 Buffer *getBuffer(GLuint handle);
61 Shader *getShader(GLuint handle);
62 Program *getProgram(GLuint handle);
63 Texture *getTexture(GLuint handle);
64 Renderbuffer *getRenderbuffer(GLuint handle);
66 void setRenderbuffer(GLuint handle, Renderbuffer *renderbuffer);
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_systhread.c 125 thread->handle = (SYS_ThreadHandle)
130 thread->handle = CreateThread(NULL, 0, RunThreadViaCreateThread, pThreadParms, 0, &threadid);
132 if (thread->handle == NULL) {
151 WaitForSingleObject(thread->handle, INFINITE);
152 CloseHandle(thread->handle);
161 TerminateThread(thread->handle, FALSE);
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c 73 p_buffer->ion_info_fd.handle = p_buffer->alloc.handle;
95 lhandle_data.handle = p_buffer->ion_info_fd.handle;
125 lhandle_data.handle = p_buffer->ion_info_fd.handle;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 46 /** Sequencer handle */
70 /** sequencer handle type */
87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
91 int snd_seq_close(snd_seq_t *handle);
92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events);
95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
96 int snd_seq_client_id(snd_seq_t *handle);
98 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 46 /** Sequencer handle */
70 /** sequencer handle type */
87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
91 int snd_seq_close(snd_seq_t *handle);
92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events);
95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
96 int snd_seq_client_id(snd_seq_t *handle);
98 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 46 /** Sequencer handle */
70 /** sequencer handle type */
87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
91 int snd_seq_close(snd_seq_t *handle);
92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events);
95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
96 int snd_seq_client_id(snd_seq_t *handle);
98 size_t snd_seq_get_output_buffer_size(snd_seq_t *handle);
    [all...]
  /dalvik/vm/mterp/mips/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
14 b common_exceptionThrown # handle exception
  /device/lge/hammerhead/libsensors/
LightSensor.h 51 virtual int setDelay(int32_t handle, int64_t ns);
52 virtual int enable(int32_t handle, int enabled);
  /device/samsung/manta/libsensors/
IioSensorBase.h 59 virtual int enable(int32_t handle, int en);
60 virtual int setDelay(int32_t handle, int64_t ns);
SensorBase.h 51 virtual int setDelay(int32_t handle, int64_t ns);
52 virtual int enable(int32_t handle, int enabled) = 0;
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 129 ** p_handle - pointer to return the handle for the connection
211 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_CONN_FAILED, FALSE);
220 *p_handle = p_bcb->handle;
232 ** Parameters: handle - handle given in the connection indication
240 tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp)
245 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
248 p_bcb = &(bnep_cb.bcb[handle - 1]);
254 BNEP_TRACE_API2 ("BNEP_ConnectResp() for handle %d, responce %d", handle, resp)
    [all...]
  /external/chromium/base/memory/
scoped_handle.h 18 explicit ScopedStdioHandle(FILE* handle)
19 : handle_(handle) { }
  /external/chromium/net/base/
crypto_module.h 36 static CryptoModule* CreateFromHandle(OSModuleHandle handle);
41 explicit CryptoModule(OSModuleHandle handle);
  /external/chromium_org/base/memory/
scoped_handle.h 17 explicit ScopedStdioHandle(FILE* handle)
18 : handle_(handle) { }
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_picasa_album_table_reader.cc 49 // utility process, so that we can dup the file handle.
59 if (utility_process_host_->GetData().handle == base::kNullProcessHandle) {
60 DLOG(ERROR) << "Child process handle is null";
65 utility_process_host_->GetData().handle,
69 utility_process_host_->GetData().handle,
73 utility_process_host_->GetData().handle,
77 utility_process_host_->GetData().handle,
81 utility_process_host_->GetData().handle,
85 utility_process_host_->GetData().handle,
89 utility_process_host_->GetData().handle,
    [all...]
  /external/chromium_org/content/child/
webkitplatformsupport_impl.cc 37 WebKit::WebSocketStreamHandle* handle,
41 return dispatcher->CreateBridge(handle, delegate);
  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 18 const gfx::GLSurfaceHandle& handle) {
20 DCHECK_EQ(handle.transport_type, gfx::NATIVE_DIRECT);
  /external/chromium_org/content/renderer/device_orientation/
device_sensor_event_pump.h 45 void OnDidStart(base::SharedMemoryHandle handle);
49 virtual bool InitializeReader(base::SharedMemoryHandle handle) = 0;
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.h 40 // A callback to handle the result of EnumerateAutoMountableDevices.
45 // A callback to handle the result of GetStorageInfo.
50 // A callback to handle the result of OpenStorage.
51 // The argument is the returned handle.
52 typedef base::Callback<void(const std::string& handle)> OpenStorageCallback;
54 // A callback to handle the result of CloseStorage.
57 // A callback to handle the result of ReadDirectoryByPath/Id.
62 // A callback to handle the result of ReadFileChunkByPath/Id.
66 // A callback to handle the result of GetFileInfoByPath/Id.
71 // A callback to handle storage attach/detach events
    [all...]
  /external/chromium_org/net/base/
crypto_module.h 37 static CryptoModule* CreateFromHandle(OSModuleHandle handle);
42 explicit CryptoModule(OSModuleHandle handle);
  /external/chromium_org/ppapi/c/trusted/
ppb_broker_trusted.h 41 * handle is closed. The handle should be closed before the resource is
56 * The plugin takes ownership of the handle once the callback has been called
59 * handle.
70 * Gets the handle to the pipe. Use once Connect has completed. Each instance
74 * parameter. The handle is only set when returning PP_OK. Calling this
77 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle);
96 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle);
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
utils.h 12 // Class to convert a HANDLE to a FILE *. The FILE * is closed when the
28 // Translates a HANDLE (handle) to a FILE * opened with the mode "mode".
30 FILE* Translate(HANDLE handle, const char *mode) {
35 HANDLE new_handle;
37 handle,
  /external/chromium_org/sandbox/win/src/
registry_policy.h 35 HANDLE root_directory,
39 HANDLE* handle,
49 HANDLE root_directory,
51 HANDLE* handle,

Completed in 370 milliseconds

<<11121314151617181920>>