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

<<21222324252627282930>>

  /external/iproute2/examples/diffserv/
Edge1 33 $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/
cls-testbed.t 16 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/libnfc-nci/src/nfa/include/
nfa_ce_api.h 152 ** 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/
mls.h 28 #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/
Thread.h 25 operator HANDLE() { return thread; }
26 void Attach(HANDLE handle) { thread = handle; }
27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.c 49 struct winsys_handle *handle)
54 return nv30_miptree_from_handle(pscreen, tmpl, handle);
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 83 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/
android_sw_winsys.cpp 53 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/
SDL_systhread.c 76 waitpid(thread->handle, NULL, 0);
83 kill(thread->handle, SIGKILL);
  /frameworks/base/services/java/com/android/server/am/
UserStartedState.java 43 public UserStartedState(UserHandle handle, boolean initial) {
44 mHandle = handle;
  /frameworks/native/include/gui/
ISurfaceComposerClient.h 61 sp<IBinder>* handle,
67 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
  /frameworks/native/libs/gui/
GraphicBufferAlloc.cpp 39 if (err != 0 || graphicBuffer->handle == 0) {
44 "failed (%s), handle=%p",
45 w, h, strerror(-err), graphicBuffer->handle);
ISensorEventConnection.cpp 56 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs,
61 data.writeInt32(handle);
70 virtual status_t setEventRate(int handle, nsecs_t ns)
74 data.writeInt32(handle);
104 int handle = data.readInt32(); local
109 status_t result = enableDisable(handle, enabled, samplingPeriodNs,
116 int handle = data.readInt32(); local
118 status_t result = setEventRate(handle, ns);
  /frameworks/native/services/sensorservice/
RotationVectorSensor.h 44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
58 virtual status_t setDelay(void* ident, int handle, int64_t ns);
  /hardware/samsung_slsi/exynos5/include/
ion.h 162 int ion_incRef(int fd, int share_fd, unsigned long **handle);
164 int ion_decRef(int fd, unsigned long *handle);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
80 void *handle; member in struct:ld_plugin_input_file
100 const void* handle; member in struct:ld_plugin_section
203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
211 (*ld_plugin_get_input_file) (const void *handle,
216 (*ld_plugin_get_view) (const void *handle, const void **viewp);
222 (*ld_plugin_release_input_file) (const void *handle);
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
256 The handle is obtained in the claim_file handler. This interface should
262 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
80 void *handle; member in struct:ld_plugin_input_file
100 const void* handle; member in struct:ld_plugin_section
203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
211 (*ld_plugin_get_input_file) (const void *handle,
216 (*ld_plugin_get_view) (const void *handle, const void **viewp);
222 (*ld_plugin_release_input_file) (const void *handle);
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
256 The handle is obtained in the claim_file handler. This interface should
262 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
81 void *handle; member in struct:ld_plugin_input_file
101 const void* handle; member in struct:ld_plugin_section
210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
218 (*ld_plugin_get_input_file) (const void *handle,
223 (*ld_plugin_get_view) (const void *handle, const void **viewp);
229 (*ld_plugin_release_input_file) (const void *handle);
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
263 The handle is obtained in the claim_file handler. This interface should
269 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
81 void *handle; member in struct:ld_plugin_input_file
101 const void* handle; member in struct:ld_plugin_section
210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
218 (*ld_plugin_get_input_file) (const void *handle,
223 (*ld_plugin_get_view) (const void *handle, const void **viewp);
229 (*ld_plugin_release_input_file) (const void *handle);
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
263 The handle is obtained in the claim_file handler. This interface should
269 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
81 void *handle; member in struct:ld_plugin_input_file
101 const void* handle; member in struct:ld_plugin_section
210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
218 (*ld_plugin_get_input_file) (const void *handle,
223 (*ld_plugin_get_view) (const void *handle, const void **viewp);
229 (*ld_plugin_release_input_file) (const void *handle);
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
263 The handle is obtained in the claim_file handler. This interface should
269 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
80 void *handle; member in struct:ld_plugin_input_file
100 const void* handle; member in struct:ld_plugin_section
203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
211 (*ld_plugin_get_input_file) (const void *handle,
216 (*ld_plugin_get_view) (const void *handle, const void **viewp);
222 (*ld_plugin_release_input_file) (const void *handle);
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
256 The handle is obtained in the claim_file handler. This interface should
262 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
80 void *handle; member in struct:ld_plugin_input_file
100 const void* handle; member in struct:ld_plugin_section
203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
211 (*ld_plugin_get_input_file) (const void *handle,
216 (*ld_plugin_get_view) (const void *handle, const void **viewp);
222 (*ld_plugin_release_input_file) (const void *handle);
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
256 The handle is obtained in the claim_file handler. This interface should
262 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
81 void *handle; member in struct:ld_plugin_input_file
101 const void* handle; member in struct:ld_plugin_section
210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
218 (*ld_plugin_get_input_file) (const void *handle,
223 (*ld_plugin_get_view) (const void *handle, const void **viewp);
229 (*ld_plugin_release_input_file) (const void *handle);
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
263 The handle is obtained in the claim_file handler. This interface should
269 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nbd.h 55 char handle[8]; member in struct:nbd_request
71 char handle[8]; /* handle you got from request */ member in struct:nbd_reply
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nbd.h 55 char handle[8]; member in struct:nbd_request
71 char handle[8]; /* handle you got from request */ member in struct:nbd_reply

Completed in 986 milliseconds

<<21222324252627282930>>