/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_1.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_14.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_9.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_10.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_11.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_12.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_13.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_15.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_16.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_17.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_18.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_19.sh | 9 export DISPLAY=:0 [all...] |
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
graphics_PiglitBVT_15.sh | 9 export DISPLAY=:0 [all...] |
graphics_PiglitBVT_16.sh | 9 export DISPLAY=:0 [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RuleBasedNumberFormat.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RuleBasedNumberFormat.java | [all...] |
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
QualcommUsbCamera.cpp | 89 #define DISPLAY 1 767 #if DISPLAY 784 /* - dequeue all the display buffers */ 853 /* - dequeue all the display buffers */ 962 #endif /* #if DISPLAY */ 969 * Description: This function de-initializes all the display buffers allocated [all...] |
/hardware/qcom/camera/usbcamcore/src/ |
QualcommUsbCamera.cpp | 89 #define DISPLAY 1 767 #if DISPLAY 784 /* - dequeue all the display buffers */ 853 /* - dequeue all the display buffers */ 962 #endif /* #if DISPLAY */ 969 * Description: This function de-initializes all the display buffers allocated [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ULocaleTest.java | 497 /* display language (English) */ 499 /* display script code (English) */ 501 /* display country (English) */ 503 /* display variant (English) */ 505 /* display name (English) */ 510 /* display language (French) */ 512 /* display script code (French) */ 514 /* display country (French) */ 516 /* display variant (French) */ 518 /* display name (French) * [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ULocaleTest.java | 493 /* display language (English) */ 495 /* display script code (English) */ 497 /* display country (English) */ 499 /* display variant (English) */ 501 /* display name (English) */ 506 /* display language (French) */ 508 /* display script code (French) */ 510 /* display country (French) */ 512 /* display variant (French) */ 514 /* display name (French) * [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 119 setStringSummary(KEY_BUILD_NUMBER, Build.DISPLAY);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/ |
AboutFragment.java | 131 buildNumberPref.setSummary(Build.DISPLAY);
|
/external/libhevc/test/decoder/ |
main.c | 209 UWORD32 display; member in struct:__anon16640 218 /* For signalling to display thread */ 265 DISPLAY, 321 "Enable shared display buffer mode\n" }, 324 { "--", "--display", DISPLAY, 325 "Enable display (uses SDL)\n" }, 329 "FPS to be used for display \n" }, 724 /* Description : Calls release display control - Used to signal to the */ 734 /* Processing : Calls Release Display call * [all...] |
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
AudioProtocol.java | 429 appendAttrib(builder, "display", Build.DISPLAY);
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Currency.java | 40 * can return various data necessary to its proper display: 42 * <ul><li>A display symbol, for a specific locale 43 * <li>The number of fraction digits to display 47 * The <tt>DecimalFormat</tt> class uses these data to display 448 * requests the symbol name for the default <code>DISPLAY</code> locale. 450 * @see Category#DISPLAY 453 return getSymbol(ULocale.getDefault(Category.DISPLAY)); 477 * Returns the display name for the given currency in the 489 * Returns the display name for the given currency in the 490 * given locale. For example, the display name for the US [all...] |