Home
last modified time | relevance | path

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

12

/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()
123 return o1.uniqueness - o2.uniqueness; in compare()
DCounter.java139 int uniqueness; field in Counter.Entry
141 public Entry(RWLong count, T value, int uniqueness) { in Entry() argument
144 this.uniqueness = uniqueness; in Entry()
163 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/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/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_test.cc116 static void SparseSegmentMeanGradHelper(int iters, 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.java501 Map<String, PathHeader> uniqueness = new HashMap<String, PathHeader>(); in Test00AFile() local
503 check(localeId, true, uniqueness, alreadySeen); in Test00AFile()
853 Map<String, PathHeader> uniqueness = new HashMap<String, PathHeader>(); in TestZCompleteness() local
861 check(locale, false, uniqueness, alreadySeen); in TestZCompleteness()
868 Map<String, PathHeader> uniqueness, Set<String> alreadySeen) { in check() argument
882 PathHeader old = uniqueness.get(visible); in check()
904 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/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DPdbStream.rst48 the time the PDB file is written. Note that due to the inherent uniqueness
/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/python/cpython3/Doc/library/
Demail.utils.rst34 used to strengthen the uniqueness of the message id. Optional *domain* if
/external/u-boot/doc/uImage.FIT/
Dsource_file_format.txt89 is used as it's identifier as it assures uniqueness without additional
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst317 to strengthen the uniqueness of the message ID.
D3.7.0a3.rst332 a better guarantee for global uniqueness of UUIDs returned from
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExtensions.rst342 address uniqueness guarantee provided by the C and C++ language standards.
DStackMaps.rst132 record without checking uniqueness.
/external/libnl/
DChangeLog31 identical from a uniqueness point of view
/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.
/external/dtc/Documentation/
Dmanual.txt503 requirement here for the unit address is to ensure uniqueness of
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES520 - Check type uniqueness rules
/external/deqp-deps/SPIRV-Tools/
DCHANGES499 - Check type uniqueness rules

12