/external/selinux/libsemanage/src/ |
database_file.c | 19 #include "handle.h" 40 static int dbase_file_cache(semanage_handle_t * handle, dbase_file_t * dbase) 53 if (!dbase_llist_needs_resync(handle, &dbase->llist)) 58 if (dbase_llist_set_serial(handle, &dbase->llist) < 0) 61 fname = dbase->path[handle->is_in_transaction]; 63 if (parse_init(handle, fname, NULL, &parse_info) < 0) 66 if (parse_open(handle, parse_info) < 0) 73 if (rtable->create(handle, &process_record) < 0) 77 pstatus = rftable->parse(handle, parse_info, process_record); 88 if (dbase_llist_cache_prepend(handle, &dbase->llist [all...] |
fcontexts_file.c | 16 #include <semanage/handle.h> 46 static int fcontext_print(semanage_handle_t * handle, 62 if (semanage_context_to_string(handle, con, &con_str) < 0) 75 ERR(handle, "could not print file context for " 81 static int fcontext_parse(semanage_handle_t * handle, 88 if (parse_skip_space(handle, info) < 0) 94 if (parse_fetch_string(handle, info, &str, ' ') < 0) 96 if (semanage_fcontext_set_expr(handle, fcontext, str) < 0) 102 if (parse_assert_space(handle, info) < 0) 104 if (parse_fetch_string(handle, info, &str, ' ') < 0 [all...] |
parse_utils.c | 9 #include <semanage/handle.h> 13 int parse_init(semanage_handle_t * handle, 20 ERR(handle, 45 int parse_open(semanage_handle_t * handle, parse_info_t * info) 50 ERR(handle, "could not open file %s: %s", 83 int parse_skip_space(semanage_handle_t * handle, parse_info_t * info) 136 ERR(handle, "out of memory, could not allocate buffer"); 141 int parse_assert_noeof(semanage_handle_t * handle, parse_info_t * info) 145 ERR(handle, "unexpected end of file (%s: %u)", 153 int parse_assert_space(semanage_handle_t * handle, parse_info_t * info [all...] |
/external/v8/src/ |
type-info.h | 22 TypeFeedbackOracle(Handle<Code> code, 23 Handle<TypeFeedbackVector> feedback_vector, 24 Handle<Context> native_context, Zone* zone); 42 void PropertyReceiverTypes(TypeFeedbackId id, Handle<String> name, 48 Handle<String> name, 63 Handle<JSFunction> GetCallTarget(int slot); 64 Handle<AllocationSite> GetCallAllocationSite(int slot); 65 Handle<JSFunction> GetCallNewTarget(int slot); 66 Handle<AllocationSite> GetCallNewAllocationSite(int slot); 81 Handle<AllocationSite>* allocation_site [all...] |
type-info.cc | 22 Handle<Code> code, Handle<TypeFeedbackVector> feedback_vector, 23 Handle<Context> native_context, Zone* zone) 40 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { 46 return Handle<Object>(cell->value(), isolate()); 48 return Handle<Object>(value, isolate()); 51 return Handle<Object>::cast(isolate()->factory()->undefined_value()); 55 Handle<Object> TypeFeedbackOracle::GetInfo(int slot) { 60 return Handle<Object>(obj, isolate()); 62 return Handle<Object>::cast(isolate()->factory()->undefined_value()) [all...] |
liveedit.h | 48 void RecordFunctionInfo(Handle<SharedFunctionInfo> info, 50 void RecordRootFunctionInfo(Handle<Code> code); 82 Handle<Script> script, 83 Handle<String> source); 85 static void WrapSharedFunctionInfos(Handle<JSArray> array); 87 static void ReplaceFunctionCode(Handle<JSArray> new_compile_info_array, 88 Handle<JSArray> shared_info_array); 90 static void FunctionSourceUpdated(Handle<JSArray> shared_info_array); 93 static void SetFunctionScript(Handle<JSValue> function_wrapper, 94 Handle<Object> script_handle) [all...] |
i18n.h | 25 static Handle<ObjectTemplateInfo> GetTemplate(Isolate* isolate); 28 static Handle<ObjectTemplateInfo> GetTemplate2(Isolate* isolate); 41 Handle<String> locale, 42 Handle<JSObject> options, 43 Handle<JSObject> resolved); 47 Handle<JSObject> obj); 65 Handle<String> locale, 66 Handle<JSObject> options, 67 Handle<JSObject> resolved); 71 Handle<JSObject> obj) [all...] |
type-feedback-vector.h | 25 static Handle<TypeFeedbackVector> Copy(Isolate* isolate, 26 Handle<TypeFeedbackVector> vector); 29 static inline Handle<Object> UninitializedSentinel(Isolate* isolate); 32 static inline Handle<Object> MegamorphicSentinel(Isolate* isolate); 35 static inline Handle<Object> PremonomorphicSentinel(Isolate* isolate); 38 static inline Handle<Object> GenericSentinel(Isolate* isolate); 42 static inline Handle<Object> MonomorphicArraySentinel(
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
clfsw32.h | 26 WINBOOL WINAPI AddLogContainer(HANDLE hLog,PULONGLONG pcbContainer,LPWSTR pwszContainerPath,LPVOID pReserved); 27 WINBOOL WINAPI AddLogContainerSet(HANDLE hLog,USHORT cContainers,PULONGLONG pcbContainer,LPWSTR *rgwszContainerPath,PVOID Reserved); 28 WINBOOL WINAPI CloseAndResetLogFile(HANDLE hLog); 31 HANDLE hLog, 39 HANDLE WINAPI CreateLogFile( 55 HANDLE hLog, 70 HANDLE hLog 79 HANDLE hLog 140 HANDLE hLog, 148 HANDLE hLog [all...] |
psapi.h | 38 WINBOOL WINAPI EnumProcessModules(HANDLE hProcess,HMODULE *lphModule,DWORD cb,LPDWORD lpcbNeeded); 39 DWORD WINAPI GetModuleBaseNameA(HANDLE hProcess,HMODULE hModule,LPSTR lpBaseName,DWORD nSize); 40 DWORD WINAPI GetModuleBaseNameW(HANDLE hProcess,HMODULE hModule,LPWSTR lpBaseName,DWORD nSize); 41 DWORD WINAPI GetModuleFileNameExA(HANDLE hProcess,HMODULE hModule,LPSTR lpFilename,DWORD nSize); 42 DWORD WINAPI GetModuleFileNameExW(HANDLE hProcess,HMODULE hModule,LPWSTR lpFilename,DWORD nSize); 50 WINBOOL WINAPI GetModuleInformation(HANDLE hProcess,HMODULE hModule,LPMODULEINFO lpmodinfo,DWORD cb); 51 WINBOOL WINAPI EmptyWorkingSet(HANDLE hProcess); 52 WINBOOL WINAPI QueryWorkingSet(HANDLE hProcess,PVOID pv,DWORD cb); 53 WINBOOL WINAPI QueryWorkingSetEx(HANDLE hProcess,PVOID pv,DWORD cb); 54 WINBOOL WINAPI InitializeProcessForWsWatch(HANDLE hProcess) [all...] |
/system/bt/stack/rfcomm/ |
port_api.c | 58 "Bad handle", 95 ** p_handle - OUT pointer to the handle. 239 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection 242 int RFCOMM_RemoveConnection (UINT16 handle) 248 RFCOMM_TRACE_API ("RFCOMM_RemoveConnection() handle:%d", handle); 250 /* Check if handle is valid to avoid crashing */ 251 if ((handle == 0) || (handle > MAX_RFC_PORTS) [all...] |
/external/selinux/libsepol/src/ |
boolean_record.c | 21 int sepol_bool_key_create(sepol_handle_t * handle, 29 ERR(handle, "out of memory, " "could not create boolean key"); 49 int sepol_bool_key_extract(sepol_handle_t * handle, 54 if (sepol_bool_key_create(handle, boolean->name, key_ptr) < 0) { 55 ERR(handle, "could not extract key from boolean %s", 91 int sepol_bool_set_name(sepol_handle_t * handle, 97 ERR(handle, "out of memory, could not set boolean name"); 125 int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr) 131 ERR(handle, "out of memory, " 146 int sepol_bool_clone(sepol_handle_t * handle, [all...] |
context_record.c | 33 int sepol_context_set_user(sepol_handle_t * handle, 39 ERR(handle, "out of memory, could not set " 60 int sepol_context_set_role(sepol_handle_t * handle, 66 ERR(handle, "out of memory, could not set " 86 int sepol_context_set_type(sepol_handle_t * handle, 92 ERR(handle, "out of memory, could not set " 112 int sepol_context_set_mls(sepol_handle_t * handle, 118 ERR(handle, "out of memory, could not set " 130 int sepol_context_create(sepol_handle_t * handle, sepol_context_t ** con_ptr) 137 ERR(handle, "out of memory, could not " "create context\n") [all...] |
/hardware/qcom/media/mm-core/src/8660/ |
qc_registry_table_android.c | 49 // Unique instance handle 56 NULL, // Shared object library handle 65 // Unique instance handle 72 NULL, // Shared object library handle 81 // Unique instance handle 88 NULL, // Shared object library handle 97 // Unique instance handle 104 NULL, // Shared object library handle 113 // Unique instance handle 120 NULL, // Shared object library handle [all...] |
/hardware/qcom/media/mm-core/src/7630/ |
qc_registry_table.c | 43 // Unique instance handle 50 NULL, // Shared object library handle 59 // Unique instance handle 66 NULL, // Shared object library handle 75 // Unique instance handle 82 NULL, // Shared object library handle 91 // Unique instance handle 98 NULL, // Shared object library handle 107 // Unique instance handle 114 NULL, // Shared object library handle [all...] |
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_api.c | 44 ** NFA_P2P_REG_SERVER_EVT will be returned with status and handle. 110 ** NFA_P2P_REG_CLIENT_EVT will be returned with status and handle. 159 ** NFA_STATUS_BAD_HANDLE if handle is not valid 163 tNFA_STATUS NFA_P2pDeregister (tNFA_HANDLE handle) 168 P2P_TRACE_API1 ("NFA_P2pDeregister (): handle:0x%02X", handle); 170 xx = handle & NFA_HANDLE_MASK; 175 P2P_TRACE_ERROR0 ("NFA_P2pDeregister (): Handle is invalid or not registered"); 183 p_msg->handle = handle; [all...] |
/hardware/qcom/media/mm-core/omxcore/src/7630/ |
qc_registry_table_android.c | 44 // Unique instance handle 51 NULL, // Shared object library handle 60 // Unique instance handle 67 NULL, // Shared object library handle 76 // Unique instance handle 83 NULL, // Shared object library handle 92 // Unique instance handle 99 NULL, // Shared object library handle 108 // Unique instance handle 115 NULL, // Shared object library handle [all...] |
/hardware/ti/omap4xxx/ion/ |
ion.c | 59 struct ion_handle **handle) 71 *handle = data.handle; 76 struct ion_handle **handle, size_t *stride) 95 *handle = alloc_data.handle; 99 int ion_free(int fd, struct ion_handle *handle) 102 .handle = handle, 107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot [all...] |
/system/core/libion/tests/ |
allocate_test.cpp | 34 ion_user_handle_t handle = 0; local 35 ASSERT_EQ(0, ion_alloc(m_ionFd, size, 0, heapMask, 0, &handle)); 36 ASSERT_TRUE(handle != 0); 37 ASSERT_EQ(0, ion_free(m_ionFd, handle)); 49 ion_user_handle_t handle = 0; local 50 ASSERT_EQ(0, ion_alloc(m_ionFd, size, 0, heapMask, ION_FLAG_CACHED, &handle)); 51 ASSERT_TRUE(handle != 0); 52 ASSERT_EQ(0, ion_free(m_ionFd, handle)); 64 ion_user_handle_t handle = 0; local 65 ASSERT_EQ(0, ion_alloc(m_ionFd, size, 0, heapMask, ION_FLAG_CACHED_NEEDS_SYNC, &handle)); 79 ion_user_handle_t handle = 0; local 142 ion_user_handle_t handle = 0; local [all...] |
/external/libpcap/ |
pcap-usb-linux.c | 215 int usb_mmap(pcap_t* handle) 217 struct pcap_usb_linux *handlep = handle->priv; 218 int len = ioctl(handle->fd, MON_IOCQ_RING_SIZE); 224 MAP_SHARED, handle->fd, 0); 341 usb_activate(pcap_t* handle) 343 struct pcap_usb_linux *handlep = handle->priv; 347 handle->bufsize = handle->snapshot; 348 handle->offset = 0; 349 handle->linktype = DLT_USB_LINUX [all...] |
/external/selinux/libsemanage/include/semanage/ |
fcontext_record.h | 7 #include <semanage/handle.h> 24 extern int semanage_fcontext_key_create(semanage_handle_t * handle, 29 extern int semanage_fcontext_key_extract(semanage_handle_t * handle, 39 extern int semanage_fcontext_set_expr(semanage_handle_t * handle, 64 extern int semanage_fcontext_set_con(semanage_handle_t * handle, 69 extern int semanage_fcontext_create(semanage_handle_t * handle, 72 extern int semanage_fcontext_clone(semanage_handle_t * handle,
|
/external/vboot_reference/firmware/stub/ |
vboot_api_stub_stream.c | 19 /* Disk handle */ 20 VbExDiskHandle_t handle; member in struct:disk_stream 29 VbError_t VbExStreamOpen(VbExDiskHandle_t handle, uint64_t lba_start, 34 if (!handle) { 40 s->handle = handle; 67 rv = VbExDiskRead(s->handle, s->sector, sectors, buffer);
|
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
GraphicBuffer.cpp | 22 GraphicBuffer::GraphicBuffer(buffer_handle_t handle) 23 : DataBuffer(handle) 25 initBuffer(handle); 28 void GraphicBuffer::resetBuffer(buffer_handle_t handle) 30 DataBuffer::resetBuffer(handle); 31 initBuffer(handle); 70 void GraphicBuffer::initBuffer(buffer_handle_t handle)
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
GraphicBuffer.cpp | 22 GraphicBuffer::GraphicBuffer(uint32_t handle) 23 : DataBuffer(handle) 25 initBuffer(handle); 28 void GraphicBuffer::resetBuffer(uint32_t handle) 30 DataBuffer::resetBuffer(handle); 31 initBuffer(handle); 70 void GraphicBuffer::initBuffer(uint32_t /*handle*/)
|
/hardware/qcom/media/mm-core/src/8960/ |
qc_registry_table.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...] |