/external/lz4/programs/ |
H A 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"); 148 DISPLAY( " %s [arg] [input] [output]\n", programName); 149 DISPLAY( "\n"); 150 DISPLAY( "input : a filename\n"); 151 DISPLAY( " with no FILE, or when FILE is - or %s, read standard input\n", stdinmark); 152 DISPLAY( "Arguments :\n"); 153 DISPLAY( " [all...] |
H A 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); 167 DISPLAY("- %i iterations -\n", nbIterations); 395 if (result!=0) { DISPLAY("Error decompressing frame : unfinished frame\n"); exit(8); } 396 if (srcSize != (size_t)inSize) { DISPLAY("Error decompressing frame : read size incorrect\n"); exit(9); } 415 DISPLAY("dctx allocation issue \n"); 443 DISPLAY( "Pb opening %s\n", inFileName); 453 DISPLAY("Not enough memory for '%s' full size; testing %i MB only...\n", inFileName, (int)(benchedSize>>20)); 467 DISPLAY("\nErro [all...] |
H A D | bench.c | 134 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 149 DISPLAY("- %i iterations -\n", nbIterations); 283 DISPLAY( "Pb opening %s\n", inFileName); 293 DISPLAY("Not enough memory for '%s' full size; testing %i MB only...\n", inFileName, (int)(benchedSize>>20)); 307 DISPLAY("\nError: not enough memory!\n"); 332 DISPLAY("Loading %s... \r", inFileName); 338 DISPLAY("\nError: problem reading file '%s' !! \n", inFileName); 357 DISPLAY("\r%79s\r", ""); 364 DISPLAY("%1i-%-14.14s : %9i ->\r", loopNb, inFileName, (int)benchedSize); 383 DISPLAY(" [all...] |
H A 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"); 192 DISPLAY( "Usage :\n"); 193 DISPLAY( " %s [size] [args]\n", programName); 194 DISPLAY( "\n"); 195 DISPLAY( "Arguments :\n"); 196 DISPLAY( " -g# : generate # data (default:%i)\n", CDG_SIZE_DEFAULT); 197 DISPLAY( " -s# : Select seed (default:%i)\n", CDG_SEED_DEFAULT); 198 DISPLAY( " [all...] |
H A 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__); \ 248 //DISPLAY("%7i \n", (int)(ip-(BYTE*)compressedBuffer)); 302 //DISPLAY("%7i : + %6i\n", (int)(ip-(BYTE*)compressedBuffer), (int)iSize); 348 DISPLAY("Basic tests completed \n"); 357 DISPLAY("Error detected ! \n"); 369 DISPLAY("Non-contiguous output test (%i bytes)\n", (int)size); 373 DISPLAY("Error at pos %i/%i : %02X != %02X \n", p, (int)size, b1[p], b2[p]); 391 # define CHECK(cond, ...) if (cond) { DISPLAY("Erro [all...] |
H A 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); 872 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)segSize); 985 DISPLAY("Long HC streaming test (%u MB)\n", (U32)(totalTestSize >> 20)); 1016 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)testSize); 1027 DISPLAY("\r"); 1040 DISPLAY( "Usage :\n"); 1041 DISPLAY( " %s [args]\n", programName); 1042 DISPLAY( "\ [all...] |
H A 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/ |
H A D | sandboxX.sh | 24 export DISPLAY=:$D 27 DISPLAY=$DISPLAY "\$@"
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/ |
H A 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/ |
H A D | Holiday.java | 143 * Return the name of this holiday in the language of the default <code>DISPLAY</code> locale. 144 * @see Category#DISPLAY 149 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
|
H A D | ULocale.java | 298 DISPLAY, enum constant in enum:ULocale.Category 1411 * Returns this locale's language localized for display in the default <code>DISPLAY</code> locale. 1413 * @see Category#DISPLAY 1417 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false); 1455 * {@icu} Returns this locale's language localized for display in the default <code>DISPLAY</code> locale. 1458 * @see Category#DISPLAY 1462 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true); 1510 * Returns this locale's script localized for display in the default <code>DISPLAY</code> locale. 1512 * @see Category#DISPLAY 1516 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY)); [all...] |
H A D | TimeZone.java | 421 * in the default <code>DISPLAY</code> locale. 426 * @see Category#DISPLAY 430 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY)); 465 * in the default <code>DISPLAY</code> locale. 475 * @see Category#DISPLAY 479 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY));
|
H A D | Currency.java | 470 * requests the symbol name for the default <code>DISPLAY</code> locale. 472 * @see Category#DISPLAY 476 return getSymbol(ULocale.getDefault(Category.DISPLAY));
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/ |
H A D | ssvnc_cmd | 60 # Usage: vncviewer [<OPTIONS>] [<HOST>][:<DISPLAY#>] 62 # vncviewer [<OPTIONS>] -listen [<DISPLAY#>] 117 elif [ "X$DARWIN_COTVNC" = "X" -a "X$DISPLAY" = "X" ]; then
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | Collator.java | 1105 * default <code>DISPLAY</code> locale. 1108 * @see com.ibm.icu.util.ULocale.Category#DISPLAY 1112 return getShim().getDisplayName(ULocale.forLocale(objectLocale), ULocale.getDefault(Category.DISPLAY)); 1117 * default <code>DISPLAY</code> locale. 1120 * @see com.ibm.icu.util.ULocale.Category#DISPLAY 1124 return getShim().getDisplayName(objectLocale, ULocale.getDefault(Category.DISPLAY));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUService.java | 629 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY)); 661 ULocale locale = ULocale.getDefault(Category.DISPLAY);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedNumberFormat.java | 997 String[] localeNames = { loc.getBaseName(), ULocale.getDefault(Category.DISPLAY).getBaseName() }; 1035 * Return the rule set display names for the current default <code>DISPLAY</code> locale. 1038 * @see Category#DISPLAY 1042 return getRuleSetDisplayNames(ULocale.getDefault(Category.DISPLAY)); 1069 * Return the rule set display name for the provided rule set in the current default <code>DISPLAY</code> locale. 1072 * @see Category#DISPLAY 1076 return getRuleSetDisplayName(ruleSetName, ULocale.getDefault(Category.DISPLAY));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 4340 ULocale.setDefault(Category.DISPLAY, uJaJp); 4347 if (!ULocale.getDefault(Category.DISPLAY).equals(uJaJp)) { 4348 errln("FAIL: DISPLAY ULocale is " + ULocale.getDefault(Category.DISPLAY) + ", expected: " + uJaJp); 4360 if (!ULocale.getDefault(Category.DISPLAY).equals(uFrFr)) { 4361 errln("FAIL: DISPLAY ULocale is " + ULocale.getDefault(Category.DISPLAY) + ", expected: " + uFrFr); 4378 if (!ULocale.getDefault(Category.DISPLAY).equals(uArEg)) { 4379 errln("FAIL: DISPLAY ULocale is " + ULocale.getDefault(Category.DISPLAY) [all...] |
/external/libavc/test/decoder/ |
H A D | main.c | 267 DISPLAY, enumerator in enum:__anon7788 327 { "--", "--display", DISPLAY, 1240 case DISPLAY:
|
/external/libhevc/test/decoder/ |
H A D | main.c | 265 DISPLAY, enumerator in enum:__anon8191 327 { "--", "--display", DISPLAY, 1230 case DISPLAY:
|
/external/libmpeg2/test/decoder/ |
H A D | main.c | 259 DISPLAY, enumerator in enum:__anon8301 318 { "--", "--display", DISPLAY, 1238 case DISPLAY:
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | Transliterator.java | 1169 * display to the user in the default <code>DISPLAY</code> locale. See {@link 1171 * @see com.ibm.icu.util.ULocale.Category#DISPLAY 1175 return getDisplayName(ID, ULocale.getDefault(Category.DISPLAY));
|
/external/libvncserver/x11vnc/ |
H A D | solid.c | 100 if (getenv("DISPLAY") == NULL) { 101 set_env("DISPLAY", DisplayString(dpy)); 913 ds = getenv("DISPLAY"); 1018 set_env("DISPLAY", DisplayString(dpy)); 1144 set_env("DISPLAY", DisplayString(dpy));
|
H A D | tkx11vnc | 1261 the gui will display on the value in the DISPLAY env. variable followed 7117 } elseif {[info exists env(DISPLAY)]} { 7118 set x11vnc_xdisplay $env(DISPLAY);
|
/external/mesa3d/include/GL/ |
H A D | vms_x_fix.h | 1100 #define sys$display SYS$DISPLAY
|