| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/ |
| shared-nopic.d | 1 #name: C6X shared library without PIC code 5 #warning: non-PIC code
|
| shared-nopid.d | 1 #name: C6X shared library without PIC code 5 #warning: non-PID code
|
| /toolchain/binutils/binutils-2.27/zlib/ |
| inflate.h | 13 the crc code when it is not needed. For shared libraries, gzip decoding 38 LENLENS, /* i: waiting for code length code lengths */ 39 CODELENS, /* i: waiting for length/lit and distance code lengths */ 41 LEN, /* i: waiting for length/lit/eob code */ 43 DIST, /* i: waiting for distance code */ 103 /* for table and code decoding */ 105 /* fixed and dynamic code tables */ 106 code const FAR *lencode; /* starting table for length/literal codes */ 107 code const FAR *distcode; /* starting table for distance codes * [all...] |
| /external/javassist/src/main/javassist/ |
| CtField.java | 38 * Creates a <code>CtField</code> object. 40 * with <code>CtClass.addField()</code>. 42 * by a <code>CtField.Initializer</code> object. 45 * call <code>CtNewMethod.getter()</code> and 46 * <code>CtNewMethod.setter()</code> [all...] |
| /external/libexif/libexif/ |
| exif-log.c | 39 ExifLogCode code; member in struct:__anon24782 53 exif_log_code_get_title (ExifLogCode code) 57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break; 62 exif_log_code_get_message (ExifLogCode code) 66 for (i = 0; codes[i].message; i++) if (codes[i].code == code) break; 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, 141 exif_logv (log, code, domain, format, args); 146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain [all...] |
| /external/python/cpython3/Lib/ |
| sre_compile.py | 60 # Maps the lowercase code to lowercase codes which have the same uppercase. 64 def _compile(code, pattern, flags): 66 emit = code.append 85 skip = _len(code); emit(0) 92 code[skip] = _len(code) - skip 107 skip = _len(code); emit(0) 108 _compile_charset(av, flags, code, fixup, fixes) 109 code[skip] = _len(code) - ski [all...] |
| /bionic/tools/ |
| update_version_scripts.sh | 6 git diff --exit-code HEAD libc/*.map libdl/*.map libm/*.map linker/*.map
|
| /dalvik/dx/src/com/android/dx/dex/cf/ |
| CodeStatistics.java | 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.rop.code.RopMethod; 25 * code. 28 /** set to {@code true} to enable development-time debugging code */ 53 * running sum of the number of dex-form insns (actually code 60 * running sum of the total number of dex insns (actually code 71 * @param count {@code >= 0;} the number of bytes to add 80 * @param nonOptCode non-optimized code block 81 * @param code optimized code bloc [all...] |
| /external/capstone/arch/ARM/ |
| ARMDisassembler.h | 12 bool ARM_getInstruction(csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info); 14 bool Thumb_getInstruction(csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info);
|
| /external/capstone/arch/Mips/ |
| MipsDisassembler.h | 14 bool Mips_getInstruction(csh handle, const uint8_t *code, size_t code_len, 17 bool Mips64_getInstruction(csh handle, const uint8_t *code, size_t code_len,
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| UnaryOp.java | 19 import com.android.dx.rop.code.Rop; 20 import com.android.dx.rop.code.Rops; 27 /** {@code ~a}. Supports int and long. */ 35 /** {@code -a}. Supports int, long, float and double. */
|
| /external/e2fsprogs/lib/et/ |
| com_err.c | 27 default_com_err_proc (const char *whoami, errcode_t code, const 32 default_com_err_proc (const char *whoami, errcode_t code, const 41 if (code) { 42 fputs(error_message(code), stderr); 69 void com_err_va (const char *whoami, errcode_t code, const char *fmt, 72 (*com_err_hook) (whoami, code, fmt, args); 76 errcode_t code, 84 com_err_va (whoami, code, fmt, pvar);
|
| com_right.c | 17 * 1. Redistributions of source code must retain the above copyright 49 com_right(struct et_list *list, long code) 53 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) 54 return p->table->msgs[code - p->table->base]; 60 com_right_r(struct et_list *list, long code, char *str, size_t len) 64 if ((code >= p->table->base) && 65 (code < p->table->base + p->table->n_msgs)) { 66 strncpy(str, p->table->msgs[code - p->table->base], len);
|
| /external/elfutils/libdw/ |
| dwarf_attr.c | 45 result->valp = __libdw_find_attr (die, search_name, &result->code, 50 return result->valp != NULL && result->code == search_name ? result : NULL;
|
| /external/llvm/utils/ |
| countloc.sh | 2 ##===- utils/countloc.sh - Counts Lines Of Code --------------*- Script -*-===## 11 # This script finds all the source code files in the source code directories 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
|
| /external/ltp/testcases/kernel/input/ |
| input_helper.h | 27 void send_event(int fd, int event, int code, int value); 32 int check_event_code(struct input_event *iev, int event, int code);
|
| /external/speex/libspeex/ |
| vq_arm4.h | 11 - Redistributions of source code must retain the above copyright 78 const spx_word16_t *code = codebook; 79 dist1 = MAC16_16(dist1,in[j],*code); 80 code += len; 81 dist2 = MAC16_16(dist2,in[j],*code); 82 code += len; 83 dist3 = MAC16_16(dist3,in[j],*code); 84 code += len; 85 dist4 = MAC16_16(dist4,in[j],*code);
|
| /external/strace/ |
| fs_x_ioctl.c | 10 * 1. Redistributions of source code must retain the above copyright 34 fs_x_ioctl(struct tcb *const tcp, const unsigned int code, 37 switch (code) {
|
| hdio.c | 10 * 1. Redistributions of source code must retain the above copyright 41 const unsigned int code, const kernel_ulong_t arg) 43 switch (code) {
|
| kvm.c | 11 * 1. Redistributions of source code must retain the above copyright 72 kvm_ioctl_decode_regs(struct tcb *const tcp, const unsigned int code, 77 if (code == KVM_GET_REGS && entering(tcp)) 90 kvm_ioctl_decode_sregs(struct tcb *const tcp, const unsigned int code, 95 if (code == KVM_GET_SREGS && entering(tcp)) 107 kvm_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) 109 switch (code) { 121 return kvm_ioctl_decode_regs(tcp, code, arg); 127 return kvm_ioctl_decode_sregs(tcp, code, arg);
|
| /external/swiftshader/third_party/LLVM/test/MC/ARM/ |
| mode-switch.s | 1 @ Test ARM / Thumb mode switching with .code 5 .code 16 9 .code 32 13 .code 16
|
| /external/swiftshader/third_party/LLVM/utils/ |
| countloc.sh | 2 ##===- utils/countloc.sh - Counts Lines Of Code --------------*- Script -*-===## 11 # This script finds all the source code files in the source code directories 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
|
| /external/v8/src/ |
| register-configuration.h | 2 // Use of this source code is governed by a BSD-style license that can be 94 const char* GetGeneralRegisterName(int code) const { 95 return general_register_names_[code]; 97 const char* GetFloatRegisterName(int code) const { 98 return float_register_names_[code]; 100 const char* GetDoubleRegisterName(int code) const { 101 return double_register_names_[code]; 103 const char* GetSimd128RegisterName(int code) const { 104 return simd128_register_names_[code];
|
| /hardware/interfaces/gatekeeper/1.0/ |
| types.hal | 35 GatekeeperStatusCode code; 37 * retry timeout in ms, if code == ERROR_RETRY_TIMEOUT
|
| /hardware/interfaces/wifi/hostapd/1.0/ |
| types.hal | 38 HostapdStatusCode code; 41 * status code.
|