/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | LocaleDisplayNames.java | 285 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/ |
D | LocaleDisplayNames.java | 309 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/ |
D | no-type-md.ll | 1 ; 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
|
D | split.ll | 1 ; 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/ |
D | full_screen_chrome_window_detector.cc | 35 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/ |
D | thinlto_object_suffix_replace.ll | 4 ; 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/ |
D | distributed_import.ll | 3 ; 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/ |
D | LanguageTagParser.java | 329 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/ |
D | stw_framebuffer.h | 87 boolean minimized; /**< Is the window currently minimized? */ member
|
D | stw_framebuffer.c | 144 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/ |
D | ShowData.java | 629 String minimized = LIKELY.minimize(sublocale); 630 … nameToLocale.put(getEnglishLocaleName(sublocale), minimized == null ? sublocale : minimized);
|
/external/syzkaller/syz-manager/ |
D | manager.go | 455 minimized, smashed := true, true 459 minimized = false 463 minimized = false 502 Minimized: minimized,
|
/external/tagsoup/ |
D | CHANGES | 25 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/ |
D | reproducing_crashes.md | 14 Now that you have a minimized program, check if the crash still reproduces with `./syz-execprog -th…
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.txt | 33 - Measurement overhead should be minimized.
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.txt | 33 - Measurement overhead should be minimized.
|
/external/clang/docs/ |
D | ThreadSanitizer.rst | 130 especially in the form of minimized standalone tests is more than welcome.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 613 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/ |
D | LocaleDisplayNamesImpl.java | 609 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); in newRow() local 618 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf); in newRow()
|
/external/wayland/ |
D | TODO | 85 switching away from. for minimized windows that we don't want live
|
/external/swiftshader/ |
D | README.md | 77 [llvm-subzero](third_party/llvm-subzero/) contains a minimized set of LLVM dependencies of the Subz…
|
/external/tensorflow/tensorflow/examples/ios/ |
D | README.md | 162 size minimized, so if you do run into this issue we recommend you start by
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 136 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/ |
D | tutorial.md | 108 minimized during training) lies between **0.25** and **0.30** (depending on the
|
/external/libnl/ |
D | ChangeLog | 150 o Use minimized local copies for <linux/if.h>, <linux/if_arp.h>,
|