Home
last modified time | relevance | path

Searched refs:minimized (Results 1 – 25 of 62) sorted by relevance

123

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DLocaleDisplayNames.java309 public final ULocale minimized; field in LocaleDisplayNames.UiListItem
334 …public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSe… in UiListItem() argument
335 this.minimized = minimized; in UiListItem()
357 && minimized.equals(other.minimized) in equals()
378 … return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}"; in toString()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DLocaleDisplayNames.java285 public final ULocale minimized; field in LocaleDisplayNames.UiListItem
306 …public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSe… in UiListItem() argument
307 this.minimized = minimized; in UiListItem()
327 && minimized.equals(other.minimized) in equals()
344 … return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}"; in toString()
/external/llvm-project/llvm/test/Transforms/ThinLTOBitcodeWriter/
Dno-type-md.ll1 ; Generate bitcode files with summary, as well as minimized bitcode without
10 ; Copy the minimized bitcode to the regular bitcode path so the module
22 ; Copy the minimized bitcode to the regular bitcode path so the module
Dsplit.ll1 ; Generate bitcode files with summary, as well as minimized bitcode without
17 ; Copy the minimized bitcode to the regular bitcode path so the module
/external/llvm-project/clang/test/Lexer/
Dminimize_source_to_dependency_directives_at_import_missing_semi.m1 // RUN: %clang_cc1 -verify -print-dependency-directives-minimized-source %s 2>&1
Dminimize_source_to_dependency_directives_at_import_extra_tokens.m1 // RUN: %clang_cc1 -verify -print-dependency-directives-minimized-source %s 2>&1
/external/llvm-project/llvm/test/tools/gold/X86/
Dthinlto_object_suffix_replace.ll4 ; Generate bitcode file with summary, as well as a minimized bitcode without
17 ; Next perform the thin link on the minimized bitcode file, and compare dump
/external/llvm-project/llvm/test/ThinLTO/X86/
Ddistributed_import.ll3 ; Generate bitcode files with summary, as well as minimized bitcode without
27 ; Copy the minimized bitcode to the regular bitcode path so the module
35 ; Next perform the thin link on the minimized bitcode files, and compare dumps
/external/llvm-project/compiler-rt/test/fuzzer/
Dminimize_timeout.test6 CHECK: CRASH_MIN: failed to minimize beyond {{.*}}minimized-from{{.*}} (3 bytes), exiting
Dminimize_crash.test7 CHECK: CRASH_MIN: failed to minimize beyond {{.*}}minimized-from{{.*}} (3 bytes), exiting
/external/llvm-project/lld/test/COFF/
Dthinlto-object-suffix-replace.ll6 ; Generate bitcode file with summary, as well as a minimized bitcode without
15 ; Next perform the thin link on the minimized bitcode file, and compare dump
/external/llvm-project/clang/test/Index/
DKeepGoingWithLotsOfErrors.mm3 // This is the minimized test that triggered an infinite recursion:
/external/mime-support/
DAndroid.bp19 name: "debian.mime.types.minimized",
/external/llvm-project/lld/test/ELF/lto/
Dthinlto-object-suffix-replace.ll6 ; Generate bitcode file with summary, as well as a minimized bitcode without
15 ; Next perform the thin link on the minimized bitcode file, and compare dump
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.h87 boolean minimized; /**< Is the window currently minimized? */ member
Dstw_framebuffer.c145 fb->minimized = width == 0 || height == 0; in stw_framebuffer_get_size()
522 if (!fb->minimized) { in DrvPresentBuffers()
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageTagParser.java376 String minimized = LikelySubtags.minimize(tag, SDI.getLikelySubtags(), false); in getStatus() local
377 if (minimized == null) { in getStatus()
385 if (!tag.equals(minimized)) { in getStatus()
386 errors.add("Not minimal:" + tag + "-->" + minimized); in getStatus()
/external/conscrypt/apex/
Dld.config.txt33 # minimized to support the dependencies above.
/external/tensorflow/tensorflow/lite/micro/examples/network_tester/
DREADME.md40 be minimized, or there is no expected output data. If omitted, the output data
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java632 String minimized = LIKELY.minimize(sublocale);
633 … nameToLocale.put(getEnglishLocaleName(sublocale), minimized == null ? sublocale : minimized);
/external/tagsoup/
DCHANGES25 In HTML mode, boolean attributes like checked are output in minimized form
143 Clean up handling of XML empty tags and SGML minimized end-tags
212 Start-tags ending in a minimized attribute are no longer being dropped
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt33 - Measurement overhead should be minimized.
/external/deqp/doc/testspecs/GLES3/
Dperformance.txt33 - Measurement overhead should be minimized.
/external/llvm-project/clang/docs/
DThreadSanitizer.rst137 especially in the form of minimized standalone tests is more than welcome.
/external/clang/docs/
DThreadSanitizer.rst130 especially in the form of minimized standalone tests is more than welcome.

123