Searched defs:verbose (Results 151 - 175 of 400) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... .File input java.io.FileFilter filter boolean verbose org.eclipse.internal.provisional.equinox. ...
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPTestCase.java816 * @param verbose
819 protected void clearEvent(byte eventKind, int requestID, boolean verbose) { argument
825 if (verbose) {
/external/bison/lib/
H A Dbitset.c291 bitset_print (FILE *file, bitset bset, bool verbose) argument
297 if (verbose)
314 if (verbose)
/external/blktrace/btt/
H A Dbt_timeline.c34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
114 if (verbose) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmtrt.cpp26 UBool NumberFormatRoundTripTest::verbose = FALSE; member in class:NumberFormatRoundTripTest
245 UBool show = verbose;
/external/chromium_org/third_party/icu/source/test/thaitest/
H A Dthaitest.cpp92 // verbose - report all breaks if true, otherwise just report differences
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
160 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose)
161 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose)
442 UBool verbose = FALSE; local
450 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) {
451 verbose = TRUE;
460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
159 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) argument
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp157 bool verbose; member in struct:RunInfo
218 gRunInfo.verbose = false;
230 else if (strcmp(argv[argnum], "-verbose") == 0)
231 gRunInfo.verbose = true;
288 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n"
290 " -verbose Display extra messages. \n"
318 if (gRunInfo.verbose)
326 if (gRunInfo.verbose )
338 if (gRunInfo.verbose) {
347 if (gRunInfo.verbose) {
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_gencmn.c98 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
116 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
149 if (verbose) {
184 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local
245 if (verbose) {
383 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { argument
440 if (verbose) {
115 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) argument
H A Ducmstate.c617 UBool verbose) {
694 if(verbose) {
926 UBool verbose) {
947 compactToUnicode2(states, pUnicodeCodeUnits, toUFallbacks, countToUFallbacks, verbose);
949 if(verbose) {
614 compactToUnicode2(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
923 ucm_optimizeStates(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test) argument
342 if (!pass || verbose) {
366 test_all(unsigned verbose, FILE *fp) argument
372 if (!test_unary(verbose, fp, &unary_tests[i])) {
382 test_some(unsigned verbose, FILE *fp, argument
389 return test_all(verbose, fp);
394 test_single(unsigned verbose, FILE *fp) argument
H A Dlp_test_conv.c153 test_one(unsigned verbose, argument
193 if(verbose >= 1)
253 if (!success || verbose >= 3) {
254 if(verbose < 1)
387 test_all(unsigned verbose, FILE *fp) argument
400 if(!test_one(verbose, fp, *src_type, *dst_type)){
414 test_some(unsigned verbose, FILE *fp, argument
429 if(!test_one(verbose, fp, *src_type, *dst_type))
438 test_single(unsigned verbose, FILE *fp) argument
448 success = test_one(verbose, f
[all...]
H A Dlp_test_format.c78 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, argument
130 test_format_float(unsigned verbose, FILE *fp, argument
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
215 test_format_unorm8(unsigned verbose, FILE *fp, argument
228 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_unorm8_vec4_type());
301 test_one(unsigned verbose, FILE *fp, argument
306 if (!test_format_float(verbose, fp, format_desc)) {
310 if (!test_format_unorm8(verbose, fp, format_desc)) {
319 test_all(unsigned verbose, FILE *fp) argument
351 if (!test_one(verbose, f
361 test_some(unsigned verbose, FILE *fp, unsigned long n) argument
369 test_single(unsigned verbose, FILE *fp) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py125 verbose = 0 variable
143 sys.stderr.write("-v is verbose\n")
150 verbose += 1
227 if verbose > 0: sys.stderr.write("%s: processing function %s\n" % (program, funcName))
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_fft16.c26 int verbose = 0; variable
63 verbose = options.verbose_;
67 if (verbose > 255)
154 if (verbose > 63) {
186 if (verbose > 63) {
199 if (verbose > 63) {
245 if (verbose > 3) {
293 if (verbose > 63)
309 if (verbose > 63) {
318 if (verbose >
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Denc.c108 int bsize=BSIZE,verbose=0; local
197 verbose=1;
371 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
677 if (verbose)
H A Dengine.c77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) argument
224 if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4)
254 if(verbose == 1)
271 if((verbose >= 3) && !util_flags(bio_out, flags,
345 int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; local
378 if((verbose=strlen(*argv + 1)) > 4)
524 if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
/external/chromium_org/third_party/skia/forth/
H A DForthTests.cpp381 void Forth_test_stdwords(bool verbose);
382 void Forth_test_stdwords(bool verbose) { argument
395 if (verbose) {
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest1.c35 static int verbose = 0; variable
52 if( verbose ) printf("BUSY %s #%d\n", (char*)NotUsed, iCount);
113 if( verbose ) printf("QUERY %s: %s\n", zFile, zSql);
119 if( verbose ) printf("DONE %s %s\n", zFile, zSql);
145 if( verbose ) printf("EXEC %s: %s\n", zFile, zSql);
149 if( verbose ) printf("DONE %s: %s\n", zFile, zSql);
253 verbose = 1;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h80 DECLARE_int32(verbose); variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_osx.h156 void mi_print(malloc_zone_t *zone, boolean_t verbose) { argument
158 if (verbose)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h75 DECLARE_int32(verbose); variable
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_osx.h156 void mi_print(malloc_zone_t *zone, boolean_t verbose) { argument
158 if (verbose)
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.h105 bool verbose; member in struct:webrtc::test::TestConfig
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc279 void mi_print(malloc_zone_t *zone, boolean_t verbose) { argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDataItem.java196 * @param verbose whether to be verbose with the output
198 public void debugPrint(Writer out, boolean verbose) { argument
214 directMethods.get(i).debugPrint(pw, verbose);
220 virtualMethods.get(i).debugPrint(pw, verbose);

Completed in 4980 milliseconds

1234567891011>>