HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 926 - 950 of 3441) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ppapi/proxy/
broker_dispatcher.h 35 IPC::PlatformFileForTransit handle,
  /external/chromium_org/printing/backend/
win_helper.h 26 typedef HANDLE Handle;
28 static bool CloseHandle(HANDLE handle) {
29 return ::ClosePrinter(handle) != FALSE;
32 static bool IsHandleValid(HANDLE handle) {
33 return handle != NULL;
36 static HANDLE NullHandle() {
49 // ::OpenPrinter may return error but assign some value into handle
    [all...]
  /external/chromium_org/remoting/host/setup/
native_messaging_reader.h 32 explicit NativeMessagingReader(base::PlatformFile handle);
63 // Windows, it requires the file handle to have been opened for overlapped IO.
  /external/chromium_org/sandbox/win/src/
handle_interception.cc 16 ResultCode DuplicateHandleProxy(HANDLE source_handle,
18 HANDLE* target_handle,
40 *target_handle = answer.handle;
restricted_token_utils.h 30 // token_handle is the output value containing the handle of the
35 DWORD CreateRestrictedToken(HANDLE *token_handle,
50 // The output parameter job_handle is the handle to the job object. It has
51 // to be closed with CloseHandle() when not needed. Closing this handle will
64 HANDLE *job_handle);
66 // Sets the integrity label on a object handle.
67 DWORD SetObjectIntegrityLabel(HANDLE handle, SE_OBJECT_TYPE type,
74 DWORD SetTokenIntegrityLevel(HANDLE token, IntegrityLevel integrity_level);
  /external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc 101 HANDLE file_handle;
173 HANDLE handle; local
177 status_code = NtGenericOpen(GENERIC_ALL, &path_attributes, func, &handle);
181 NtClose(handle);
191 status_code = NtGenericOpen(GENERIC_WRITE, &path_attributes, func, &handle);
195 NtClose(handle);
205 status_code = NtGenericOpen(GENERIC_READ, &path_attributes, func, &handle);
209 NtClose(handle);
224 HANDLE *handle)
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncContentResolverDelegate.java 20 void removeStatusChangeListener(Object handle);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window.h 46 HWND handle() const { return wnd_; } function in class:talk_base::Win32Window
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_blit.c 78 svga_surface(dstsurf)->handle,
80 svga_surface(srcsurf)->handle,
140 stex->handle,
143 dtex->handle,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
drm_driver.h 22 * use TEXTURE_USAGE to select handle for kms or ipc.
29 unsigned handle; member in struct:winsys_handle
graw.h 51 /* Returns a handle to be used with flush_frontbuffer()/present().
61 void **handle);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_image.h 48 EGLint *name, EGLint *handle, EGLint *stride);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 56 uint32_t handle; member in struct:radeon_bo
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_context.c 70 PUSH_DATA (push, fahrenheit->handle);
85 PUSH_DATA (push, hw->surf3d->handle);
87 PUSH_DATA (push, hw->ntfy->handle);
92 PUSH_DATA (push, hw->eng3d->handle);
94 PUSH_DATA (push, hw->ntfy->handle);
97 PUSH_DATA (push, hw->surf3d->handle);
100 PUSH_DATA (push, hw->eng3dm->handle);
102 PUSH_DATA (push, hw->ntfy->handle);
105 PUSH_DATA (push, hw->surf3d->handle);
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_mem.c 127 static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
128 static int mem_list_end(STORE *s, void *handle);
129 static int mem_list_endp(STORE *s, void *handle);
269 static STORE_OBJECT *mem_list_next(STORE *s, void *handle)
272 struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
328 static int mem_list_end(STORE *s, void *handle)
330 struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
342 static int mem_list_endp(STORE *s, void *handle)
344 struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
  /external/iproute2/include/
iptables.h 157 iptc_handle_t *handle);
172 iptc_handle_t *handle);
174 iptc_handle_t *handle);
176 int verbose, int builtinstoo, iptc_handle_t *handle);
  /external/iproute2/testsuite/tests/
cbq.t 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
  /external/javasqlite/src/main/java/SQLite/
Backup.java 10 * Internal handle for the native SQLite API.
13 protected long handle = 0; field in class:Backup
  /external/libusb-compat/libusb/
usbi.h 49 libusb_device_handle *handle; member in struct:usb_dev_handle
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 78 svga_surface(dstsurf)->handle,
80 svga_surface(srcsurf)->handle,
140 stex->handle,
143 dtex->handle,
  /external/mesa3d/src/gallium/include/state_tracker/
drm_driver.h 22 * use TEXTURE_USAGE to select handle for kms or ipc.
29 unsigned handle; member in struct:winsys_handle
graw.h 51 /* Returns a handle to be used with flush_frontbuffer()/present().
61 void **handle);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.h 48 EGLint *name, EGLint *handle, EGLint *stride);
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 56 uint32_t handle; member in struct:radeon_bo
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.c 70 PUSH_DATA (push, fahrenheit->handle);
85 PUSH_DATA (push, hw->surf3d->handle);
87 PUSH_DATA (push, hw->ntfy->handle);
92 PUSH_DATA (push, hw->eng3d->handle);
94 PUSH_DATA (push, hw->ntfy->handle);
97 PUSH_DATA (push, hw->surf3d->handle);
100 PUSH_DATA (push, hw->eng3dm->handle);
102 PUSH_DATA (push, hw->ntfy->handle);
105 PUSH_DATA (push, hw->surf3d->handle);

Completed in 827 milliseconds

<<31323334353637383940>>