Home
last modified time | relevance | path

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

12345678910>>...13

/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/autotest/site_utils/
Dbalance_pools.py372 additions = target_pool.pool_labels
374 intersection = additions & removals
375 additions -= intersection
381 host.add_labels(list(additions))
386 host.hostname, ' '.join(additions))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dregioninfo.py43 def merge_endpoints(defaults, additions): argument
60 for service, region_info in additions.items():
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java884 UnicodeSet additions = new UnicodeSet(); // to avoid messing up iterator in closeUnicodeSet() local
896 additions.add(UCharacter.toLowerCase(UTF16.valueOf(cp))); in closeUnicodeSet()
897 additions.add(UCharacter.toUpperCase(UTF16.valueOf(cp))); in closeUnicodeSet()
900 source.addAll(additions); in closeUnicodeSet()
906 additions.clear(); in closeUnicodeSet()
916 additions.add(trial); in closeUnicodeSet()
919 source.addAll(additions); in closeUnicodeSet()
925 additions.clear(); in closeUnicodeSet()
928 additions.addAll(it.string); in closeUnicodeSet()
932 source.addAll(additions); in closeUnicodeSet()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
Dtest_regioninfo.py62 additions = {
75 endpoints = merge_endpoints(defaults, additions)
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java297 public AlphabeticIndex<V> addLabels(UnicodeSet additions) { in addLabels() argument
298 initialLabels.addAll(additions); in addLabels()
308 public AlphabeticIndex<V> addLabels(ULocale... additions) { in addLabels() argument
309 for (ULocale addition : additions) { in addLabels()
321 public AlphabeticIndex<V> addLabels(Locale... additions) { in addLabels() argument
322 for (Locale addition : additions) { in addLabels()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java306 public AlphabeticIndex<V> addLabels(UnicodeSet additions) { in addLabels() argument
307 initialLabels.addAll(additions); in addLabels()
318 public AlphabeticIndex<V> addLabels(ULocale... additions) { in addLabels() argument
319 for (ULocale addition : additions) { in addLabels()
332 public AlphabeticIndex<V> addLabels(Locale... additions) { in addLabels() argument
333 for (Locale addition : additions) { in addLabels()
/external/llvm/test/Transforms/EarlyCSE/
Dfloatingpoint.ll3 ; Ensure we don't simplify away additions vectors of +0.0's (same as scalars).
/external/avahi/
Ddoxygen.cfg181 # Configuration::additions related to external references
211 # Configuration::additions related to the search engine
/external/webrtc/tools/valgrind-webrtc/memcheck/
Dsuppressions_mac.txt10 # It acts as a place holder for future additions for WebRTC.
Dsuppressions_win32.txt10 # It acts as a place holder for future additions for WebRTC.
/external/antlr/antlr-3.4/runtime/Java/
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/CSharp2/
Ddoxyfile228 # Configuration::additions related to external references
262 # 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.
D2014-05-30-CombineAddNSW.ll4 ; The two additions are the same , but have different flags.
/external/icu/icu4c/source/
DDoxyfile.in199 # Configuration::additions related to external references
231 # Configuration::additions related to the search engine
/external/ltrace/sysdeps/linux-gnu/mips/
DDoxyfile256 # Configuration::additions related to external references
291 # Configuration::additions related to the search engine
/external/harfbuzz_ng/
DTODO25 API additions
/external/llvm/autoconf/
DLICENSE.TXT5 additions:
/external/curl/packages/AIX/RPM/
DREADME11 curl spec files, plus additions to make it AIX Toolbox compatible.
/external/llvm/test/CodeGen/SystemZ/
Dint-add-09.ll5 ; Check additions of 1. The XOR ensures that we don't instead load the
Dint-add-04.ll1 ; Test additions between an i64 and a zero-extended i32.
106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_phones.utf67 ! sentence-level FSTs additions

12345678910>>...13