Searched defs:handle (Results 1 - 25 of 1326) 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/chromium_org/ppapi/shared_impl/
H A Dplatform_file.cc11 base::PlatformFile IntToPlatformFile(int32_t handle) { argument
13 return reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
15 return handle;
21 int32_t PlatformFileToInt(base::PlatformFile handle) { argument
23 return static_cast<int32_t>(reinterpret_cast<intptr_t>(handle));
25 return 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/mesa3d/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.h40 buffer_handle_t handle; member in struct:android_winsys_handle
/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/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_core_interface.cc10 void FakeCoreInterface::AddRefResource(PP_Resource handle) { argument
11 return resource_manager_->AddRef(handle);
14 void FakeCoreInterface::ReleaseResource(PP_Resource handle) { argument
15 return resource_manager_->Release(handle);
/external/chromium_org/net/http/
H A Dhttp_basic_state_unittest.cc17 ClientSocketHandle* const handle = new ClientSocketHandle; local
18 // Ownership of handle is passed to |state|.
19 const HttpBasicState state(handle, true);
20 EXPECT_EQ(handle, state.connection());
30 ClientSocketHandle* const handle = new ClientSocketHandle; local
31 HttpBasicState state(handle, false);
35 EXPECT_EQ(handle, released_connection.get());
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Decho_cancellation_unittest.cc28 void* handle = NULL; local
29 ASSERT_EQ(0, WebRtcAec_Create(&handle));
30 EXPECT_TRUE(handle != NULL);
32 EXPECT_EQ(0, WebRtcAec_Free(handle));
36 void* handle = NULL; local
37 ASSERT_EQ(0, WebRtcAec_Create(&handle));
38 EXPECT_TRUE(handle != NULL);
40 AecCore* aec_core = WebRtcAec_aec_core(handle);
43 // level |aec_core| handle.
47 EXPECT_EQ(0, WebRtcAec_Free(handle));
[all...]
/external/chromium_org/base/process/
H A Dprocess.h20 explicit Process(ProcessHandle handle) : process_(handle) { argument
23 // A handle to the current process.
28 // Get/Set the handle for this process. The handle will be 0 if the process
30 ProcessHandle handle() const { return process_; } function in class:base::Process
31 void set_handle(ProcessHandle handle) { argument
32 process_ = handle;
41 // Close the process handle. This will not terminate the process.
/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/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_policy_browsertest.cc48 base::ProcessHandle handle; local
51 &handle);
58 base::WaitForExitCodeWithTimeout(handle, &exit_code,
63 base::CloseProcessHandle(handle);
78 base::ProcessHandle handle; local
81 &handle);
86 base::WaitForExitCodeWithTimeout(handle, &exit_code,
91 base::CloseProcessHandle(handle);
/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_linux.cc52 base::ProcessHandle handle; local
53 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) {
57 base::EnsureProcessGetsReaped(handle);
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_linux.cc13 const gfx::GLSurfaceHandle& handle) {
14 DCHECK(handle.handle);
15 DCHECK(handle.transport_type == gfx::NATIVE_DIRECT);
17 gfx::GLSurface::CreateViewGLSurface(handle.handle);
10 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface_win.cc27 const gfx::GLSurfaceHandle& handle) {
28 DCHECK(handle.handle);
29 DCHECK_EQ(handle.transport_type, gfx::NATIVE_DIRECT);
31 gfx::GLSurface::CreateViewGLSurface(handle.handle);
24 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
/external/chromium_org/content/public/browser/
H A Dchild_process_data.h28 // The handle to the process. May have value kNullProcessHandle if no process
31 base::ProcessHandle handle; member in struct:content::ChildProcessData
34 : process_type(process_type), id(0), handle(base::kNullProcessHandle) {
/external/chromium_org/ipc/
H A Dipc_channel_factory.cc13 PlatformChannelFactory(ChannelHandle handle, argument
15 : handle_(handle), mode_(mode) {
38 const ChannelHandle& handle, Channel::Mode mode) {
39 return scoped_ptr<ChannelFactory>(new PlatformChannelFactory(handle, mode));
37 Create( const ChannelHandle& handle, Channel::Mode mode) argument
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dshared_memory.cc21 SharedMemory::SharedMemory(void* data, size_t size, Handle handle, int id) argument
24 handle_(handle),
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-trace-dlclose.cc24 void *handle; variable
27 void *handle = dlopen(SO_DIR "/stack_trace_dlclose.so", RTLD_LAZY); local
28 assert(handle);
29 void *(*foo)() = (void *(*)())dlsym(handle, "foo");
33 dlclose(handle);
/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/libusb-compat/libusb/
H A Dusbi.h49 libusb_device_handle *handle; member in struct:usb_dev_handle
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.c6 void *handle; local
10 handle = dlopen ("liblibdl-simple.so", RTLD_LAZY);
11 if (!handle) {
16 test = dlsym(handle, "test_libdl");
23 dlclose(handle);
/external/mockito/src/org/mockito/invocation/
H A DMockHandler.java27 * @param invocation The invocation to handle
32 Object handle(Invocation invocation) throws Throwable; method in interface:MockHandler
/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/loadso/dummy/
H A DSDL_sysloadso.c38 void *SDL_LoadFunction(void *handle, const char *name) argument
45 void SDL_UnloadObject(void *handle) argument

Completed in 2051 milliseconds

1234567891011>>