/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/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/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/ |
D | vncviewer.sh | 17 if [ "X$DISPLAY" != "X" -a "X$DARWIN_COTVNC" != "X1" ]; then
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 298 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 …]
|
D | Holiday.java | 149 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
|
D | TimeZone.java | 430 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY)); in getDisplayName() 479 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
|
D | Currency.java | 476 return getSymbol(ULocale.getDefault(Category.DISPLAY)); in getSymbol()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/ |
D | ssvnc_cmd | 117 elif [ "X$DARWIN_COTVNC" = "X" -a "X$DISPLAY" = "X" ]; then
|
/external/openssh/ |
D | ssh-add.0 | 76 DISPLAY and SSH_ASKPASS 79 does not have a terminal associated with it but DISPLAY and
|
D | ssh.0 | 606 -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
|
D | sshd.0 | 243 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/ |
D | RuleBasedNumberFormat.java | 997 … 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/ |
D | Collator.java | 1112 …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/ |
D | ULocaleTest.java | 4340 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/ |
D | ICUService.java | 629 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY)); in getDisplayName() 661 ULocale locale = ULocale.getDefault(Category.DISPLAY); in getDisplayNames()
|
/external/libhevc/test/decoder/ |
D | main.c | 265 DISPLAY, enumerator 327 { "--", "--display", DISPLAY, 1230 case DISPLAY: in parse_argument()
|
/external/libavc/test/decoder/ |
D | main.c | 267 DISPLAY, enumerator 327 { "--", "--display", DISPLAY, 1240 case DISPLAY: in parse_argument()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 259 DISPLAY, enumerator 318 { "--", "--display", DISPLAY, 1238 case DISPLAY: in parse_argument()
|