Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/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/libyuv/files/tools_libyuv/valgrind/memcheck/
Dsuppressions_win32.txt2 # It acts as a place holder for future additions for this project.
Dsuppressions.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/autotest/site_utils/
Dbalance_pools.py299 additions = target_pool.pool_labels
305 host.add_labels(additions)
310 host.hostname, ' '.join(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/webrtc/tools/valgrind-webrtc/memcheck/
Dsuppressions_win32.txt10 # It acts as a place holder for future additions for WebRTC.
Dsuppressions_mac.txt10 # It acts as a place holder for future additions for WebRTC.
/external/mesa3d/doxygen/
Dnir.doxy40 # Configuration::additions related to external references
Di965.doxy40 # Configuration::additions related to external references
/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…
/external/antlr/antlr-3.4/runtime/Java/
Ddoxyfile228 # Configuration::additions related to external references
262 # Configuration::additions related to the search engine
/external/antlr/antlr-3.4/runtime/CSharp2/
Ddoxyfile228 # Configuration::additions related to external references
262 # Configuration::additions related to the search engine
/external/libmicrohttpd/doc/doxygen/
Dlibmicrohttpd.doxy211 # Configuration::additions related to external references
246 # Configuration::additions related to the search engine
/external/antlr/antlr-3.4/runtime/Python/
Ddoxyfile227 # Configuration::additions related to external references
261 # Configuration::additions related to the search engine
/external/llvm/test/CodeGen/X86/
Dsaddo-redundant-add.ll4 ; Check that we don't create two additions for the sadd.with.overflow.
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
DLICENSE.TXT5 additions:
/external/swiftshader/third_party/LLVM/autoconf/
DLICENSE.TXT5 additions:
/external/harfbuzz_ng/
DTODO25 API additions
/external/icu/icu4c/source/
DDoxyfile.in201 # Configuration::additions related to external references
233 # Configuration::additions related to the search engine

12345678910>>...14