HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 51 - 75 of 14015) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/opcodes/
tic80-dis.c 36 print_operand_integer (struct disassemble_info *info, long value)
39 (*info->fprintf_func) (info->stream, "%#lx", value);
41 (*info->fprintf_func) (info->stream, "%ld", value);
50 print_operand_float (struct disassemble_info *info, long value)
55 (*info->fprintf_func) (info->stream, "%g", fval.f);
59 print_operand_control_register (struct disassemble_info *info, long value)
65 (*info->fprintf_func) (info->stream, "%s", tmp)
119 (*info->print_address_func) (memaddr + 4 * value, info); local
    [all...]
hppa-dis.c 173 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
176 fput_reg (unsigned reg, disassemble_info *info)
178 (*info->fprintf_func) (info->stream, "%s", reg ? reg_names[reg] : "r0");
182 fput_fp_reg (unsigned reg, disassemble_info *info)
184 (*info->fprintf_func) (info->stream, "%s", reg ? fp_reg_names[reg] : "fr0");
188 fput_fp_reg_r (unsigned reg, disassemble_info *info)
192 (*info->fprintf_func) (info->stream, "fpe%d", reg * 2 + 1)
526 fput_const (extract_5_load (insn), info); local
894 fput_const (extract_5_store (insn), info); local
897 fput_const (extract_5r_store (insn), info); local
900 fput_const (extract_5R_store (insn), info); local
903 fput_const (extract_10U_store (insn), info); local
907 fput_const (extract_5Q_store (insn), info); local
910 fput_const (extract_11 (insn), info); local
913 fput_const (extract_14 (insn), info); local
917 fput_const (extract_21 (insn), info); local
922 fput_const (extract_16 (insn), info); local
951 fput_const (extract_17 (insn), info); local
1096 fput_const (extract_14 (insn), info); local
    [all...]
d10v-dis.c 35 struct disassemble_info *info)
41 (*info->fprintf_func) (info->stream, "@-");
46 (*info->fprintf_func) (info->stream, "-");
51 (*info->fprintf_func) (info->stream, "+");
56 (*info->fprintf_func) (info->stream, "@");
61 (*info->fprintf_func) (info->stream, "@(")
125 (*info->print_address_func) (num & PC_MASK, info); local
129 (*info->print_address_func) ((memaddr - num) & PC_MASK, info); local
131 (*info->print_address_func) ((memaddr + num) & PC_MASK, info); local
    [all...]
spu-dis.c 93 print_insn_spu (bfd_vma memaddr, struct disassemble_info *info)
103 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
106 (*info->memory_error_func) (status, memaddr, info);
116 (*info->fprintf_func) (info->stream, ".long 0x%x", insn);
123 (*info->fprintf_func) (info->stream, "%s", op_index->mnemonic);
130 (*info->fprintf_func) (info->stream, tag == M_SYNC ? "c" : "p")
    [all...]
tilegx-dis.c 32 print_insn_tilegx (bfd_vma memaddr, disassemble_info *info)
40 status = (*info->read_memory_func) (memaddr, opbuf,
41 TILEGX_BUNDLE_SIZE_IN_BYTES, info);
44 (*info->memory_error_func) (status, memaddr, info);
48 info->bytes_per_line = TILEGX_BUNDLE_SIZE_IN_BYTES;
49 info->bytes_per_chunk = TILEGX_BUNDLE_SIZE_IN_BYTES;
50 info->octets_per_byte = 1;
51 info->display_endian = BFD_ENDIAN_LITTLE;
58 info->fprintf_func (info->stream, "{ ")
    [all...]
tilepro-dis.c 39 disassemble_info *info)
46 if ((*info->read_memory_func) (memaddr, opbuf,
47 TILEPRO_BUNDLE_SIZE_IN_BYTES, info) != 0)
80 print_insn_tilepro (bfd_vma memaddr, disassemble_info *info)
88 status = (*info->read_memory_func) (memaddr, opbuf,
89 TILEPRO_BUNDLE_SIZE_IN_BYTES, info);
92 (*info->memory_error_func) (status, memaddr, info);
96 info->bytes_per_line = TILEPRO_BUNDLE_SIZE_IN_BYTES;
97 info->bytes_per_chunk = TILEPRO_BUNDLE_SIZE_IN_BYTES
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/build/
IBuildProvider.java 19 * Responsible for providing info regarding the build under test.
28 * @throws BuildRetrievalError if build info failed to be retrieved due to an unexpected error
38 * @param info the {@link IBuildInfo} to reset
40 public void buildNotTested(IBuildInfo info);
45 public void cleanUp(IBuildInfo info);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 60 wifi_handle getWifiHandle(hal_info *info)
62 return (wifi_handle)info;
65 wifi_interface_handle getIfaceHandle(interface_info *info)
67 return (wifi_interface_handle)info;
72 hal_info *info = (hal_info *)handle; local
75 pthread_mutex_lock(&info->cb_lock);
79 if (info->num_event_cb < info->alloc_event_cb) {
80 info->event_cb[info->num_event_cb].nl_cmd = cmd
98 hal_info *info = (hal_info *)handle; local
123 hal_info *info = (hal_info *)handle; local
149 hal_info *info = (hal_info *)handle; local
173 hal_info *info = (hal_info *)handle; local
195 hal_info *info = (hal_info *)handle; local
220 hal_info *info = (hal_info *)handle; local
236 hal_info *info = (hal_info *)handle; local
    [all...]
  /external/adhd/cras/src/tests/
hfp_info_unittest.cc 14 static struct hfp_info *info; variable in typeref:struct:hfp_info
32 info = hfp_info_create();
33 ASSERT_NE(info, (void *)NULL);
37 ASSERT_EQ(0, hfp_info_add_iodev(info, &dev));
38 ASSERT_TRUE(hfp_info_has_iodev(info));
41 ASSERT_EQ(0, hfp_info_rm_iodev(info, &dev));
42 ASSERT_FALSE(hfp_info_has_iodev(info));
44 hfp_info_destroy(info);
48 info = hfp_info_create();
49 ASSERT_NE(info, (void *)NULL)
    [all...]
  /external/libcxxabi/src/
private_typeinfo.cpp 232 __dynamic_cast_info info = {thrown_class_type, 0, this, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
233 info.number_of_dst_type = 1;
234 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
235 if (info.path_dst_ptr_to_static_ptr == public_path)
237 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr);
248 __class_type_info::process_found_base_class(__dynamic_cast_info* info,
252 if (info->dst_ptr_leading_to_static_ptr == 0)
255 info->dst_ptr_leading_to_static_ptr = adjustedPtr;
256 info->path_dst_ptr_to_static_ptr = path_below;
257 info->number_to_static_ptr = 1
636 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,}; local
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataUsageInfoControllerTest.java 24 private DataUsageInfo info; field in class:DataUsageInfoControllerTest
29 info = new DataUsageInfo();
34 info.warningLevel = POSITIVE_SMALL;
35 info.limitLevel = POSITIVE_LARGE;
36 info.usageLevel = POSITIVE_SMALL;
37 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.limitLevel);
42 info.warningLevel = POSITIVE_LARGE;
43 info.limitLevel = POSITIVE_LARGE;
44 info.usageLevel = POSITIVE_SMALL
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 232 __dynamic_cast_info info = {thrown_class_type, 0, this, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
233 info.number_of_dst_type = 1;
234 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
235 if (info.path_dst_ptr_to_static_ptr == public_path)
237 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr);
248 __class_type_info::process_found_base_class(__dynamic_cast_info* info,
252 if (info->dst_ptr_leading_to_static_ptr == 0)
255 info->dst_ptr_leading_to_static_ptr = adjustedPtr;
256 info->path_dst_ptr_to_static_ptr = path_below;
257 info->number_to_static_ptr = 1
636 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,}; local
    [all...]
  /system/core/libmemunreachable/tests/
MemUnreachable_test.cpp 82 UnreachableMemoryInfo info; local
86 ASSERT_TRUE(GetUnreachableMemory(info));
87 ASSERT_EQ(0U, info.leaks.size());
97 UnreachableMemoryInfo info; local
99 ASSERT_TRUE(GetUnreachableMemory(info));
100 ASSERT_EQ(0U, info.leaks.size());
106 UnreachableMemoryInfo info; local
108 ASSERT_TRUE(GetUnreachableMemory(info));
109 ASSERT_EQ(1U, info.leaks.size());
115 UnreachableMemoryInfo info; local
130 UnreachableMemoryInfo info; local
139 UnreachableMemoryInfo info; local
148 UnreachableMemoryInfo info; local
163 UnreachableMemoryInfo info; local
172 UnreachableMemoryInfo info; local
181 UnreachableMemoryInfo info; local
197 UnreachableMemoryInfo info; local
206 UnreachableMemoryInfo info; local
213 UnreachableMemoryInfo info; local
222 UnreachableMemoryInfo info; local
237 UnreachableMemoryInfo info; local
    [all...]
  /external/aac/libFDK/src/
FDK_core.cpp 92 amm-info@iis.fraunhofer.de
105 /* FDK tools library info */
118 int FDK_toolsGetLibInfo(LIB_INFO *info) {
122 if (info == NULL) {
127 i = FDKlibInfo_lookup(info, FDK_TOOLS);
130 info += i;
134 FDKsprintf(info->versionStr, "%d.%d.%d", ((v >> 24) & 0xff),
137 info->module_id = FDK_TOOLS;
138 info->version = v;
139 info->build_date = FDK_TOOLS_LIB_BUILD_DATE
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
ieee.c 295 ieee_error (struct ieee_info *info, const bfd_byte *p, const char *s)
298 fprintf (stderr, "%s: 0x%lx: %s (0x%x)\n", bfd_get_filename (info->abfd),
299 (unsigned long) (p - info->bytes), s, *p);
301 fprintf (stderr, "%s: %s\n", bfd_get_filename (info->abfd), s);
307 ieee_eof (struct ieee_info *info)
309 ieee_error (info, (const bfd_byte *) NULL,
329 ieee_read_number (struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv)
331 return ieee_read_optional_number (info, pp, pv, (bfd_boolean *) NULL);
338 ieee_read_optional_number (struct ieee_info *info, const bfd_byte **pp,
343 if (*pp >= info->pend
858 struct ieee_info info; local
4597 struct ieee_handle info; local
4740 struct ieee_handle *info = (struct ieee_handle *) p; local
4820 struct ieee_handle *info = (struct ieee_handle *) p; local
5038 struct ieee_handle *info = (struct ieee_handle *) data; local
5174 struct ieee_handle *info = (struct ieee_handle *) p; local
5184 struct ieee_handle *info = (struct ieee_handle *) p; local
5194 struct ieee_handle *info = (struct ieee_handle *) p; local
5227 struct ieee_handle *info = (struct ieee_handle *) p; local
5258 struct ieee_handle *info = (struct ieee_handle *) p; local
5313 struct ieee_handle *info = (struct ieee_handle *) p; local
5441 struct ieee_handle *info = (struct ieee_handle *) p; local
5484 struct ieee_handle *info = (struct ieee_handle *) p; local
5571 struct ieee_handle *info = (struct ieee_handle *) p; local
5587 struct ieee_handle *info = (struct ieee_handle *) p; local
5609 struct ieee_handle *info = (struct ieee_handle *) p; local
5674 struct ieee_handle *info = (struct ieee_handle *) p; local
5710 struct ieee_handle *info = (struct ieee_handle *) p; local
5727 struct ieee_handle *info = (struct ieee_handle *) p; local
5766 struct ieee_handle *info = (struct ieee_handle *) p; local
5827 struct ieee_handle *info = (struct ieee_handle *) p; local
5930 struct ieee_handle *info = (struct ieee_handle *) p; local
6037 struct ieee_handle *info = (struct ieee_handle *) p; local
6099 struct ieee_handle *info = (struct ieee_handle *) p; local
6168 struct ieee_handle *info = (struct ieee_handle *) p; local
6202 struct ieee_handle *info = (struct ieee_handle *) p; local
6277 struct ieee_handle *info = (struct ieee_handle *) p; local
6365 struct ieee_handle *info = (struct ieee_handle *) p; local
6378 struct ieee_handle *info = (struct ieee_handle *) p; local
6389 struct ieee_handle *info = (struct ieee_handle *) p; local
6405 struct ieee_handle *info = (struct ieee_handle *) p; local
6481 struct ieee_handle *info = (struct ieee_handle *) p; local
6512 struct ieee_handle *info = (struct ieee_handle *) p; local
6603 struct ieee_handle *info = (struct ieee_handle *) p; local
6839 struct ieee_handle *info = (struct ieee_handle *) p; local
6874 struct ieee_handle *info = (struct ieee_handle *) p; local
6887 struct ieee_handle *info = (struct ieee_handle *) p; local
7006 struct ieee_handle *info = (struct ieee_handle *) p; local
7089 struct ieee_handle *info = (struct ieee_handle *) p; local
7211 struct ieee_handle *info = (struct ieee_handle *) p; local
7247 struct ieee_handle *info = (struct ieee_handle *) p; local
7273 struct ieee_handle *info = (struct ieee_handle *) p; local
7320 struct ieee_handle *info = (struct ieee_handle *) p; local
    [all...]
  /external/e2fsprogs/lib/ss/
get_readline.c 25 static void ss_release_readline(ss_data *info)
27 if (!info->readline_handle)
30 info->readline = 0;
31 info->add_history = 0;
32 info->redisplay = 0;
33 info->rl_completion_matches = 0;
34 dlclose(info->readline_handle);
35 info->readline_handle = 0;
46 ss_data *info = ss_info(sci_idx); local
51 if (info->readline_handle
    [all...]
  /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...]
  /external/webrtc/webrtc/base/
systeminfo_unittest.cc 17 rtc::SystemInfo info; local
18 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor();
19 EXPECT_FALSE(info.GetCpuVendor().empty());
25 rtc::SystemInfo info; local
27 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(),
29 rtc::string_match(info.GetCpuVendor().c_str(),
32 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), "ARM"));
39 rtc::SystemInfo info; local
40 LOG(LS_INFO) << "CpuArchitecture: " << info.GetCpuArchitecture();
41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture()
57 rtc::SystemInfo info; local
83 rtc::SystemInfo info; local
90 rtc::SystemInfo info; local
97 rtc::SystemInfo info; local
110 rtc::SystemInfo info; local
117 rtc::SystemInfo info; local
124 rtc::SystemInfo info; local
132 rtc::SystemInfo info; local
139 rtc::SystemInfo info; local
146 rtc::SystemInfo info; local
    [all...]
  /external/valgrind/helgrind/tests/
tc19_shadowmem.c 17 Info;
25 Info* info = (Info*)infoV; local
26 firstoff = info->firstoff;
27 lastoff = info->lastoff;
28 skipoff = info->skipoff;
29 arr = info->arr;
31 assert( info->child == &child8 );
49 Info* info = (Info*)infoV local
73 Info* info = (Info*)infoV; local
97 Info* info = (Info*)infoV; local
139 Info info; local
282 Info* info = (Info*)infoV; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 57 * Data class which holds into info of the queued operation
171 OperationInfo info = new OperationInfo(); local
172 info.op = Operation.EVENT_ARG_QUERY;
173 info.resolver = mContext.getContentResolver();
175 info.handler = mHandler;
176 info.token = token;
177 info.cookie = cookie;
178 info.uri = uri;
179 info.projection = projection;
180 info.selection = selection
203 OperationInfo info = new OperationInfo(); local
239 OperationInfo info = new OperationInfo(); local
276 OperationInfo info = new OperationInfo(); local
307 OperationInfo info = new OperationInfo(); local
399 OperationInfo info = (OperationInfo) msg.obj; local
    [all...]
  /external/flac/libFLAC/
cpu.c 100 ia32_cpu_info (FLAC__CPUInfo *info)
103 (void) info;
109 info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */
117 info->ia32.intel = (flags_ebx == 0x756E6547 && flags_edx == 0x49656E69 && flags_ecx == 0x6C65746E) ? true : false; /* GenuineIntel */
124 info->ia32.cmov = (flags_edx & FLAC__CPUINFO_IA32_CPUID_CMOV ) ? true : false;
125 info->ia32.mmx = (flags_edx & FLAC__CPUINFO_IA32_CPUID_MMX ) ? true : false;
126 info->ia32.sse = (flags_edx & FLAC__CPUINFO_IA32_CPUID_SSE ) ? true : false;
127 info->ia32.sse2 = (flags_edx & FLAC__CPUINFO_IA32_CPUID_SSE2 ) ? true : false;
128 info->ia32.sse3 = (flags_ecx & FLAC__CPUINFO_IA32_CPUID_SSE3 ) ? true : false;
129 info->ia32.ssse3 = (flags_ecx & FLAC__CPUINFO_IA32_CPUID_SSSE3) ? true : false
    [all...]
  /external/iptables/extensions/
libxt_HMARK.c 143 hmark_parse(const char *type, size_t len, struct xt_hmark_info *info,
147 info->flags |= XT_HMARK_FLAG(XT_HMARK_CT);
150 memset(&info->src_mask, 0xff, sizeof(info->src_mask));
151 info->flags |= XT_HMARK_FLAG(XT_HMARK_SADDR_MASK);
154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask));
155 info->flags |= XT_HMARK_FLAG(XT_HMARK_DADDR_MASK);
158 memset(&info->port_mask.p16.src, 0xff,
159 sizeof(info->port_mask.p16.src))
185 struct xt_hmark_info *info = cb->data; local
206 struct xt_hmark_info *info = cb->data; local
313 const struct xt_hmark_info *info = local
334 const struct xt_hmark_info *info = local
386 const struct xt_hmark_info *info = local
403 const struct xt_hmark_info *info = local
    [all...]
libebt_mark_m.c 35 struct ebt_mark_m_info *info = (struct ebt_mark_m_info *)match->data; local
37 info->mark = 0;
38 info->mask = 0;
39 info->invert = 0;
40 info->bitmask = 0;
48 struct ebt_mark_m_info *info = (struct ebt_mark_m_info *) local
55 info->invert = 1;
56 info->mark = strtoul(optarg, &end, 0);
57 info->bitmask = EBT_MARK_AND;
60 info->bitmask = EBT_MARK_OR
87 struct ebt_mark_m_info *info = (struct ebt_mark_m_info *)match->data; local
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
types.c 64 MapEntryTxt(KeyTypesInfo *info, struct xkb_key_type_entry *entry)
66 return ModMaskText(info->ctx, &info->mods, entry->mods.mods);
70 TypeTxt(KeyTypesInfo *info, KeyTypeInfo *type)
72 return xkb_atom_text(info->ctx, type->name);
76 TypeMaskTxt(KeyTypesInfo *info, KeyTypeInfo *type)
78 return ModMaskText(info->ctx, &info->mods, type->mods);
82 ReportTypeShouldBeArray(KeyTypesInfo *info, KeyTypeInfo *type,
85 return ReportShouldBeArray(info->ctx, "key type", field
726 KeyTypesInfo info; local
    [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...]

Completed in 1050 milliseconds

1 23 4 5 6 7 8 91011>>