Searched refs:handle (Results 1 - 25 of 911) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2002-01-24-HandleCallInsnSEGV.c5 void ap_os_dso_unload(void *handle) argument
7 dlclose(handle);
/external/qemu/elff/
H A Delff_api.cc34 elff_close(ELFF_HANDLE handle) argument
36 if (handle != NULL) {
37 delete reinterpret_cast<ElfFile*>(handle);
42 elff_is_exec(ELFF_HANDLE handle) argument
44 assert(handle != NULL);
45 if (handle == NULL) {
49 return reinterpret_cast<ElfFile*>(handle)->is_exec();
53 elff_get_pc_address_info(ELFF_HANDLE handle, argument
57 assert(handle != NULL && address_info != NULL);
58 if (handle
72 elff_free_pc_address_info(ELFF_HANDLE handle, Elf_AddressInfo* address_info) argument
[all...]
/external/qemu/distrib/sdl-1.2.12/src/loadso/beos/
H A DSDL_sysloadso.c37 void *handle = NULL; local
42 handle = (void *) (library_id);
44 return (handle);
48 SDL_LoadFunction(void *handle, const char *name) argument
51 image_id library_id = (image_id) handle;
60 SDL_UnloadObject(void *handle) argument
63 if (handle != NULL) {
64 library_id = (image_id) handle;
/external/qemu/distrib/sdl-1.2.12/src/loadso/mint/
H A DSDL_sysloadso.c38 void *handle = (void *)ldg_open((char *)sofile, ldg_global); local
39 if ( handle == NULL ) {
42 return(handle);
45 void *SDL_LoadFunction(void *handle, const char *name) argument
48 void *symbol = (void *)ldg_find((char *)name, (LDG *)handle);
55 void SDL_UnloadObject(void *handle) argument
57 if ( handle != NULL ) {
58 ldg_close((LDG *)handle, ldg_global);
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.h28 EAS_EXPORT EAS_LibShutdown (EAS_DATA_HANDLE handle) argument
30 EAS_Shutdown(handle);
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_ataridevmouse.c42 static int handle = -1; variable
61 handle = open(mousedev, 0);
65 if (handle<0) {
66 handle = open(DEVICE_NAME, 0);
69 if (handle<0) {
70 handle = -1;
75 r = fcntl(handle, F_GETFL, 0);
77 close(handle);
78 handle = -1;
84 r = fcntl(handle, F_SETF
[all...]
/external/chromium/net/base/
H A Dcrypto_module_nss.cc16 CryptoModule* CryptoModule::CreateFromHandle(OSModuleHandle handle) { argument
17 return new CryptoModule(handle);
20 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) { argument
/external/iproute2/include/
H A Ddlfcn.h22 static inline void *dlsym(void *handle, const char *sym) argument
24 if (handle != _FAKE_DLFCN_HDL)
34 static inline int dlclose(void *handle) argument
36 return (handle == _FAKE_DLFCN_HDL) ? 0 : 1;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMChildIterNodeList.java74 * @param parentHandle DTM node-handle integer
96 int handle=m_firstChild;
97 while(--index>=0 && handle!=DTM.NULL) {
98 handle=m_parentDTM.getNextSibling(handle);
100 if (handle == DTM.NULL) {
103 return m_parentDTM.getNode(handle);
112 for (int handle=m_firstChild;
113 handle!=DTM.NULL;
114 handle
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A DMobileApple80211.h14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
15 int Apple80211BindToInterface(Apple80211Ref handle,
17 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
19 int Apple80211GetInfoCopy(Apple80211Ref handle,
21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list,
29 int Apple80211Associate(Apple80211Ref handle, CFDictionaryRef bss,
31 int Apple80211AssociateAndCopyInfo(Apple80211Ref handle, CFDictionaryRef bss,
40 int Apple80211CopyValue(Apple80211Ref handle, in
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A DMobileApple80211.h14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
15 int Apple80211BindToInterface(Apple80211Ref handle,
17 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
19 int Apple80211GetInfoCopy(Apple80211Ref handle,
21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list,
29 int Apple80211Associate(Apple80211Ref handle, CFDictionaryRef bss,
31 int Apple80211AssociateAndCopyInfo(Apple80211Ref handle, CFDictionaryRef bss,
40 int Apple80211CopyValue(Apple80211Ref handle, in
[all...]
/external/wpa_supplicant_8/src/drivers/
H A DMobileApple80211.h14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
15 int Apple80211BindToInterface(Apple80211Ref handle,
17 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
19 int Apple80211GetInfoCopy(Apple80211Ref handle,
21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list,
29 int Apple80211Associate(Apple80211Ref handle, CFDictionaryRef bss,
31 int Apple80211AssociateAndCopyInfo(Apple80211Ref handle, CFDictionaryRef bss,
40 int Apple80211CopyValue(Apple80211Ref handle, in
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A DMobileApple80211.h14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
15 int Apple80211BindToInterface(Apple80211Ref handle,
17 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
19 int Apple80211GetInfoCopy(Apple80211Ref handle,
21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list,
29 int Apple80211Associate(Apple80211Ref handle, CFDictionaryRef bss,
31 int Apple80211AssociateAndCopyInfo(Apple80211Ref handle, CFDictionaryRef bss,
40 int Apple80211CopyValue(Apple80211Ref handle, in
[all...]
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.c15 void *handle; local
19 handle = dlopen ("./myprint.so", RTLD_LAZY);
20 if (!handle) {
25 myprint = dlsym(handle, "myprint");
34 dlclose(handle);
/external/iptables/include/libiptc/
H A Dlibip6tc.h24 int ip6tc_is_chain(const char *chain, struct ip6tc_handle *const handle);
33 const char *ip6tc_first_chain(struct ip6tc_handle *handle);
34 const char *ip6tc_next_chain(struct ip6tc_handle *handle);
38 struct ip6tc_handle *handle);
42 struct ip6tc_handle *handle);
46 struct ip6tc_handle *handle);
49 int ip6tc_builtin(const char *chain, struct ip6tc_handle *const handle);
54 struct ip6tc_handle *handle);
64 struct ip6tc_handle *handle);
70 struct ip6tc_handle *handle);
[all...]
H A Dlibiptc.h28 int iptc_is_chain(const char *chain, struct iptc_handle *const handle);
37 const char *iptc_first_chain(struct iptc_handle *handle);
38 const char *iptc_next_chain(struct iptc_handle *handle);
42 struct iptc_handle *handle);
46 struct iptc_handle *handle);
50 struct iptc_handle *handle);
53 int iptc_builtin(const char *chain, struct iptc_handle *const handle);
58 struct iptc_handle *handle);
68 struct iptc_handle *handle);
74 struct iptc_handle *handle);
[all...]
/external/iproute2/include/libiptc/
H A Dlibip6tc.h20 /* Transparent handle type. */
24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle);
33 const char *ip6tc_first_chain(ip6tc_handle_t *handle);
34 const char *ip6tc_next_chain(ip6tc_handle_t *handle);
38 ip6tc_handle_t *handle);
42 ip6tc_handle_t *handle);
46 ip6tc_handle_t *handle);
49 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handle);
54 ip6tc_handle_t *handle);
64 ip6tc_handle_t *handle);
[all...]
H A Dlibiptc.h28 /* Transparent handle type. */
32 int iptc_is_chain(const char *chain, const iptc_handle_t handle);
41 const char *iptc_first_chain(iptc_handle_t *handle);
42 const char *iptc_next_chain(iptc_handle_t *handle);
46 iptc_handle_t *handle);
50 iptc_handle_t *handle);
54 iptc_handle_t *handle);
57 int iptc_builtin(const char *chain, const iptc_handle_t handle);
62 iptc_handle_t *handle);
72 iptc_handle_t *handle);
[all...]
/external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
H A DSDL_sysloadso.c36 void *handle = dlopen(sofile, RTLD_NOW); local
38 if ( handle == NULL ) {
41 return(handle);
44 void *SDL_LoadFunction(void *handle, const char *name) argument
46 void *symbol = dlsym(handle, name);
53 symbol = dlsym(handle, _name);
62 void SDL_UnloadObject(void *handle) argument
64 if ( handle != NULL ) {
65 dlclose(handle);
/external/qemu/distrib/sdl-1.2.12/src/loadso/os2/
H A DSDL_sysloadso.c38 HMODULE handle = NULL; local
40 APIRET ulrc = DosLoadModule(buf, sizeof (buf), (char *) sofile, &handle);
43 if ((ulrc != NO_ERROR) || (handle == NULL))
46 return((void *) handle);
49 void *SDL_LoadFunction(void *handle, const char *name) argument
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
55 loaderror = "Invalid module handle";
65 void SDL_UnloadObject(void *handle) argument
67 if ( handle != NULL )
68 DosFreeModule((HMODULE) handle);
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_tracker.cc21 int handle = GenerateHandle(); local
22 DCHECK(!ContainsHandleImpl(handle));
24 resource_to_handle_[resource] = handle;
25 handle_to_resource_[handle] = resource;
29 return handle;
36 int handle = resource_to_handle_[resource]; local
37 DCHECK_EQ(resource, handle_to_resource_[handle]);
42 handle_to_resource_.erase(handle);
46 static int handle = 0; local
47 return ++handle;
54 ContainsHandleImpl(int handle) argument
58 GetResourceImpl(int handle) argument
[all...]
H A Dtesting_automation_provider_win.cc15 void TestingAutomationProvider::ActivateWindow(int handle) { argument
16 if (window_tracker_->ContainsHandle(handle)) {
17 ::SetActiveWindow(window_tracker_->GetResource(handle));
21 void TestingAutomationProvider::IsWindowMaximized(int handle, argument
26 HWND hwnd = window_tracker_->GetResource(handle);
35 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { argument
38 if (browser_tracker_->ContainsHandle(handle)) {
39 Browser* browser = browser_tracker_->GetResource(handle);
45 void TestingAutomationProvider::GetWindowBounds(int handle, argument
49 HWND hwnd = window_tracker_->GetResource(handle);
58 SetWindowBounds(int handle, const gfx::Rect& bounds, bool* success) argument
71 SetWindowVisible(int handle, bool visible, bool* result) argument
83 GetWindowTitle(int handle, string16* text) argument
[all...]
/external/libpcap/
H A Dpcap-linux.c215 static int fix_program(pcap_t *handle, struct sock_fprog *fcode);
217 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
218 static int reset_kernel_filter(pcap_t *handle);
227 * Get a handle for a live capture from the given device. You can
240 pcap_t *handle; local
258 /* Allocate a handle for this session. */
260 handle = malloc(sizeof(*handle));
261 if (handle == NULL) {
269 memset(handle,
446 pcap_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
461 pcap_read_packet(pcap_t *handle, pcap_handler callback, u_char *userdata) argument
743 pcap_inject_linux(pcap_t *handle, const void *buf, size_t size) argument
794 pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats) argument
925 pcap_setfilter_linux(pcap_t *handle, struct bpf_program *filter) argument
1063 pcap_setdirection_linux(pcap_t *handle, pcap_direction_t d) argument
1098 map_arphrd_to_dlt(pcap_t *handle, int arptype, int cooked_ok) argument
1388 live_open_new(pcap_t *handle, const char *device, int promisc, int to_ms, char *ebuf) argument
1694 struct pcap *handle; local
1778 live_open_old(pcap_t *handle, const char *device, int promisc, int to_ms, char *ebuf) argument
1982 fix_program(pcap_t *handle, struct sock_fprog *fcode) argument
2106 set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode) argument
2208 reset_kernel_filter(pcap_t *handle) argument
[all...]
/external/flac/include/FLAC/
H A Dcallback.h56 * for the metadata interfaces to handle I/O.
85 /** This is the opaque handle type used by the callbacks. Typically
97 * \param handle The handle to the data source.
101 typedef size_t (*FLAC__IOCallback_Read) (void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle);
110 * \param handle The handle to the data source.
114 typedef size_t (*FLAC__IOCallback_Write) (const void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle);
121 * \param handle The handle t
[all...]
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_loadso.h54 * to the object handle (or NULL if there was an error).
59 /* Given an object handle, this function looks up the address of the
63 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
66 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);

Completed in 502 milliseconds

1234567891011>>