/external/lz4/programs/ |
lz4cli.c | 105 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 106 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 107 static unsigned displayLevel = 2; /* 0 : no display ; 1: errors ; 2 : + result + interaction + warnings ; 3 : + progression; 4 : + information */ 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") [all...] |
fullbench.c | 141 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 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("\nError: not enough memory!\n") [all...] |
bench.c | 134 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 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("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, (int)cSi (…) [all...] |
datagen.c | 80 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 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( " -p# : Select compressibility in %% (default:%i%%)\n", CDG_COMPRESSIBILITY_DEFAULT) [all...] |
frametest.c | 92 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 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("Error => "); DISPLAY(__VA_ARGS__); [all...] |
fuzzer.c | 93 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } 270 DISPLAY("\r%5u ", testNb); [all...] |
/external/selinux/policycoreutils/sandbox/ |
sandboxX.sh | 24 export DISPLAY=:$D 27 DISPLAY=$DISPLAY "\$@"
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegReqPinTestCase.java | 33 return connectTest(false, WpsInfo.DISPLAY);
|
P2pClientPinTestCase.java | 41 return connectTest(true, WpsInfo.DISPLAY);
|
/frameworks/base/drm/java/android/drm/ |
DrmStore.java | 195 public static final int DISPLAY = 0x07; 208 case DISPLAY:
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
CameraPictureSizesCacher.java | 52 editor.putString(key_build, Build.DISPLAY); 92 editor.putString(key_build, Build.DISPLAY); 115 if (thisCameraCachedBuild != null && thisCameraCachedBuild.equals(Build.DISPLAY)) {
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
machine_replay.sh | 62 export DISPLAY=:0
|
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 119 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, 121 if (display == NULL || (major_minor != NULL && 127 EGLDisplay dpy = getDisplay(_env, display); 142 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, 144 if (display == NULL || context == NULL || value == NULL 149 EGLDisplay dpy = getDisplay(_env, display); 161 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, 163 if (display == NULL || surface == NULL || value == NULL 168 EGLDisplay dpy = getDisplay(_env, display); 181 static jint jni_getInitCount(JNIEnv *_env, jobject _clazz, jobject display) { [all...] |
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_7.sh | 9 export DISPLAY=:0
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
graphics_PiglitBVT_8.sh | 9 export DISPLAY=:0
|
graphics_PiglitBVT_5.sh | 9 export DISPLAY=:0
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
Currency.java | 18 * can return various data necessary to its proper display: 20 * <ul><li>A display symbol, for a specific locale 21 * <li>The number of fraction digits to display 25 * The <tt>DecimalFormat</tt> class uses these data to display 258 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale()); 284 // * Returns the display name for the given currency in the 297 // * Returns the display name for the given currency in the 298 // * given locale. For example, the display name for the USD 300 // * @param locale locale in which to display currency 307 // * @return display string for this currency. If the resource dat [all...] |
TimeZone.java | 357 * If the display name is not available for the locale, 363 return timeZone.getDisplayName(ULocale.getDefault(Category.DISPLAY).toLocale()); 370 * If the display name is not available for the locale, 372 * @param locale the locale in which to supply the display name. 385 * If the display name is not available for the locale, 387 * @param locale the ulocale in which to supply the display name. 399 * If the display name is not available for the locale, 403 * @param style the output style of the display name. Valid styles are 411 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); 417 * If the display name is not available for the locale [all...] |
/external/libchrome/base/threading/ |
platform_thread_linux.cc | 39 {ThreadPriority::DISPLAY, -6},
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BuildTest.java | 57 assertNotEmpty("DISPLAY", Build.DISPLAY);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WpsInfo.java | 31 /** Display pin method configuration - pin is generated and displayed on device */ 32 public static final int DISPLAY = 1;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_gl.py | 88 # insure that we at least have an X display before continuing. 91 display = os.environ['DISPLAY'] 93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_gl.py | 88 # insure that we at least have an X display before continuing. 91 display = os.environ['DISPLAY'] 93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gl.py | 88 # insure that we at least have an X display before continuing. 91 display = os.environ['DISPLAY'] 93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gl.py | 88 # insure that we at least have an X display before continuing. 91 display = os.environ['DISPLAY'] 93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
|