Searched refs:info (Results 351 - 375 of 3349) sorted by relevance

<<11121314151617181920>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DFixedPointCombMultiplier.java25 FixedPointPreCompInfo info = FixedPointUtil.precompute(p, minWidth);
26 ECPoint[] lookupTable = info.getPreComp();
27 int width = info.getWidth();
H A DFixedPointUtil.java30 FixedPointPreCompInfo info = getFixedPointPreCompInfo(c.getPreCompInfo(p, PRECOMP_NAME));
31 ECPoint[] lookupTable = info.getPreComp();
63 info.setPreComp(lookupTable);
64 info.setWidth(minWidth);
66 c.setPreCompInfo(p, PRECOMP_NAME, info);
69 return info;
/external/e2fsprogs/lib/ss/
H A Dhelp.c45 register ss_data *info; local
70 info = ss_info(sci_idx);
71 if (info->info_dirs == (char **)NULL) {
75 if (info->info_dirs[0] == (char *)NULL) {
79 for (fd = -1, idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) {
80 buffer = malloc(strlen (info->info_dirs[idx]) + 1 +
87 (void) strcpy(buffer, info->info_dirs[idx]);
90 (void) strcat(buffer, ".info");
97 #define MSG "No info found for "
129 register ss_data *info; local
[all...]
H A Drequests.c29 register ss_data *info = ss_info(sci_idx); local
30 printf("%s version %s\n", info->subsystem_name,
31 info->subsystem_version);
/external/elfutils/src/libdw/
H A Ddwarf_getscopes_die.c69 void *info = die->addr; local
70 int result = __libdw_visit_scopes (1, &cu, &scope_visitor, NULL, &info);
72 *scopes = info;
/external/guava/guava-gwt/test/com/google/common/
H A DGwtTestSuite.java36 for (ClassInfo info
38 if (info.getName().endsWith("_gwt")) {
39 Class<?> clazz = info.load();
/external/iptables/extensions/
H A Dlibxt_bpf.c97 const struct xt_bpf_info *info = (void *) match->data; local
100 for (i = 0; i < info->bpf_program_num_elem-1; i++)
101 printf("%hu %hhu %hhu %u,", info->bpf_program[i].code,
102 info->bpf_program[i].jt,
103 info->bpf_program[i].jf,
104 info->bpf_program[i].k);
106 printf("%hu %hhu %hhu %u", info->bpf_program[i].code,
107 info->bpf_program[i].jt,
108 info->bpf_program[i].jf,
109 info
114 const struct xt_bpf_info *info = (void *) match->data; local
[all...]
/external/jetty/src/java/org/eclipse/jetty/util/log/
H A DLogger.java52 * Formats and logs at info level.
56 public void info(String msg, Object... args); method in interface:Logger
59 * Logs the given Throwable information at info level
62 public void info(Throwable thrown); method in interface:Logger
65 * Logs the given message at info level, with Throwable information.
69 public void info(String msg, Throwable thrown); method in interface:Logger
H A DSlf4jLog.java72 public void info(String msg, Object... args) method in class:Slf4jLog
74 _logger.info(msg, args);
77 public void info(Throwable thrown) method in class:Slf4jLog
79 info("", thrown);
82 public void info(String msg, Throwable thrown) method in class:Slf4jLog
84 _logger.info(msg, thrown);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c49 !sp->fs_variant->info.uses_kill &&
50 !sp->fs_variant->info.writes_z &&
51 !sp->fs_variant->info.writes_stencil;
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy54 LOG.info(fileSystemEntry)
60 LOG.info(fileSystemEntry)
67 LOG.info(fileSystemEntry)
73 LOG.info(fileSystemEntry)
86 LOG.info("result= [$result]")
87 LOG.info("expected=[$expectedResult]")
/external/mockito/src/org/mockito/internal/creation/
H A DSerializableMockitoMethodProxy.java23 Object info = Whitebox.getInternalState(methodProxy, "createInfo");
24 c1 = (Class<?>) Whitebox.getInternalState(info, "c1");
25 c2 = (Class<?>) Whitebox.getInternalState(info, "c2");
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dbooleans.py25 info=sepolicy.info variable
29 return info(sepolicy.ATTRIBUTE, attribute)[0]["types"]
H A Dcommunicate.py25 info=sepolicy.info variable
36 return info(sepolicy.ATTRIBUTE, attribute)[0]["types"]
/external/skia/tests/
H A DBitmapGetColorTest.cpp36 SkImageInfo info = SkImageInfo::Make(2, 2, gRec[i].fColorType, local
40 bm.installPixels(info, storage, info.minRowBytes());
/external/strace/tests/
H A Dpc.c18 * https://marc.info/?l=linux-s390&m=142515870124248&w=2
41 Dl_info info; local
42 if (dladdr(&main, &info)) {
44 (unsigned long) info.dli_fbase & mask;
/external/v8/src/compiler/
H A Dpipeline.h27 explicit Pipeline(CompilationInfo* info) : info_(info) {} argument
46 CompilationInfo* info() const { return info_; } function in class:v8::internal::compiler::Pipeline
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-darwin.c61 static void load_client ( /*OUT*/ExeInfo* info, argument
76 VG_(memset)(info, 0, sizeof(*info));
77 ret = VG_(do_exec)(exe_name, info);
87 /* Copy necessary bits of 'info' that were filled in */
88 *client_ip = info->init_ip;
312 const ExeInfo* info,
342 if (info->interp_name != NULL) {
344 stringsize += VG_(strlen)(info->interp_name) + 1;
346 if (info
310 setup_client_stack( void* init_sp, HChar** orig_envp, const ExeInfo* info, Addr clstack_end, SizeT clstack_max_size, const VexArchInfo* vex_archinfo ) argument
514 ExeInfo info; local
[all...]
/external/eigen/blas/
H A Dlevel2_impl.h37 int info = 0; local
38 if(OP(*opa)==INVALID) info = 1;
39 else if(*m<0) info = 2;
40 else if(*n<0) info = 3;
41 else if(*lda<std::max(1,*m)) info = 6;
42 else if(*incb==0) info = 8;
43 else if(*incc==0) info = 11;
44 if(info)
45 return xerbla_(SCALAR_SUFFIX_UP"GEMV ",&info,6);
109 int info local
164 int info = 0; local
210 int info = 0; local
366 int info = 0; local
435 int info = 0; local
506 int info = 0; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DKeyFactory.java29 PrivateKeyInfo info = PrivateKeyInfo.getInstance(((PKCS8EncodedKeySpec)keySpec).getEncoded());
30 PrivateKey key = BouncyCastleProvider.getPrivateKey(info);
37 throw new InvalidKeySpecException("no factory found for OID: " + info.getPrivateKeyAlgorithm().getAlgorithm());
56 SubjectPublicKeyInfo info = SubjectPublicKeyInfo.getInstance(((X509EncodedKeySpec)keySpec).getEncoded());
57 PublicKey key = BouncyCastleProvider.getPublicKey(info);
64 throw new InvalidKeySpecException("no factory found for OID: " + info.getAlgorithm().getAlgorithm());
/external/chromium-trace/trace-viewer/build/
H A Dchecklicenses.py57 logging.info('Using base directory: %s' % base_directory)
58 logging.info('Checking: %s' % start_dir)
59 logging.info('')
73 logging.info('----------- licensecheck stdout -----------')
74 logging.info(stdout)
75 logging.info('--------- end licensecheck stdout ---------')
121 print 'for more info how to handle the failure.'

Completed in 887 milliseconds

<<11121314151617181920>>