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

<<11121314151617181920>>

  /external/eigen/lapack/
eigenvalues.cpp 14 EIGEN_LAPACK_FUNC(syev,(char *jobz, char *uplo, int* n, Scalar* a, int *lda, Scalar* w, Scalar* /*work*/, int* lwork, int *info))
19 *info = 0;
20 if(*jobz!='N' && *jobz!='V') *info = -1;
21 else if(UPLO(*uplo)==INVALID) *info = -2;
22 else if(*n<0) *info = -3;
23 else if(*lda<std::max(1,*n)) *info = -5;
24 else if((!query_size) && *lwork<std::max(1,3**n-1)) *info = -8;
26 if(*info!=0)
28 int e = -*info;
48 if(eig.info()==NoConvergence
    [all...]
lu.cpp 14 EIGEN_LAPACK_FUNC(getrf,(int *m, int *n, RealScalar *pa, int *lda, int *ipiv, int *info))
16 *info = 0;
17 if(*m<0) *info = -1;
18 else if(*n<0) *info = -2;
19 else if(*lda<std::max(1,*m)) *info = -4;
20 if(*info!=0)
22 int e = -*info;
38 *info = ret+1;
46 EIGEN_LAPACK_FUNC(getrs,(char *trans, int *n, int *nrhs, RealScalar *pa, int *lda, int *ipiv, RealScalar *pb, int *ldb, int *info))
48 *info = 0
    [all...]
  /external/iptables/extensions/
libxt_SECMARK.c 34 struct xt_secmark_target_info *info = cb->data; local
37 info->mode = SECMARK_MODE_SEL;
40 static void print_secmark(const struct xt_secmark_target_info *info)
42 switch (info->mode) {
44 printf("selctx %s", info->secctx);
48 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode);
55 const struct xt_secmark_target_info *info = local
59 print_secmark(info);
64 const struct xt_secmark_target_info *info = local
68 print_secmark(info);
    [all...]
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...]
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...]
  /external/libchrome/base/
sys_info_linux.cc 52 SystemMemoryInfoKB info; local
53 if (!GetSystemMemoryInfo(&info))
55 return AmountOfAvailablePhysicalMemory(info);
60 const SystemMemoryInfoKB& info) {
64 // if we had info about zones watermarks (/proc/zoneinfo).
65 int64_t res_kb = info.available != 0
66 ? info.available - info.active_file
67 : info.free + info.reclaimable + info.inactive_file
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
or1k-dis.c 89 disassemble_info *info = (disassemble_info *) xinfo;
94 print_address (cd, info, fields->f_disp26, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length);
97 print_keyword (cd, info, & or1k_cgen_opval_h_gpr, fields->f_r2, 0);
100 print_keyword (cd, info, & or1k_cgen_opval_h_fdr, fields->f_r1, 0);
103 print_keyword (cd, info, & or1k_cgen_opval_h_fsr, fields->f_r2, 0);
106 print_keyword (cd, info, & or1k_cgen_opval_h_gpr, fields->f_r3, 0);
109 print_keyword (cd, info, & or1k_cgen_opval_h_fdr, fields->f_r1, 0);
112 print_keyword (cd, info, & or1k_cgen_opval_h_fsr, fields->f_r3, 0);
115 print_keyword (cd, info, & or1k_cgen_opval_h_gpr, fields->f_r1, 0);
118 print_keyword (cd, info, & or1k_cgen_opval_h_fdr, fields->f_r1, 0)
88 disassemble_info *info = (disassemble_info *) xinfo; local
172 disassemble_info *info = (disassemble_info *) dis_info; local
193 disassemble_info *info = (disassemble_info *) dis_info; local
217 disassemble_info *info = (disassemble_info *) dis_info; local
241 disassemble_info *info = (disassemble_info *) dis_info; local
    [all...]
fr30-dis.c 68 disassemble_info *info = dis_info;
80 (*info->fprintf_func) (info->stream, "r%li", reg_index + offset);
93 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
151 disassemble_info *info = (disassemble_info *) dis_info;
153 (*info->fprintf_func) (info->stream, "%ld", value);
184 disassemble_info *info = (disassemble_info *) xinfo;
189 print_keyword (cd, info, & fr30_cgen_opval_cr_names, fields->f_CRi, 0)
67 disassemble_info *info = dis_info; local
150 disassemble_info *info = (disassemble_info *) dis_info; local
183 disassemble_info *info = (disassemble_info *) xinfo; local
330 disassemble_info *info = (disassemble_info *) dis_info; local
351 disassemble_info *info = (disassemble_info *) dis_info; local
375 disassemble_info *info = (disassemble_info *) dis_info; local
399 disassemble_info *info = (disassemble_info *) dis_info; local
    [all...]
v850-dis.c 91 struct disassemble_info *info,
100 info->print_address_func (addr, info);
106 info->fprintf_func (info->stream, "%ld", value);
110 info->fprintf_func (info->stream, "%lu", value);
116 info->fprintf_func (info->stream, "0x%lx", value);
122 info->fprintf_func (info->stream, "%ld", value)
    [all...]
  /external/proguard/src/proguard/optimize/info/
NonPrivateMemberMarker.java 21 package proguard.optimize.info;
133 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local
134 if (info != null)
136 info.setCanNotBeMadePrivate();
146 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local
147 return info != null &&
148 info.canBeMadePrivate();
154 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
155 if (info != null)
157 info.setCanNotBeMadePrivate()
167 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.cpp 120 u_scanf_spec_info *info = &(spec->fInfo); local
125 info->fWidth = -1;
126 info->fSpec = 0x0000;
127 info->fPadChar = 0x0020;
128 info->fSkipArg = FALSE;
129 info->fIsLongDouble = FALSE;
130 info->fIsShort = FALSE;
131 info->fIsLong = FALSE;
132 info->fIsLongLong = FALSE;
133 info->fIsString = TRUE
306 ufmt_type_info info; member in struct:u_scanf_info
1354 ufmt_type_info info; local
    [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/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...]
  /external/skia/src/core/
SkPicture.cpp 19 // When we read/write the SkPictInfo via a stream, we have a sentinel byte right after the info.
54 SkPictInfo info; local
57 static_assert(sizeof(kMagic) == sizeof(info.fMagic), "");
58 memcpy(info.fMagic, kMagic, sizeof(kMagic));
60 // Set picture info after magic bytes in the header
61 info.setVersion(CURRENT_PICTURE_VERSION);
62 info.fCullRect = this->cullRect();
63 return info;
66 bool SkPicture::IsValidPictInfo(const SkPictInfo& info) {
67 if (0 != memcmp(info.fMagic, kMagic, sizeof(kMagic)))
81 SkPictInfo info; local
107 SkPictInfo info; local
164 SkPictInfo info; local
199 SkPictInfo info; local
222 SkPictInfo info = this->createHeader(); local
272 SkPictInfo info = this->createHeader(); local
297 SkPictInfo info = this->createHeader(); local
    [all...]
  /external/skqp/src/core/
SkPicture.cpp 19 // When we read/write the SkPictInfo via a stream, we have a sentinel byte right after the info.
54 SkPictInfo info; local
57 static_assert(sizeof(kMagic) == sizeof(info.fMagic), "");
58 memcpy(info.fMagic, kMagic, sizeof(kMagic));
60 // Set picture info after magic bytes in the header
61 info.setVersion(CURRENT_PICTURE_VERSION);
62 info.fCullRect = this->cullRect();
63 return info;
66 bool SkPicture::IsValidPictInfo(const SkPictInfo& info) {
67 if (0 != memcmp(info.fMagic, kMagic, sizeof(kMagic)))
81 SkPictInfo info; local
107 SkPictInfo info; local
164 SkPictInfo info; local
199 SkPictInfo info; local
222 SkPictInfo info = this->createHeader(); local
272 SkPictInfo info = this->createHeader(); local
297 SkPictInfo info = this->createHeader(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 65 struct point_info *info,
70 info->a0[slot][i] = value;
71 info->dadx[slot][i] = 0.0f;
72 info->dady[slot][i] = 0.0f;
78 const struct point_info *info,
89 float w0 = info->v0[0][3];
93 info->a0[slot][i] = info->v0[slot][i]*w0;
94 info->dadx[slot][i] = 0.0f;
95 info->dady[slot][i] = 0.0f
348 struct point_info info; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 67 public ApplicationInfo(LauncherActivityInfo info, UserHandle user, IconCache iconCache,
70 this.componentName = info.getComponentName();
73 int appFlags = info.getApplicationInfo().flags;
80 firstInstallTime = info.getFirstInstallTime();
81 iconCache.getTitleAndIcon(this, info, labelCache);
84 intent.setComponent(info.getComponentName());
91 public ApplicationInfo(ApplicationInfo info) {
92 super(info);
93 componentName = info.componentName;
94 title = info.title.toString()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java 57 public AppInfo(Context context, LauncherActivityInfo info, UserHandle user) {
58 this(info, user, UserManagerCompat.getInstance(context).isQuietModeEnabled(user));
61 public AppInfo(LauncherActivityInfo info, UserHandle user, boolean quietModeEnabled) {
62 this.componentName = info.getComponentName();
65 intent = makeLaunchIntent(info);
70 updateRuntimeFlagsForActivityTarget(this, info);
73 public AppInfo(AppInfo info) {
74 super(info);
75 componentName = info.componentName;
76 title = Utilities.trim(info.title)
    [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...]
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 16 CGBitmapInfo info = kCGBitmapByteOrder32Big; local
21 info |= kCGImageAlphaNoneSkipLast;
24 info |= kCGImageAlphaPremultipliedLast;
27 info |= kCGImageAlphaLast;
30 return info;
34 CGBitmapInfo info = kCGBitmapByteOrder32Little; local
39 info |= kCGImageAlphaNoneSkipFirst;
42 info |= kCGImageAlphaPremultipliedFirst;
45 info |= kCGImageAlphaFirst;
48 return info;
240 SkImageInfo info = SkImageInfo::MakeN32Premul(width, height); local
    [all...]
  /external/skqp/src/utils/mac/
SkCreateCGImageRef.cpp 16 CGBitmapInfo info = kCGBitmapByteOrder32Big; local
21 info |= kCGImageAlphaNoneSkipLast;
24 info |= kCGImageAlphaPremultipliedLast;
27 info |= kCGImageAlphaLast;
30 return info;
34 CGBitmapInfo info = kCGBitmapByteOrder32Little; local
39 info |= kCGImageAlphaNoneSkipFirst;
42 info |= kCGImageAlphaPremultipliedFirst;
45 info |= kCGImageAlphaFirst;
48 return info;
240 SkImageInfo info = SkImageInfo::MakeN32Premul(width, height); local
    [all...]

Completed in 621 milliseconds

<<11121314151617181920>>