/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 93 m->info.activate = FB_ACTIVATE_VBL; 94 m->info.yoffset = offset / m->finfo.line_length; 95 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 141 struct fb_var_screeninfo info; local 142 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) 145 info.reserved[0] = 0; 146 info.reserved[1] = 0; 147 info.reserved[2] = 0; 148 info.xoffset = 0; 149 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8994/libgralloc/ |
framebuffer.cpp | 96 m->info.activate = FB_ACTIVATE_VBL; 97 m->info.yoffset = (int)(offset / m->finfo.line_length); 98 if (ioctl(ctx->fbFd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 150 struct fb_var_screeninfo info; local 151 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) { 156 info.reserved[0] = 0; 157 info.reserved[1] = 0; 158 info.reserved[2] = 0; 159 info.xoffset = 0; 160 info.yoffset = 0 [all...] |
/hardware/qcom/display/msm8996/libgralloc/ |
framebuffer.cpp | 83 m->info.activate = FB_ACTIVATE_VBL; 84 m->info.yoffset = (int)(offset / m->finfo.line_length); 85 if (ioctl(ctx->fbFd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 137 struct fb_var_screeninfo info; local 138 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...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
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...] |
alpha-dis.c | 57 print_insn_alpha (bfd_vma memaddr, struct disassemble_info *info) 81 if (info->flavour == bfd_target_evax_flavour) 87 switch (info->mach) 103 int status = (*info->read_memory_func) (memaddr, buffer, 4, info); 106 (*info->memory_error_func) (status, memaddr, info); 145 (*info->fprintf_func) (info->stream, ".long %#08x", insn); 150 (*info->fprintf_func) (info->stream, "%s", opcode->name) 195 (*info->print_address_func) (memaddr + 4 + value, info); local [all...] |
mt-dis.c | 73 disassemble_info *info = (disassemble_info *) dis_info; 75 info->fprintf_func (info->stream, "$%lx", value & 0xffffffff); 121 disassemble_info *info = (disassemble_info *) xinfo; 126 print_dollarhex (cd, info, fields->f_a23, 0, pc, length); 129 print_dollarhex (cd, info, fields->f_ball, 0, pc, length); 132 print_dollarhex (cd, info, fields->f_ball2, 0, pc, length); 135 print_dollarhex (cd, info, fields->f_bankaddr, 0, pc, length); 138 print_dollarhex (cd, info, fields->f_brc, 0, pc, length); 141 print_dollarhex (cd, info, fields->f_brc2, 0, pc, length) 72 disassemble_info *info = (disassemble_info *) dis_info; local 120 disassemble_info *info = (disassemble_info *) xinfo; local 321 disassemble_info *info = (disassemble_info *) dis_info; local 342 disassemble_info *info = (disassemble_info *) dis_info; local 366 disassemble_info *info = (disassemble_info *) dis_info; local 390 disassemble_info *info = (disassemble_info *) dis_info; local [all...] |
/external/libxml2/doc/ |
libxml2-api.xml | [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/iptables/extensions/ |
libxt_NFQUEUE.c | 86 struct xt_NFQ_info_v1 *info = cb->data; local 98 info->queuenum = r[0]; 99 info->queues_total = r[1] - r[0] + 1; 106 struct xt_NFQ_info_v2 *info = cb->data; local 119 info->queuenum = r[0]; 120 info->queues_total = r[1] - r[0] + 1; 123 info->bypass |= NFQ_FLAG_BYPASS; 130 struct xt_NFQ_info_v3 *info = cb->data; local 143 info->queuenum = r[0]; 144 info->queues_total = r[1] - r[0] + 1 180 const struct xt_NFQ_info_v2 *info = (void *) target->data; local 196 const struct xt_NFQ_info_v3 *info = (void *)target->data; local 235 const struct xt_NFQ_info_v2 *info = (void *) target->data; local 251 const struct xt_NFQ_info_v3 *info = (void *)target->data; local 303 const struct xt_NFQ_info_v2 *info = (void *)params->target->data; local 321 const struct xt_NFQ_info_v3 *info = (void *)params->target->data; local [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...] |
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
radv_amdgpu_winsys.c | 59 static unsigned radv_cik_get_num_tile_pipes(struct amdgpu_gpu_info *info) 61 unsigned mode2d = info->gb_tile_mode[CIK_TILE_MODE_COLOR_2D]; 125 /* Get PCI info. */ 131 ws->info.pci_domain = devinfo->businfo.pci->domain; 132 ws->info.pci_bus = devinfo->businfo.pci->bus; 133 ws->info.pci_dev = devinfo->businfo.pci->dev; 134 ws->info.pci_func = devinfo->businfo.pci->func; 180 ws->info.pci_id = ws->amdinfo.asic_id; /* TODO: is this correct? */ 181 ws->info.vce_harvest_config = ws->amdinfo.vce_harvest_config; 183 switch (ws->info.pci_id) [all...] |
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_state_zs.c | 63 const struct ilo_state_zs_info *info) 65 const struct ilo_image *img = (info->z_img) ? info->z_img : info->s_img; 69 assert(!info->z_img == !info->z_vma); 70 assert(!info->s_img == !info->s_vma); 73 if (info->z_img) { 74 assert(info->z_img->tiling == GEN6_TILING_Y) 648 struct ilo_state_zs_info info; local [all...] |
/external/mesa3d/src/intel/isl/ |
isl_surface_state.c | 238 const struct isl_surf_fill_state_info *restrict info) 242 s.SurfaceType = get_surftype(info->surf->dim, info->view->usage); 244 if (info->view->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT) 245 assert(isl_format_supports_rendering(dev->info, info->view->format)); 246 else if (info->view->usage & ISL_SURF_USAGE_TEXTURE_BIT) 247 assert(isl_format_supports_sampling(dev->info, info->view->format)); 254 if (info->surf->dim == ISL_SURF_DIM_1D [all...] |
/external/pdfium/fxjs/ |
cfxjse_class.cpp | 22 const v8::FunctionCallbackInfo<v8::Value>& info) { 25 info.Data().As<v8::External>()->Value()); 30 auto lpThisValue = pdfium::MakeUnique<CFXJSE_Value>(info.GetIsolate()); 31 lpThisValue->ForceSetValue(info.Holder()); 32 auto lpRetValue = pdfium::MakeUnique<CFXJSE_Value>(info.GetIsolate()); 33 CFXJSE_Arguments impl(&info, lpRetValue.get()); 36 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); 40 const v8::FunctionCallbackInfo<v8::Value>& info) { 41 if (!info.IsConstructCall()) 46 info.Data().As<v8::External>()->Value()) [all...] |
/external/v8/tools/clang/blink_gc_plugin/ |
BlinkGCPluginConsumer.h | 34 void CheckRecord(RecordInfo* info); 37 void CheckClass(RecordInfo* info); 41 void CheckPolymorphicClass(RecordInfo* info, clang::CXXMethodDecl* trace); 47 void CheckLeftMostDerived(RecordInfo* info); 49 void CheckDispatch(RecordInfo* info); 51 void CheckFinalization(RecordInfo* info); 53 void CheckUnneededFinalization(RecordInfo* info); 55 bool HasNonEmptyFinalizer(RecordInfo* info); 69 void DumpClass(RecordInfo* info); 76 bool IsIgnored(RecordInfo* info); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
WidgetItem.java | 32 public WidgetItem(LauncherAppWidgetProviderInfo info, PackageManager pm, 34 super(info.provider, info.getProfile()); 36 label = Utilities.trim(info.getLabel(pm)); 37 widgetInfo = info; 40 spanX = Math.min(info.spanX, idp.numColumns); 41 spanY = Math.min(info.spanY, idp.numRows); 44 public WidgetItem(ShortcutConfigActivityInfo info) { 45 super(info.getComponent(), info.getUser()) [all...] |
/external/skia/tests/ |
YUVTest.cpp | 30 SkYUVSizeInfo info; local 33 success = codec->queryYUV8(&info, nullptr); 39 0 == memcmp((const void*) &info, (const void*) expectedSizes, 3 * sizeof(SkISize))); 40 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kY] == 41 (uint32_t) SkAlign8(info.fSizes[SkYUVSizeInfo::kY].width())); 42 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kU] == 43 (uint32_t) SkAlign8(info.fSizes[SkYUVSizeInfo::kU].width())); 44 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kV] == 45 (uint32_t) SkAlign8(info.fSizes[SkYUVSizeInfo::kV].width())); 47 success = codec->queryYUV8(&info, &colorSpace) [all...] |
/external/skqp/tests/ |
YUVTest.cpp | 30 SkYUVSizeInfo info; local 33 success = codec->queryYUV8(&info, nullptr); 39 0 == memcmp((const void*) &info, (const void*) expectedSizes, 3 * sizeof(SkISize))); 40 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kY] == 41 (uint32_t) SkAlign8(info.fSizes[SkYUVSizeInfo::kY].width())); 42 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kU] == 43 (uint32_t) SkAlign8(info.fSizes[SkYUVSizeInfo::kU].width())); 44 REPORTER_ASSERT(reporter, info.fWidthBytes[SkYUVSizeInfo::kV] == 45 (uint32_t) SkAlign8(info.fSizes[SkYUVSizeInfo::kV].width())); 47 success = codec->queryYUV8(&info, &colorSpace) [all...] |
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/ |
hvx_ops_support_checker_main.cc | 59 LOG(INFO) << "Node(" << node_def.name() << ")"; 60 LOG(INFO) << " op: " << node_def.op(); 62 LOG(INFO) << " Input: " << input; 73 LOG(INFO) << " Output(" << i << "): " << DataType_Name(data_types.at(i)) 79 LOG(INFO) << "Remote fused graph found."; 80 RemoteFusedGraphExecuteInfo info; local 87 info.ParseFromString(serialized_proto); 88 LOG(INFO) << "Node name: " << node_def.name(); 89 LOG(INFO) << "Executor name: " << info.executor_name() [all...] |
/external/lisa/ipynb/examples/energy_meter/ |
EnergyMeter_AEP.ipynb | 25 "2016-12-08 12:40:07,000 INFO : root : Using LISA logging configuration:\n", 26 "2016-12-08 12:40:07,000 INFO : root : /home/vagrant/lisa/logging.conf\n" 130 "03:58:29 INFO : Target - Using base path: /data/lisa\n", 131 "03:58:29 INFO : Target - Loading custom (inline) target configuration\n", 132 "03:58:29 INFO : Target - Devlib modules to load: ['bl', 'cpufreq']\n", 133 "03:58:29 INFO : Target - Connecting linux target:\n", 134 "03:58:29 INFO : Target - username : root\n", 135 "03:58:29 INFO : Target - host : 192.168.0.1\n", 136 "03:58:29 INFO : Target - password : \n", 137 "03:58:29 INFO : Target - Connection settings:\n" [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...] |
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.c | 81 struct drm_radeon_info info; local 84 memset(&info, 0, sizeof(info)); 102 info.value = (unsigned long)&value; 103 info.request = request; 105 &info, sizeof(info)) != 0) { 128 struct drm_radeon_info info; local 131 memset(&info, 0, sizeof(info)); [all...] |
/external/aac/libSACdec/src/ |
sac_dec_conceal.cpp | 92 amm-info@iis.fraunhofer.de 105 void SpatialDecConcealment_Init(SpatialDecConcealmentInfo *info, 107 FDK_ASSERT(info != NULL); 110 info->concealState = SpatialDecConcealState_Init; 117 info->concealParams.method = MPEGS_CONCEAL_DEFAULT_METHOD; 118 info->concealParams.numKeepFrames = MPEGS_CONCEAL_DEFAULT_NUM_KEEP_FRAMES; 119 info->concealParams.numFadeOutFrames = 121 info->concealParams.numFadeInFrames = 123 info->concealParams.numReleaseFrames = 131 SpatialDecConcealmentInfo *info, [all...] |