Searched refs:handle (Results 276 - 300 of 2331) sorted by relevance

<<11121314151617181920>>

/external/deqp/framework/delibs/deutil/
H A DdeDynamicLibrary.c83 HINSTANCE handle; member in struct:deDynamicLibrary_s
92 library->handle = LoadLibrary(fileName);
93 if (!library->handle)
104 if (library && library->handle)
105 FreeLibrary(library->handle);
111 DE_ASSERT(library && library->handle && symbolName);
112 return (deFunctionPtr)GetProcAddress(library->handle, symbolName);
/external/iproute2/tc/
H A Df_cgroup.c25 static int cgroup_parse_opt(struct filter_util *qu, char *handle, argument
32 if (handle) {
33 h = strtol(handle, NULL, 0);
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
36 handle);
84 struct rtattr *opt, __u32 handle)
93 if (handle)
94 fprintf(f, "handle 0x%x ", handle);
83 cgroup_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
/external/sonivox/jet_tools/JetCreator/
H A Deas.py218 def __init__ (self, handle, eas):
220 self.handle = handle
227 result = eas_dll.EAS_SetVolume(self.eas.handle, self.handle, volume)
235 volume = eas_dll.EAS_GetVolume(self.eas.handle, self.handle)
245 result = eas_dll.EAS_SetPriority(self.eas.handle, self.handle, priority)
254 result = eas_dll.EAS_GetPriority(self.eas.handle, sel
[all...]
/external/chromium_org/content/browser/
H A Dchild_process_launcher.cc109 base::ProcessHandle handle) {
114 this_object->Notify(handle);
121 handle));
193 base::ProcessHandle handle = base::kNullProcessHandle; local
197 base::LaunchElevatedProcess(*cmd_line, options, &handle);
199 handle = StartSandboxedProcess(delegate, cmd_line);
232 base::ProcessHandle handle = base::kNullProcessHandle; local
242 handle = ZygoteHostImpl::GetInstance()->ForkRequest(cmd_line->argv(),
298 bool launched = base::LaunchProcess(*cmd_line, options, &handle);
300 handle
104 OnChildProcessStarted( scoped_refptr<Context> this_object, BrowserThread::ID client_thread_id, const base::TimeTicks begin_launch_time, base::ProcessHandle handle) argument
332 Notify( bool zygote, base::ProcessHandle handle) argument
380 SetProcessBackgrounded(base::ProcessHandle handle, bool background) argument
389 TerminateInternal( bool zygote, base::ProcessHandle handle) argument
466 base::ProcessHandle handle = context_->process_.handle(); local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc186 ScopedKernelHandle handle(new KernelHandle(fs, node));
187 error = handle->Init(O_RDONLY);
193 return AllocateFD(handle, path);
206 ScopedKernelHandle handle(new KernelHandle(fs, node));
207 error = handle->Init(open_flags);
213 return AllocateFD(handle, path);
240 ScopedKernelHandle handle; local
241 Error error = AcquireHandle(fd, &handle);
253 ScopedKernelHandle handle; local
255 Error error = AcquireHandleAndPath(oldfd, &handle,
493 ScopedKernelHandle handle; local
511 ScopedKernelHandle handle; local
529 ScopedKernelHandle handle; local
546 ScopedKernelHandle handle; local
562 ScopedKernelHandle handle; local
590 ScopedKernelHandle handle; local
607 ScopedKernelHandle handle; local
629 ScopedKernelHandle handle; local
646 ScopedKernelHandle handle; local
663 ScopedKernelHandle handle; local
770 ScopedKernelHandle handle; local
807 ScopedKernelHandle handle; local
873 ScopedKernelHandle handle; local
926 ScopedKernelHandle handle; local
943 ScopedKernelHandle handle; local
962 ScopedKernelHandle handle; local
1159 ScopedKernelHandle handle; local
1240 ScopedKernelHandle handle; local
1282 ScopedKernelHandle handle; local
1301 ScopedKernelHandle handle; local
1338 ScopedKernelHandle handle; local
1357 ScopedKernelHandle handle; local
1380 ScopedKernelHandle handle; local
1394 ScopedKernelHandle handle; local
1413 ScopedKernelHandle handle; local
1446 ScopedKernelHandle handle; local
1469 ScopedKernelHandle handle; local
1483 ScopedKernelHandle handle; local
1516 ScopedKernelHandle handle; local
1539 ScopedKernelHandle handle; local
1557 ScopedKernelHandle handle; local
1571 ScopedKernelHandle handle; local
1668 AcquireSocketHandle(int fd, ScopedKernelHandle* handle) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dtri-gs.c79 void *handle; local
88 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
89 ctx->bind_vertex_elements_state(ctx, handle);
105 void *handle; local
116 handle = graw_parse_vertex_shader(ctx, text);
117 ctx->bind_vs_state(ctx, handle);
122 void *handle; local
130 handle = graw_parse_fragment_shader(ctx, text);
131 ctx->bind_fs_state(ctx, handle);
137 void *handle; local
238 void *handle; local
247 void *handle; local
255 void *handle; local
[all...]
H A Dfs-fragcoord.c55 void *handle; local
64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
65 info.ctx->bind_vertex_elements_state(info.ctx, handle);
83 void *handle; local
94 handle = graw_parse_vertex_shader(info.ctx, text);
95 info.ctx->bind_vs_state(info.ctx, handle);
102 void *handle; local
168 handle = graw_parse_fragment_shader(info.ctx, text);
169 info.ctx->bind_fs_state(info.ctx, handle);
H A Dfs-frontface.c77 void *handle; local
86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
87 info.ctx->bind_vertex_elements_state(info.ctx, handle);
105 void *handle; local
116 handle = graw_parse_vertex_shader(info.ctx, text);
117 info.ctx->bind_vs_state(info.ctx, handle);
124 void *handle; local
142 handle = graw_parse_fragment_shader(info.ctx, text);
143 info.ctx->bind_fs_state(info.ctx, handle);
H A Dfs-write-z.c81 void *handle; local
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
109 void *handle; local
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info.ctx->bind_vs_state(info.ctx, handle);
128 void *handle; local
146 handle = graw_parse_fragment_shader(info.ctx, text);
147 info.ctx->bind_fs_state(info.ctx, handle);
/external/mesa3d/src/gallium/tests/graw/
H A Dtri-gs.c79 void *handle; local
88 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
89 ctx->bind_vertex_elements_state(ctx, handle);
105 void *handle; local
116 handle = graw_parse_vertex_shader(ctx, text);
117 ctx->bind_vs_state(ctx, handle);
122 void *handle; local
130 handle = graw_parse_fragment_shader(ctx, text);
131 ctx->bind_fs_state(ctx, handle);
137 void *handle; local
238 void *handle; local
247 void *handle; local
255 void *handle; local
[all...]
H A Dfs-fragcoord.c55 void *handle; local
64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
65 info.ctx->bind_vertex_elements_state(info.ctx, handle);
83 void *handle; local
94 handle = graw_parse_vertex_shader(info.ctx, text);
95 info.ctx->bind_vs_state(info.ctx, handle);
102 void *handle; local
168 handle = graw_parse_fragment_shader(info.ctx, text);
169 info.ctx->bind_fs_state(info.ctx, handle);
H A Dfs-frontface.c77 void *handle; local
86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
87 info.ctx->bind_vertex_elements_state(info.ctx, handle);
105 void *handle; local
116 handle = graw_parse_vertex_shader(info.ctx, text);
117 info.ctx->bind_vs_state(info.ctx, handle);
124 void *handle; local
142 handle = graw_parse_fragment_shader(info.ctx, text);
143 info.ctx->bind_fs_state(info.ctx, handle);
H A Dfs-write-z.c81 void *handle; local
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
109 void *handle; local
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info.ctx->bind_vs_state(info.ctx, handle);
128 void *handle; local
146 handle = graw_parse_fragment_shader(info.ctx, text);
147 info.ctx->bind_fs_state(info.ctx, handle);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c98 struct svga_winsys_surface *handle = NULL; local
116 assert(entry->handle);
122 assert(sws->surface_is_flushed(sws, entry->handle));
124 handle = entry->handle; /* Reference is transfered here. */
125 entry->handle = NULL;
152 handle ? "hit" : "miss", tries, bucket);
154 return handle;
181 assert(entry->handle);
182 sws->surface_reference(sws, &entry->handle, NUL
208 struct svga_winsys_surface *handle = *p_handle; local
398 struct svga_winsys_surface *handle = NULL; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c98 struct svga_winsys_surface *handle = NULL; local
116 assert(entry->handle);
122 assert(sws->surface_is_flushed(sws, entry->handle));
124 handle = entry->handle; /* Reference is transfered here. */
125 entry->handle = NULL;
152 handle ? "hit" : "miss", tries, bucket);
154 return handle;
181 assert(entry->handle);
182 sws->surface_reference(sws, &entry->handle, NUL
208 struct svga_winsys_surface *handle = *p_handle; local
398 struct svga_winsys_surface *handle = NULL; local
[all...]
/external/libpcap/
H A Dpcap-canusb-linux.c318 static void canusb_close(pcap_t* handle) argument
320 struct pcap_canusb *canusb = handle->priv;
339 static int canusb_activate(pcap_t* handle) argument
341 struct pcap_canusb *canusb = handle->priv;
348 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "libusb_init() failed");
352 handle->read_op = canusb_read_linux;
354 handle->inject_op = canusb_inject_linux;
355 handle->setfilter_op = canusb_setfilter_linux;
356 handle->setdirection_op = canusb_setdirection_linux;
357 handle
390 canusb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
428 canusb_inject_linux(pcap_t *handle, const void *buf, size_t size) argument
437 canusb_stats_linux(pcap_t *handle, struct pcap_stat *stats) argument
[all...]
H A Dpcap-septel.c187 septel_inject(pcap_t *handle, const void *buf _U_, size_t size _U_) argument
189 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
195 * Activate a handle for a live capture from the given Septel device. Always pass a NULL device
201 static pcap_t *septel_activate(pcap_t* handle) { argument
203 handle->linktype = DLT_MTP2;
205 handle->bufsize = 0;
210 handle->selectable_fd = -1;
212 handle->read_op = septel_read;
213 handle->inject_op = septel_inject;
214 handle
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davrc_api.h38 #define AVRC_BAD_HANDLE AVCT_BAD_HANDLE /* 2 Bad handle */
142 typedef void (tAVRC_CTRL_CBACK) (UINT8 handle, UINT8 event, UINT16 result,
150 typedef void (tAVRC_MSG_CBACK) (UINT8 handle, UINT8 label, UINT8 opcode,
194 ** sdp_handle: SDP handle returned by SDP_CreateRecord().
283 ** p_handle: Pointer to handle. This parameter is only
303 ** handle: Handle of this connection.
309 ** AVRC_BAD_HANDLE if handle is invalid.
312 AVRC_API extern UINT16 AVRC_Close(UINT8 handle);
321 ** The handle is returned by a previous call to AVRC_Open.
328 AVRC_API extern UINT16 AVRC_OpenBrowse(UINT8 handle, UINT
[all...]
/external/chromium_org/sandbox/win/src/
H A Dhandle_closer_agent.cc15 // that can be generated when handle tracing is enabled.
16 NTSTATUS QueryObjectTypeInformation(HANDLE handle, argument
25 status = QueryObject(handle, ObjectTypeInformation, buffer, *size, size);
56 // Grab all the handle names.
92 HANDLE handle = NULL;
99 reinterpret_cast<size_t&>(handle) += kHandleOffset;
104 rc = QueryObjectTypeInformation(handle, type_info, &size);
110 rc = QueryObjectTypeInformation(handle, type_info, &size);
123 // Check if we're looking for this type of handle.
130 // Move on to the next handle i
[all...]
/external/chromium_org/sync/notifier/
H A Dmock_ack_handler.cc15 AckHandleMatcher(const AckHandle& handle);
21 AckHandleMatcher::AckHandleMatcher(const AckHandle& handle) argument
22 : handle_(handle) {}
86 const AckHandle& handle) {
87 AckHandleMatcher matcher(handle);
98 if (it2 != unrecovered_drop_events_.end() && it2->second.Equals(handle)) {
105 const AckHandle& handle) {
106 AckHandleMatcher matcher(handle);
116 unrecovered_drop_events_.insert(std::make_pair(id, handle));
84 Acknowledge( const invalidation::ObjectId& id, const AckHandle& handle) argument
103 Drop( const invalidation::ObjectId& id, const AckHandle& handle) argument
/external/chromium_org/third_party/hwcplus/src/
H A Dhardware.c75 * return the dlopen handle and the hmi.
83 void *handle; local
91 handle = dlopen(path, RTLD_NOW);
92 if (handle == NULL) {
101 hmi = (struct hw_module_t *)dlsym(handle, sym);
115 hmi->dso = handle;
123 if (handle != NULL) {
124 dlclose(handle);
125 handle = NULL;
128 ALOGV("loaded HAL id=%s path=%s hmi=%p handle
[all...]
/external/chromium_org/base/process/
H A Dkill.h73 BASE_EXPORT TerminationStatus GetTerminationStatus(ProcessHandle handle,
93 ProcessHandle handle, int* exit_code);
99 // and closes |handle| in any case.
100 BASE_EXPORT bool WaitForExitCode(ProcessHandle handle, int* exit_code);
106 // |handle|).
107 // The caller is always responsible for closing the |handle|.
108 BASE_EXPORT bool WaitForExitCodeWithTimeout(ProcessHandle handle,
122 // the given time limit. On Linux |handle| must be a child process, however
124 BASE_EXPORT bool WaitForSingleProcess(ProcessHandle handle,
139 // then it closes the given process handle
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_handle.h26 // prerender). Calls on the handle of a prerender that is not running at no-ops.
27 // Destroying a handle before a prerender starts will prevent it from ever
28 // starting. Destroying a handle while a prerendering is running will stop the
36 virtual void OnPrerenderStart(PrerenderHandle* handle) = 0;
39 virtual void OnPrerenderStopLoading(PrerenderHandle* handle) = 0;
42 virtual void OnPrerenderDomContentLoaded(PrerenderHandle* handle) = 0;
45 virtual void OnPrerenderStop(PrerenderHandle* handle) = 0;
49 PrerenderHandle* handle) = 0;
56 // Before calling the destructor, the caller must invalidate the handle by
69 // the handle
[all...]
/external/chromium_org/content/browser/mojo/
H A Dmojo_application_host.cc16 mojo::embedder::ScopedPlatformHandle handle) {
18 return handle.release().fd;
20 return handle.release().handle;
43 // Forward this to the client once we know its process handle.
66 mojo::ScopedMessagePipeHandle handle,
15 PlatformFileFromScopedPlatformHandle( mojo::embedder::ScopedPlatformHandle handle) argument
63 ConnectToService( const mojo::String& service_url, const mojo::String& service_name, mojo::ScopedMessagePipeHandle handle, const mojo::String& requestor_url) argument
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/include/
H A Decho_cancellation.h170 * void* handle Pointer to the AEC instance
179 int WebRtcAec_set_config(void* handle, AecConfig config);
186 * void* handle Pointer to the AEC instance
195 int WebRtcAec_get_echo_status(void* handle, int* status);
202 * void* handle Pointer to the AEC instance
211 int WebRtcAec_GetMetrics(void* handle, AecMetrics* metrics);
218 * void* handle Pointer to the AEC instance
228 int WebRtcAec_GetDelayMetrics(void* handle, int* median, int* std);
243 // Returns a pointer to the low level AEC handle.
246 // - handle
[all...]

Completed in 713 milliseconds

<<11121314151617181920>>