HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 401 - 425 of 980) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/traceline/traceline/
main.cc 96 Playground(HANDLE proc, const Options& options)
941 void PatchExit(HANDLE exiting, HANDLE exited) {
946 HANDLE rexiting, rexited;
    [all...]
  /external/chromium_org/ui/base/win/
mouse_wheel_util.cc 57 reinterpret_cast<HANDLE>(true));
  /external/libvpx/libvpx/test/
register_state_check.h 49 const HANDLE this_thread = GetCurrentThread();
  /external/lzma/C/
7zFile.h 26 HANDLE handle; member in struct:__anon22566
  /external/lzma/CPP/7zip/Archive/
DllExports2.cpp 28 HANDLE
  /external/lzma/CPP/7zip/UI/Console/
UserInputUtils.cpp 72 HANDLE console = GetStdHandle(STD_INPUT_HANDLE);
  /external/qemu/target-i386/
hax-i386.h 25 typedef HANDLE hax_fd;
  /external/chromium_org/sandbox/win/src/
restricted_token.cc 16 unsigned RestrictedToken::Init(const HANDLE effective_token) {
22 // We duplicate the handle to be able to use it even if the original handle
24 HANDLE effective_token_dup;
47 unsigned RestrictedToken::GetRestrictedTokenHandle(HANDLE *token_handle) const {
89 HANDLE new_token = NULL;
154 HANDLE *token_handle) const {
159 HANDLE restricted_token_handle;
164 HANDLE impersonation_token;
sandbox_nt_util.cc 107 // Handle for our private heap.
110 SANDBOX_INTERCEPT HANDLE g_shared_section;
221 HANDLE* root) {
230 if (in_object->RootDirectory != static_cast<HANDLE>(0) && !root)
268 NTSTATUS GetProcessId(HANDLE process, ULONG *process_id) {
282 bool IsSameProcess(HANDLE process) {
302 bool IsValidImageSection(HANDLE section, PVOID *base, PLARGE_INTEGER offset,
307 HANDLE query_section;
sandbox_policy_base.cc 54 bool IsInheritableHandle(HANDLE handle) {
55 if (!handle)
57 if (handle == INVALID_HANDLE_VALUE)
62 DWORD handle_type = GetFileType(handle);
327 ResultCode PolicyBase::SetStdoutHandle(HANDLE handle) {
328 if (!IsInheritableHandle(handle))
330 stdout_handle_ = handle;
334 ResultCode PolicyBase::SetStderrHandle(HANDLE handle)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win95.h 101 HANDLE blocked_sema; /* Threads block on this when waiting
107 HANDLE handle; /* Win32 thread handle */ member in struct:_MDThread
131 HANDLE d_hdl;
140 HANDLE d_hdl;
188 HANDLE sem;
194 * the libc file handle (0, 1, 2), which is an int.
195 * - For files and pipes, we are using Win32 HANDLE,
203 HANDLE handle member in struct:_MDProcess
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 169 typedef HANDLE (WINAPI *CREATETOOLHELP32SNAPSHOT)(DWORD, DWORD);
170 typedef BOOL (WINAPI *CLOSETOOLHELP32SNAPSHOT)(HANDLE);
173 typedef BOOL (WINAPI *HEAP32LIST)(HANDLE, LPHEAPLIST32);
174 typedef BOOL (WINAPI *PROCESS32)(HANDLE, LPPROCESSENTRY32);
175 typedef BOOL (WINAPI *THREAD32)(HANDLE, LPTHREADENTRY32);
176 typedef BOOL (WINAPI *MODULE32)(HANDLE, LPMODULEENTRY32);
322 * the open handle
400 /* window handle */
452 HANDLE handle; local
    [all...]
  /external/openssl/crypto/rand/
rand_win.c 169 typedef HANDLE (WINAPI *CREATETOOLHELP32SNAPSHOT)(DWORD, DWORD);
170 typedef BOOL (WINAPI *CLOSETOOLHELP32SNAPSHOT)(HANDLE);
173 typedef BOOL (WINAPI *HEAP32LIST)(HANDLE, LPHEAPLIST32);
174 typedef BOOL (WINAPI *PROCESS32)(HANDLE, LPPROCESSENTRY32);
175 typedef BOOL (WINAPI *THREAD32)(HANDLE, LPTHREADENTRY32);
176 typedef BOOL (WINAPI *MODULE32)(HANDLE, LPMODULEENTRY32);
322 * the open handle
400 /* window handle */
452 HANDLE handle; local
    [all...]
  /external/chromium/base/
process_util_win.cc 49 typedef BOOL (WINAPI* HeapSetFn)(HANDLE, HEAP_INFORMATION_CLASS, PVOID, SIZE_T);
107 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle) {
108 // We try to limit privileges granted to the handle. If you need this
117 *handle = result;
121 bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle) {
132 *handle = result;
138 ProcessHandle* handle) {
144 *handle = result;
153 // Get a handle to |process| that has PROCESS_QUERY_INFORMATION rights.
154 HANDLE current_process = GetCurrentProcess()
    [all...]
shared_memory_win.cc 29 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only)
30 : mapped_file_(handle),
37 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only,
44 ::DuplicateHandle(process, handle,
58 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) {
59 return handle != NULL;
68 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) {
69 DCHECK(handle != NULL);
70 ::CloseHandle(handle);
163 HANDLE mapped_file = mapped_file_
224 SharedMemoryHandle SharedMemory::handle() const { function in class:base::SharedMemory
    [all...]
  /external/qemu/
tap-win32.c 91 HANDLE handle; member in struct:tap_win32_overlapped
92 HANDLE read_event;
93 HANDLE write_event;
94 HANDLE output_queue_semaphore;
95 HANDLE free_list_semaphore;
96 HANDLE tap_semaphore;
388 static int tap_win32_set_status(HANDLE handle, int status)
392 return DeviceIoControl(handle, TAP_IOCTL_SET_MEDIA_STATUS
569 HANDLE handle; local
632 tap_win32_overlapped_t *handle; member in struct:TAPState
    [all...]
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 47 typedef std::vector<HANDLE> Handles;
105 HANDLE handle = NULL; local
106 HANDLE current_process = ::GetCurrentProcess();
107 ::DuplicateHandle(current_process, data.handle, current_process, &handle,
114 base::Owned(new base::win::ScopedHandle(handle))));
116 base::KillProcess(data.handle, content::RESULT_CODE_HUNG, false);
358 HANDLE current_process = ::GetCurrentProcess();
363 HANDLE handle = NULL local
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 119 /* Handle definition representing the GPP node in DSPNode_Connect() calls */
169 typedef HANDLE DSP_HNODE; /* Handle to a DSP Node object */
170 typedef HANDLE DSP_HPROCESSOR; /* Handle to a Processor object */
171 typedef HANDLE DSP_HSTREAM; /* Handle to a Stream object */
454 * window handle.
458 HANDLE handle; member in struct:DSP_NOTIFICATION
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 119 /* Handle definition representing the GPP node in DSPNode_Connect() calls */
163 typedef HANDLE DSP_HNODE; /* Handle to a DSP Node object */
164 typedef HANDLE DSP_HPROCESSOR; /* Handle to a Processor object */
165 typedef HANDLE DSP_HSTREAM; /* Handle to a Stream object */
443 * window handle.
447 HANDLE handle; member in struct:DSP_NOTIFICATION
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 482 # print_usage(handle)
489 local *HANDLE = $_[0];
491 print(HANDLE <<END_OF_USAGE);
648 local *HANDLE;
659 open(HANDLE, ">", $reset_file) or
661 print(HANDLE "0");
662 close(HANDLE);
679 local *HANDLE;
681 open(HANDLE, "<", $from) or die("ERROR: cannot read $from: $!\n");
682 $content = <HANDLE>;
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 104 // This message comes when SetClipboardData was sent a null data handle
109 // This message comes when SetClipboardData was sent a null data handle
369 void Clipboard::WriteToClipboard(unsigned int format, HANDLE handle) {
371 if (handle && !::SetClipboardData(format, handle)) {
373 FreeData(format, handle);
421 HANDLE hdata = ::GetClipboardData(GetWebCustomDataFormatType().ToUINT());
443 HANDLE data = ::GetClipboardData(CF_UNICODETEXT);
465 HANDLE data = ::GetClipboardData(CF_TEXT)
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 153 HANDLE handle = GetThemeHandle(theme); local
154 if (handle && get_theme_color_) {
156 if (get_theme_color_(handle, part_id, state_id, prop_id, &color_ref) ==
682 HANDLE handle = GetThemeHandle(theme_name); local
683 if (handle && get_theme_part_size_)
684 return get_theme_part_size_(handle, hdc, part_id, state_id, rect, ts, size);
695 HANDLE handle = GetThemeHandle(BUTTON) local
783 HANDLE handle = GetThemeHandle(MENU); local
799 HANDLE handle = GetThemeHandle(MENU); local
815 HANDLE handle = GetThemeHandle(MENU); local
860 HANDLE handle = GetThemeHandle(MENU); local
879 HANDLE handle = GetThemeHandle(MENU); local
899 HANDLE handle = GetThemeHandle(MENU); local
914 HANDLE handle = GetThemeHandle(MENU); local
1036 HANDLE handle = GetThemeHandle(MENULIST); local
1079 HANDLE handle = GetThemeHandle(SCROLLBAR); local
1155 HANDLE handle = GetThemeHandle(SCROLLBAR); local
1213 HANDLE handle = GetThemeHandle(SCROLLBAR); local
1273 HANDLE handle = GetThemeHandle(SPIN); local
1347 HANDLE handle = GetThemeHandle(TRACKBAR); local
    [all...]
  /development/host/windows/usb/api/
adb_api.h 128 /** \brief Handle to an API object.
131 handle to the required object. API Objects that are represented by a
132 handle are:
135 has been created. This handle is created in AdbEnumInterfaces routine.
143 a device object on the Windows USB stack. This handle is created in
146 through which all I/O operations are performed. This handle is created in
154 of the API can then use a handle to I/O completion object to query for
156 completion. This handle is created in one of these routines:
158 After object is no longer needed by the client, its handle must be closed
224 @return Handle to the enumerator object or NULL on failure. If NULL is
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 32 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text);
33 HANDLE CreateServer(std::wstring* pipe_number);
  /external/chromium_org/base/win/
metro.cc 59 bool IsProcessImmersive(HANDLE process) {
60 typedef BOOL (WINAPI* IsImmersiveProcessFunc)(HANDLE process);

Completed in 1633 milliseconds

<<11121314151617181920>>