/external/selinux/libsepol/src/ |
user_record.c | 30 int sepol_user_key_create(sepol_handle_t * handle, 38 ERR(handle, "out of memory, " 59 int sepol_user_key_extract(sepol_handle_t * handle, 64 if (sepol_user_key_create(handle, user->name, key_ptr) < 0) { 65 ERR(handle, "could not extract key from user %s", user->name); 96 int sepol_user_set_name(sepol_handle_t * handle, 102 ERR(handle, "out of memory, could not set name"); 121 int sepol_user_set_mlslevel(sepol_handle_t * handle, 127 ERR(handle, "out of memory, " 146 int sepol_user_set_mlsrange(sepol_handle_t * handle, [all...] |
ports.c | 6 #include "handle.h" 11 static inline int sepol2ipproto(sepol_handle_t * handle, int proto) 20 ERR(handle, "unsupported protocol %u", proto); 25 static inline int ipproto2sepol(sepol_handle_t * handle, int proto) 34 ERR(handle, "invalid protocol %u " "found in policy", proto); 41 static int port_from_record(sepol_handle_t * handle, 59 tmp_proto = sepol2ipproto(handle, proto); 68 ERR(handle, "low port %d exceeds high port %d", 74 if (context_from_record(handle, policydb, &tmp_con, 86 ERR(handle, "out of memory") [all...] |
/external/v8/src/ |
bootstrapper.cc | 46 Handle<String> Bootstrapper::NativesSourceLookup(int index) { 57 Handle<String> source_code = isolate_->factory() 62 Handle<Object> cached_source(heap->natives_source_cache()->get(index), 64 return Handle<String>::cast(cached_source); 157 v8::Handle<v8::ObjectTemplate> global_proxy_template, 165 Handle<Context> result() { return result_; } 168 Handle<Context> native_context() { return native_context_; } 173 Handle<JSFunction> CreateEmptyFunction(Isolate* isolate); 175 Handle<JSFunction> GetStrictPoisonFunction(); 177 Handle<JSFunction> GetGeneratorPoisonFunction() [all...] |
arguments.cc | 16 v8::Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { 18 Object** handle = &this->begin()[kReturnValueOffset]; local 19 // Nothing was set, return empty handle as per previous behaviour. 20 if ((*handle)->IsTheHole()) return v8::Handle<V>(); 21 return Utils::Convert<Object, V>(Handle<Object>(handle)); 25 v8::Handle<v8::Value> FunctionCallbackArguments::Call(FunctionCallback f) { 39 v8::Handle<ReturnValue> PropertyCallbackArguments::Call(Function f) { \ 50 v8::Handle<ReturnValue> PropertyCallbackArguments::Call(Function f, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wincon.h | 203 WINBASEAPI WINBOOL WINAPI PeekConsoleInputA(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead); 204 WINBASEAPI WINBOOL WINAPI PeekConsoleInputW(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead); 205 WINBASEAPI WINBOOL WINAPI ReadConsoleInputA(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead); 206 WINBASEAPI WINBOOL WINAPI ReadConsoleInputW(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead); 207 WINBASEAPI WINBOOL WINAPI WriteConsoleInputA(HANDLE hConsoleInput,CONST INPUT_RECORD *lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsWritten); 208 WINBASEAPI WINBOOL WINAPI WriteConsoleInputW(HANDLE hConsoleInput,CONST INPUT_RECORD *lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsWritten); 209 WINBASEAPI WINBOOL WINAPI ReadConsoleOutputA(HANDLE hConsoleOutput,PCHAR_INFO lpBuffer,COORD dwBufferSize,COORD dwBufferCoord,PSMALL_RECT lpReadRegion); 210 WINBASEAPI WINBOOL WINAPI ReadConsoleOutputW(HANDLE hConsoleOutput,PCHAR_INFO lpBuffer,COORD dwBufferSize,COORD dwBufferCoord,PSMALL_RECT lpReadRegion); 211 WINBASEAPI WINBOOL WINAPI WriteConsoleOutputA(HANDLE hConsoleOutput,CONST CHAR_INFO *lpBuffer,COORD dwBufferSize,COORD dwBufferCoord,PSMALL_RECT lpWriteRegion); 212 WINBASEAPI WINBOOL WINAPI WriteConsoleOutputW(HANDLE hConsoleOutput,CONST CHAR_INFO *lpBuffer,COORD dwBufferSize,COORD dwBufferCoord,PSMALL_RECT lpWrit (…) [all...] |
mgm.h | 56 DWORD MgmRegisterMProtocol(PROUTING_PROTOCOL_CONFIG prpiInfo,DWORD dwProtocolId,DWORD dwComponentId,HANDLE *phProtocol); 57 DWORD MgmDeRegisterMProtocol(HANDLE hProtocol); 58 DWORD MgmTakeInterfaceOwnership(HANDLE hProtocol,DWORD dwIfIndex,DWORD dwIfNextHopAddr); 59 DWORD MgmReleaseInterfaceOwnership(HANDLE hProtocol,DWORD dwIfIndex,DWORD dwIfNextHopAddr); 61 DWORD MgmAddGroupMembershipEntry(HANDLE hProtocol,DWORD dwSourceAddr,DWORD dwSourceMask,DWORD dwGroupAddr,DWORD dwGroupMask,DWORD dwIfIndex,DWORD dwIfNextHopIPAddr,DWORD dwFlags); 62 DWORD MgmDeleteGroupMembershipEntry(HANDLE hProtocol,DWORD dwSourceAddr,DWORD dwSourceMask,DWORD dwGroupAddr,DWORD dwGroupMask,DWORD dwIfIndex,DWORD dwIfNextHopIPAddr,DWORD dwFlags); 69 DWORD MgmGroupEnumerationStart(HANDLE hProtocol,MGM_ENUM_TYPES metEnumType,HANDLE *phEnumHandle); 70 DWORD MgmGroupEnumerationGetNext(HANDLE hEnum,PDWORD pdwBufferSize,PBYTE pbBuffer,PDWORD pdwNumEntries); 71 DWORD MgmGroupEnumerationEnd(HANDLE hEnum) [all...] |
/system/core/libziparchive/ |
zip_archive_test.cc | 67 ZipArchiveHandle* handle) { 69 return OpenArchive(abs_path.c_str(), handle); 79 ZipArchiveHandle handle; local 80 ASSERT_EQ(0, OpenArchiveWrapper(kValidZip, &handle)); 82 CloseArchive(handle); 86 ZipArchiveHandle handle; local 87 ASSERT_NE(0, OpenArchiveWrapper(kMissingZip, &handle)); 90 ASSERT_EQ(-1, GetFileDescriptor(handle)); 96 ZipArchiveHandle handle; local 97 ASSERT_EQ(0, OpenArchiveFd(fd, "OpenWithAssumeFdOwnership", &handle)); 106 ZipArchiveHandle handle; local 114 ZipArchiveHandle handle; local 150 ZipArchiveHandle handle; local 179 ZipArchiveHandle handle; local 212 ZipArchiveHandle handle; local 242 ZipArchiveHandle handle; local 260 ZipArchiveHandle handle; local 286 ZipArchiveHandle handle; local 302 ZipArchiveHandle handle; local 402 ZipArchiveHandle handle; local 433 ZipArchiveHandle handle; local 488 ZipArchiveHandle handle; local 501 ZipArchiveHandle handle; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_common.h | 12 typedef WINBOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PCSTR FileName,PVOID CallerData); 13 typedef WINBOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACKW)(HANDLE FileHandle,PCWSTR FileName,PVOID CallerData); 16 typedef WINBOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PCSTR FileName,PVOID CallerData); 17 typedef WINBOOL (CALLBACK *PFIND_EXE_FILE_CALLBACKW)(HANDLE FileHandle,PCWSTR FileName,PVOID CallerData); 27 HANDLE IMAGEAPI FindDebugInfoFile(PCSTR FileName,PCSTR SymbolPath,PSTR DebugFilePath); 28 HANDLE IMAGEAPI FindDebugInfoFileEx(PCSTR FileName,PCSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData); 29 HANDLE IMAGEAPI FindDebugInfoFileExW(PCWSTR FileName,PCWSTR SymbolPath,PWSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACKW Callback,PVOID CallerData); 30 WINBOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,PCSTR SearchPath,PCSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context); 31 WINBOOL IMAGEAPI SymFindFileInPathW(HANDLE hprocess,PCWSTR SearchPath,PCWSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACKW callback,PVOID context); 32 HANDLE IMAGEAPI FindExecutableImage(PCSTR FileName,PCSTR SymbolPath,PSTR ImageFilePath) [all...] |
/development/samples/browseable/PermissionRequest/ |
_index.jd | 8 This sample shows how to handle PermissionRequest coming from web apps inside of a
|
/external/eigen/Eigen/ |
Array | 4 // include Core first to handle Eigen2 support macros
|
/external/iproute2/tc/ |
f_fw.c | 34 static int fw_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n) 44 if (handle) { 46 if ((slash = strchr(handle, '/')) != NULL) 48 if (get_u32(&t->tcm_handle, handle, 0)) { 49 fprintf(stderr, "Illegal \"handle\"\n"); 54 fprintf(stderr, "Illegal \"handle\" mask\n"); 73 unsigned handle; local 75 if (get_tc_classid(&handle, *argv)) { 79 addattr_l(n, 4096, TCA_FW_CLASSID, &handle, 4); 119 static int fw_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) [all...] |
/external/jemalloc/test/include/test/ |
thd.h | 3 typedef HANDLE thd_t;
|
/external/libvpx/libvpx/third_party/libwebm/ |
README.libvpx | 7 libwebm is used to handle WebM container I/O.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 28 HANDLE hFile; 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath); 60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData); 61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context); 62 HANDLE IMAGEAPI FindExecutableImage(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath); 63 HANDLE IMAGEAPI FindExecutableImageEx(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath,PFIND_EXE_FILE_CALLBACK Callback,PVOID CallerData); 126 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase); 133 BOOL IMAGEAPI EnumDirTree(HANDLE hProcess,PSTR RootPath,PSTR InputPathName,PSTR OutputPathBuffer,PENUMDIRTREE_CALLBACK Callback,PVO (…) [all...] |
/external/mesa3d/src/gallium/targets/graw-null/ |
graw_null.c | 12 void **handle)
|
/external/selinux/libsemanage/src/ |
database.h | 24 int (*create) (struct semanage_handle * handle, record_t ** rec); 27 int (*key_extract) (struct semanage_handle * handle, 49 int (*clone) (struct semanage_handle * handle, 52 /* Deallocate record resources. Must sucessfully handle NULL. */ 68 int (*add) (struct semanage_handle * handle, 76 int (*modify) (struct semanage_handle * handle, 83 int (*set) (struct semanage_handle * handle, 88 int (*del) (struct semanage_handle * handle, 94 int (*clear) (struct semanage_handle * handle, dbase_t * dbase); 102 int (*query) (struct semanage_handle * handle, [all...] |
database_join.h | 7 #include "handle.h" 23 int (*join) (semanage_handle_t * handle, 28 int (*split) (semanage_handle_t * handle, 35 extern int dbase_join_init(semanage_handle_t * handle,
|
node_internal.h | 8 #include "handle.h" 36 extern int node_file_dbase_init(semanage_handle_t * handle, 43 extern int node_policydb_dbase_init(semanage_handle_t * handle, 48 extern int hidden semanage_node_validate_local(semanage_handle_t * handle);
|
port_internal.h | 8 #include "handle.h" 32 extern int port_file_dbase_init(semanage_handle_t * handle, 39 extern int port_policydb_dbase_init(semanage_handle_t * handle, 44 extern int hidden semanage_port_validate_local(semanage_handle_t * handle);
|
port_record.c | 23 #include "handle.h" 52 int semanage_port_key_create(semanage_handle_t * handle, 57 return sepol_port_key_create(handle->sepolh, low, high, proto, key_ptr); 60 int semanage_port_key_extract(semanage_handle_t * handle, 65 return sepol_port_key_extract(handle->sepolh, port, key_ptr); 145 int semanage_port_set_con(semanage_handle_t * handle, 149 return sepol_port_set_con(handle->sepolh, port, con); 155 int semanage_port_create(semanage_handle_t * handle, 159 return sepol_port_create(handle->sepolh, port_ptr); 164 int semanage_port_clone(semanage_handle_t * handle, [all...] |
/external/selinux/policycoreutils/mcstrans/share/examples/pipes/setrans.d/ |
pipes.conf | 2 Prefix=Handle Via
|
/external/wpa_supplicant_8/src/ap/ |
vlan_util.c | 35 struct nl_sock *handle = NULL; local 55 handle = nl_socket_alloc(); 56 if (!handle) { 61 err = nl_connect(handle, NETLINK_ROUTE); 68 err = rtnl_link_alloc_cache(handle, AF_UNSPEC, &cache); 116 err = rtnl_link_add(handle, rlink, NLM_F_CREATE); 132 if (handle) 133 nl_socket_free(handle); 141 struct nl_sock *handle = NULL; local 147 handle = nl_socket_alloc() [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
README.webm | 7 libwebm is used to handle WebM container I/O.
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
beginthreadex.cc | 15 HANDLE thr = (HANDLE)_beginthreadex(NULL, 0, thread_proc, NULL, 0, NULL);
|
/external/libxml2/os400/dlfcn/ |
dlfcn.h | 28 extern void * dlsym(void * handle, const char * symbol); 30 extern int dlclose(void * handle);
|