Searched refs:handle (Results 401 - 425 of 2418) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ipc/
H A Dipc_channel_factory.h24 const ChannelHandle& handle, Channel::Mode mode);
/external/chromium_org/media/audio/android/
H A Dopensles_wrapper.cc41 base::NativeLibrary handle = local
43 DCHECK(handle) << "Unable to load " << kOpenSLLibraryName;
65 base::GetFunctionPointerFromNativeLibrary(handle, kSymbols[i].name),
70 return handle;
76 // The handle is lazily initialized on the first call.
/external/chromium_org/mojo/embedder/
H A Dplatform_handle_utils_win.cc19 platform_handle.handle,
/external/chromium_org/mojo/public/c/environment/
H A Dasync_waiter.h15 // handle.
29 // when |handle| satisfies |signals| or it is known that it will never satisfy
37 // |handle| must not be closed or transferred (via |MojoWriteMessage()|; this
38 // is equivalent to closing the handle) until either the callback has been
41 // re-used) handle may be waited on by the implementation of this
46 MojoAsyncWaitID (*AsyncWait)(MojoHandle handle,
59 // handle provided to |AsyncWait()|. (I.e., the implementation of this
61 // handle.)
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_request.h30 void Bind(ScopedMessagePipeHandle handle) { argument
31 handle_ = handle.Pass();
43 InterfaceRequest<Interface> MakeRequest(ScopedMessagePipeHandle handle) { argument
45 request.Bind(handle.Pass());
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DAsyncWaiter.java33 * Called when the handle is ready.
51 Cancellable asyncWait(Handle handle, HandleSignals signals, long deadline, Callback callback); argument
/external/chromium_org/mojo/services/public/cpp/network/
H A Dweb_socket_read_queue.cc16 WebSocketReadQueue::WebSocketReadQueue(DataPipeConsumerHandle handle) argument
17 : handle_(handle), is_waiting_(false) {
51 DataPipeConsumerHandle handle = handle_;
53 EndReadDataRaw(handle, bytes_read);
/external/chromium_org/ppapi/c/trusted/
H A Dppp_broker.h53 * @param[in] handle Handle to a socket the broker can use to communicate with
58 int32_t handle);
/external/chromium_org/ppapi/thunk/
H A Dppb_buffer_api.h25 virtual int32_t GetSharedMemory(int* handle) = 0;
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc160 HANDLE handle; local
163 &handle);
165 ipc->return_info.handle = handle;
171 HANDLE handle; local
174 &handle);
176 ipc->return_info.handle = handle;
182 HANDLE handle; local
185 &handle);
194 HANDLE handle; local
[all...]
H A Dwindow.h30 base::string16 GetWindowObjectName(HANDLE handle);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScopedPersistent.h45 ScopedPersistent(v8::Isolate* isolate, v8::Handle<T> handle) argument
46 : m_handle(isolate, handle)
69 void set(v8::Isolate* isolate, v8::Handle<T> handle) argument
71 m_handle.Reset(isolate, handle);
92 // FIXME: This function does an unsafe handle access. Remove it.
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DHandleAllocator.h31 void release(GLuint handle);
/external/chromium_org/third_party/polymer/components/core-splitter/
H A Dcore-splitter.css13 background: #efefef url(handle.svg) no-repeat center;
22 background-image: url(handle-h.svg);
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/
H A Dcore-splitter.css13 background: #efefef url(handle.svg) no-repeat center;
22 background-image: url(handle-h.svg);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc59 void RawWrite(RawFD handle, const char* buf, size_t len) { argument
62 BOOL ok = WriteFile(handle, buf, len, &wrote, NULL);
63 // We do not use an asynchronous file handle, so ok==false means an error
70 void RawClose(RawFD handle) { argument
71 CloseHandle(handle);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc59 void RawWrite(RawFD handle, const char* buf, size_t len) { argument
62 BOOL ok = WriteFile(handle, buf, len, &wrote, NULL);
63 // We do not use an asynchronous file handle, so ok==false means an error
70 void RawClose(RawFD handle) { argument
71 CloseHandle(handle);
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.h50 virtual int InitializeHandle(void* handle) const OVERRIDE;
51 virtual int ConfigureHandle(void* handle) const OVERRIDE;
52 virtual void DestroyHandle(void* handle) const OVERRIDE;
54 virtual int GetHandleError(void* handle) const OVERRIDE;
H A Dvoice_detection_impl.h48 virtual int InitializeHandle(void* handle) const OVERRIDE;
49 virtual int ConfigureHandle(void* handle) const OVERRIDE;
50 virtual void DestroyHandle(void* handle) const OVERRIDE;
52 virtual int GetHandleError(void* handle) const OVERRIDE;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-references.js80 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/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c34 /* Thread handle equals deThread in this implementation. */
96 HANDLE handle = (HANDLE)thread; local
97 WaitForSingleObject(handle, INFINITE);
104 HANDLE handle = (HANDLE)thread; local
105 CloseHandle(handle);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DIPropertyExceptionHandler.java24 void handle(Throwable e); method in interface:IPropertyExceptionHandler
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DTextDepHandler.java31 protected void handle(String from, String to) throws IOException { method in class:TextDepHandler
/external/kernel-headers/original/uapi/drm/
H A Domap_drm.h62 uint32_t handle; /* out */ member in struct:drm_omap_gem_new
73 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_cpu_prep
78 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_cpu_fini
89 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_info
/external/libsepol/include/sepol/
H A Dmodule.h8 #include <sepol/handle.h>
56 extern int sepol_link_packages(sepol_handle_t * handle,
73 extern int sepol_link_modules(sepol_handle_t * handle,
78 extern int sepol_expand_module(sepol_handle_t * handle,

Completed in 623 milliseconds

<<11121314151617181920>>