Searched refs:class (Results 1 - 25 of 29) sorted by relevance

12

/bionic/linker/
H A Dlinker_environ.h32 class KernelArgumentBlock;
H A Dlinker_allocator.h27 * This class is a non-template version of the LinkerAllocator
33 class LinkerBlockAllocator {
60 class LinkerAllocator {
H A Dlinker_phdr.h40 class ElfReader {
H A Dlinked_list.h32 class LinkedList {
H A Dlinker.h102 class SoinfoListAllocator {
/bionic/libstdc++/include/
H A Dstl_pair.h63 template <class _T1, class _T2>
73 template <class _U1, class _U2>
77 template <class _T1, class _T2>
83 template <class _T1, class _T2>
90 template <class _T1, class _T
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dioprio.h27 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data)
H A Dvirtio_net.h86 __u8 class;
/bionic/libc/bionic/
H A Dlibc_init_common.h52 class KernelArgumentBlock;
H A Dmalloc_debug_disable.h45 class ScopedDisableDebugCalls {
H A Dpthread_accessor.h25 class pthread_accessor {
/bionic/libc/private/
H A DErrnoRestorer.h24 class ErrnoRestorer {
H A DScopedPthreadMutexLocker.h24 class ScopedPthreadMutexLocker {
H A DScopedReaddir.h24 class ScopedReaddir {
H A DScopedFd.h26 class ScopedFd {
H A Dbionic_tls.h98 class KernelArgumentBlock;
H A DScopeGuard.h22 class ScopeGuard {
H A DKernelArgumentBlock.h31 // and the array of ELF aux vectors. This class breaks that block up into its
33 class KernelArgumentBlock {
/bionic/tests/
H A DTemporaryFile.h21 class GenericTemporaryFile {
60 class TemporaryDir {
H A DScopedSignalHandler.h22 class ScopedSignalHandler {
/bionic/libc/dns/resolv/
H A Dres_query.c130 int class, int type, /* class and type of query */
146 printf(";; res_query(%s, %d, %d)\n", name, class, type);
149 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
224 int class, int type, /* class and type of query */
249 return (res_nquery(statp, cp, class, type, answer, anslen));
258 ret = res_nquerydomain(statp, name, NULL, class, type,
295 class, type,
351 ret = res_nquerydomain(statp, name, NULL, class, typ
128 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
222 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
378 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
H A Dres_data.c171 int class, int type, /* class and type of query */
182 return (res_nmkquery(&_nres, op, dname, class, type,
201 int class, int type, /* class and type of query */
209 return (res_nquery(&_nres, name, class, type, answer, anslen));
270 int class, int type, /* class and type of query */
279 return (res_nsearch(&_nres, name, class, type, answer, anslen));
285 int class, in
169 res_mkquery(int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
200 res_query(const char *name, int class, int type, u_char *answer, int anslen) argument
269 res_search(const char *name, int class, int type, u_char *answer, int anslen) argument
283 res_querydomain(const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
H A Dres_mkquery.c120 int class, int type, /* class and type of query */
137 _res_opcodes[op], dname, p_class(class), p_type(type));
170 ns_put16(class, cp);
187 ns_put16(class, cp);
205 ns_put16(class, cp);
117 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
H A Dres_debug.c196 fprintf(file, ";;\t%s, type = %s, class = %s\n",
415 * that C_ANY is a qclass but not a class. (You can ask for records of class
416 * C_ANY, but you can't have any records of that class in the database.)
651 * Return a mnemonic for class.
654 p_class(int class) { argument
659 result = sym_ntos(__p_class_syms, class, &success);
662 if (class < 0 || class > 0xffff)
664 sprintf(classbuf, "CLASS%d", class);
[all...]
/bionic/benchmarks/
H A Dbenchmark.h23 class Benchmark {

Completed in 8980 milliseconds

12