/prebuilts/gdb/linux-x86/lib/python2.7/ |
sunaudio.py | 32 info = fp.read(excess) 34 info = '' 35 return (data_size, encoding, sample_rate, channels, info) 41 data_size, encoding, sample_rate, channels, info = hdr 42 while info[-1:] == '\0': 43 info = info[:-1] 49 print 'Info: ', repr(info)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sunaudio.py | 32 info = fp.read(excess) 34 info = '' 35 return (data_size, encoding, sample_rate, channels, info) 41 data_size, encoding, sample_rate, channels, info = hdr 42 while info[-1:] == '\0': 43 info = info[:-1] 49 print 'Info: ', repr(info)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sunaudio.py | 32 info = fp.read(excess) 34 info = '' 35 return (data_size, encoding, sample_rate, channels, info) 41 data_size, encoding, sample_rate, channels, info = hdr 42 while info[-1:] == '\0': 43 info = info[:-1] 49 print 'Info: ', repr(info)
|
/system/extras/pagecache/ |
README | 4 pagecache.py: shows live info on files going in/out of pagecache.
|
/system/update_engine/ |
.gitignore | 3 /app.info
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/ |
vers30.c | 5 void info (void) {} function
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
pic-and-nonpic-3b.rd | 3 * Offset * Info * Type * Sym\.Value * Sym\. Name
|
/toolchain/binutils/binutils-2.25/opcodes/ |
xtensa-dis.c | 50 fetch_data (struct disassemble_info *info, bfd_vma memaddr) 53 struct dis_private *priv = (struct dis_private *) info->private_data; 63 status = (*info->read_memory_func) (memaddr, priv->byte_buf, length, 64 info); 68 (*info->memory_error_func) (status, memaddr, info); 76 struct disassemble_info *info, 87 (*info->fprintf_func) (info->stream, "%u", operand_val); 89 (*info->fprintf_func) (info->stream, "0x%x", operand_val) [all...] |
xc16x-dis.c | 76 disassemble_info *info = (disassemble_info *) dis_info; 78 info->fprintf_func (info->stream, "."); 79 info->fprintf_func (info->stream, "0x%lx", value); 95 disassemble_info *info = (disassemble_info *) dis_info; 97 info->fprintf_func (info->stream, "#pof:"); 98 info->fprintf_func (info->stream, "0x%lx", (long) value) 75 disassemble_info *info = (disassemble_info *) dis_info; local 94 disassemble_info *info = (disassemble_info *) dis_info; local 113 disassemble_info *info = (disassemble_info *) dis_info; local 153 disassemble_info *info = (disassemble_info *) dis_info; local 168 disassemble_info *info = (disassemble_info *) dis_info; local 183 disassemble_info *info = (disassemble_info *) dis_info; local 229 disassemble_info *info = (disassemble_info *) xinfo; local 451 disassemble_info *info = (disassemble_info *) dis_info; local 472 disassemble_info *info = (disassemble_info *) dis_info; local 496 disassemble_info *info = (disassemble_info *) dis_info; local 520 disassemble_info *info = (disassemble_info *) dis_info; local [all...] |
tic54x-dis.c | 49 print_insn_tic54x (bfd_vma memaddr, disassemble_info *info) 56 status = (*info->read_memory_func) (memaddr, opbuf, 2, info); 59 (*info->memory_error_func) (status, memaddr, info); 64 tm = tic54x_get_insn (info, memaddr, opcode, &size); 66 info->bytes_per_line = 2; 67 info->bytes_per_chunk = 2; 68 info->octets_per_byte = 2; 69 info->display_endian = BFD_ENDIAN_LITTLE [all...] |
iq2000-dis.c | 89 disassemble_info *info = (disassemble_info *) xinfo; 94 print_normal (cd, info, fields->f_index, 0, pc, length); 97 print_keyword (cd, info, & iq2000_cgen_opval_gr_names, fields->f_rs, 0); 100 print_address (cd, info, fields->f_imm, 0, pc, length); 103 print_normal (cd, info, fields->f_rt, 0, pc, length); 106 print_normal (cd, info, fields->f_bytecount, 0, pc, length); 109 print_normal (cd, info, fields->f_cam_y, 0, pc, length); 112 print_normal (cd, info, fields->f_cam_z, 0, pc, length); 115 print_normal (cd, info, fields->f_cm_3func, 0, pc, length); 118 print_normal (cd, info, fields->f_cm_3z, 0, pc, length) 88 disassemble_info *info = (disassemble_info *) xinfo; local 220 disassemble_info *info = (disassemble_info *) dis_info; local 241 disassemble_info *info = (disassemble_info *) dis_info; local 265 disassemble_info *info = (disassemble_info *) dis_info; local 289 disassemble_info *info = (disassemble_info *) dis_info; local [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
fs-frontface.c | 12 static struct graw_info info; variable in typeref:struct:graw_info 86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 87 info.ctx->bind_vertex_elements_state(info.ctx, handle); 92 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 98 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 116 handle = graw_parse_vertex_shader(info.ctx, text); 117 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
/external/tlsdate/src/events/ |
sigchld.c | 23 siginfo_t info; local 25 info.si_pid = 0; 26 ret = waitid (P_ALL, -1, &info, WEXITED|WNOHANG); 34 if (info.si_pid == 0) 38 if (info.si_pid == state->setter_pid) 40 report_setter_error (&info); 44 if (info.si_pid != state->tlsdate_pid) 48 info.si_pid, info.si_uid, info.si_status, info.si_code) 86 siginfo_t info; local [all...] |
/packages/services/Telephony/src/com/android/phone/settings/ |
CallForwardInfoUtil.java | 77 public static void setCallForwardingOption(Phone phone, CallForwardInfo info, Message message) { 78 int commandInterfaceCfAction = info.status == CALL_FORWARD_INFO_ACTIVE_STATUS 83 info.reason, 84 info.number, 85 info.timeSeconds, 95 CallForwardInfo info = null; local 98 info = infos[i]; 103 if (info == null) { 104 // If there is no info, create a CallForwardInfo to disable this reason. 105 info = new CallForwardInfo() [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
verbose-error.l | 4 [^:]*:5: Info: did you mean this\? 5 [^:]*:5: Info: ubfm w0,w1,#8,#31 6 [^:]*:5: Info: other valid variant\(s\): 7 [^:]*:5: Info: ubfm x0,x1,#8,#31 15 [^:]*:12: Info: did you mean this\? 16 [^:]*:12: Info: add v0.4s,v1.4s,v2.4s 17 [^:]*:12: Info: other valid variant\(s\): 18 [^:]*:12: Info: add v0.8b,v1.8b,v2.8b 19 [^:]*:12: Info: add v0.16b,v1.16b,v2.16b 20 [^:]*:12: Info: add v0.4h,v1.4h,v2.4 [all...] |
/external/iptables/extensions/ |
libxt_CT.c | 134 struct xt_ct_target_info *info = cb->data; local 139 info->flags |= XT_CT_NOTRACK; 142 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg); 145 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg); 152 struct xt_ct_target_info_v1 *info = cb->data; local 157 info->flags |= XT_CT_NOTRACK; 160 info->ct_events = ct_parse_events(ct_event_tbl, 165 info->exp_events = ct_parse_events(exp_event_tbl, 174 const struct xt_ct_target_info *info = local 178 if (info->flags & XT_CT_NOTRACK 195 const struct xt_ct_target_info_v1 *info = local 221 const struct xt_ct_target_info *info = local 242 const struct xt_ct_target_info_v1 *info = local 266 struct xt_ct_target_info *info = (void *)target->data; local 273 struct xt_ct_target_info *info = (void *)target->data; local 280 struct xt_ct_target_info_v1 *info = (void *)target->data; local 287 struct xt_ct_target_info_v1 *info = (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 [all...] |
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | 69 * Action that clicks on the node info. 113 * info.performAction( 161 * info.performAction( 204 * info.performAction( 225 * info.performAction( 283 * info.performAction(AccessibilityActionCompat.ACTION_SET_SELECTION.getId(), arguments); 330 * info.performAction(AccessibilityActionCompat.ACTION_SET_TEXT.getId(), arguments); 396 private CollectionInfoCompat(Object info) { 397 mInfo = info; 428 private CollectionItemInfoCompat(Object info) { 2679 Object info = infos.get(i); local 3315 Object info = IMPL.getCollectionInfo(mInfo); local 3335 Object info = IMPL.getCollectionItemInfo(mInfo); local 3346 Object info = IMPL.getRangeInfo(mInfo); local [all...] |
/device/linaro/hikey/gralloc/ |
framebuffer_device.cpp | 86 0, 0, m->info.xres, m->info.yres, NULL); 90 m->info.activate = FB_ACTIVATE_VBL; 91 m->info.yoffset = offset / m->finfo.line_length; 97 if (ioctl(m->framebuffer->fd, FBIOPAN_DISPLAY, &m->info) == -1) 149 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) 172 0, 0, m->info.xres, m->info.yres, &fb_vaddr); 175 0, 0, m->info.xres, m->info.yres, &buffer_vaddr) 223 struct fb_var_screeninfo info; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 48 * \return info the result of the scan 52 struct tgsi_shader_info *info) 57 memset(info, 0, sizeof(*info)); 59 info->file_max[i] = -1; 80 info->num_tokens++; 92 info->opcode_count[fullinst->Instruction.Opcode]++; 104 for (ind = 0; ind < info->num_inputs; ++ind) { 105 info->input_usage_mask[ind] |= usage_mask; 110 info->input_usage_mask[ind] |= usage_mask [all...] |
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 87 PackageInfo info = null; local 89 info = pm.getPackageInfo(mPackageName, 97 if (info != null) { 98 mPackage.setText(info.packageName); 101 if (info.applicationInfo != null) { 103 pm.getApplicationIcon(info.applicationInfo)); 104 label = info.applicationInfo.nonLocalizedLabel; 105 appClass = info.applicationInfo.className; 106 if (info.applicationInfo.enabled) { 109 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0) [all...] |
/external/skia/src/image/ |
SkImage_Raster.cpp | 25 static bool ValidArgs(const Info& info, size_t rowBytes, bool hasColorTable, 29 if (info.width() <= 0 || info.height() <= 0) { 32 if (info.width() > maxDimension || info.height() > maxDimension) { 35 if ((unsigned)info.colorType() > (unsigned)kLastEnum_SkColorType) { 38 if ((unsigned)info.alphaType() > (unsigned)kLastEnum_SkAlphaType) { 42 if (kUnknown_SkColorType == info.colorType()) { 46 const bool needsCT = kIndex_8_SkColorType == info.colorType() 144 const SkImageInfo info = fBitmap.info(); local 185 SkImageInfo info = SkImageInfo::MakeN32(subset.width(), subset.height(), fBitmap.alphaType()); local [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyInfoTest.java | 61 KeyInfo info = keyFactory.getKeySpec(key, KeyInfo.class); local 63 Date originalKeyValidityStartDate = (Date) info.getKeyValidityStart().clone(); 64 info.getKeyValidityStart().setTime(1234567890L); 65 assertEquals(originalKeyValidityStartDate, info.getKeyValidityStart()); 68 (Date) info.getKeyValidityForOriginationEnd().clone(); 69 info.getKeyValidityForOriginationEnd().setTime(1234567890L); 71 info.getKeyValidityForOriginationEnd()); 74 (Date) info.getKeyValidityForConsumptionEnd().clone(); 75 info.getKeyValidityForConsumptionEnd().setTime(1234567890L); 77 info.getKeyValidityForConsumptionEnd()) [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |