Home
last modified time | relevance | path

Searched refs:uniqueness (Results 1 – 25 of 44) sorted by relevance

12

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java101 int uniqueness; field in Counter.Entry
102 public Entry(RWLong count, T value, int uniqueness) { in Entry() argument
105 this.uniqueness = uniqueness; in Entry()
123 return o1.uniqueness - o2.uniqueness; in compare()
/external/cldr/tools/java/org/unicode/cldr/util/
DCounter2.java97 int uniqueness; field in Counter2.Entry
99 public Entry(Double count, T value, int uniqueness) { in Entry() argument
102 this.uniqueness = uniqueness; in Entry()
124 return o1.uniqueness - o2.uniqueness; in compare()
DCounter.java141 int uniqueness; field in Counter.Entry
143 public Entry(RWLong count, T value, int uniqueness) { in Entry() argument
146 this.uniqueness = uniqueness; in Entry()
166 return o1.uniqueness - o2.uniqueness; in compare()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCounter.java104 int uniqueness; field in Counter.Entry
105 public Entry(RWLong count, T value, int uniqueness) { in Entry() argument
108 this.uniqueness = uniqueness; in Entry()
126 return o1.uniqueness - o2.uniqueness; in compare()
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_test.cc117 float uniqueness, int size) { in SparseSegmentMeanGradHelper() argument
119 CHECK_LE(uniqueness, 1.0); in SparseSegmentMeanGradHelper()
120 CHECK_GT(uniqueness, 0.0); in SparseSegmentMeanGradHelper()
128 int kUniqueIndices = uniqueness * kNumIndices; in SparseSegmentMeanGradHelper()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java509 Map<String, PathHeader> uniqueness = new HashMap<>(); in Test00AFile() local
511 check(localeId, true, uniqueness, alreadySeen); in Test00AFile()
863 Map<String, PathHeader> uniqueness = new HashMap<>(); in TestZCompleteness() local
871 check(locale, false, uniqueness, alreadySeen); in TestZCompleteness()
878 Map<String, PathHeader> uniqueness, Set<String> alreadySeen) { in check() argument
892 PathHeader old = uniqueness.get(visible); in check()
914 uniqueness.put(visible, pathHeader); in check()
/external/grpc-grpc/doc/
Dc-style-guide.md36 To guarantee uniqueness they should be based on the file's path.
/external/llvm-project/libcxx/include/
Dtypeinfo155 // faster. If at least one of the type_infos can't guarantee uniqueness, we
162 // guarantee uniqueness for that specific type_info.
/external/dagger2/
Dtest_defs.bzl20 # The key will be appended to the generated test names to ensure uniqueness.
/external/rust/crates/uuid/
DREADME.md27 The uniqueness property is not strictly guaranteed, however for all
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt68 verified for legality, uniqueness and distribution. With framebuffer and
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.393 number to guarantee filename uniqueness (the PID of the parent Mksquashfs
/external/python/cpython2/Doc/library/
Demail.util.rst111 to strengthen the uniqueness of the message id.
/external/opencensus-java/exporters/stats/stackdriver/
DREADME.md155 Stackdriver exporter adds a new `Metric` label for each custom `Metric` to ensure the uniqueness
/external/llvm-project/llvm/docs/PDB/
DPdbStream.rst48 the time the PDB file is written. Note that due to the inherent uniqueness
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto226 // TODO(cais): Test the uniqueness guarantee in multi-host settings.
/external/python/cpython3/Doc/library/
Demail.utils.rst34 used to strengthen the uniqueness of the message id. Optional *domain* if
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst317 to strengthen the uniqueness of the message ID.
/external/libnl/
DChangeLog31 identical from a uniqueness point of view
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_readme.txt223 2) Base xpaths can use arguments to achieve the necessary level of uniqueness.
/external/llvm-project/llvm/docs/
DExtensions.rst362 address uniqueness guarantee provided by the C and C++ language standards.
/external/llvm-project/lld/docs/
DNewLLD.rst162 There's only one Symbol instance for each unique symbol name. This uniqueness
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst646 to strengthen the uniqueness of the message ID.
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1129 d counter like(xmlCint) For name uniqueness
/external/llvm/docs/
DStackMaps.rst132 record without checking uniqueness.

12