/external/lz4/programs/ |
D | lz4cli.c | 105 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 106 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 120 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); 147 DISPLAY( "Usage :\n"); in usage() 148 DISPLAY( " %s [arg] [input] [output]\n", programName); in usage() 149 DISPLAY( "\n"); in usage() 150 DISPLAY( "input : a filename\n"); in usage() 151 DISPLAY( " with no FILE, or when FILE is - or %s, read standard input\n", stdinmark); in usage() 152 DISPLAY( "Arguments :\n"); in usage() 153 DISPLAY( " -1 : Fast compression (default) \n"); in usage() [all …]
|
D | fullbench.c | 141 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 142 #define PROGRESS(...) no_prompt ? 0 : DISPLAY(__VA_ARGS__) 161 DISPLAY("-Using Block Size of %i KB-\n", chunkSize>>10); in BMK_SetBlocksize() 167 DISPLAY("- %i iterations -\n", nbIterations); in BMK_SetNbIterations() 395 if (result!=0) { DISPLAY("Error decompressing frame : unfinished frame\n"); exit(8); } in local_LZ4F_decompress() 396 …if (srcSize != (size_t)inSize) { DISPLAY("Error decompressing frame : read size incorrect\n"); exi… in local_LZ4F_decompress() 415 DISPLAY("dctx allocation issue \n"); in fullSpeedBench() 443 DISPLAY( "Pb opening %s\n", inFileName); in fullSpeedBench() 453 …DISPLAY("Not enough memory for '%s' full size; testing %i MB only...\n", inFileName, (int)(benched… in fullSpeedBench() 467 DISPLAY("\nError: not enough memory!\n"); in fullSpeedBench() [all …]
|
D | bench.c | 134 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 149 DISPLAY("- %i iterations -\n", nbIterations); in BMK_SetNbIterations() 283 DISPLAY( "Pb opening %s\n", inFileName); in BMK_benchFile() 293 …DISPLAY("Not enough memory for '%s' full size; testing %i MB only...\n", inFileName, (int)(benched… in BMK_benchFile() 307 DISPLAY("\nError: not enough memory!\n"); in BMK_benchFile() 332 DISPLAY("Loading %s... \r", inFileName); in BMK_benchFile() 338 DISPLAY("\nError: problem reading file '%s' !! \n", inFileName); in BMK_benchFile() 357 DISPLAY("\r%79s\r", ""); in BMK_benchFile() 364 DISPLAY("%1i-%-14.14s : %9i ->\r", loopNb, inFileName, (int)benchedSize); in BMK_benchFile() 383 …DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, … in BMK_benchFile() [all …]
|
D | datagen.c | 80 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 81 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 191 DISPLAY( "Compressible data generator\n"); in CDG_usage() 192 DISPLAY( "Usage :\n"); in CDG_usage() 193 DISPLAY( " %s [size] [args]\n", programName); in CDG_usage() 194 DISPLAY( "\n"); in CDG_usage() 195 DISPLAY( "Arguments :\n"); in CDG_usage() 196 DISPLAY( " -g# : generate # data (default:%i)\n", CDG_SIZE_DEFAULT); in CDG_usage() 197 DISPLAY( " -s# : Select seed (default:%i)\n", CDG_SEED_DEFAULT); in CDG_usage() 198 … DISPLAY( " -p# : Select compressibility in %% (default:%i%%)\n", CDG_COMPRESSIBILITY_DEFAULT); in CDG_usage() [all …]
|
D | frametest.c | 92 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 93 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 96 { g_time = FUZ_GetMilliStart(); DISPLAY(__VA_ARGS__); \ 348 DISPLAY("Basic tests completed \n"); in basicTests() 357 DISPLAY("Error detected ! \n"); in basicTests() 369 DISPLAY("Non-contiguous output test (%i bytes)\n", (int)size); in locateBuffDiff() 373 DISPLAY("Error at pos %i/%i : %02X != %02X \n", p, (int)size, b1[p], b2[p]); in locateBuffDiff() 391 # define CHECK(cond, ...) if (cond) { DISPLAY("Error => "); DISPLAY(__VA_ARGS__); \ in fuzzerTests() 392 … DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; } in fuzzerTests() 530 DISPLAY("press enter to finish \n"); in fuzzerTests() [all …]
|
D | fuzzer.c | 93 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } 270 DISPLAY("\r%5u ", testNb); in FUZ_displayUpdate() 872 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)segSize); in FUZ_unitTests() 985 DISPLAY("Long HC streaming test (%u MB)\n", (U32)(totalTestSize >> 20)); in FUZ_unitTests() 1016 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)testSize); in FUZ_unitTests() 1027 DISPLAY("\r"); in FUZ_unitTests() 1040 DISPLAY( "Usage :\n"); in FUZ_usage() 1041 DISPLAY( " %s [args]\n", programName); in FUZ_usage() 1042 DISPLAY( "\n"); in FUZ_usage() [all …]
|
D | lz4io.c | 114 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 115 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 118 { g_time = clock(); DISPLAY(__VA_ARGS__); \ 142 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
|
/external/selinux/policycoreutils/sandbox/ |
D | sandboxX.sh | 24 export DISPLAY=:$D 27 DISPLAY=$DISPLAY "\$@"
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | ULocaleTest.java | 808 ULocale dispLoc = ULocale.getDefault(Category.DISPLAY); in testGetDefaultCategory() 819 ULocale orgDisplay = ULocale.getDefault(Category.DISPLAY); in testSetDefaultCategoryULocale() 827 assertEquals(ULocale.getDefault(Category.DISPLAY), jaUS); in testSetDefaultCategoryULocale() 831 ULocale.setDefault(Category.DISPLAY, frDE); in testSetDefaultCategoryULocale() 835 assertEquals(ULocale.getDefault(Category.DISPLAY), frDE); in testSetDefaultCategoryULocale() 840 ULocale.setDefault(Category.DISPLAY, orgDisplay); in testSetDefaultCategoryULocale() 844 assertEquals(ULocale.getDefault(Category.DISPLAY), orgDisplay); in testSetDefaultCategoryULocale()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
D | runtests | 6 #set the DISPLAY for running tests on Linux 7 DISPLAY=`$HOST`:0.0;export DISPLAY
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
D | TimeZone.java | 363 return timeZone.getDisplayName(ULocale.getDefault(Category.DISPLAY).toLocale()); in getDisplayName() 411 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
|
D | ULocale.java | 263 DISPLAY, enumConstant 1207 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); in getDisplayLanguage() 1252 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); in getDisplayLanguageWithDialect() 1307 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); in getDisplayScript() 1370 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry() 1420 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY)); in getDisplayVariant() 1471 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY)); in getDisplayKeyword() 1512 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY)); in getDisplayKeywordValue() 1572 return getDisplayNameInternal(this, getDefault(Category.DISPLAY)); in getDisplayName() 1622 return getDisplayNameWithDialectInternal(this, getDefault(Category.DISPLAY)); in getDisplayNameWithDialect() [all …]
|
D | Currency.java | 258 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale()); in getSymbol()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
D | machine_replay.sh | 62 export DISPLAY=:0
|
/external/ImageMagick/ |
D | Make.com | 110 $if ((p1 .nes. "") .and. (p1 .nes. "DISPLAY")) then goto SkipDisplay 119 $write sys$output "..symbol DISPLAY defined."
|
D | common.shi.in | 10 DISPLAY="@abs_top_builddir@/utilities/magick display"
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 285 DISPLAY, enumConstant 1404 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); in getDisplayLanguage() 1449 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); in getDisplayLanguageWithDialect() 1503 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); in getDisplayScript() 1515 return getDisplayScriptInContextInternal(this, getDefault(Category.DISPLAY)); in getDisplayScriptInContext() 1608 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry() 1664 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY)); in getDisplayVariant() 1715 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY)); in getDisplayKeyword() 1754 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY)); in getDisplayKeywordValue() 1812 return getDisplayNameInternal(this, getDefault(Category.DISPLAY)); in getDisplayName() [all …]
|
D | Holiday.java | 149 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 261 DISPLAY, enumConstant 1320 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); in getDisplayLanguage() 1361 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); in getDisplayLanguageWithDialect() 1411 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); in getDisplayScript() 1424 return getDisplayScriptInContextInternal(this, getDefault(Category.DISPLAY)); in getDisplayScriptInContext() 1516 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry() 1568 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY)); in getDisplayVariant() 1615 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY)); in getDisplayKeyword() 1651 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY)); in getDisplayKeywordValue() 1705 return getDisplayNameInternal(this, getDefault(Category.DISPLAY)); in getDisplayName() [all …]
|
D | Holiday.java | 141 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
|
/external/libchrome/base/threading/ |
D | platform_thread_linux.cc | 39 {ThreadPriority::DISPLAY, -6},
|
D | platform_thread.h | 108 DISPLAY, enumerator
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
D | graphics_PiglitBVT_8.sh | 9 export DISPLAY=:0
|
D | graphics_PiglitBVT_5.sh | 9 export DISPLAY=:0
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
D | graphics_PiglitBVT_7.sh | 9 export DISPLAY=:0
|