/external/skqp/tools/ |
ProcStats.cpp | 26 PROCESS_MEMORY_COUNTERS info; local 27 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); local 28 return static_cast<int>(info.PeakWorkingSetSize / 1024 / 1024); // Windows reports bytes. 37 mach_task_basic_info info; local 40 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) { 43 return info.resident_size / 1024 / 1024; // Darwin reports bytes. 64 PROCESS_MEMORY_COUNTERS info; local 65 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); local [all...] |
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_state_sbe.c | 33 const struct ilo_state_sbe_info *info) 37 assert(info->attr_count <= ILO_STATE_SBE_MAX_ATTR_COUNT); 39 assert(info->vue_read_base + info->vue_read_count <= 40 info->cv_vue_attr_count); 63 assert(info->vue_read_base % 2 == 0 && info->vue_read_base <= 126); 64 assert(info->vue_read_count <= 32); 72 if (ilo_dev_gen(dev) < ILO_GEN(7.5) && info->point_sprite_enables) 73 assert(info->cv_is_point) 323 struct ilo_state_sbe_info info; local [all...] |
ilo_state_sol.c | 94 const struct ilo_state_sol_info *info) 115 * behavior: info->sol_enable must be set for info->render_stream to work. 118 for (i = 0; i < ARRAY_SIZE(info->streams); i++) { 119 if (!sol_stream_validate_gen7(dev, &info->streams[i])) 129 for (i = 0; i < ARRAY_SIZE(info->buffer_strides); i++) { 130 assert(info->buffer_strides[i] <= 2048 && 131 info->buffer_strides[i] % 4 == 0); 140 const struct ilo_state_sol_info *info) 151 if (!sol_validate_gen7(dev, info)) 419 struct ilo_state_sol_info info; local 462 struct ilo_state_sol_buffer_info info; local [all...] |
/external/iptables/extensions/ |
libxt_TOS.c | 96 struct ipt_tos_target_info *info = cb->data; local 103 info->tos = cb->val.tos_value; 108 struct xt_tos_target_info *info = cb->data; local 113 info->tos_value = cb->val.tos_value; 114 info->tos_mask = cb->val.tos_mask; 117 info->tos_value = 0; 118 info->tos_mask = ~cb->val.u8; 121 info->tos_value = cb->val.u8; 122 info->tos_mask = cb->val.u8; 125 info->tos_value = cb->val.u8 141 const struct ipt_tos_target_info *info = (const void *)target->data; local 151 const struct xt_tos_target_info *info = (const void *)target->data; local 174 const struct ipt_tos_target_info *info = (const void *)target->data; local 181 const struct xt_tos_target_info *info = (const void *)target->data; local [all...] |
libxt_devgroup.c | 72 struct xt_devgroup_info *info = cb->data; local 79 info->src_group = id; 80 info->src_mask = mask; 81 info->flags |= XT_DEVGROUP_MATCH_SRC; 83 info->flags |= XT_DEVGROUP_INVERT_SRC; 87 info->dst_group = id; 88 info->dst_mask = mask; 89 info->flags |= XT_DEVGROUP_MATCH_DST; 91 info->flags |= XT_DEVGROUP_INVERT_DST; 113 static void devgroup_show(const char *pfx, const struct xt_devgroup_info *info, 134 const struct xt_devgroup_info *info = (const void *)match->data; local 141 const struct xt_devgroup_info *info = (const void *)match->data; local 202 const struct xt_devgroup_info *info = (const void *)params->match->data; local [all...] |
/external/libxcam/modules/ocl/ |
cl_image_bo_buffer.cpp | 43 CLImageBoBuffer::CLImageBoBuffer (const VideoBufferInfo &info, const SmartPtr<CLImageBoData> &data) 44 : BufferProxy (info, data) 45 , DrmBoBuffer (info, data) 65 const VideoBufferInfo &info, SmartPtr<BufferData> &data) 77 return new CLImageBoBuffer (info, bo); 94 CLBoBufferPool::create_image_bo (const VideoBufferInfo &info) 109 if (info.components == 1) 110 image = new CLImage2D (_context, info, CL_MEM_READ_WRITE); 112 image = new CLImage2DArray (_context, info, CL_MEM_READ_WRITE, extra_array_size); 144 CLBoBufferPool::fixate_video_info (VideoBufferInfo &info) 215 const VideoBufferInfo & info = get_video_info (); local [all...] |
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
keycodes.c | 62 InitAliasInfo(AliasInfo *info, enum merge_mode merge, 65 memset(info, 0, sizeof(*info)); 66 info->merge = merge; 67 info->alias = alias; 68 info->real = real; 72 FindLedByName(KeyNamesInfo *info, xkb_atom_t name, 75 for (xkb_led_index_t idx = 0; idx < info->num_led_names; idx++) { 76 LedNameInfo *ledi = &info->led_names[idx]; 87 AddLedName(KeyNamesInfo *info, enum merge_mode merge, bool same_file 651 KeyNamesInfo info; local [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_compiler.c | 43 tgsi_scan_shader(fp.pipe.tokens, &fp.info); 57 tgsi_scan_shader(vp.pipe.tokens, &vp.info); 78 dummy_assign_slots(struct nv50_ir_prog_info *info) 83 for (i = 0; i < info->numInputs; ++i) { 85 if (info->in[i].mask & (1 << c)) 86 info->in[i].slot[c] = n++; 90 if (info->io.vertexId < info->numSysVals) 91 info->sv[info->io.vertexId].slot[0] = n++ 107 struct nv50_ir_prog_info info = {0}; local [all...] |
/external/syslinux/com32/cmenu/ |
test2.menu | 28 info="Dont start network" 33 info="Use DHCP" 41 info="Perform extensive memory testing" 47 info="You dont see this" 51 info="Go one level up" 58 info="Run linresc" 62 info="dosresc" 66 info="winresc" 70 info="Go one level up" 77 info="Specify gui baseurl by IP address [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
audio_encoder_copy_red.cc | 60 EncodedInfo info = local 63 info.encoded_bytes + secondary_info_.encoded_bytes); 64 RTC_CHECK(info.redundant.empty()) << "Cannot use nested redundant encoders."; 66 if (info.encoded_bytes > 0) { 67 // |info| will be implicitly cast to an EncodedInfoLeaf struct, effectively 70 info.redundant.push_back(info); 71 RTC_DCHECK_EQ(info.redundant.size(), 1u); 73 memcpy(&encoded[info.encoded_bytes], secondary_encoded_.data(), 75 info.redundant.push_back(secondary_info_) [all...] |
/test/vts/harnesses/tradefed/tests/res/testtype/ |
vts_multi_device_test_parser_output.txt | 1 [VTS-Example] 07-01 08:54:59.495 INFO ==========> SampleLightFuzzTest <========== 2 [VTS-Example] 07-01 08:55:01.215 INFO Exception occurred in command: killall vts_hal_agent > /dev/null 2&>1 3 [VTS-Example] 07-01 08:55:01.258 INFO Exception occurred in command: killall vts_hal_driver32 > /dev/null 2&>1 4 [VTS-Example] 07-01 08:55:01.296 INFO Exception occurred in command: killall vts_hal_driver64 > /dev/null 2&>1 5 [VTS-Example] 07-01 08:55:02.299 INFO sending a command (type SET_HOST_INFO) 6 [VTS-Example] 07-01 08:55:02.312 INFO resp 2 bytes 7 [VTS-Example] 07-01 08:55:02.313 INFO TcpServer Thread-2 started (127.0.0.1:5365) 8 [VTS-Example] 07-01 08:55:02.313 INFO sending a command (type SET_HOST_INFO) 9 [VTS-Example] 07-01 08:55:02.323 INFO resp 2 bytes 10 [VTS-Example] 07-01 08:55:02.324 INFO sending a command (type LIST_HALS [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/ |
runtime.a | [all...] |
/external/libdrm/amdgpu/ |
amdgpu_gpu_info.c | 102 struct drm_amdgpu_info_hw_ip *info) 107 request.return_pointer = (uintptr_t)info; 108 request.return_size = sizeof(*info); 152 dev->info.asic_id = dev->dev_info.device_id; 153 dev->info.chip_rev = dev->dev_info.chip_rev; 154 dev->info.chip_external_rev = dev->dev_info.external_rev; 155 dev->info.family_id = dev->dev_info.family; 156 dev->info.max_engine_clk = dev->dev_info.max_engine_clock; 157 dev->info.max_memory_clk = dev->dev_info.max_memory_clock; 158 dev->info.gpu_counter_freq = dev->dev_info.gpu_counter_freq [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
cgen-dis.in | 72 disassemble_info *info = (disassemble_info *) dis_info; 78 (*info->fprintf_func) (info->stream, "%ld", value); 80 (*info->fprintf_func) (info->stream, "0x%lx", value); 93 disassemble_info *info = (disassemble_info *) dis_info; 99 (*info->print_address_func) (value, info); 101 (*info->print_address_func) (value, info); [all...] |
xgate-dis.c | 62 print_insn (bfd_vma memaddr, struct disassemble_info* info) 112 status = read_memory (memaddr, buffer, XGATE_TWO_BYTES, info); 123 (*info->fprintf_func)(info->stream, "%s", decodePTR->opcodePTR->name); 130 (*info->fprintf_func)(info->stream, " R%x, CCR", 135 (*info->fprintf_func)(info->stream, " CCR, R%x", 140 (*info->fprintf_func)(info->stream, " R%x, PC" [all...] |
xstormy16-dis.c | 89 disassemble_info *info = (disassemble_info *) xinfo; 94 print_keyword (cd, info, & xstormy16_cgen_opval_gr_Rb_names, fields->f_Rb, 0); 97 print_keyword (cd, info, & xstormy16_cgen_opval_gr_Rb_names, fields->f_Rbj, 0); 100 print_keyword (cd, info, & xstormy16_cgen_opval_gr_names, fields->f_Rd, 0); 103 print_keyword (cd, info, & xstormy16_cgen_opval_gr_names, fields->f_Rdm, 0); 106 print_keyword (cd, info, & xstormy16_cgen_opval_gr_names, fields->f_Rm, 0); 109 print_keyword (cd, info, & xstormy16_cgen_opval_gr_names, fields->f_Rs, 0); 112 print_normal (cd, info, fields->f_abs24, 0|(1<<CGEN_OPERAND_ABS_ADDR)|(1<<CGEN_OPERAND_VIRTUAL), pc, length); 115 print_keyword (cd, info, & xstormy16_cgen_opval_h_branchcond, fields->f_op2, 0); 118 print_keyword (cd, info, & xstormy16_cgen_opval_h_branchcond, fields->f_op5, 0) 88 disassemble_info *info = (disassemble_info *) xinfo; local 199 disassemble_info *info = (disassemble_info *) dis_info; local 220 disassemble_info *info = (disassemble_info *) dis_info; local 244 disassemble_info *info = (disassemble_info *) dis_info; local 268 disassemble_info *info = (disassemble_info *) dis_info; local [all...] |
/development/samples/browseable/HdrViewfinder/res/menu/ |
main.xml | 6 android:id="@+id/info" 9 android:title="@string/info"/>
|
/external/autotest/server/control_segments/ |
verify_job_repo_url | 6 logging.info('testbed does not need to verify job repo url.') 9 logging.info('Verifying job repo url for machine %s', machine)
|
/external/clang/test/CodeGen/ |
2003-06-26-CFECrash.c | 10 min_info info[1]; member in struct:Globals 17 G.pInfo = G.info;
|
/external/clang/test/CodeGenObjC/ |
2010-02-23-DbgInheritance.m | 1 // RUN: %clang_cc1 -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s 3 // Interface P should not be a member of interface I in debug info.
|
/external/curl/tests/data/ |
test1119 | 2 <info> 7 </info>
|
test1132 | 2 <info> 7 </info>
|
test1139 | 2 <info> 9 </info>
|
test1234 | 2 <info> 8 </info>
|
test1281 | 2 <info> 6 </info>
|