Home
last modified time | relevance | path

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

12

/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/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/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/
Dvncviewer.sh17 if [ "X$DISPLAY" != "X" -a "X$DARWIN_COTVNC" != "X1" ]; then
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java298 DISPLAY, enumConstant
1417 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); in getDisplayLanguage()
1462 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); in getDisplayLanguageWithDialect()
1516 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); in getDisplayScript()
1528 return getDisplayScriptInContextInternal(this, getDefault(Category.DISPLAY)); in getDisplayScriptInContext()
1621 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry()
1677 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY)); in getDisplayVariant()
1728 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY)); in getDisplayKeyword()
1767 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY)); in getDisplayKeywordValue()
1825 return getDisplayNameInternal(this, getDefault(Category.DISPLAY)); in getDisplayName()
[all …]
DHoliday.java149 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
DTimeZone.java430 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
479 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
DCurrency.java476 return getSymbol(ULocale.getDefault(Category.DISPLAY)); in getSymbol()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
Dssvnc_cmd117 elif [ "X$DARWIN_COTVNC" = "X" -a "X$DISPLAY" = "X" ]; then
/external/openssh/
Dssh-add.076 DISPLAY and SSH_ASKPASS
79 does not have a terminal associated with it but DISPLAY and
Dssh.0606 -X, -x, and -Y options above) and the user is using X11 (the DISPLAY
611 from the local machine. The user should not manually set DISPLAY.
615 The DISPLAY value set by ssh will point to the server machine, but with a
722 DISPLAY The DISPLAY variable indicates the location of the
728 channel. The user should normally not set DISPLAY
746 associated with it but DISPLAY and SSH_ASKPASS are
Dsshd.0243 standard input (and DISPLAY in its environment). The script must call
254 if read proto cookie && [ -n "$DISPLAY" ]; then
255 if [ `echo $DISPLAY | cut -c1-10` = 'localhost:' ]; then
257 echo add unix:`echo $DISPLAY |
261 echo add $DISPLAY $proto $cookie
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java997 … String[] localeNames = { loc.getBaseName(), ULocale.getDefault(Category.DISPLAY).getBaseName() }; in getNameListForLocale()
1042 return getRuleSetDisplayNames(ULocale.getDefault(Category.DISPLAY)); in getRuleSetDisplayNames()
1076 return getRuleSetDisplayName(ruleSetName, ULocale.getDefault(Category.DISPLAY)); in getRuleSetDisplayName()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollator.java1112 …rn getShim().getDisplayName(ULocale.forLocale(objectLocale), ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
1124 return getShim().getDisplayName(objectLocale, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java4340 ULocale.setDefault(Category.DISPLAY, uJaJp); in TestCategoryDefault()
4347 if (!ULocale.getDefault(Category.DISPLAY).equals(uJaJp)) { in TestCategoryDefault()
4348 …errln("FAIL: DISPLAY ULocale is " + ULocale.getDefault(Category.DISPLAY) + ", expected: " + uJaJp); in TestCategoryDefault()
4360 if (!ULocale.getDefault(Category.DISPLAY).equals(uFrFr)) { in TestCategoryDefault()
4361 …errln("FAIL: DISPLAY ULocale is " + ULocale.getDefault(Category.DISPLAY) + ", expected: " + uFrFr); in TestCategoryDefault()
4378 if (!ULocale.getDefault(Category.DISPLAY).equals(uArEg)) { in TestCategoryDefault()
4379 …errln("FAIL: DISPLAY ULocale is " + ULocale.getDefault(Category.DISPLAY) + ", expected: " + uArEg); in TestCategoryDefault()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java629 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
661 ULocale locale = ULocale.getDefault(Category.DISPLAY); in getDisplayNames()
/external/libhevc/test/decoder/
Dmain.c265 DISPLAY, enumerator
327 { "--", "--display", DISPLAY,
1230 case DISPLAY: in parse_argument()
/external/libavc/test/decoder/
Dmain.c267 DISPLAY, enumerator
327 { "--", "--display", DISPLAY,
1240 case DISPLAY: in parse_argument()
/external/libmpeg2/test/decoder/
Dmain.c259 DISPLAY, enumerator
318 { "--", "--display", DISPLAY,
1238 case DISPLAY: in parse_argument()

12