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

1 2 3 45 6 7 8 91011>>

  /external/v8/src/ic/
handler-compiler.cc 16 Handle<Code> PropertyHandlerCompiler::Find(Handle<Name> name,
17 Handle<Map> stub_holder,
23 if (probe->IsCode()) return handle(Code::cast(probe));
24 return Handle<Code>::null();
28 Handle<Code> NamedLoadHandlerCompiler::ComputeLoadNonexistent(
29 Handle<Name> name, Handle<HeapType> type) {
31 Handle<Map> receiver_map = IC::TypeToMap(*type, isolate);
34 // is nonexistent, introduce a builtin to handle this (fast propertie
    [all...]
  /external/v8/src/
compilation-cache.h 30 Handle<CompilationCacheTable> GetTable(int generation);
33 Handle<CompilationCacheTable> GetFirstTable() {
36 void SetFirstTable(Handle<CompilationCacheTable> value) {
53 void Remove(Handle<SharedFunctionInfo> function_info);
75 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
76 Handle<Object> name,
80 Handle<Context> context);
81 void Put(Handle<String> source,
82 Handle<Context> context
    [all...]
accessors.h 53 static Handle<AccessorInfo> name##Info( \
69 static Handle<Object> FunctionSetPrototype(Handle<JSFunction> object,
70 Handle<Object> value);
71 static Handle<Object> FunctionGetPrototype(Handle<JSFunction> object);
72 static Handle<Object> FunctionGetArguments(Handle<JSFunction> object);
75 static Handle<AccessorInfo> MakeModuleExport(
76 Handle<String> name, int index, PropertyAttributes attributes)
    [all...]
compilation-cache.cc 45 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
47 Handle<CompilationCacheTable> result;
54 result = Handle<CompilationCacheTable>(table, isolate());
91 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) {
93 // into the caller's handle scope.
96 Handle<CompilationCacheTable> table = GetTable(generation);
114 Handle<SharedFunctionInfo> function_info,
115 Handle<Object> name,
119 Handle<Script> script =
120 Handle<Script>(Script::cast(function_info->script()), isolate())
    [all...]
  /external/iproute2/include/libiptc/
libip6tc.h 20 /* Transparent handle type. */
24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle);
33 const char *ip6tc_first_chain(ip6tc_handle_t *handle);
34 const char *ip6tc_next_chain(ip6tc_handle_t *handle);
38 ip6tc_handle_t *handle);
42 ip6tc_handle_t *handle);
46 ip6tc_handle_t *handle);
49 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handle);
54 ip6tc_handle_t *handle);
64 ip6tc_handle_t *handle);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
traffic.h 23 #define TC_INVALID_HANDLE ((HANDLE)0)
39 typedef VOID (CALLBACK *TCI_NOTIFY_HANDLER)(HANDLE ClRegCtx,HANDLE ClIfcCtx,ULONG Event,HANDLE SubCode,ULONG BufSize,PVOID Buffer);
40 typedef VOID (CALLBACK *TCI_ADD_FLOW_COMPLETE_HANDLER)(HANDLE ClFlowCtx,ULONG Status);
41 typedef VOID (CALLBACK *TCI_MOD_FLOW_COMPLETE_HANDLER)(HANDLE ClFlowCtx,ULONG Status);
42 typedef VOID (CALLBACK *TCI_DEL_FLOW_COMPLETE_HANDLER)(HANDLE ClFlowCtx,ULONG Status);
166 ULONG WINAPI TcRegisterClient(ULONG TciVersion,HANDLE ClRegCtx,PTCI_CLIENT_FUNC_LIST ClientHandlerList,PHANDLE pClientHandle);
167 ULONG WINAPI TcEnumerateInterfaces(HANDLE ClientHandle,PULONG pBufferSize,PTC_IFC_DESCRIPTOR InterfaceBuffer);
168 ULONG WINAPI TcOpenInterfaceA(LPSTR pInterfaceName,HANDLE ClientHandle,HANDLE ClIfcCtx,PHANDLE pIfcHandle)
    [all...]
avrt.h 22 HANDLE AvrtHandle,
26 HANDLE WINAPI AvSetMmThreadCharacteristicsA(
31 HANDLE WINAPI AvSetMmThreadCharacteristicsW(
37 HANDLE AvrtHandle
40 HANDLE WINAPI AvSetMmMaxThreadCharacteristicsA(
46 HANDLE WINAPI AvSetMmMaxThreadCharacteristicsW(
53 HANDLE AvrtHandle,
81 HANDLE Context
91 HANDLE Context
95 HANDLE Contex
    [all...]
wdstci.h 22 HANDLE hSessionKey,
30 HANDLE hSessionKey,
37 HANDLE hSessionKey,
43 HANDLE hSessionKey,
49 HANDLE hSessionKey,
90 HANDLE hSessionKey
98 HANDLE hSessionKey
102 HANDLE hSessionKey
106 HANDLE hSessionKey,
107 HANDLE ulSize
    [all...]
vdmdbg.h 184 HANDLE hModule;
246 HANDLE hBlock;
251 HANDLE hOwner;
270 WINBOOL WINAPI VDMGetThreadSelectorEntry(HANDLE hProcess,HANDLE hThread,WORD wSelector,LPVDMLDT_ENTRY lpSelectorEntry);
271 ULONG WINAPI VDMGetPointer(HANDLE hProcess,HANDLE hThread,WORD wSelector,DWORD dwOffset,WINBOOL fProtMode);
272 WINBOOL WINAPI VDMGetContext(HANDLE hProcess,HANDLE hThread,LPVDMCONTEXT lpVDMContext);
273 WINBOOL WINAPI VDMSetContext(HANDLE hProcess,HANDLE hThread,LPVDMCONTEXT lpVDMContext)
    [all...]
  /hardware/qcom/media/mm-core/src/8974/
qc_registry_table_android.c 45 // Unique instance handle
49 NULL, // Shared object library handle
58 // Unique instance handle
62 NULL, // Shared object library handle
71 // Unique instance handle
75 NULL, // Shared object library handle
84 // Unique instance handle
88 NULL, // Shared object library handle
97 // Unique instance handle
101 NULL, // Shared object library handle
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 197 static void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode);
199 static void disableDevice(alsa_handle_t *handle);
216 int deviceName(alsa_handle_t *handle, unsigned flags, char **value)
226 strlcat(ident, handle->useCase, sizeof(ident));
227 ret = snd_use_case_get(handle->ucMgr, ident, (const char **)value);
262 status_t setHardwareParams(alsa_handle_t *handle)
267 unsigned int requestedRate = handle->sampleRate;
269 int channels = handle->channels;
278 reqBuffSize = handle->bufferSize;
280 (int) reqBuffSize, handle->channels, handle->sampleRate)
    [all...]
  /external/selinux/libsepol/src/
policydb_convert.c 10 int policydb_from_image(sepol_handle_t * handle,
20 pf.handle = handle;
24 ERR(handle, "policy image is invalid");
34 int policydb_to_image(sepol_handle_t * handle,
46 pf.handle = handle;
48 ERR(handle, "could not compute policy length");
57 ERR(handle, "out of memory");
67 ERR(handle, "could not write policy")
    [all...]
booleans.c 4 #include "handle.h"
14 static int bool_update(sepol_handle_t * handle,
33 ERR(handle, "boolean %s no longer in policy", name);
37 ERR(handle, "illegal value %d for boolean %s", value, name);
46 ERR(handle, "out of memory");
50 ERR(handle, "could not update boolean %s", cname);
54 static int bool_to_record(sepol_handle_t * handle,
65 if (sepol_bool_create(handle, &tmp_record) < 0)
68 if (sepol_bool_set_name(handle, tmp_record, name) < 0)
77 ERR(handle, "could not convert boolean %s to record", name)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 160 * Begin functions to handle an inode's extent information
162 void ext2fs_extent_free(ext2_extent_handle_t handle)
166 if (!handle)
169 if (handle->path) {
170 for (i=1; i <= handle->max_depth; i++) {
171 if (handle->path[i].buf)
172 ext2fs_free_mem(&handle->path[i].buf);
174 ext2fs_free_mem(&handle->path);
176 ext2fs_free_mem(&handle);
189 struct ext2_extent_handle *handle; local
    [all...]
  /external/libpcap/
pcap-netfilter-linux.c 84 static int nfqueue_send_verdict(const pcap_t *handle, u_int16_t group_id, u_int32_t id, u_int32_t verdict);
87 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
89 struct pcap_netfilter *handlep = handle->priv;
96 len = recv(handle->fd, handle->buffer, handle->bufsize, 0);
97 if (handle->break_loop) {
98 handle->break_loop = 0;
104 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't receive packet %d:%s", errno, pcap_strerror(errno));
108 buf = handle->buffer
    [all...]
pcap-bt-linux.c 187 bt_activate(pcap_t* handle)
189 struct pcap_bt *handlep = handle->priv;
197 if (sscanf(handle->opt.source, BT_IFACE"%d", &dev_id) != 1)
199 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
201 handle->opt.source);
206 handle->bufsize = handle->snapshot+BT_CTRL_SIZE+sizeof(pcap_bluetooth_h4_header);
207 handle->offset = BT_CTRL_SIZE;
208 handle->linktype = DLT_BLUETOOTH_HCI_H4_WITH_PHDR;
210 handle->read_op = bt_read_linux
    [all...]
  /external/selinux/libsemanage/src/
ports_file.c 16 #include <semanage/handle.h>
23 static int port_print(semanage_handle_t * handle,
46 if (semanage_context_to_string(handle, con, &con_str) < 0)
55 ERR(handle, "could not print port range %u - %u (%s) to stream",
61 static int port_parse(semanage_handle_t * handle,
69 if (parse_skip_space(handle, info) < 0)
75 if (parse_assert_str(handle, info, "portcon") < 0)
77 if (parse_assert_space(handle, info) < 0)
81 if (parse_fetch_string(handle, info, &str, ' ') < 0)
88 ERR(handle, "invalid protocol \"%s\" (%s: %u):\n%s", str
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h 48 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \
49 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG))
52 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG)
53 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG)
55 #define OMX_DPRINT(HANDLE, STR, ARG...)
56 #define OMX_TPRINT(HANDLE, STR, ARG...)
60 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING"
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Debug.h 73 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \
74 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG))
77 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG)
78 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG)
80 #define OMX_DPRINT(HANDLE, STR, ARG...)
81 #define OMX_TPRINT(HANDLE, STR, ARG...)
85 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING"
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Debug.h 73 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \
74 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG))
77 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG)
78 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG)
80 #define OMX_DPRINT(HANDLE, STR, ARG...)
81 #define OMX_TPRINT(HANDLE, STR, ARG...)
85 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING"
    [all...]
  /external/drm_gralloc/
gralloc_drm.cpp 152 * Validate a buffer handle and return the associated bo.
157 struct gralloc_drm_handle_t *handle = gralloc_drm_handle(_handle); local
159 if (!handle)
162 /* the buffer handle is passed to a new process */
163 ALOGE("data_owner=%d gralloc_pid=%d data=%p\n", handle->data_owner, gralloc_drm_get_pid(), handle->data);
164 if (unlikely(handle->data_owner != gralloc_drm_pid)) {
171 ALOGE("handle: name=%d pfd=%d\n", handle->name,
172 handle->prime_fd)
223 struct gralloc_drm_handle_t *handle; local
250 struct gralloc_drm_handle_t *handle; local
279 struct gralloc_drm_handle_t *handle = bo->handle; local
329 struct gralloc_drm_handle_t *handle = gralloc_drm_handle(_handle); local
    [all...]
  /hardware/qcom/media/mm-core/src/8226/
qc_registry_table_android.c 46 // Unique instance handle
50 NULL, // Shared object library handle
59 // Unique instance handle
63 NULL, // Shared object library handle
72 // Unique instance handle
76 NULL, // Shared object library handle
85 // Unique instance handle
89 NULL, // Shared object library handle
98 // Unique instance handle
102 NULL, // Shared object library handle
    [all...]
  /hardware/qcom/media/mm-core/src/plutonium/
registry_table_android.c 45 // Unique instance handle
52 NULL, // Shared object library handle
61 // Unique instance handle
68 NULL, // Shared object library handle
77 // Unique instance handle
84 NULL, // Shared object library handle
93 // Unique instance handle
100 NULL, // Shared object library handle
109 // Unique instance handle
116 NULL, // Shared object library handle
    [all...]
  /external/libhevc/common/
ithread.c 69 return (sizeof(HANDLE));
74 return (sizeof(HANDLE));
79 HANDLE *ppv_thread_handle;
80 HANDLE thread_handle_value;
85 ppv_thread_handle = (HANDLE *)thread_handle;
93 *ppv_thread_handle = (HANDLE)thread_handle_value;
100 HANDLE *ppv_thread_handle;
101 HANDLE thread_handle_value;
106 ppv_thread_handle = (HANDLE *)thread_handle;
119 HANDLE *ppv_thread_handle
    [all...]
  /external/libmpeg2/common/
ithread.c 71 return (sizeof(HANDLE));
76 return (sizeof(HANDLE));
81 HANDLE *ppv_thread_handle;
82 HANDLE thread_handle_value;
87 ppv_thread_handle = (HANDLE *)thread_handle;
95 *ppv_thread_handle = (HANDLE)thread_handle_value;
102 HANDLE *ppv_thread_handle;
103 HANDLE thread_handle_value;
108 ppv_thread_handle = (HANDLE *)thread_handle;
121 HANDLE *ppv_thread_handle
    [all...]

Completed in 670 milliseconds

1 2 3 45 6 7 8 91011>>