/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FallbackIterator.java | 21 String[] additions; field in FallbackIterator.FallbackRule 36 additions = strings.toArray(new String[strings.size()]); in FallbackRule() 45 List<String> results = new ArrayList<String>(additions.length); in getAdditions() 47 for (String addition : additions) { in getAdditions() 59 return "{" + matcher.toString() + ", " + Arrays.asList(additions) + "}"; in toString()
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 182 private final Multiset<Allocation> additions; field in AllocationStats.Delta 189 Multiset<Allocation> additions, in Delta() argument 194 this.additions = additions; in Delta() 210 .add("additions", additions) in toString()
|
/external/u-boot/doc/device-tree-bindings/ |
D | README | 6 These follow along with Linux kernel bindings, with a few additions. By 7 adding the files here, U-Boot patches can clearly show thees additions. 8 This makes it easier for device tree people to review these additions in
|
/external/cldr/specs/ldml/ |
D | readme.txt | 6 new tests, and various other fixes and additions of data, and many extensions 7 to the specification. A new survey tool is being used to vet the additions of data.
|
/external/mockito/src/main/java/org/mockito/internal/debugging/ |
D | LoggingListener.java | 84 private void addOrderedList(List<String> target, List<String> additions) { in addOrderedList() argument 85 for (String a : additions) { in addOrderedList()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 894 UnicodeSet additions = new UnicodeSet(); // to avoid messing up iterator in closeUnicodeSet() local 906 additions.add(UCharacter.toLowerCase(UTF16.valueOf(cp))); in closeUnicodeSet() 907 additions.add(UCharacter.toUpperCase(UTF16.valueOf(cp))); in closeUnicodeSet() 910 source.addAll(additions); in closeUnicodeSet() 916 additions.clear(); in closeUnicodeSet() 926 additions.add(trial); in closeUnicodeSet() 929 source.addAll(additions); in closeUnicodeSet() 935 additions.clear(); in closeUnicodeSet() 938 additions.addAll(it.string); in closeUnicodeSet() 942 source.addAll(additions); in closeUnicodeSet() [all …]
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 310 public AlphabeticIndex<V> addLabels(UnicodeSet additions) { in addLabels() argument 311 initialLabels.addAll(additions); in addLabels() 322 public AlphabeticIndex<V> addLabels(ULocale... additions) { in addLabels() argument 323 for (ULocale addition : additions) { in addLabels() 336 public AlphabeticIndex<V> addLabels(Locale... additions) { in addLabels() argument 337 for (Locale addition : additions) { in addLabels()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 301 public AlphabeticIndex<V> addLabels(UnicodeSet additions) { in addLabels() argument 302 initialLabels.addAll(additions); in addLabels() 312 public AlphabeticIndex<V> addLabels(ULocale... additions) { in addLabels() argument 313 for (ULocale addition : additions) { in addLabels() 325 public AlphabeticIndex<V> addLabels(Locale... additions) { in addLabels() argument 326 for (Locale addition : additions) { in addLabels()
|
/external/u-boot/arch/arm/dts/ |
D | omap3-beagle-u-boot.dtsi | 3 * U-Boot additions
|
D | omap3-beagle-xm-ab-u-boot.dtsi | 3 * U-Boot additions
|
D | omap3-evm-u-boot.dtsi | 3 * U-Boot additions
|
D | omap3-beagle-xm-u-boot.dtsi | 3 * U-Boot additions
|
D | omap3-evm-37xx-u-boot.dtsi | 3 * U-Boot additions
|
D | exynos4210-pinctrl-uboot.dtsi | 3 * U-Boot additions to enable a generic Exynos GPIO driver
|
D | exynos5250-pinctrl-uboot.dtsi | 3 * U-Boot additions to enable a generic Exynos GPIO driver
|
D | exynos4x12-pinctrl-uboot.dtsi | 3 * U-Boot additions to enable a generic Exynos GPIO driver
|
/external/libyuv/files/tools_libyuv/valgrind/memcheck/ |
D | suppressions.txt | 2 # It acts as a place holder for future additions for this project.
|
D | suppressions_win32.txt | 2 # It acts as a place holder for future additions for this project.
|
D | suppressions_mac.txt | 2 # It acts as a place holder for future additions for this project.
|
/external/conscrypt/ |
D | README.android | 3 Android-specific additions. Specifically, the following are
|
/external/harfbuzz_ng/ |
D | TODO | 9 API additions
|
/external/unicode/ |
D | README.android | 11 An additions directory has been added for sequences that we need to support
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | floatingpoint.ll | 3 ; Ensure we don't simplify away additions vectors of +0.0's (same as scalars).
|
/external/autotest/site_utils/ |
D | balance_pools.py | 360 additions = target_pool.pool_labels 366 host.add_labels(additions) 371 host.hostname, ' '.join(additions))
|
/external/ltp/testcases/open_posix_testsuite/ |
D | NEWS | 5 PTS-1.5.1 has a plenty of AIO interface test additions and bug-fixes by Sebastien Decugis. Also the… 10 A much anticipated release with plenty of interface test additions and bug-fixes. Added AIO test su…
|