Home
last modified time | relevance | path

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

12

/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/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/swiftshader/third_party/llvm-7.0/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/webrtc/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc35 bool minimized = false; in IsWindowMinimized() local
43 minimized = !on_screen; in IsWindowMinimized()
49 return minimized; in IsWindowMinimized()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/cldr/tools/java/org/unicode/cldr/util/
DLanguageTagParser.java329 String minimized = LikelySubtags.minimize(tag, SDI.getLikelySubtags(), false); in getStatus() local
330 if (minimized == null) { in getStatus()
338 if (!tag.equals(minimized)) { in getStatus()
339 errors.add("Not minimal:" + tag + "-->" + minimized); in getStatus()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_framebuffer.h87 boolean minimized; /**< Is the window currently minimized? */ member
Dstw_framebuffer.c144 fb->minimized = width == 0 || height == 0; in stw_framebuffer_get_size()
521 if (!fb->minimized) { in DrvPresentBuffers()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java629 String minimized = LIKELY.minimize(sublocale);
630 … nameToLocale.put(getEnglishLocaleName(sublocale), minimized == null ? sublocale : minimized);
/external/syzkaller/syz-manager/
Dmanager.go455 minimized, smashed := true, true
459 minimized = false
463 minimized = false
502 Minimized: 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/syzkaller/docs/
Dreproducing_crashes.md14 Now that you have a minimized program, check if the crash still reproduces with `./syz-execprog -th…
/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/clang/docs/
DThreadSanitizer.rst130 especially in the form of minimized standalone tests is more than welcome.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleDisplayNamesImpl.java613 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); in newRow() local
622 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf); in newRow()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java609 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); in newRow() local
618 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf); in newRow()
/external/wayland/
DTODO85 switching away from. for minimized windows that we don't want live
/external/swiftshader/
DREADME.md77 [llvm-subzero](third_party/llvm-subzero/) contains a minimized set of LLVM dependencies of the Subz…
/external/tensorflow/tensorflow/examples/ios/
DREADME.md162 size minimized, so if you do run into this issue we recommend you start by
/external/llvm/docs/
DLibFuzzer.rst136 mkdir NEW_CORPUS_DIR # Store minimized corpus here.
476 the first step, the fuzzer minimized this corpus (the ``INITED`` line) to
481 does not mean that the corpus as a whole is kept minimized. For example, if
/external/tensorflow/tensorflow/contrib/kernel_methods/g3doc/
Dtutorial.md108 minimized during training) lies between **0.25** and **0.30** (depending on the
/external/libnl/
DChangeLog150 o Use minimized local copies for <linux/if.h>, <linux/if_arp.h>,

12