HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 501 - 525 of 976) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/common/
umapfile.c 35 typedef HANDLE MemoryMap;
100 HANDLE map;
101 HANDLE file;
366 dllhandle *handle; local
428 handle=dllload(pathBuffer);
431 fprintf(stderr, " -> %08X\n", handle );
434 if(handle != NULL) {
438 val=dllqueryvar((dllhandle*)handle, U_ICUDATA_ENTRY_NAME);
444 fprintf(stderr, "dllqueryvar(%08X, %s) -> %08X\n", handle, U_ICUDATA_ENTRY_NAME, val);
450 return FALSE; /* no handle */
    [all...]
  /external/icu4c/common/
umapfile.c 35 typedef HANDLE MemoryMap;
96 HANDLE map;
97 HANDLE file;
362 dllhandle *handle; local
424 handle=dllload(pathBuffer);
427 fprintf(stderr, " -> %08X\n", handle );
430 if(handle != NULL) {
434 val=dllqueryvar((dllhandle*)handle, U_ICUDATA_ENTRY_NAME);
440 fprintf(stderr, "dllqueryvar(%08X, %s) -> %08X\n", handle, U_ICUDATA_ENTRY_NAME, val);
446 return FALSE; /* no handle */
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 19 encapsulates a handle opened to a WinUsb endpoint on our device.
52 HANDLE event_handle,
69 // Create a handle for it
  /external/chromium/base/
message_pump_win.h 239 // HANDLE file_;
265 // HANDLE file_;
327 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 84 reinterpret_cast<HANDLE>(child_window_message_timeout));
hung_window_detector.cc 106 reinterpret_cast<HANDLE>(child_window_message_timeout));
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 85 void OnDnsNotify(HANDLE task, int error);
121 HWND handle() { return wnd_.handle(); } function in class:talk_base::Win32SocketServer
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 87 HANDLE hIn = GetStdHandle(STD_INPUT_HANDLE);
  /external/chromium_org/base/
platform_file.h 118 typedef HANDLE PlatformFile;
148 // Closes a file handle. Returns |true| on success and |false| otherwise.
  /external/chromium_org/base/process/
process_iterator.h 78 // does not happen during handle creation.
142 HANDLE snapshot_;
  /external/chromium_org/base/test/
test_process_killer_win.cc 22 IN HANDLE ProcessHandle,
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.cc 118 reinterpret_cast<HANDLE>(child_window_message_timeout));
  /external/chromium_org/chrome/common/
chrome_paths_win.cc 91 REFKNOWNFOLDERID, DWORD, HANDLE, PWSTR*);
  /external/chromium_org/chrome/installer/util/
copy_tree_work_item.cc 38 // handle overwrite_option_ = IF_DIFFERENT case.
53 // handle overwrite_option_ = NEW_NAME_IF_IN_USE case.
68 // handle overwrite_option_ = IF_NOT_PRESENT case.
132 HANDLE handle = ::CreateFile(path.value().c_str(), FILE_ALL_ACCESS,
134 if (handle == INVALID_HANDLE_VALUE)
137 CloseHandle(handle);
  /external/chromium_org/chrome_frame/
crash_server_init.cc 32 HANDLE token = NULL;
function_stub.cc 61 HANDLE heap_;
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 39 void ShutdownChrome(HANDLE process, DWORD thread_id) {
56 void CloseAllProcessWindows(HANDLE process) {
61 void CloseChrome(HANDLE process, DWORD thread_id) {
245 HANDLE handles[] = {stop_event_.handle(), chrome_handle};
  /external/chromium_org/courgette/
memory_allocator.cc 55 base::PlatformFile TempFile::handle() const { function in class:courgette::TempFile
83 bool FileMapping::Create(HANDLE file, size_t size) {
125 !mapping_.Create(file_.handle(), size)) {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_win32_attach_detach_np.c 41 * Handle to quserex.dll
92 ptw32_register_cancelation = (DWORD (*)(PAPCFUNC, HANDLE, DWORD))
203 * Don't use pthread_self() - to avoid creating an implicit POSIX thread handle
208 if (sp != NULL) // otherwise Win32 thread with no implicit POSIX handle.
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 346 HANDLE hMutex;
385 HANDLE hMutex;
423 HANDLE hMutex;
453 HANDLE hMutex;
  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 106 // TODO(brettw) handle bad messages!
145 reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd));
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 123 // The returned handle will have |desired_access| rights.
255 HANDLE pipe,
289 HANDLE pipe,
303 HANDLE token;
454 HANDLE user_token,
security_descriptor.cc 42 ScopedSid GetLogonSid(HANDLE token) {
  /external/chromium_org/sandbox/win/src/
handle_policy_test.cc 26 // Attempts to duplicate an event handle into the target process.
31 // Create a test event to use as a handle.
40 HANDLE handle = NULL; local
42 test_event, target_process_id, &handle, 0, DUPLICATE_SAME_ACCESS);
61 // Now successfully open the event after adding a duplicate handle rule.
83 // Now successfully open the event after adding a duplicate handle rule.
106 // Now successfully open the event after adding a broker handle rule.
win_utils_unittest.cc 38 HANDLE dir = ::CreateFile(my_folder, FILE_ALL_ACCESS,

Completed in 1289 milliseconds

<<21222324252627282930>>