/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stacktrace_printer.cc | 30 const AddressInfo &info, bool vs_style, 49 buffer->append("0x%zx", info.address); 52 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix)); 55 buffer->append("0x%zx", info.module_offset); 58 buffer->append("%s", StripFunctionName(info.function, strip_func_prefix)); 61 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown 62 ? info.function_offset 66 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix)); 69 buffer->append("%d", info.line); 72 buffer->append("%d", info.column) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
alpha-dis.c | 57 print_insn_alpha (memaddr, info) 59 struct disassemble_info *info; 83 if (info->flavour == bfd_target_evax_flavour) 89 switch (info->mach) 105 int status = (*info->read_memory_func) (memaddr, buffer, 4, info); 108 (*info->memory_error_func) (status, memaddr, info); 147 (*info->fprintf_func) (info->stream, ".long %#08x", insn) 197 (*info->print_address_func) (memaddr + 4 + value, info); local [all...] |
moxie-dis.c | 43 print_insn_moxie (bfd_vma addr, struct disassemble_info * info) 47 stream = info->stream; 51 fpr = info->fprintf_func; 53 if ((status = info->read_memory_func (addr, buffer, 2, info))) 56 if (info->endian == BFD_ENDIAN_BIG) 83 if ((status = info->read_memory_func (addr + 2, buffer, 4, info))) 85 if (info->endian == BFD_ENDIAN_BIG) 97 if ((status = info->read_memory_func (addr + 2, buffer, 4, info)) [all...] |
dlx-dis.c | 42 /* Print one instruction from MEMADDR on INFO->STREAM. 90 operand_deliminator (struct disassemble_info *info, char *ptr) 96 (*info->fprintf_func) (info->stream, "%c", ' '); 104 dlx_r_type (struct disassemble_info *info) 164 (*info->fprintf_func) (info->stream, "%s", dlx_r_opcode[idx].name); 169 operand_deliminator (info, dlx_r_opcode[idx].name); 170 (*info->fprintf_func) (info->stream, "r%d,", (int)rd) [all...] |
lm32-dis.c | 89 disassemble_info *info = (disassemble_info *) xinfo; 94 print_address (cd, info, fields->f_branch, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length); 97 print_address (cd, info, fields->f_call, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length); 100 print_keyword (cd, info, & lm32_cgen_opval_h_csr, fields->f_csr, 0); 103 print_normal (cd, info, fields->f_exception, 0, pc, length); 106 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); 109 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); 112 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); 115 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); 118 print_normal (cd, info, fields->f_uimm, 0, pc, length) 88 disassemble_info *info = (disassemble_info *) xinfo; local 178 disassemble_info *info = (disassemble_info *) dis_info; local 199 disassemble_info *info = (disassemble_info *) dis_info; local 223 disassemble_info *info = (disassemble_info *) dis_info; local 247 disassemble_info *info = (disassemble_info *) dis_info; local [all...] |
ia64-dis.c | 69 print_insn_ia64 (bfd_vma memaddr, struct disassemble_info *info) 81 if (info->bytes_per_line == 0) 82 info->bytes_per_line = 6; 83 info->display_endian = info->endian; 85 slot_multiplier = info->bytes_per_line; 93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info); 96 (*info->memory_error_func) (status, memaddr, info); [all...] |
/external/iptables/extensions/ |
libxt_recent.c | 117 struct xt_recent_mtinfo *info = (struct xt_recent_mtinfo *)match->data; local 121 strncpy(info->name,"DEFAULT", XT_RECENT_NAME_LEN); 124 info->name[XT_RECENT_NAME_LEN-1] = '\0'; 125 info->side = XT_RECENT_SOURCE; 132 struct xt_recent_mtinfo *info = cb->data; local 137 info->check_set |= XT_RECENT_SET; 139 info->invert = true; 142 info->check_set |= XT_RECENT_CHECK; 144 info->invert = true; 147 info->check_set |= XT_RECENT_UPDATE 182 const struct xt_recent_mtinfo_v1 *info = (const void *)match->data; local 223 const struct xt_recent_mtinfo_v1 *info = (const void *)match->data; local [all...] |
libxt_SET.c | 54 struct xt_set_info_target_v0 *info = local 57 info->add_set.index = 58 info->del_set.index = IPSET_INVALID_ID; 64 struct xt_set_info_v0 *info, const char *what) 66 if (info->u.flags[0]) 80 get_set_byname(optarg, (struct xt_set_info *)info); 81 parse_dirs_v0(argv[optind], info); 108 print_target_v0(const char *prefix, const struct xt_set_info_v0 *info) 113 if (info->index == IPSET_INVALID_ID) 115 get_set_byid(setname, info->index) 130 const struct xt_set_info_target_v0 *info = (const void *)target->data; local 139 const struct xt_set_info_target_v0 *info = (const void *)target->data; local 149 struct xt_set_info_target_v1 *info = local 225 const struct xt_set_info_target_v1 *info = (const void *)target->data; local 234 const struct xt_set_info_target_v1 *info = (const void *)target->data; local 281 struct xt_set_info_target_v2 *info = local 326 const struct xt_set_info_target_v2 *info = (const void *)target->data; local 339 const struct xt_set_info_target_v2 *info = (const void *)target->data; local [all...] |
/cts/tests/tests/content/src/android/content/pm/cts/ |
ApplicationInfoTest.java | 42 ApplicationInfo info = new ApplicationInfo(); local 45 info.packageName = mPackageName; 46 ApplicationInfo copy = new ApplicationInfo(info); 47 assertEquals(info.packageName, copy.packageName); 57 ApplicationInfo info = ApplicationInfo.CREATOR.createFromParcel(p); local 58 assertEquals(mApplicationInfo.taskAffinity, info.taskAffinity); 59 assertEquals(mApplicationInfo.permission, info.permission); 60 assertEquals(mApplicationInfo.processName, info.processName); 61 assertEquals(mApplicationInfo.className, info.className); 62 assertEquals(mApplicationInfo.theme, info.theme) [all...] |
/external/libvpx/libvpx/examples/ |
vp9_lossless_encoder.c | 69 VpxVideoInfo info = {0}; local 83 info.codec_fourcc = encoder->fourcc; 84 info.frame_width = strtol(argv[1], NULL, 0); 85 info.frame_height = strtol(argv[2], NULL, 0); 86 info.time_base.numerator = 1; 87 info.time_base.denominator = fps; 89 if (info.frame_width <= 0 || 90 info.frame_height <= 0 || 91 (info.frame_width % 2) != 0 || 92 (info.frame_height % 2) != 0) [all...] |
/external/proguard/src/proguard/optimize/info/ |
AccessMethodMarker.java | 21 package proguard.optimize.info; 144 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 145 if (info != null) 147 info.setAccessesPrivateCode(); 157 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 158 return info == null || info.accessesPrivateCode(); 164 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 165 if (info != null) 167 info.setAccessesPackageCode() 178 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 185 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 198 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local [all...] |
/system/extras/pagecache/ |
dumpcache.c | 43 struct file_info *info; local 53 info = calloc(1, sizeof(*info)); 54 if (!info) { 59 info->name = malloc(strlen(fpath) + 1); 60 if (!info->name) { 64 strcpy(info->name, fpath); 66 info->num_cached_pages = 0; 67 info->file_size = file_size; 69 g_files[g_num_files++] = info; 96 struct file_info *info = get_file_info(fpath, sb->st_size); local 143 struct file_info *info = g_files[i]; local [all...] |
/external/libxml2/doc/ |
libxml2-api.xml | [all...] |
/hardware/qcom/display/msm8084/libgralloc/ |
framebuffer.cpp | 91 m->info.activate = FB_ACTIVATE_VBL; 92 m->info.yoffset = (int)(offset / m->finfo.line_length); 93 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 144 struct fb_var_screeninfo info; local 145 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 150 info.reserved[0] = 0; 151 info.reserved[1] = 0; 152 info.reserved[2] = 0; 153 info.xoffset = 0; 154 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8226/libgralloc/ |
framebuffer.cpp | 92 m->info.activate = FB_ACTIVATE_VBL; 93 m->info.yoffset = (int)(offset / m->finfo.line_length); 94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 145 struct fb_var_screeninfo info; local 146 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 151 info.reserved[0] = 0; 152 info.reserved[1] = 0; 153 info.reserved[2] = 0; 154 info.xoffset = 0; 155 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8909/libgralloc/ |
framebuffer.cpp | 86 m->info.activate = FB_ACTIVATE_VBL; 87 m->info.yoffset = (int)(offset / m->finfo.line_length); 88 if (ioctl(ctx->fbFd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 140 struct fb_var_screeninfo info; local 141 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 146 info.reserved[0] = 0; 147 info.reserved[1] = 0; 148 info.reserved[2] = 0; 149 info.xoffset = 0; 150 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 91 m->info.activate = FB_ACTIVATE_VBL; 92 m->info.yoffset = offset / m->finfo.line_length; 93 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 139 struct fb_var_screeninfo info; local 140 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) 143 info.reserved[0] = 0; 144 info.reserved[1] = 0; 145 info.reserved[2] = 0; 146 info.xoffset = 0; 147 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8994/libgralloc/ |
framebuffer.cpp | 94 m->info.activate = FB_ACTIVATE_VBL; 95 m->info.yoffset = (int)(offset / m->finfo.line_length); 96 if (ioctl(ctx->fbFd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 148 struct fb_var_screeninfo info; local 149 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 154 info.reserved[0] = 0; 155 info.reserved[1] = 0; 156 info.reserved[2] = 0; 157 info.xoffset = 0; 158 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8996/libgralloc/ |
framebuffer.cpp | 86 m->info.activate = FB_ACTIVATE_VBL; 87 m->info.yoffset = (int)(offset / m->finfo.line_length); 88 if (ioctl(ctx->fbFd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 140 struct fb_var_screeninfo info; local 141 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 146 info.reserved[0] = 0; 147 info.reserved[1] = 0; 148 info.reserved[2] = 0; 149 info.xoffset = 0; 150 info.yoffset = 0 [all...] |
/external/autotest/server/tests/barriertest_2client/ |
control.srv | 16 logging.info('Running on %s and %s', pair[0], pair[1]) 27 logging.info('Testing hostname only barrier') 29 logging.info('rendezvous-ing') 31 logging.info('done.') 33 logging.info('Testing local identifier barrier') 35 logging.info('rendezvous-ing') 38 logging.info('done.') 40 logging.info('Testing IP@ barrier') 43 logging.info('rendezvous-ing') 46 logging.info('done.' [all...] |
/external/libbrillo/brillo/ |
process_reaper.cc | 57 siginfo_t info; local 58 info.si_pid = 0; 59 int rc = HANDLE_EINTR(waitid(P_ALL, 0, &info, WNOHANG | WEXITED)); 68 if (info.si_pid == 0) { 72 auto proc = watched_processes_.find(info.si_pid); 74 LOG(INFO) << "Untracked process " << info.si_pid 75 << " terminated with status " << info.si_status 76 << " (code = " << info.si_code << ")"; 79 << "Process " << info.si_pid << " terminated with status [all...] |
/system/core/libsync/ |
sync.c | 55 struct sync_fence_info_data *info; local 58 info = malloc(4096); 59 if (info == NULL) 62 info->len = 4096; 63 err = ioctl(fd, SYNC_IOC_FENCE_INFO, info); 65 free(info); 69 return info; 72 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info, 76 itr = (struct sync_pt_info *) info->pt_info; 80 if ((__u8 *)itr - (__u8 *)info >= (int)info->len [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
wifi_hal.cpp | 87 hal_info *info = (hal_info *)handle; local 88 for (int i=0;i<info->num_interfaces;i++) 90 if (!strcmp(info->interfaces[i]->name, name)) 92 return ((wifi_interface_handle )(info->interfaces)[i]); 208 hal_info *info = (hal_info *)handle; local 228 info->firmware_bus_max_size = busSizeSupported.getBusSize(); 234 static wifi_error wifi_init_user_sock(hal_info *info) 259 info->user_sock_arg = 1; 261 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg); 262 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg) 379 hal_info *info = (hal_info *)malloc(sizeof(hal_info)); local 600 hal_info *info = getHalInfo(handle); local 618 hal_info *info = getHalInfo(handle); local 668 hal_info *info = getHalInfo(handle); local 706 hal_info *info = getHalInfo(handle); local 752 hal_info *info = getHalInfo(handle); local 762 hal_info *info = getHalInfo(handle); local 934 hal_info *info = (hal_info *)handle; local 999 hal_info *info = (hal_info *)handle; local 1010 interface_info *info = (interface_info *)handle; local 1022 hal_info *info = getHalInfo(handle); local 1259 hal_info *info = getHalInfo(wifiHandle); local [all...] |
/external/ltrace/ |
type.h | 60 struct arg_type_info *info; member in struct:arg_type_info::__anon19070::__anon19072 69 /* Return a type info for simple type TYPE (which shall not be array, 75 /* Initialize INFO so it becomes ARGTYPE_STRUCT. The created 78 void type_init_struct(struct arg_type_info *info); 80 /* Add a new field of type FIELD_INFO to a structure INFO. If OWN, 81 * the field type is owned and destroyed together with INFO. */ 82 int type_struct_add(struct arg_type_info *info, 85 /* Get IDX-th field of structure type INFO. */ 86 struct arg_type_info *type_struct_get(struct arg_type_info *info, size_t idx); 88 /* Return number of fields of structure type INFO. * [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/ |
viddec_mpeg2_workload.c | 51 parser->info.seq_ext.progressive_sequence = true; 52 parser->info.seq_ext.chroma_format = MPEG2_CF_420; 60 parser->info.pic_cod_ext.picture_structure = MPEG2_PIC_STRUCT_FRAME; 61 parser->info.pic_cod_ext.frame_pred_frame_dct = true; 62 parser->info.pic_cod_ext.progressive_frame = true; 81 qmat_unpacked = (uint32_t *) &parser->info.qnt_mat; 104 qmat_unpacked = (uint8_t *) &parser->info.qnt_mat; 141 /* Populate Core Sequence Info 1 */ 143 parser->wi.csi1 |= (parser->info.seq_hdr.constrained_parameters_flag) << 2; 144 parser->wi.csi1 |= (parser->info.seq_ext.progressive_sequence) << 3 [all...] |