HomeSort by relevance Sort by last modified time
    Searched refs:DISPLAY (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_7.sh 9 export DISPLAY=:0
    [all...]
graphics_PiglitBVT_1.sh 9 export DISPLAY=:0
    [all...]
graphics_PiglitBVT_17.sh 9 export DISPLAY=:0
    [all...]
graphics_PiglitBVT_9.sh 9 export DISPLAY=:0
    [all...]
  /external/lz4/programs/
lz4io.c 114 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__)
115 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
118 { g_time = clock(); DISPLAY(__VA_ARGS__); \
127 static int displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result + interaction + warnings ; 3 : + progression; 4 : + information */
142 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
  /frameworks/base/core/java/android/os/
Build.java 42 public static final String DISPLAY = getString("ro.build.display.id");
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java 261 DISPLAY,
    [all...]
TimeZone.java 368 * in the default <code>DISPLAY</code> locale.
370 * If the display name is not available for the locale,
373 * @see Category#DISPLAY
376 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY));
383 * If the display name is not available for the locale,
385 * @param locale the locale in which to supply the display name.
397 * If the display name is not available for the locale,
399 * @param locale the ulocale in which to supply the display name.
409 * in the default <code>DISPLAY</code> locale.
410 * If the display name is not available for the locale
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 285 DISPLAY,
    [all...]
TimeZone.java 421 * in the default <code>DISPLAY</code> locale.
423 * If the display name is not available for the locale,
426 * @see Category#DISPLAY
430 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY));
437 * If the display name is not available for the locale,
439 * @param locale the locale in which to supply the display name.
452 * If the display name is not available for the locale,
454 * @param locale the ulocale in which to supply the display name.
465 * in the default <code>DISPLAY</code> locale.
466 * If the display name is not available for the locale
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 18 import android.hardware.display.DisplayManagerGlobal;
21 import android.view.Display;
67 VAR_MAP.put("build.display", new StaticVarGetter(Build.DISPLAY));
84 // Display
85 Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); typedefs
86 VAR_MAP.put("display.width", new StaticVarGetter(Integer.toString(display.getWidth())))
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_2.sh 9 export DISPLAY=:0
    [all...]
graphics_PiglitBVT_20.sh 9 export DISPLAY=:0
    [all...]
graphics_PiglitBVT_4.sh 9 export DISPLAY=:0
76 run_test "spec/!OpenGL 3.0/clearbuffer-display-lists" 0.0 "bin/clearbuffer-display-lists -auto"
    [all...]
graphics_PiglitBVT_5.sh 9 export DISPLAY=:0
    [all...]
graphics_PiglitBVT_6.sh 9 export DISPLAY=:0
    [all...]
graphics_PiglitBVT_8.sh 9 export DISPLAY=:0
    [all...]
  /external/libchrome/base/threading/
platform_thread_unittest.cc 200 ThreadPriority::DISPLAY,
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
MemoryDumpActivity.java 140 body.append("\nApp version: ").append(appVersion).append("\nBuild: ").append(Build.DISPLAY).append("\n");
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 112 intent.putExtra("body", "Build: " + Build.DISPLAY + "\n(Sent by BugReportSender)");
  /libcore/luni/src/test/java/libcore/java/util/
LocaleTest.java 32 // http://b/2611311; if there's no display language/country/variant, use the raw codes.
40 // Android using icu4c < 49.2 returned empty strings for display language, country,
41 // and variant, but a display name made up of the raw strings.
62 // http://b/2611311; if there's no display language/country/variant, use the raw codes.
163 // Check we get the right display name.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 221 * updates id->factory mappings, and returns the display name for
246 * display names for. In most cases this reflects the IDs that
252 * Return the display name for this id in the provided locale.
631 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY));
635 * Given a visible id, return the display name in the requested locale.
663 ULocale locale = ULocale.getDefault(Category.DISPLAY);
677 * uses null for the matchID, thus returning all display names.
692 * Return a snapshot of the mapping from display names to visible
697 * nor is there any guarantee that the current display names match
698 * those in the set. The display names are sorted based on th
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 450 * display names for them. If standard locale display names are sufficient,
501 * @param displayLocale the locale for which the display name of the collator should be localized
502 * @return the display name
512 * @param displayLocale the locale for which the display name of the collator should be localized
513 * @return the display name
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 473 * display names for them. If standard locale display names are sufficient,
527 * @param displayLocale the locale for which the display name of the collator should be localized
528 * @return the display name
539 * @param displayLocale the locale for which the display name of the collator should be localized
540 * @return the display name
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 219 * updates id->factory mappings, and returns the display name for
244 * display names for. In most cases this reflects the IDs that
250 * Return the display name for this id in the provided locale.
629 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY));
633 * Given a visible id, return the display name in the requested locale.
661 ULocale locale = ULocale.getDefault(Category.DISPLAY);
675 * uses null for the matchID, thus returning all display names.
690 * Return a snapshot of the mapping from display names to visible
695 * nor is there any guarantee that the current display names match
696 * those in the set. The display names are sorted based on th
    [all...]

Completed in 709 milliseconds

1 23 4 5 6