/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 100 String link = links.get(s); in ZoneCompactor() 122 String to = links.get(from); in ZoneCompactor() 124 starts.put(from, starts.get(to)); in ZoneCompactor() 125 lengths.put(from, lengths.get(to)); in ZoneCompactor() 126 offsets.put(from, offsets.get(to)); in ZoneCompactor() 149 writeInt(idx, starts.get(zname).intValue()); in ZoneCompactor() 150 writeInt(idx, lengths.get(zname).intValue()); in ZoneCompactor() 151 writeInt(idx, offsets.get(zname).intValue()); in ZoneCompactor()
|
/bionic/libc/kernel/common/linux/ |
D | moduleparam.h | 50 param_get_fn get; member 65 param_get_fn get; member 70 …get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param co… argument 71 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, nam… argument
|
D | klist.h | 31 void (*get)(struct klist_node *); member
|
D | xattr.h | 41 int (*get)(struct inode *inode, const char *name, void *buffer, member
|
/bionic/libc/arch-arm/bionic/ |
D | clone.S | 36 @ get flags
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 52 statics = statics.union( kernel_known_statics.get( arch, set() ) ) 80 return dst_path, out.get()
|
D | kernel.py | 153 return set(self.headers.get(header))
|
D | cpp.py | 683 return Expr.precedences.get(self.op, 1000) 1302 prec = CppExpr.precedences.get(op,1000) 1307 arg_prec = CppExpr.precedences.get(arg[0],1000) 1318 if CppExpr.precedences.get(arg1_op,1000) < prec: 1320 if CppExpr.precedences.get(arg2_op,1000) < prec: 2248 if out.get() != expected: 2253 print out.get(),
|
D | utils.py | 210 def get(self): member in StringOutput
|
/bionic/libc/arch-mips/bionic/ |
D | sigsetjmp.S | 66 REG_L t0, (_JBLEN*REGSZ)(a0) # get "savemask"
|
D | setjmp.S | 68 move a0, zero # get current signal mask
|
/bionic/libc/docs/ |
D | SYSV-IPC.TXT | 98 (You can use the "ipcs -u" command to get a summary describing the kernel
|
D | OVERVIEW.TXT | 110 If you want to know why and how this is done, read kernel/README.TXT to get 302 - get rid of *many* unfortunate thread-safety issues in the original code 337 to get something working properly.
|
D | CHANGES.TXT | 182 - DNS: get rid of spurious random DNS queries when trying to resolve
|
/bionic/libc/arch-x86/bionic/ |
D | crtbegin.S | 46 # so we use a tiny trampoline that will get relocated
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 104 sh a1,0(a0) # store one halfword to get aligned
|
/bionic/libc/tools/ |
D | bionic_utils.py | 328 def get(self): member in StringOutput
|
/bionic/libc/kernel/ |
D | README.TXT | 8 and unmodified kernel headers in order to get rid of many annoying 159 typedef/struct/union/enum declaration. this allows to get rid of any variable
|