Searched refs:handle (Results 501 - 525 of 2331) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/sandbox/win/src/
H A Dregistry_dispatcher.cc80 // If there is a root directory, we need to duplicate the handle to make
102 HANDLE handle; local
107 title_index, create_options, &handle,
116 ipc->return_info.handle = handle;
126 // If there is a root directory, we need to duplicate the handle to make
146 HANDLE handle; local
149 attributes, root, desired_access, &handle,
157 ipc->return_info.handle = handle;
[all...]
H A Dregistry_policy.h40 HANDLE* handle,
52 HANDLE* handle,
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dcache.h40 // Opaque handle to an entry stored in the cache.
46 // Returns a handle that corresponds to the mapping. The caller
47 // must call this->Release(handle) when the returned mapping is no
57 // Else return a handle that corresponds to the mapping. The caller
58 // must call this->Release(handle) when the returned mapping is no
63 // REQUIRES: handle must not have been released yet.
64 // REQUIRES: handle must have been returned by a method on *this.
65 virtual void Release(Handle* handle) = 0;
67 // Return the value encapsulated in a handle returned by a
69 // REQUIRES: handle mus
[all...]
H A Dtable_builder.h79 void WriteBlock(BlockBuilder* block, BlockHandle* handle);
80 void WriteRawBlock(const Slice& data, CompressionType, BlockHandle* handle);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_resource.c49 struct winsys_handle *handle)
54 return nv30_miptree_from_handle(pscreen, tmpl, handle);
47 nv30_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h83 struct svga_winsys_surface *handle; member in struct:svga_host_surface_cache_entry
93 * 1. empty (entry->handle = NULL)
145 struct svga_winsys_surface **handle);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp53 buffer_handle_t handle; member in struct:android_sw_displaytarget
112 if (adt->mapped && sw_gralloc_handle_t::validate(adt->handle) >= 0) {
119 droid->grmod->unlock(droid->grmod, adt->handle);
134 if (sw_gralloc_handle_t::validate(adt->handle) >= 0) {
136 reinterpret_cast<const sw_gralloc_handle_t *>(adt->handle);
145 droid->grmod->lock(droid->grmod, adt->handle,
166 adt->handle = ahandle->handle;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Dcrosssect.asm14 .long (_sys_srt-.)+(.-_sys_info) # GAS cannot handle this but we can
/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema.py33 with open(filename, 'r') as handle:
34 schemas = json_parse.Parse(handle.read())
/external/chromium_org/ui/base/resource/
H A Dresource_bundle_win.cc68 void SetResourcesDataDLL(HINSTANCE handle) { argument
69 resources_data_dll = handle;
/external/iproute2/examples/diffserv/
H A DEdge133 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
/external/iproute2/testsuite/tests/
H A Dcls-testbed.t16 qdisc add dev $DEV root handle 10:0 \
30 qdisc add dev $DEV root handle 10:0 htb
42 qdisc add dev $DEV root handle 20:0 \
48 qdisc add dev $DEV parent 20:0 handle 10:0 prio
/external/kernel-headers/original/uapi/linux/
H A Dnbd.h64 char handle[8]; member in struct:nbd_request
76 char handle[8]; /* handle you got from request */ member in struct:nbd_reply
/external/libnfc-nci/src/nfa/include/
H A Dnfa_ce_api.h152 ** NFA_STATUS_BAD_HANDLE if invalid handle
156 NFC_API extern tNFA_STATUS NFA_CeDeregisterFelicaSystemCodeOnDH (tNFA_HANDLE handle);
197 ** NFA_STATUS_BAD_HANDLE if invalid handle
201 NFC_API extern tNFA_STATUS NFA_CeDeregisterAidOnDH (tNFA_HANDLE handle);
/external/libsepol/src/
H A Dassertion.c30 static int check_assertion_helper(sepol_handle_t * handle, argument
63 ERR(handle, "neverallow on line %lu of %s (or line %lu of policy.conf) violated by allow %s %s:%s {%s };",
71 ERR(handle, "neverallow on line %lu violated by allow %s %s:%s {%s };",
78 ERR(handle, "neverallow violated by allow %s %s:%s {%s };",
88 int check_assertions(sepol_handle_t * handle, policydb_t * p, argument
131 (handle, p, &te_avtab, &te_cond_avtab, i, i,
141 (handle, p, &te_avtab, &te_cond_avtab, i, j,
157 ERR(handle, "Out of memory - unable to check neverallows");
H A Dmls.h28 #include "handle.h"
30 extern int mls_from_string(sepol_handle_t * handle,
34 extern int mls_to_string(sepol_handle_t * handle,
/external/lzma/CPP/Windows/
H A DThread.h26 void Attach(HANDLE handle) { thread = handle; } argument
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.c49 struct winsys_handle *handle)
54 return nv30_miptree_from_handle(pscreen, tmpl, handle);
47 nv30_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h83 struct svga_winsys_surface *handle; member in struct:svga_host_surface_cache_entry
93 * 1. empty (entry->handle = NULL)
145 struct svga_winsys_surface **handle);
/external/mesa3d/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp53 buffer_handle_t handle; member in struct:android_sw_displaytarget
112 if (adt->mapped && sw_gralloc_handle_t::validate(adt->handle) >= 0) {
119 droid->grmod->unlock(droid->grmod, adt->handle);
134 if (sw_gralloc_handle_t::validate(adt->handle) >= 0) {
136 reinterpret_cast<const sw_gralloc_handle_t *>(adt->handle);
145 droid->grmod->lock(droid->grmod, adt->handle,
166 adt->handle = ahandle->handle;
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
H A DSDL_systhread.c76 waitpid(thread->handle, NULL, 0);
83 kill(thread->handle, SIGKILL);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
H A DSelectionHandleTest.java41 // For these we use a tiny font-size so that we can be more strict on the expected handle
128 * selection. Does not check exact handle position as this will depend on
156 * extend the selection. Does not check exact handle position as this will
196 // Drag start handle up and to the left. The selection start should decrease.
198 // Drag end handle down and to the right. The selection end should increase.
200 // Drag start handle back to the middle. The selection start should increase.
202 // Drag end handle up and to the left past the start handle. Both selection start and end
205 // Drag start handle down and to the right past the end handle
212 dragHandleAndCheckSelectionChange(HandleView handle, int dragToX, int dragToY, final int expectedStartChange, final int expectedEndChange) argument
255 assertWaitForHandleViewStopped(final HandleView handle) argument
299 getHandlePosition(final HandleView handle) argument
308 isHandleNear(HandleView handle, int x, int y) argument
314 assertWaitForHandleNear(final HandleView handle, final int x, final int y) argument
348 dragHandleTo(final HandleView handle, final int dragToX, final int dragToY, final int steps) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dalsasoundsystem.cc90 snd_pcm_t *handle,
96 handle_(handle),
222 snd_pcm_t *handle() { function in class:cricket::AlsaStream
252 snd_pcm_t *handle,
257 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq),
313 stream_.handle(),
358 snd_pcm_t *handle,
363 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq) {
392 stream_.handle(),
638 snd_pcm_t *handle,
89 AlsaStream(AlsaSoundSystem *alsa, snd_pcm_t *handle, size_t frame_size, int wait_timeout_ms, int flags, int freq) argument
251 AlsaInputStream(AlsaSoundSystem *alsa, snd_pcm_t *handle, size_t frame_size, int wait_timeout_ms, int flags, int freq) argument
357 AlsaOutputStream(AlsaSoundSystem *alsa, snd_pcm_t *handle, size_t frame_size, int wait_timeout_ms, int flags, int freq) argument
633 OpenDevice( const SoundDeviceLocator *device, const OpenParams &params, snd_pcm_stream_t type, StreamInterface *(AlsaSoundSystem::*start_fn)( snd_pcm_t *handle, size_t frame_size, int wait_timeout_ms, int flags, int freq)) argument
654 snd_pcm_t *handle = NULL; local
727 StartOutputStream( snd_pcm_t *handle, size_t frame_size, int wait_timeout_ms, int flags, int freq) argument
738 StartInputStream( snd_pcm_t *handle, size_t frame_size, int wait_timeout_ms, int flags, int freq) argument
[all...]
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc157 HANDLE handle = GetThemeHandle(theme); local
158 if (handle && get_theme_color_) {
160 if (get_theme_color_(handle, part_id, state_id, prop_id, &color_ref) ==
739 HANDLE handle = GetThemeHandle(theme_name); local
740 if (handle && get_theme_part_size_)
741 return get_theme_part_size_(handle, hdc, part_id, state_id, rect, ts, size);
752 HANDLE handle = GetThemeHandle(BUTTON); local
753 if (handle && draw_theme_)
754 return draw_theme_(handle, hdc, part_id, state_id, rect, NULL);
811 if (handle
840 HANDLE handle = GetThemeHandle(MENU); local
856 HANDLE handle = GetThemeHandle(MENU); local
872 HANDLE handle = GetThemeHandle(MENU); local
917 HANDLE handle = GetThemeHandle(MENU); local
936 HANDLE handle = GetThemeHandle(MENU); local
956 HANDLE handle = GetThemeHandle(MENU); local
971 HANDLE handle = GetThemeHandle(MENU); local
1093 HANDLE handle = GetThemeHandle(MENULIST); local
1136 HANDLE handle = GetThemeHandle(SCROLLBAR); local
1212 HANDLE handle = GetThemeHandle(SCROLLBAR); local
1270 HANDLE handle = GetThemeHandle(SCROLLBAR); local
1330 HANDLE handle = GetThemeHandle(SPIN); local
1404 HANDLE handle = GetThemeHandle(TRACKBAR); local
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DtmpCallbackHandler.java35 public void handle(Callback[] callback) throws IOException, method in class:tmpCallbackHandler

Completed in 816 milliseconds

<<21222324252627282930>>