/external/libpng/ |
pngconf.h | 308 * prototypes (ie K&R style headers). If your compiler does not handle [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 333 virtual HRESULT STDMETHODCALLTYPE GetSharedHandle(HANDLE *out_shared_handle)
|
/external/openssl/apps/ |
apps.c | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngconf.h | 266 * prototypes (ie K&R style headers). If your compiler does not handle [all...] |
/external/qemu/distrib/sdl-1.2.15/src/file/ |
SDL_rwops.c | 53 HANDLE h; 107 /* handle Unicode filenames. We do some tapdancing here to make sure this
|
/external/webrtc/src/modules/audio_processing/aecm/ |
echo_control_mobile.c | 25 extern HANDLE logFile;
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 61 HANDLE pipe;
|
/external/wpa_supplicant_8/src/drivers/ |
ndis_events.c | 31 HANDLE read_pipe, write_pipe, event_avail; 702 ndis_events_init(HANDLE *read_pipe, HANDLE *event_avail,
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 40 *! 12-Mar-2002 map Checking for invalid node handle in 50 *! 18-May-2001 jeh Close event handle in DSPStream_Open() if failure. 62 *! 07-Sep-2000 jeh Changed type HANDLE in DSPStream_RegisterNotify to 98 extern int hMediaFile; /* class driver handle */ 190 HANDLE hEvent; 196 struct CMM_OBJECT *hCmm = NULL; /* SM Mgr handle */ 451 * Retrieve a stream handle for sending/receiving data buffers 466 struct CMM_OBJECT *hCmm = NULL; /* SM Mgr handle */ 474 "Invalid handle in the Input\r\n"))); 498 /* append hNode handle string * [all...] |
/system/core/adb/ |
adb.c | 169 /* A handle to adb-debug qemud service in the emulator. */ 1029 HANDLE pipe_read, pipe_write; 1030 HANDLE stdout_handle, stderr_handle; 1041 /* create pipe, and ensure its read handle isn't inheritable */ 1087 NULL, /* process handle is not inheritable */ 1088 NULL, /* thread handle is not inheritable */ [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 765 ** CAPI3REF: Database Connection Handle 91805 void *handle; local [all...] |
shell.c | 137 static HANDLE hProcess; 140 typedef BOOL (WINAPI *GETPROCTIMES)(HANDLE, LPFILETIME, LPFILETIME, LPFILETIME, LPFILETIME); 153 ** a pointer to it and the current process handle. [all...] |
/external/sqlite/dist/ |
sqlite3.c | 765 ** CAPI3REF: Database Connection Handle 91841 void *handle; local [all...] |
shell.c | 142 static HANDLE hProcess; 145 typedef BOOL (WINAPI *GETPROCTIMES)(HANDLE, LPFILETIME, LPFILETIME, LPFILETIME, LPFILETIME); 158 ** a pointer to it and the current process handle. [all...] |
/external/chromium_org/third_party/libxml/src/ |
runtest.c | 126 HANDLE hFind; 969 /* not all libraries handle printing null pointers nicely */ [all...] |
/external/qemu/ |
qemu-char.c | 746 /* for STDIO, we handle the case where several clients use it [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 40 // Handle provisional api levels; the provisional level will always be the highest possible level 101 // Handle provisional api levels; if this item's level is the provisional one, set it to the max 400 /* HANDLE KEY EVENTS
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 381 /* HANDLE KEY EVENTS
|
/external/chromium_org/base/process/ |
process_util_unittest.cc | 103 base::TerminationStatus WaitForChildTermination(base::ProcessHandle handle, 110 status = base::GetTerminationStatus(handle, exit_code); 153 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false); 154 ASSERT_NE(base::kNullProcessHandle, handle); 156 handle, TestTimeouts::action_max_timeout())); 157 base::CloseProcessHandle(handle); 169 base::ProcessHandle handle = this->SpawnChild("SlowChildProcess", false); local 170 ASSERT_NE(base::kNullProcessHandle, handle); 173 handle, TestTimeouts::action_max_timeout())); 174 base::CloseProcessHandle(handle); 183 base::ProcessHandle handle = this->SpawnChild("SlowChildProcess", false); local 206 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false); local 250 base::ProcessHandle handle = this->SpawnChild("CrashingChildProcess", local 285 HANDLE handle = ::OpenProcess(PROCESS_ALL_ACCESS, 0, ::GetCurrentProcessId()); local 298 base::ProcessHandle handle = this->SpawnChild("KilledChildProcess", local 329 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false); local 541 base::ProcessHandle handle = this->SpawnChild( local [all...] |
/external/chromium_org/chrome/installer/util/ |
copy_tree_work_item_unittest.cc | 52 HANDLE handle = ::CreateFile(path.value().c_str(), FILE_ALL_ACCESS, 54 if (handle == INVALID_HANDLE_VALUE) 57 CloseHandle(handle); 387 // make sure the handle is closed. 463 // make sure the handle is closed. 657 // make sure the handle is closed.
|
/external/chromium_org/chrome_frame/ |
chrome_frame_automation.cc | 170 int handle) { 171 DCHECK(tracker_->GetResource(handle) == NULL); 172 TabProxy* tab_proxy = new TabProxy(this, tracker_.get(), handle); 174 message_filter_->AddTabProxy(handle); 178 void ChromeFrameAutomationProxyImpl::ReleaseTabProxy(AutomationHandle handle) { 179 message_filter_->RemoveTabProxy(handle); 628 automation_server_->ReleaseTabProxy(tab_->handle()); 706 tab_->handle(), index, NULL); 748 new AutomationMsg_NavigateInExternalTab(tab_->handle(), 785 new AutomationMsg_Find(tab_->handle(), params, NULL, NULL) [all...] |
/external/chromium_org/content/common/gpu/media/ |
dxva_video_decode_accelerator.cc | 152 base::SharedMemory shm(bitstream_buffer.handle(), true); 223 HANDLE share_handle = NULL; [all...] |
/external/chromium_org/content/renderer/npapi/ |
webplugin_delegate_proxy.cc | 315 // We got an invalid handle. Either the plugin couldn't be found (which 501 const TransportDIB::Handle& handle_in, 502 TransportDIB::Handle* handle_out, 505 // On Mac, TransportDIB::Handle is typedef'ed to FileDescriptor, and 514 // On Windows we need to duplicate the handle for the plugin process. 535 // If we're using POSIX mmap'd TransportDIBs, sending the handle across 542 CopyTransportDIBHandleForMessage(transport_stores_[0].dib->handle(), 547 CopyTransportDIBHandleForMessage(transport_stores_[1].dib->handle(), 651 TransportDIB::Handle handle; [all...] |
/external/chromium_org/remoting/host/ |
remoting_me2me_host.cc | 188 // Callback passed to RegisterSignalHandler() to handle SIGTERM events. 336 // Parse the handle value and convert it to a handle/file descriptor. 349 base::win::ScopedHandle pipe(reinterpret_cast<HANDLE>(pipe_handle)); [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.cc | 26 int width, int height, bool is_opaque, HANDLE shared_section) {
|