Searched defs:DISPLAY (Results 1 - 23 of 23) sorted by relevance

/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 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 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 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/libchrome/base/threading/
H A Dplatform_thread.h108 DISPLAY, member in class:base::ThreadPriority
/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/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java270 DISPLAY, enum constant in enum:ULocale.Category
1362 * Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1364 * @see Category#DISPLAY
1367 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false);
1402 * <strong>[icu]</strong> Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1405 * @see Category#DISPLAY
1408 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true);
1453 * Returns this locale's script localized for display in the default <code>DISPLAY</code> locale.
1455 * @see Category#DISPLAY
1458 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY));
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
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/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java307 DISPLAY, enum constant in enum:ULocale.Category
1458 * Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1460 * @see Category#DISPLAY
1464 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false);
1502 * {@icu} Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1505 * @see Category#DISPLAY
1509 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true);
1557 * Returns this locale's script localized for display in the default <code>DISPLAY</code> locale.
1559 * @see Category#DISPLAY
1563 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY));
[all...]
/external/libavc/test/decoder/
H A Dmain.c266 DISPLAY, enumerator in enum:__anon9758
323 { "--", "--display", DISPLAY,
1230 case DISPLAY:
/external/libhevc/test/decoder/
H A Dmain.c265 DISPLAY, enumerator in enum:__anon10700
324 { "--", "--display", DISPLAY,
1222 case DISPLAY:
/external/libmpeg2/test/decoder/
H A Dmain.c261 DISPLAY, enumerator in enum:__anon11055
321 { "--", "--display", DISPLAY,
1245 case DISPLAY:
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 442 milliseconds