Home
last modified time | relevance | path

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

1234

/external/lz4/programs/
Dlz4cli.c105 #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 …]
Dfullbench.c141 #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()
453DISPLAY("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 …]
Dbench.c134 #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()
293DISPLAY("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()
383DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, … in BMK_benchFile()
[all …]
Ddatagen.c80 #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()
198DISPLAY( " -p# : Select compressibility in %% (default:%i%%)\n", CDG_COMPRESSIBILITY_DEFAULT); in CDG_usage()
[all …]
Dframetest.c92 #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()
392DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; } in fuzzerTests()
530 DISPLAY("press enter to finish \n"); in fuzzerTests()
[all …]
Dfuzzer.c93 #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 …]
Dlz4io.c114 #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/
DsandboxX.sh24 export DISPLAY=:$D
27 DISPLAY=$DISPLAY "\$@"
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java808 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/
Druntests6 #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/
DTimeZone.java363 return timeZone.getDisplayName(ULocale.getDefault(Category.DISPLAY).toLocale()); in getDisplayName()
411 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
DULocale.java263 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 …]
DCurrency.java258 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/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java285 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 …]
DHoliday.java149 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java261 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 …]
DHoliday.java141 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
/external/libchrome/base/threading/
Dplatform_thread_linux.cc39 {ThreadPriority::DISPLAY, -6},
Dplatform_thread.h108 DISPLAY, enumerator
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
Dgraphics_PiglitBVT_8.sh9 export DISPLAY=:0
Dgraphics_PiglitBVT_5.sh9 export DISPLAY=:0
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
Dgraphics_PiglitBVT_7.sh9 export DISPLAY=:0

1234