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

<<11121314151617181920>>

/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,
H A Dpolicydb.h7 #include <sepol/handle.h>
46 * Associate a handle with a policy file, for use in
51 sepol_handle_t * handle);
86 /* Set how to handle unknown class/perms. */
112 extern int sepol_policydb_from_image(sepol_handle_t * handle,
123 extern int sepol_policydb_to_image(sepol_handle_t * handle,
/external/libsepol/include/sepol/policydb/
H A Dexpand.h29 #include <sepol/handle.h>
44 extern int expand_module_avrules(sepol_handle_t * handle, policydb_t * base,
53 extern int expand_module(sepol_handle_t * handle,
68 extern int expand_rule(sepol_handle_t * handle,
/external/libsepol/src/
H A Droles.c8 #include "handle.h"
11 int sepol_role_exists(sepol_handle_t * handle __attribute__ ((unused)),
19 handle = NULL;
24 int sepol_role_list(sepol_handle_t * handle, argument
48 ERR(handle, "out of memory, could not list roles");
/external/qemu/android/base/files/
H A DScopedStdioFile_unittest.cpp37 FILE* handle = NULL; local
40 handle = f.release();
42 EXPECT_TRUE(handle);
43 ::fclose(handle);
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_systhread.c64 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) {
107 pthread_join(thread->handle, 0);
113 pthread_cancel(thread->handle);
118 pthread_kill(thread->handle, SIGKILL);
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_systhread.c91 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) {
132 pthread_join(thread->handle, 0);
138 pthread_cancel(thread->handle);
140 pthread_kill(thread->handle, SIGKILL);
/external/webrtc/src/modules/audio_processing/
H A Decho_cancellation_impl.h58 virtual int InitializeHandle(void* handle) const;
59 virtual int ConfigureHandle(void* handle) const;
60 virtual int DestroyHandle(void* handle) const;
62 virtual int GetHandleError(void* handle) const;
H A Decho_control_mobile_impl.h49 virtual int InitializeHandle(void* handle) const;
50 virtual int ConfigureHandle(void* handle) const;
51 virtual int DestroyHandle(void* handle) const;
53 virtual int GetHandleError(void* handle) const;
H A Dgain_control_impl.h60 virtual int InitializeHandle(void* handle) const;
61 virtual int ConfigureHandle(void* handle) const;
62 virtual int DestroyHandle(void* handle) const;
64 virtual int GetHandleError(void* handle) const;
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c639 UINT16 handle; local
648 STREAM_TO_UINT16 (handle, p);
653 handle = HCID_GET_HANDLE (handle);
657 btm_sec_connected (bda, handle, status, enc_mode);
659 l2c_link_hci_conn_comp (status, handle, bda);
667 btm_sco_connected (status, bda, handle, &esco_data);
719 UINT16 handle; local
723 STREAM_TO_UINT16 (handle, p);
726 handle
752 UINT16 handle; local
798 UINT16 handle; local
822 UINT16 handle; local
843 UINT16 handle; local
881 UINT16 handle; local
921 UINT16 handle; local
950 UINT16 handle; local
983 UINT16 handle; local
1279 UINT16 handle; local
1779 UINT16 handle; local
1970 UINT16 handle; local
2014 UINT16 handle; local
2168 UINT16 handle, timeout; local
2257 UINT16 handle; local
2285 UINT16 handle; local
2299 UINT16 ediv, handle; local
2316 UINT16 handle; local
[all...]
/external/chromium_org/content/child/
H A Dchild_shared_bitmap_manager.cc23 cc::SharedBitmap* handle) {
25 sender->Send(new ChildProcessHostMsg_DeletedSharedBitmap(handle->id()));
51 base::SharedMemoryHandle handle; local
53 memory_size, id, &handle));
54 memory = make_scoped_ptr(new base::SharedMemory(handle, false));
59 base::SharedMemoryHandle handle_to_send = memory->handle();
77 base::SharedMemoryHandle handle_to_send = mem->handle();
22 ReleaseSharedBitmap(scoped_refptr<ThreadSafeSender> sender, cc::SharedBitmap* handle) argument
/external/chromium_org/content/renderer/pepper/
H A Dppb_broker_impl.cc45 // The plugin owns the handle.
97 int32_t PPB_Broker_Impl::GetHandle(int32_t* handle) { argument
100 *handle = pipe_handle_;
110 // Transfers ownership of the handle to the plugin.
111 void PPB_Broker_Impl::BrokerConnected(int32_t handle, int32_t result) { argument
114 handle == PlatformFileToInt(base::SyncSocket::kInvalidHandle));
116 pipe_handle_ = handle;
138 const IPC::ChannelHandle& handle) {
139 broker_->OnBrokerChannelConnected(broker_pid, handle);
136 OnPpapiBrokerChannelCreated( base::ProcessId broker_pid, const IPC::ChannelHandle& handle) argument
/external/chromium_org/sandbox/mac/
H A Dbootstrap_sandbox.cc78 void BootstrapSandbox::FinishedFork(base::ProcessHandle handle) { argument
85 if (handle != base::kNullProcessHandle) {
86 const auto& existing_process = sandboxed_processes_.find(handle);
88 sandboxed_processes_.insert(std::make_pair(handle, effective_policy_id_));
89 VLOG(3) << "Bootstrap sandbox enforced for pid " << handle;
95 void BootstrapSandbox::ChildDied(base::ProcessHandle handle) { argument
97 const auto& it = sandboxed_processes_.find(handle);
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dgralloc.h148 * This function checks that the handle is indeed a valid one and prepares
151 * It is not necessary to call (*registerBuffer)() on a handle created
157 buffer_handle_t handle);
160 * (*unregisterBuffer)() is called once this handle is no longer needed in
164 * This function doesn't close or free the handle itself; this is done
172 buffer_handle_t handle);
210 buffer_handle_t handle, int usage,
221 buffer_handle_t handle);
240 buffer_handle_t handle, int usage,
274 buffer_handle_t* handle, in
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc125 Handle* my_handle = static_cast<Handle*>(handle(i));
151 void HighPassFilterImpl::DestroyHandle(void* handle) const {
152 delete static_cast<Handle*>(handle);
155 int HighPassFilterImpl::InitializeHandle(void* handle) const {
156 return InitializeFilter(static_cast<Handle*>(handle),
160 int HighPassFilterImpl::ConfigureHandle(void* /*handle*/) const {
168 int HighPassFilterImpl::GetHandleError(void* handle) const {
170 assert(handle != NULL);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_android.cc21 request->ForwardResult(request->handle(), id != 0, id);
38 request->ForwardResult(request->handle(), statement, statement);
56 request->ForwardResult(request->handle(), result, count);
72 request->ForwardResult(request->handle(), result, count);
88 request->ForwardResult(request->handle(), result, count);
111 request->ForwardResult(request->handle(), cur);
129 request->ForwardResult(request->handle(), id != 0, id);
146 request->ForwardResult(request->handle(), result, count);
163 request->ForwardResult(request->handle(), result, count);
180 request->ForwardResult(request->handle(), statemen
[all...]
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c41 ** NFA_STATUS_BAD_HANDLE invalid handle
45 tNFA_STATUS nfa_ce_api_deregister_listen (tNFA_HANDLE handle, UINT32 listen_info) argument
49 /* Validate handle */
51 &&((handle & NFA_HANDLE_GROUP_MASK) != NFA_HANDLE_GROUP_CE) )
53 NFA_TRACE_ERROR0 ("nfa_ce_api_reregister_listen: Invalid handle");
60 p_ce_msg->dereg_listen.handle = handle;
293 ** NFA_STATUS_BAD_HANDLE if invalid handle
297 tNFA_STATUS NFA_CeDeregisterFelicaSystemCodeOnDH (tNFA_HANDLE handle) argument
299 NFA_TRACE_API1 ("NFA_CeDeregisterFelicaSystemCodeOnDH (): handle
372 NFA_CeDeregisterAidOnDH(tNFA_HANDLE handle) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davdt_api.h43 #define AVDT_BAD_HANDLE 3 /* Bad handle */
61 /* The handle is used when reporting MULTI_AV specific events */
358 typedef void (tAVDT_CTRL_CBACK)(UINT8 handle, BD_ADDR bd_addr, UINT8 event,
365 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
375 typedef void (tAVDT_MEDIA_CBACK)(UINT8 handle, UINT8 *p_payload, UINT32 payload_len,
384 typedef void (tAVDT_REPORT_CBACK)(UINT8 handle, AVDT_REPORT_TYPE type,
516 AVDT_API extern UINT16 AVDT_RemoveStream(UINT8 handle);
613 AVDT_API extern UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay);
623 ** application via the control callback function for this handle.
628 AVDT_API extern UINT16 AVDT_OpenReq(UINT8 handle, BD_ADD
[all...]
/external/chromium_org/base/threading/
H A Dplatform_thread.h81 explicit PlatformThreadHandle(Handle handle) argument
82 : handle_(handle),
86 PlatformThreadHandle(Handle handle, argument
88 : handle_(handle),
144 // Get the current handle.
163 // |*thread_handle| will be assigned a handle to the newly created thread,
166 // NOTE: When you are done with the thread handle, you must call Join to
191 static void SetThreadPriority(PlatformThreadHandle handle,

Completed in 2406 milliseconds

<<11121314151617181920>>