Home
last modified time | relevance | path

Searched refs:additions (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/external/cldr/tools/java/org/unicode/cldr/tool/
DFallbackIterator.java21 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/
DAllocationStats.java182 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/
DREADME6 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/
Dreadme.txt6 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/
DLoggingListener.java84 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/
DDemo.java894 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/
DAlphabeticIndex.java310 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/
DAlphabeticIndex.java301 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/
Domap3-beagle-u-boot.dtsi3 * U-Boot additions
Domap3-beagle-xm-ab-u-boot.dtsi3 * U-Boot additions
Domap3-evm-u-boot.dtsi3 * U-Boot additions
Domap3-beagle-xm-u-boot.dtsi3 * U-Boot additions
Domap3-evm-37xx-u-boot.dtsi3 * U-Boot additions
Dexynos4210-pinctrl-uboot.dtsi3 * U-Boot additions to enable a generic Exynos GPIO driver
Dexynos5250-pinctrl-uboot.dtsi3 * U-Boot additions to enable a generic Exynos GPIO driver
Dexynos4x12-pinctrl-uboot.dtsi3 * U-Boot additions to enable a generic Exynos GPIO driver
/external/libyuv/files/tools_libyuv/valgrind/memcheck/
Dsuppressions.txt2 # It acts as a place holder for future additions for this project.
Dsuppressions_win32.txt2 # It acts as a place holder for future additions for this project.
Dsuppressions_mac.txt2 # It acts as a place holder for future additions for this project.
/external/conscrypt/
DREADME.android3 Android-specific additions. Specifically, the following are
/external/harfbuzz_ng/
DTODO9 API additions
/external/unicode/
DREADME.android11 An additions directory has been added for sequences that we need to support
/external/llvm/test/Transforms/EarlyCSE/
Dfloatingpoint.ll3 ; Ensure we don't simplify away additions vectors of +0.0's (same as scalars).
/external/autotest/site_utils/
Dbalance_pools.py360 additions = target_pool.pool_labels
366 host.add_labels(additions)
371 host.hostname, ' '.join(additions))
/external/ltp/testcases/open_posix_testsuite/
DNEWS5 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…

12345678910>>...22