HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 676 - 700 of 973) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc 159 HANDLE handle; member in struct:talk_base::Win32Socket::DnsLookup
183 if (::IsWindow(handle())) {
184 ::DestroyWindow(handle());
226 parent_->OnDnsNotify(reinterpret_cast<HANDLE>(wParam), error);
286 ::SetTimer(sink_->handle(), 1, ms, 0);
351 dns->handle = WSAAsyncGetHostByName(sink_->handle(), WM_DNSNOTIFY,
355 if (!dns->handle) {
516 WSACancelAsyncRequest(dns_->handle);
    [all...]
win32filesystem.cc 96 HANDLE process_token = INVALID_HANDLE_VALUE;
179 HANDLE handle = ::CreateFile( local
187 if (INVALID_HANDLE_VALUE == handle) {
191 if (!::CloseHandle(handle)) {
410 // TODO: Handle UNC paths.
  /external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c 793 HANDLE h = GetModuleHandle(NULL);
840 HANDLE h;
893 { HANDLE h = RegisterEventSource(0,_T("OPENSSL"));
  /external/chromium_org/v8/src/
sampler.cc 211 // Get a handle to the calling thread. This is the thread that we are
212 // going to profile. We need to make a copy of the handle because we are
230 HANDLE profiled_thread() { return profiled_thread_; }
233 HANDLE profiled_thread_;
556 HANDLE profiled_thread = sampler->platform_data()->profiled_thread();
  /external/openssl/crypto/
cryptlib.c 793 HANDLE h = GetModuleHandle(NULL);
840 HANDLE h;
893 { HANDLE h = RegisterEventSource(0,_T("OPENSSL"));
  /external/v8/src/
platform-cygwin.cc 379 pthread_t thread_; // Thread handle for pthread.
604 // Get a handle to the calling thread. This is the thread that we are
605 // going to profile. We need to make a copy of the handle because we are
622 HANDLE profiled_thread() { return profiled_thread_; }
625 HANDLE profiled_thread_;
699 HANDLE profiled_thread = sampler->platform_data()->profiled_thread();
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 65 HANDLE pipe;
100 static int ctrl_broken_pipe(HANDLE pipe, int used)
544 HANDLE pipe;
  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 96 HANDLE process_token = INVALID_HANDLE_VALUE;
179 HANDLE handle = ::CreateFile( local
187 if (INVALID_HANDLE_VALUE == handle) {
191 if (!::CloseHandle(handle)) {
410 // TODO: Handle UNC paths.
  /external/chromium_org/base/message_loop/
message_loop.cc 80 // A few events we handle (kindred to messages), and used to profile actions.
710 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) {
714 bool MessageLoopForIO::RegisterJobObject(HANDLE job, IOHandler* handler) {
  /external/chromium_org/chrome/browser/policy/
policy_loader_win.cc 95 typedef BOOL (WINAPI* IsWow64Process)(HANDLE, PBOOL);
221 if (!RegisterGPNotification(user_policy_changed_event_.handle(), false)) {
225 if (!RegisterGPNotification(machine_policy_changed_event_.handle(), true)) {
512 user_policy_changed_event_.handle(), this)) {
519 machine_policy_changed_event_.handle(), this)) {
525 void PolicyLoaderWin::OnObjectSignaled(HANDLE object) {
526 DCHECK(object == user_policy_changed_event_.handle() ||
527 object == machine_policy_changed_event_.handle())
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 105 // If handle to experiment result key was given at startup, re-add it.
129 // Use handle inheritance to make sure the duplicated toast results key
224 HANDLE user_token;
230 // Note: Handle inheritance must be true in order for the child process to be
231 // able to use the duplicated handle above (Google Update results).
243 // A helper function that writes to HKLM if the handle was passed through the
246 // the handle when done.
250 // If a specific Toast Results key handle (presumably to our HKLM key) was
255 // Get the handle to the key under HKLM.
269 CloseHandle((HANDLE) reg_key_handle)
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 34 void GetAdapterState(HANDLE adapter_handle,
214 HBLUETOOTH_RADIO_FIND handle = BluetoothFindFirstRadio( local
217 if (handle) {
219 BluetoothFindRadioClose(handle);
353 HBLUETOOTH_DEVICE_FIND handle = local
355 if (handle) {
360 } while (BluetoothFindNextDevice(handle, &device_info));
362 BluetoothFindDeviceClose(handle);
388 HANDLE sdp_handle;
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 305 HANDLE mm_task = avrt::AvSetMmThreadCharacteristics(L"Pro Audio",
331 HANDLE wait_array[2] = {stop_capture_event_, audio_samples_ready_event_};
621 // Set the event handle that the audio engine will signal each time
  /external/chromium_org/sandbox/win/src/
interception.cc 325 HANDLE child = child_->Process();
386 HANDLE child = child_->Process();
process_policy_test.cc 208 // Creates a process and checks if it's possible to get a handle to it's token.
226 HANDLE token = NULL;
247 HANDLE token;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 403 HANDLE renameAndActivateFont(SharedBuffer* fontData, const String& fontName)
411 HANDLE fontHandle = AddFontMemResourceEx(rewrittenFontData.data(), fontData->size() + nameTableSize, 0, &numFonts);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win16.h 127 HANDLE blocked_sema; /* Threads block on this when waiting
175 HANDLE handle; member in struct:_MDProcess
  /sdk/find_java/
find_java_lib.cpp 359 HANDLE findH = FindFirstFileA(glob.cstr(), &findData);
429 // Want to inherit pipe handle
436 HANDLE stdoutPipeRd, stdoutPipeWt;
464 NULL, // process handle is not inheritable
465 NULL, // thread handle is not inheritable