HomeSort by relevance Sort by last modified time
    Searched full:handle (Results 126 - 150 of 15141) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/selinux/libsemanage/include/semanage/
boolean_record.h 6 #include <semanage/handle.h>
17 extern int semanage_bool_key_create(semanage_handle_t * handle,
21 extern int semanage_bool_key_extract(semanage_handle_t * handle,
36 extern int semanage_bool_set_name(semanage_handle_t * handle,
45 extern int semanage_bool_create(semanage_handle_t * handle,
48 extern int semanage_bool_clone(semanage_handle_t * handle,
  /external/selinux/libsepol/include/sepol/
boolean_record.h 5 #include <sepol/handle.h>
16 extern int sepol_bool_key_create(sepol_handle_t * handle,
22 extern int sepol_bool_key_extract(sepol_handle_t * handle,
37 extern int sepol_bool_set_name(sepol_handle_t * handle,
46 extern int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr);
48 extern int sepol_bool_clone(sepol_handle_t * handle,
interfaces.h 6 #include <sepol/handle.h>
12 extern int sepol_iface_count(sepol_handle_t * handle,
17 extern int sepol_iface_exists(sepol_handle_t * handle,
23 extern int sepol_iface_query(sepol_handle_t * handle,
30 extern int sepol_iface_modify(sepol_handle_t * handle,
41 extern int sepol_iface_iterate(sepol_handle_t * handle,
nodes.h 4 #include <sepol/handle.h>
12 extern int sepol_node_count(sepol_handle_t * handle,
16 extern int sepol_node_exists(sepol_handle_t * handle,
21 extern int sepol_node_query(sepol_handle_t * handle,
27 extern int sepol_node_modify(sepol_handle_t * handle,
38 extern int sepol_node_iterate(sepol_handle_t * handle,
ports.h 4 #include <sepol/handle.h>
12 extern int sepol_port_count(sepol_handle_t * handle,
16 extern int sepol_port_exists(sepol_handle_t * handle,
21 extern int sepol_port_query(sepol_handle_t * handle,
27 extern int sepol_port_modify(sepol_handle_t * handle,
38 extern int sepol_port_iterate(sepol_handle_t * handle,
  /external/v8/src/
type-feedback-vector-inl.h 13 Handle<Object> TypeFeedbackVector::UninitializedSentinel(Isolate* isolate) {
18 Handle<Object> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) {
23 Handle<Object> TypeFeedbackVector::PremonomorphicSentinel(Isolate* isolate) {
28 Handle<Object> TypeFeedbackVector::GenericSentinel(Isolate* isolate) {
33 Handle<Object> TypeFeedbackVector::MonomorphicArraySentinel(
35 return Handle<Object>(Smi::FromInt(static_cast<int>(elements_kind)), isolate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wdsbp.h 21 HANDLE hHandle,
28 HANDLE hHandle
32 HANDLE hHandle,
44 HANDLE *phHandle
51 HANDLE *phHandle
55 HANDLE hHandle,
winsplp.h 30 #define HKEYMONITOR HANDLE
89 WINBOOL (WINAPI *fpOpenPrinter)(PWSTR lpPrinterName, HANDLE *phPrinter,
91 WINBOOL (WINAPI *fpSetJob)(HANDLE hPrinter, DWORD JobID, DWORD Level,
93 WINBOOL (WINAPI *fpGetJob)(HANDLE hPrinter, DWORD JobID, DWORD Level,
95 WINBOOL (WINAPI *fpEnumJobs)(HANDLE hPrinter, DWORD FirstJob, DWORD NoJobs,
98 HANDLE (WINAPI *fpAddPrinter)(LPWSTR pName, DWORD Level, LPBYTE pPrinter);
99 WINBOOL (WINAPI *fpDeletePrinter)(HANDLE hPrinter);
100 WINBOOL (WINAPI *fpSetPrinter)(HANDLE hPrinter, DWORD Level, LPBYTE pPrinter,
102 WINBOOL (WINAPI *fpGetPrinter)(HANDLE hPrinter, DWORD Level, LPBYTE pPrinter,
111 WINBOOL (WINAPI *fpGetPrinterDriver)(HANDLE hPrinter, LPWSTR pEnvironment
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java 38 int handle = 0; field in class:HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
50 this.handle = handle;
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance,
60 this.handle = handle;
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) {
70 this.handle = handle;
187 Integer handle = mRequestMap.get(requestId); local
    [all...]
  /external/libpcap/
pcap-can-linux.c 144 can_activate(pcap_t* handle)
146 struct pcap_can *handlep = handle->priv;
151 handle->bufsize = 24;
152 handle->offset = 8;
153 handle->linktype = DLT_CAN_SOCKETCAN;
154 handle->read_op = can_read_linux;
155 handle->inject_op = can_inject_linux;
156 handle->setfilter_op = can_setfilter_linux;
157 handle->setdirection_op = can_setdirection_linux;
158 handle->set_datalink_op = NULL
    [all...]
  /external/selinux/libsemanage/src/
database_llist.c 13 #include "handle.h"
16 int dbase_llist_needs_resync(semanage_handle_t * handle, dbase_llist_t * dbase)
24 cache_serial = handle->funcs->get_serial(handle);
37 int dbase_llist_cache_prepend(semanage_handle_t * handle,
46 if (dbase->rtable->clone(handle, data, &entry->data) < 0)
62 ERR(handle, "out of memory");
65 ERR(handle, "could not cache record");
88 int dbase_llist_set_serial(semanage_handle_t * handle, dbase_llist_t * dbase)
91 int cache_serial = handle->funcs->get_serial(handle)
    [all...]
boolean_internal.h 9 #include "handle.h"
27 extern int bool_file_dbase_init(semanage_handle_t * handle,
34 extern int bool_policydb_dbase_init(semanage_handle_t * handle,
39 extern int bool_activedb_dbase_init(semanage_handle_t * handle,
booleans_file.c 17 #include <semanage/handle.h>
23 static int bool_print(semanage_handle_t * handle,
31 ERR(handle, "could not print boolean %s to stream", name);
38 static int bool_parse(semanage_handle_t * handle,
45 if (parse_skip_space(handle, info) < 0)
51 if (parse_fetch_string(handle, info, &str, '=') < 0)
54 if (semanage_bool_set_name(handle, boolean, str) < 0)
60 if (parse_skip_space(handle, info) < 0)
62 if (parse_assert_ch(handle, info, '=') < 0)
66 if (parse_skip_space(handle, info) < 0
    [all...]
database_activedb.h 7 #include "handle.h"
16 int (*read_list) (semanage_handle_t * handle,
20 int (*commit_list) (semanage_handle_t * handle,
26 extern int dbase_activedb_init(semanage_handle_t * handle,
handle_internal.h 4 #include <semanage/handle.h>
  /developers/build/prebuilts/gradle/DelayedConfirmation/Application/src/main/res/values/
wear.xml 3 <!-- declaring that phone can handle confirmation messages -->
  /developers/samples/android/wearable/wear/DelayedConfirmation/Application/src/main/res/values/
wear.xml 3 <!-- declaring that phone can handle confirmation messages -->
  /development/samples/browseable/DelayedConfirmation/Application/res/values/
wear.xml 3 <!-- declaring that phone can handle confirmation messages -->
  /external/iproute2/include/
dlfcn.h 22 static inline void *dlsym(void *handle, const char *sym)
24 if (handle != _FAKE_DLFCN_HDL)
34 static inline int dlclose(void *handle)
36 return (handle == _FAKE_DLFCN_HDL) ? 0 : 1;
  /external/iptables/include/
ip6tables.h 11 struct xtc_handle **handle, bool restore);
13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
  /frameworks/base/core/java/android/view/
package.html 3 Provides classes that expose basic user interface classes that handle
  /frameworks/base/graphics/java/android/graphics/
package.html 4 rectangles that let you handle drawing to the screen directly.
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBuffer.cpp 22 TngGrallocBuffer::TngGrallocBuffer(buffer_handle_t handle)
23 :GrallocBufferBase(handle)
25 initBuffer(handle);
32 void TngGrallocBuffer::resetBuffer(buffer_handle_t handle)
34 GrallocBufferBase::resetBuffer(handle);
35 initBuffer(handle);
38 void TngGrallocBuffer::initBuffer(buffer_handle_t handle)
40 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle;
45 ETRACE("gralloc handle is null");
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBuffer.cpp 22 TngGrallocBuffer::TngGrallocBuffer(uint32_t handle)
23 :GrallocBufferBase(handle)
25 initBuffer(handle);
32 void TngGrallocBuffer::resetBuffer(uint32_t handle)
34 GrallocBufferBase::resetBuffer(handle);
35 initBuffer(handle);
38 void TngGrallocBuffer::initBuffer(uint32_t handle)
40 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle;
45 ELOGTRACE("gralloc handle is null");

Completed in 526 milliseconds

1 2 3 4 56 7 8 91011>>