Home
last modified time | relevance | path

Searched refs:DISPLAY (Results 1 – 25 of 84) sorted by relevance

1234

/external/lz4/programs/
Dlz4cli.c76 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
77 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
85 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
112 DISPLAY( "Usage : \n"); in usage()
113 DISPLAY( " %s [arg] [input] [output] \n", exeName); in usage()
114 DISPLAY( "\n"); in usage()
115 DISPLAY( "input : a filename \n"); in usage()
116 DISPLAY( " with no FILE, or when FILE is - or %s, read standard input\n", stdinmark); in usage()
117 DISPLAY( "Arguments : \n"); in usage()
118 DISPLAY( " -1 : Fast compression (default) \n"); in usage()
[all …]
Dbench.c85 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
86 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
91 { g_time = clock(); DISPLAY(__VA_ARGS__); \
103 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
295 DISPLAY("LZ4_decompress_safe() failed on block %u \n", blockNb); in BMK_benchMem()
320DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig,… in BMK_benchMem()
325 DISPLAY("Decoding error at pos %u ", (U32)u); in BMK_benchMem()
332 DISPLAY("(block %u, sub %u, pos %u) \n", segNb, bNb, pos); in BMK_benchMem()
336 DISPLAY("no difference detected\n"); in BMK_benchMem()
347DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSp… in BMK_benchMem()
[all …]
Dlz4io.c101 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
102 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
107 { g_time = clock(); DISPLAY(__VA_ARGS__); \
132 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
275 DISPLAY("%s already exists; not overwritten \n", dstFileName); in LZ4IO_openDstFile()
278 DISPLAY("%s already exists; do you wish to overwrite (y/N) ? ", dstFileName); in LZ4IO_openDstFile()
281 DISPLAY(" not overwritten \n"); in LZ4IO_openDstFile()
/external/lz4/tests/
Ddatagencli.c51 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
52 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
61 DISPLAY( "Compressible data generator\n"); in usage()
62 DISPLAY( "Usage :\n"); in usage()
63 DISPLAY( " %s [size] [args]\n", programName); in usage()
64 DISPLAY( "\n"); in usage()
65 DISPLAY( "Arguments :\n"); in usage()
66 DISPLAY( " -g# : generate # data (default:%i)\n", SIZE_DEFAULT); in usage()
67 DISPLAY( " -s# : Select seed (default:%i)\n", SEED_DEFAULT); in usage()
68 DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", COMPRESSIBILITY_DEFAULT); in usage()
[all …]
Dfullbench.c90 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
91 #define PROGRESS(...) g_noPrompt ? 0 : DISPLAY(__VA_ARGS__)
109 DISPLAY("-Using Block Size of %i KB-\n", g_chunkSize>>10); in BMK_setBlocksize()
115 DISPLAY("- %i iterations -\n", g_nbIterations); in BMK_setNbIterations()
310 if (result!=0) { DISPLAY("Error decompressing frame : unfinished frame\n"); exit(8); } in local_LZ4F_decompress()
311 …if (srcSize != (size_t)inSize) { DISPLAY("Error decompressing frame : read size incorrect\n"); exi… in local_LZ4F_decompress()
324 if (LZ4F_isError(errorCode)) { DISPLAY("dctx allocation issue \n"); return 10; } } in fullSpeedBench()
343 if (inFile==NULL) { DISPLAY( "Pb opening %s\n", inFileName); return 11; } in fullSpeedBench()
347 if (inFileSize==0) { DISPLAY( "file is empty\n"); fclose(inFile); return 11; } in fullSpeedBench()
349 if (benchedSize==0) { DISPLAY( "not enough memory\n"); fclose(inFile); return 11; } in fullSpeedBench()
[all …]
Dframetest.c80 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
81 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
84 { g_clockTime = clock(); DISPLAY(__VA_ARGS__); \
183 DISPLAY("allocation error, not enough memory to start fuzzer tests \n"); in basicTests()
254DISPLAY("%u bytes missing != %u bytes requested \n", (U32)missingBytes, (U32)decResult); in basicTests()
265 if (op>oend) { DISPLAY("decompression write overflow \n"); goto _output_error; } in basicTests()
529 DISPLAY("Basic tests completed \n"); in basicTests()
540 DISPLAY("Error detected ! \n"); in basicTests()
551 DISPLAY("Non-contiguous output test (%i bytes)\n", (int)size); in locateBuffDiff()
555 DISPLAY("Error at pos %i/%i : %02X != %02X \n", p, (int)size, b1[p], b2[p]); in locateBuffDiff()
[all …]
Dfuzzer.c78 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__) macro
79 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
99 DISPLAY("\r%5u ", testNb); in FUZ_displayUpdate()
165 DISPLAY("Overflow tests : "); in FUZ_AddressOverflow()
169 DISPLAY("64 bits mode : no overflow \n"); in FUZ_AddressOverflow()
178 DISPLAY("not enough memory for tests \n"); in FUZ_AddressOverflow()
183 DISPLAY("%3i \b\b\b\b", nbBuff); fflush(stdout); in FUZ_AddressOverflow()
188 DISPLAY("high address detected : "); in FUZ_AddressOverflow()
204 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; } in FUZ_AddressOverflow()
210 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; } in FUZ_AddressOverflow()
[all …]
/external/python/cpython2/Tools/compiler/
Dcompile.py10 DISPLAY = 0
25 DISPLAY = 1
38 profile.run('compileFile(%r, %r)' % (filename, DISPLAY),
41 compileFile(filename, DISPLAY)
/external/selinux/sandbox/
DsandboxX.sh24 export DISPLAY=:$D
27 DISPLAY=$DISPLAY "\$@"
/external/ltp/tools/pounder21/test_repo/T10single/
DT00xterm_stress61 export DISPLAY=:2
63 $XSERVER_FILE -- $DISPLAY -ac vt9 &
65 $POUNDER_HOME/timed_loop $TEST_DURATION $XSERVER_FILE $DISPLAY -ac vt9 &
/external/ltp/tools/pounder21/test_scripts/
Dxterm_stress61 export DISPLAY=:2
63 $XSERVER_FILE -- $DISPLAY -ac vt9 &
65 $POUNDER_HOME/timed_loop $TEST_DURATION $XSERVER_FILE $DISPLAY -ac vt9 &
/external/libchrome/base/threading/
Dplatform_thread_unittest.cc231 ThreadPriority::DISPLAY,
280 PlatformThread::SetCurrentThreadPriority(ThreadPriority::DISPLAY); in TEST()
317 EXPECT_EQ(ThreadPriority::DISPLAY, in TEST()
354 EXPECT_EQ(ThreadPriority::DISPLAY, in TEST()
356 EXPECT_EQ(ThreadPriority::DISPLAY, in TEST()
Dplatform_thread_linux.cc38 {ThreadPriority::DISPLAY, -8},
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java810 ULocale dispLoc = ULocale.getDefault(Category.DISPLAY); in testGetDefaultCategory()
821 ULocale orgDisplay = ULocale.getDefault(Category.DISPLAY); in testSetDefaultCategoryULocale()
829 assertEquals(ULocale.getDefault(Category.DISPLAY), jaUS); in testSetDefaultCategoryULocale()
833 ULocale.setDefault(Category.DISPLAY, frDE); in testSetDefaultCategoryULocale()
837 assertEquals(ULocale.getDefault(Category.DISPLAY), frDE); in testSetDefaultCategoryULocale()
842 ULocale.setDefault(Category.DISPLAY, orgDisplay); in testSetDefaultCategoryULocale()
846 assertEquals(ULocale.getDefault(Category.DISPLAY), orgDisplay); in testSetDefaultCategoryULocale()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DTimeZone.java365 return timeZone.getDisplayName(ULocale.getDefault(Category.DISPLAY).toLocale()); in getDisplayName()
413 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
DULocale.java265 DISPLAY, enumConstant
1209 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); in getDisplayLanguage()
1254 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); in getDisplayLanguageWithDialect()
1309 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); in getDisplayScript()
1372 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry()
1422 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY)); in getDisplayVariant()
1473 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY)); in getDisplayKeyword()
1514 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY)); in getDisplayKeywordValue()
1574 return getDisplayNameInternal(this, getDefault(Category.DISPLAY)); in getDisplayName()
1624 return getDisplayNameWithDialectInternal(this, getDefault(Category.DISPLAY)); in getDisplayNameWithDialect()
[all …]
DCurrency.java260 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale()); in getSymbol()
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmachine_replay.sh62 export DISPLAY=:0
/external/ImageMagick/
DMake.com110 $if ((p1 .nes. "") .and. (p1 .nes. "DISPLAY")) then goto SkipDisplay
119 $write sys$output "..symbol DISPLAY defined."
Dcommon.shi.in10 DISPLAY="@abs_top_builddir@/utilities/magick display"
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAboutFragment.java52 text += "Android Build ID: " + Build.DISPLAY + "\n"; in onResume()
/external/autotest/client/site_tests/power_LoadTest/
DREADME.txt7 DISPLAY=:0.0 /opt/google/chrome/chrome --pack-extension=./extension \
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java307 DISPLAY, enumConstant
1464 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); in getDisplayLanguage()
1509 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); in getDisplayLanguageWithDialect()
1563 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); in getDisplayScript()
1575 return getDisplayScriptInContextInternal(this, getDefault(Category.DISPLAY)); in getDisplayScriptInContext()
1668 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry()
1724 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY)); in getDisplayVariant()
1775 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY)); in getDisplayKeyword()
1814 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY)); in getDisplayKeywordValue()
1872 return getDisplayNameInternal(this, getDefault(Category.DISPLAY)); in getDisplayName()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java270 DISPLAY, enumConstant
1367 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); in getDisplayLanguage()
1408 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); in getDisplayLanguageWithDialect()
1458 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); in getDisplayScript()
1471 return getDisplayScriptInContextInternal(this, getDefault(Category.DISPLAY)); in getDisplayScriptInContext()
1563 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry()
1615 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY)); in getDisplayVariant()
1662 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY)); in getDisplayKeyword()
1698 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY)); in getDisplayKeywordValue()
1752 return getDisplayNameInternal(this, getDefault(Category.DISPLAY)); in getDisplayName()
[all …]
/external/openssh/regress/
Dagent-pkcs11.sh17 unset DISPLAY

1234