Searched refs:handle (Results 201 - 225 of 2331) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeList.java110 int handle=m_iter.item(index);
111 if (handle == DTM.NULL) {
114 return m_iter.getDTM(handle).getNode(handle);
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_ci.c43 void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len) argument
60 p_buf->hdr.layer_specific = handle;
88 void bta_ag_ci_slc_ready(UINT16 handle) argument
95 p_buf->hdr.layer_specific = handle;
/external/chromium_org/base/win/
H A Dscoped_hdc.h29 // GDI handle exhaustion. In this case Chrome is going to behave badly no
55 static bool CloseHandle(HDC handle) { argument
56 return ::DeleteDC(handle) != FALSE;
59 static bool IsHandleValid(HDC handle) { argument
60 return handle != NULL;
/external/chromium_org/chrome/browser/
H A Dbrowser_util_win.cc19 static HANDLE handle = NULL; local
26 if (handle != NULL)
27 CloseHandle(handle);
28 handle = CreateEvent(NULL, TRUE, TRUE, exe.c_str());
/external/chromium_org/extensions/renderer/resources/
H A Duncaught_exception_handler.js14 exports.handle = function(message, e) {
18 // |newHandler| A function which matches |exports.handle|.
/external/chromium_org/mojo/embedder/
H A Dscoped_platform_handle.h21 explicit ScopedPlatformHandle(PlatformHandle handle) : handle_(handle) {} argument
45 void reset(PlatformHandle handle = PlatformHandle()) {
47 handle_ = handle;
/external/chromium_org/mojo/public/js/bindings/
H A Dconnection.js9 function Connection(handle, localFactory, remoteFactory) {
10 this.router_ = new router.Router(handle);
/external/chromium_org/ppapi/c/private/
H A Dppb_file_io_private.h33 * Returns a file handle corresponding to the given FileIO
36 * of the returned file handle and must close it.
39 PP_FileHandle* handle,
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_policy.h33 // Opens a thread from the child process and returns the handle.
41 HANDLE* handle);
43 // Opens the process id passed in and returns the duplicated handle to
49 HANDLE* handle);
52 // handle to the child. We only allow the child processes to open his own
57 HANDLE* handle);
60 // handle to the child. We only allow the child processes to open his own
66 HANDLE* handle);
H A Dshared_handles.cc30 bool SharedHandles::SetHandle(uint32 tag, HANDLE handle) { argument
35 // Find empty slot and put the tag and the handle there
41 empty_slot->item = handle;
45 bool SharedHandles::GetHandle(uint32 tag, HANDLE* handle) { argument
54 *handle = found->item;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DWindowTimers.idl36 // can't handle Function/DOMString overload properly
42 void clearTimeout([Default=Undefined] optional long handle);
44 void clearInterval([Default=Undefined] optional long handle);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.h40 buffer_handle_t handle; member in struct:android_winsys_handle
/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_sp.h40 // As long as |handle->frame_counter| is zero, that is, we haven't received any
48 // - handle : State information of the VAD.
52 int16_t WebRtcVad_FindMinimum(VadInstT* handle,
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_impl.h39 virtual int InitializeHandle(void* handle) const OVERRIDE;
40 virtual int ConfigureHandle(void* handle) const OVERRIDE;
41 virtual void DestroyHandle(void* handle) const OVERRIDE;
43 virtual int GetHandleError(void* handle) const OVERRIDE;
H A Dlevel_estimator_impl.h42 virtual int InitializeHandle(void* handle) const OVERRIDE;
43 virtual int ConfigureHandle(void* handle) const OVERRIDE;
44 virtual void DestroyHandle(void* handle) const OVERRIDE;
46 virtual int GetHandleError(void* handle) const OVERRIDE;
H A Dnoise_suppression_impl.h43 virtual int InitializeHandle(void* handle) const OVERRIDE;
44 virtual int ConfigureHandle(void* handle) const OVERRIDE;
45 virtual void DestroyHandle(void* handle) const OVERRIDE;
47 virtual int GetHandleError(void* handle) const OVERRIDE;
/external/chromium_org/ui/base/win/
H A Dtouch_input.h16 UI_BASE_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
/external/chromium_org/ui/gfx/
H A Dgpu_memory_buffer.cc11 handle(base::SharedMemory::NULLHandle())
/external/compiler-rt/test/msan/
H A Ddtls_test.c42 void *handle = dlopen(path, RTLD_LAZY); local
43 if (!handle) fprintf(stderr, "%s\n", dlerror());
44 assert(handle != 0);
45 GetTls = (get_t)dlsym(handle, "GetTls");
/external/iptables/iptables/
H A Dip6tables-standalone.c45 struct xtc_handle *handle = NULL; local
61 ret = do_command6(argc, argv, &table, &handle, false);
63 ret = ip6tc_commit(handle);
64 ip6tc_free(handle);
H A Diptables-standalone.c47 struct xtc_handle *handle = NULL; local
64 ret = do_command4(argc, argv, &table, &handle, false);
66 ret = iptc_commit(handle);
67 iptc_free(handle);
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepHandler.java27 void handle(PathClass from, PathClass to) throws IOException; method in interface:DepHandler
/external/javasqlite/src/main/java/SQLite/
H A DFunctionContext.java12 * Internal handle for the native SQLite API.
15 private long handle = 0; field in class:FunctionContext
H A DVm.java10 * Internal handle for the compiled SQLite VM.
13 private long handle = 0; field in class:Vm
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c44 ** NFA_P2P_REG_SERVER_EVT will be returned with status and handle.
110 ** NFA_P2P_REG_CLIENT_EVT will be returned with status and handle.
159 ** NFA_STATUS_BAD_HANDLE if handle is not valid
163 tNFA_STATUS NFA_P2pDeregister (tNFA_HANDLE handle) argument
168 P2P_TRACE_API1 ("NFA_P2pDeregister (): handle:0x%02X", handle);
170 xx = handle & NFA_HANDLE_MASK;
183 p_msg->handle = handle;
202 ** NFA_STATUS_BAD_HANDLE if handle i
206 NFA_P2pAcceptConn(tNFA_HANDLE handle, UINT16 miu, UINT8 rw) argument
268 NFA_P2pRejectConn(tNFA_HANDLE handle) argument
324 NFA_P2pDisconnect(tNFA_HANDLE handle, BOOLEAN flush) argument
500 NFA_P2pSendUI(tNFA_HANDLE handle, UINT8 dsap, UINT16 length, UINT8 *p_data) argument
595 NFA_P2pReadUI(tNFA_HANDLE handle, UINT32 max_data_len, UINT8 *p_remote_sap, UINT32 *p_data_len, UINT8 *p_data, BOOLEAN *p_more) argument
643 NFA_P2pFlushUI(tNFA_HANDLE handle, UINT32 *p_length) argument
687 NFA_P2pSendData(tNFA_HANDLE handle, UINT16 length, UINT8 *p_data) argument
786 NFA_P2pReadData(tNFA_HANDLE handle, UINT32 max_data_len, UINT32 *p_data_len, UINT8 *p_data, BOOLEAN *p_more) argument
835 NFA_P2pFlushData(tNFA_HANDLE handle, UINT32 *p_length) argument
934 NFA_P2pGetLinkInfo(tNFA_HANDLE handle) argument
983 NFA_P2pGetRemoteSap(tNFA_HANDLE handle, char *p_service_name) argument
[all...]

Completed in 682 milliseconds

1234567891011>>