HomeSort by relevance Sort by last modified time
    Searched full:info (Results 226 - 250 of 40308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/client/src/autotest/moblab/rpc/
MoblabRpcCallbacks.java 12 * Callback for network info fetch.
15 public void onNetworkInfoFetched(NetworkInfo info);
19 * Callback for cloud storage info fetch.
22 public void onCloudStorageInfoFetched(CloudStorageInfo info);
26 * Callback for cloud storage info validation.
33 * Callback for wizard configuration info submission.
40 * Callback for network info fetch.
43 public void onVersionInfoFetched(VersionInfo info);
50 public void onFetchConnectedDutInfoSubmitted(ConnectedDutInfo info);
81 public void onWifiInfoFetched(WifiInfo info);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
AuthenticatedSafe.java 13 private ContentInfo[] info; field in class:AuthenticatedSafe
19 info = new ContentInfo[seq.size()];
21 for (int i = 0; i != info.length; i++)
23 info[i] = ContentInfo.getInstance(seq.getObjectAt(i));
46 ContentInfo[] info)
48 this.info = info;
53 return info;
60 for (int i = 0; i != info.length; i++)
62 v.add(info[i])
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
BitmapInfo.java 27 public void applyTo(ItemInfoWithIcon info) {
28 info.iconBitmap = icon;
29 info.iconColor = color;
32 public void applyTo(BitmapInfo info) {
33 info.icon = icon;
34 info.color = color;
38 BitmapInfo info = new BitmapInfo(); local
39 info.icon = bitmap;
40 info.color = ColorExtractor.findDominantColorByHue(bitmap);
41 return info;
    [all...]
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 83 m->info.activate = FB_ACTIVATE_VBL;
84 m->info.yoffset = offset / m->finfo.line_length;
85 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) {
101 0, 0, m->info.xres, m->info.yres,
106 0, 0, m->info.xres, m->info.yres,
109 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
148 struct fb_var_screeninfo info; local
149 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1
    [all...]
  /external/iptables/extensions/
libxt_helper.c 25 struct xt_helper_info *info = cb->data; local
29 info->invert = 1;
35 const struct xt_helper_info *info = (const void *)match->data; local
37 printf(" helper match %s\"%s\"", info->invert ? "! " : "", info->name);
42 const struct xt_helper_info *info = (const void *)match->data; local
44 printf("%s --helper", info->invert ? " !" : "");
45 xtables_save_string(info->name);
51 const struct xt_helper_info *info = (const void *)params->match->data; local
55 info->invert ? " !=" : "", info->name)
    [all...]
libxt_TPROXY.c 53 const struct xt_tproxy_target_info *info = (const void *)target->data; local
55 xtables_ipaddr_to_numeric((const struct in_addr *)&info->laddr),
56 ntohs(info->lport), (unsigned int)info->mark_value,
57 (unsigned int)info->mark_mask);
64 const struct xt_tproxy_target_info_v1 *info = local
68 xtables_ipaddr_to_numeric(&info->laddr.in),
69 ntohs(info->lport), (unsigned int)info->mark_value,
70 (unsigned int)info->mark_mask)
77 const struct xt_tproxy_target_info_v1 *info = local
88 const struct xt_tproxy_target_info *info = (const void *)target->data; local
100 const struct xt_tproxy_target_info_v1 *info; local
112 const struct xt_tproxy_target_info_v1 *info; local
123 struct xt_tproxy_target_info *info = cb->data; local
139 struct xt_tproxy_target_info_v1 *info = cb->data; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
wrstabs.c 339 stab_write_symbol (struct stab_write_handle *info, int type, int desc,
351 h = string_hash_lookup (&info->strhash, string, TRUE, TRUE);
362 strx = info->strings_size;
364 if (info->last_string == NULL)
365 info->strings = h;
367 info->last_string->next = h;
368 info->last_string = h;
369 info->strings_size += strlen (string) + 1;
374 bfd_put_32 (info->abfd, strx, sym);
375 bfd_put_8 (info->abfd, type, sym + 4)
467 struct stab_write_handle info; local
546 struct stab_write_handle *info = (struct stab_write_handle *) p; local
563 struct stab_write_handle *info = (struct stab_write_handle *) p; local
580 struct stab_write_handle *info = (struct stab_write_handle *) p; local
606 struct stab_write_handle *info = (struct stab_write_handle *) p; local
631 struct stab_write_handle *info = (struct stab_write_handle *) p; local
691 struct stab_write_handle *info = (struct stab_write_handle *) p; local
732 struct stab_write_handle *info = (struct stab_write_handle *) p; local
750 struct stab_write_handle *info = (struct stab_write_handle *) p; local
782 struct stab_write_handle *info = (struct stab_write_handle *) p; local
930 struct stab_write_handle *info = (struct stab_write_handle *) p; local
943 struct stab_write_handle *info = (struct stab_write_handle *) p; local
979 struct stab_write_handle *info = (struct stab_write_handle *) p; local
991 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1018 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1071 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1112 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1141 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1239 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1250 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1311 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1351 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1413 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1445 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1495 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1549 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1615 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1738 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1751 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1762 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1778 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1852 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1867 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1883 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1932 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1955 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1974 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1993 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2016 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2085 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2113 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2163 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2216 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2255 struct stab_write_handle *info = (struct stab_write_handle *) p; local
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 47 // fully populate the node info to marshal
51 // marshal and unmarshal the node info
79 // obtain and populate an node info
96 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
98 info.describeContents());
99 fullyPopulateAccessibilityNodeInfo(info);
101 info.describeContents());
113 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
114 info.addAction(AccessibilityNodeInfo.ACTION_FOCUS);
115 info.addAction(AccessibilityNodeInfo.ACTION_CLEAR_FOCUS)
146 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
176 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
192 final AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mep-dis.c 76 disassemble_info *info = (disassemble_info *) dis_info;
78 (*info->fprintf_func) (info->stream, "$tp");
86 disassemble_info *info = (disassemble_info *) dis_info;
88 (*info->fprintf_func) (info->stream, "$sp");
132 mep_print_vliw_insns (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info,
152 my_status = print_insn (cd, pc, info, insnbuf, corelength);
155 (*info->fprintf_func) (info->stream, UNKNOWN_INSN_MSG)
75 disassemble_info *info = (disassemble_info *) dis_info; local
85 disassemble_info *info = (disassemble_info *) dis_info; local
747 disassemble_info *info = (disassemble_info *) xinfo; local
1218 disassemble_info *info = (disassemble_info *) dis_info; local
1239 disassemble_info *info = (disassemble_info *) dis_info; local
1263 disassemble_info *info = (disassemble_info *) dis_info; local
1287 disassemble_info *info = (disassemble_info *) dis_info; local
    [all...]
m10200-dis.c 29 struct disassemble_info *info,
75 (*info->fprintf_func) (info->stream, "%s\t", op->name);
104 (*info->fprintf_func) (info->stream, ",");
112 (*info->fprintf_func) (info->stream, "d%ld", value);
119 (*info->fprintf_func) (info->stream, "a%ld", value);
123 (*info->fprintf_func) (info->stream, "psw")
142 ((value + memaddr + mysize) & 0xffffff, info); local
    [all...]
mmix-dis.c 69 /* Initialize a target-specific array in INFO. */
72 initialize_mmix_dis_info (struct disassemble_info *info)
84 if ((info->section != NULL && info->section->owner != NULL)
85 || (info->symbols != NULL
86 && info->symbols[0] != NULL
87 && bfd_asymbol_bfd (info->symbols[0]) != NULL))
89 bfd *abfd = info->section && info->section->owner != NULL
90 ? info->section->owne
    [all...]
  /external/ltp/tools/pounder21/test_scripts/
ipmitool 48 runtest bmc info
50 BMC2=`$IPMITOOL bmc info | grep "IPMI Version" | cut -b 29`
53 runtest firewall info lun 0 netfn 0
54 runtest firewall info lun 0 netfn 1
55 runtest firewall info lun 0 netfn 4
56 runtest firewall info lun 0 netfn 0 command 0
57 runtest firewall info lun 0 netfn 0 command 1
58 runtest firewall info lun 0 netfn 0 command 2
59 runtest firewall info lun 0 netfn 1 command 0
60 runtest firewall info lun 0 netfn 1 command
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
StoringInvocationUnit.java 27 import proguard.optimize.info.*;
135 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local
136 if (info != null)
138 info.generalizeReferencedClass(value);
145 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local
146 return info != null ?
147 info.getReferencedClass() :
154 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local
155 if (info != null)
157 info.generalizeValue(value)
164 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local
173 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
183 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
192 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
202 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
    [all...]
  /external/selinux/libsemanage/src/
ibpkeys_file.c 66 parse_info_t *info, semanage_ibpkey_t *ibpkey)
72 if (parse_skip_space(handle, info) < 0)
74 if (!info->ptr)
78 if (parse_assert_str(handle, info, "ibpkeycon") < 0)
80 if (parse_assert_space(handle, info) < 0)
84 if (parse_fetch_string(handle, info, &str, ' ') < 0)
92 if (parse_assert_space(handle, info) < 0)
94 if (parse_fetch_int(handle, info, &low, '-') < 0)
102 if (*info->ptr && *info->ptr != '-')
    [all...]
interfaces_file.c 58 parse_info_t * info, semanage_iface_t * iface)
64 if (parse_skip_space(handle, info) < 0)
66 if (!info->ptr)
70 if (parse_assert_str(handle, info, "netifcon") < 0)
72 if (parse_assert_space(handle, info) < 0)
76 if (parse_fetch_string(handle, info, &str, ' ') < 0)
84 if (parse_assert_space(handle, info) < 0)
86 if (parse_fetch_string(handle, info, &str, ' ') < 0)
90 str, info->filename, info->lineno, info->orig_line)
    [all...]
  /external/skia/tests/
ImageNewShaderTest.cpp 42 SkSurface* destinationSurface, SkImageInfo& info) {
58 bmOrig.allocN32Pixels(info.width(), info.height());
63 bm.allocN32Pixels(info.width(), info.height());
85 bmt.allocN32Pixels(info.width(), info.height());
90 for (int y = 0; y < info.height(); y++) {
93 for (int x = 1; x < info.width(); x++) {
101 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5) local
112 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); local
121 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); local
130 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); local
    [all...]
  /external/skqp/tests/
ImageNewShaderTest.cpp 42 SkSurface* destinationSurface, SkImageInfo& info) {
58 bmOrig.allocN32Pixels(info.width(), info.height());
63 bm.allocN32Pixels(info.width(), info.height());
85 bmt.allocN32Pixels(info.width(), info.height());
90 for (int y = 0; y < info.height(); y++) {
93 for (int x = 1; x < info.width(); x++) {
101 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5) local
112 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); local
121 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); local
130 SkImageInfo info = SkImageInfo::MakeN32Premul(5, 5); local
    [all...]
  /external/drm_gralloc/
gralloc_drm_nouveau.c 67 static struct nouveau_bo *alloc_bo(struct nouveau_info *info,
83 if (!info->chan)
85 else if (scanout && info->tiled_scanout)
90 if (info->arch >= 0x50) {
91 if (scanout && !info->tiled_scanout)
100 if (info->arch >= 0xc0) {
117 else if (info->arch >= 0x50) {
146 align = MAX((info->dev->chipset >= 0x40) ? 1024 : 256,
164 if (nouveau_bo_new_tile(info->dev, flags, 0, *pitch * height,
177 struct nouveau_info *info = (struct nouveau_info *) drv local
272 struct nouveau_info *info = (struct nouveau_info *) drv; local
323 struct nouveau_info *info; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.cpp 49 wifi_handle getWifiHandle(hal_info *info)
51 return (wifi_handle)info;
54 wifi_interface_handle getIfaceHandle(interface_info *info)
56 return (wifi_interface_handle)info;
61 hal_info *info = (hal_info *)handle; local
63 pthread_mutex_lock(&info->cb_lock);
67 for (int i = 0; i < info->num_event_cb; i++) {
68 if(info->event_cb[i].nl_cmd == cmd &&
69 info->event_cb[i].cb_arg == arg) {
70 info->event_cb[i].cb_func = func
98 hal_info *info = (hal_info *)handle; local
137 hal_info *info = (hal_info *)handle; local
166 hal_info *info = (hal_info *)handle; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux.go 103 func vdso_init_from_sysinfo_ehdr(info *vdso_info, hdr *elfEhdr) {
104 info.valid = false
105 info.load_addr = uintptr(unsafe.Pointer(hdr))
107 pt := unsafe.Pointer(info.load_addr + uintptr(hdr.e_phoff))
119 info.load_offset = info.load_addr + uintptr(pt.p_offset-pt.p_vaddr)
123 dyn = (*[vdsoDynSize]elfDyn)(unsafe.Pointer(info.load_addr + uintptr(pt.p_offset)))
134 info.symstrings = nil
135 info.symtab = nil
136 info.versym = ni
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux.go 103 func vdso_init_from_sysinfo_ehdr(info *vdso_info, hdr *elfEhdr) {
104 info.valid = false
105 info.load_addr = uintptr(unsafe.Pointer(hdr))
107 pt := unsafe.Pointer(info.load_addr + uintptr(hdr.e_phoff))
119 info.load_offset = info.load_addr + uintptr(pt.p_offset-pt.p_vaddr)
123 dyn = (*[vdsoDynSize]elfDyn)(unsafe.Pointer(info.load_addr + uintptr(pt.p_offset)))
134 info.symstrings = nil
135 info.symtab = nil
136 info.versym = ni
    [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/eigen/lapack/
cholesky.cpp 14 EIGEN_LAPACK_FUNC(potrf,(char* uplo, int *n, RealScalar *pa, int *lda, int *info))
16 *info = 0;
17 if(UPLO(*uplo)==INVALID) *info = -1;
18 else if(*n<0) *info = -2;
19 else if(*lda<std::max(1,*n)) *info = -4;
20 if(*info!=0)
22 int e = -*info;
33 *info = ret+1;
41 EIGEN_LAPACK_FUNC(potrs,(char* uplo, int *n, int *nrhs, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, int *info))
43 *info = 0
    [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...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
CacheDataUpdatedTaskTest.java 34 for (ItemInfo info : bgDataModel.itemsIdMap) {
35 iconCache.addCache(info.getTargetComponent(), NEW_LABEL_PREFIX + info.id);
46 for (AppInfo info : allAppsList.data) {
47 info.iconBitmap = null;
58 for (AppInfo info : allAppsList.data) {
59 if (info.componentName.getPackageName().equals("app1")) {
60 assertNotNull(info.iconBitmap);
62 assertNull(info.iconBitmap);
86 for (ItemInfo info : bgDataModel.itemsIdMap)
    [all...]

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 91011>>