Searched refs:DISPLAY (Results 1 - 25 of 60) sorted by relevance

123

/external/lz4/programs/
H A Dlz4cli.c76 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
77 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
85 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
112 DISPLAY( "Usage : \n");
113 DISPLAY( " %s [arg] [input] [output] \n", exeName);
114 DISPLAY( "\n");
115 DISPLAY( "input : a filename \n");
116 DISPLAY( " with no FILE, or when FILE is - or %s, read standard input\n", stdinmark);
117 DISPLAY( "Arguments : \n");
118 DISPLAY( "
[all...]
H A Dbench.c85 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
86 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
91 { g_time = clock(); DISPLAY(__VA_ARGS__); \
103 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
295 DISPLAY("LZ4_decompress_safe() failed on block %u \n", blockNb);
320 DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig, (unsigned)crcCheck);
325 DISPLAY("Decoding error at pos %u ", (U32)u);
332 DISPLAY("(block %u, sub %u, pos %u) \n", segNb, bNb, pos);
336 DISPLAY("no difference detected\n");
347 DISPLAY("
[all...]
H A Dlz4io.c101 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
102 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
107 { g_time = clock(); DISPLAY(__VA_ARGS__); \
132 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
275 DISPLAY("%s already exists; not overwritten \n", dstFileName);
278 DISPLAY("%s already exists; do you wish to overwrite (y/N) ? ", dstFileName);
281 DISPLAY(" not overwritten \n");
/external/lz4/tests/
H A Ddatagencli.c51 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
52 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
61 DISPLAY( "Compressible data generator\n");
62 DISPLAY( "Usage :\n");
63 DISPLAY( " %s [size] [args]\n", programName);
64 DISPLAY( "\n");
65 DISPLAY( "Arguments :\n");
66 DISPLAY( " -g# : generate # data (default:%i)\n", SIZE_DEFAULT);
67 DISPLAY( " -s# : Select seed (default:%i)\n", SEED_DEFAULT);
68 DISPLAY( "
[all...]
H A Dfullbench.c90 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
91 #define PROGRESS(...) g_noPrompt ? 0 : DISPLAY(__VA_ARGS__)
109 DISPLAY("-Using Block Size of %i KB-\n", g_chunkSize>>10);
115 DISPLAY("- %i iterations -\n", g_nbIterations);
310 if (result!=0) { DISPLAY("Error decompressing frame : unfinished frame\n"); exit(8); }
311 if (srcSize != (size_t)inSize) { DISPLAY("Error decompressing frame : read size incorrect\n"); exit(9); }
324 if (LZ4F_isError(errorCode)) { DISPLAY("dctx allocation issue \n"); return 10; } }
343 if (inFile==NULL) { DISPLAY( "Pb opening %s\n", inFileName); return 11; }
347 if (inFileSize==0) { DISPLAY( "file is empty\n"); fclose(inFile); return 11; }
349 if (benchedSize==0) { DISPLAY( "no
[all...]
H A Dframetest.c80 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
81 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
84 { g_clockTime = clock(); DISPLAY(__VA_ARGS__); \
183 DISPLAY("allocation error, not enough memory to start fuzzer tests \n");
254 DISPLAY("%u bytes missing != %u bytes requested \n", (U32)missingBytes, (U32)decResult);
265 if (op>oend) { DISPLAY("decompression write overflow \n"); goto _output_error; }
529 DISPLAY("Basic tests completed \n");
540 DISPLAY("Error detected ! \n");
551 DISPLAY("Non-contiguous output test (%i bytes)\n", (int)size);
555 DISPLAY("Erro
[all...]
H A Dfuzzer.c78 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__) macro
79 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
99 DISPLAY("\r%5u ", testNb);
165 DISPLAY("Overflow tests : ");
169 DISPLAY("64 bits mode : no overflow \n");
178 DISPLAY("not enough memory for tests \n");
183 DISPLAY("%3i \b\b\b\b", nbBuff); fflush(stdout);
188 DISPLAY("high address detected : ");
204 if (r>0) { DISPLAY("LZ4_decompress_safe = %i \n", r); goto _overflowError; }
210 if (r>0) { DISPLAY("LZ4_decompress_saf
[all...]
/external/python/cpython2/Tools/compiler/
H A Dcompile.py10 DISPLAY = 0
25 DISPLAY = 1
38 profile.run('compileFile(%r, %r)' % (filename, DISPLAY),
41 compileFile(filename, DISPLAY)
/external/selinux/sandbox/
H A DsandboxX.sh24 export DISPLAY=:$D
27 DISPLAY=$DISPLAY "\$@"
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DAboutFragment.java52 text += "Android Build ID: " + Build.DISPLAY + "\n";
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
H A Dmachine_replay.sh62 export DISPLAY=:0
/external/ltp/tools/pounder21/test_repo/T10single/
H A DT00xterm_stress30 #if [ -z "$DISPLAY" ]; then
61 export DISPLAY=:2
63 $XSERVER_FILE -- $DISPLAY -ac vt9 &
65 $POUNDER_HOME/timed_loop $TEST_DURATION $XSERVER_FILE $DISPLAY -ac vt9 &
/external/ltp/tools/pounder21/test_scripts/
H A Dxterm_stress30 #if [ -z "$DISPLAY" ]; then
61 export DISPLAY=:2
63 $XSERVER_FILE -- $DISPLAY -ac vt9 &
65 $POUNDER_HOME/timed_loop $TEST_DURATION $XSERVER_FILE $DISPLAY -ac vt9 &
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A Dglibc_test_script.sh39 echo "export DISPLAY=:0.0; echo \$DISPLAY; /usr/local/piglit/lib/piglit/bin/glx-close-display -auto" > /tmp/repro.sh
43 # notice the bash -l here. Otherwise the DISPLAY cannot be set
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCurrency.java260 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale());
H A DTimeZone.java365 return timeZone.getDisplayName(ULocale.getDefault(Category.DISPLAY).toLocale());
413 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY));
H A DULocale.java265 DISPLAY, enum constant in enum:ULocale.Category
1203 * Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1205 * @see Category#DISPLAY
1209 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false);
1247 * {@icu} Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1250 * @see Category#DISPLAY
1254 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true);
1303 * {@icu} Returns this locale's script localized for display in the default <code>DISPLAY</code> locale.
1305 * @see Category#DISPLAY
1309 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY));
[all...]
/external/libchrome/base/threading/
H A Dplatform_thread_unittest.cc229 ThreadPriority::DISPLAY,
268 PlatformThread::SetCurrentThreadPriority(ThreadPriority::DISPLAY);
305 EXPECT_EQ(ThreadPriority::DISPLAY,
342 EXPECT_EQ(ThreadPriority::DISPLAY,
344 EXPECT_EQ(ThreadPriority::DISPLAY,
H A Dplatform_thread_linux.cc42 case ThreadPriority::DISPLAY:
97 {ThreadPriority::DISPLAY, -8},
H A Dplatform_thread.h114 DISPLAY, member in class:base::ThreadPriority
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DHoliday.java142 * Return the name of this holiday in the language of the default <code>DISPLAY</code> locale.
143 * @see Category#DISPLAY
147 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHoliday.java149 * Return the name of this holiday in the language of the default <code>DISPLAY</code> locale.
150 * @see Category#DISPLAY
155 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DULocaleTest.java810 ULocale dispLoc = ULocale.getDefault(Category.DISPLAY);
821 ULocale orgDisplay = ULocale.getDefault(Category.DISPLAY);
829 assertEquals(ULocale.getDefault(Category.DISPLAY), jaUS);
833 ULocale.setDefault(Category.DISPLAY, frDE);
837 assertEquals(ULocale.getDefault(Category.DISPLAY), frDE);
842 ULocale.setDefault(Category.DISPLAY, orgDisplay);
846 assertEquals(ULocale.getDefault(Category.DISPLAY), orgDisplay);
/external/ImageMagick/
H A DMake.com110 $if ((p1 .nes. "") .and. (p1 .nes. "DISPLAY")) then goto SkipDisplay
119 $write sys$output "..symbol DISPLAY defined."
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Diface_config_utils.cpp54 {WpsConfigMethods::DISPLAY, "display"},

Completed in 795 milliseconds

123