/external/llvm-project/clang/test/SemaCXX/ |
D | std-compare-cxx2a.cpp | 17 struct comparable { struct 18 int operator<=>(comparable);
|
/external/guava/android/guava-testlib/test/com/google/common/testing/ |
D | ArbitraryInstancesTest.java | 277 Comparable<Object> comparable = ArbitraryInstances.get(Comparable.class); in testGet_comparable() local 278 assertEquals(0, comparable.compareTo(comparable)); in testGet_comparable() 279 assertTrue(comparable.compareTo("") > 0); in testGet_comparable() 281 comparable.compareTo(null); in testGet_comparable()
|
/external/brotli/ |
D | README | 5 and 2nd order context modeling, with a compression ratio comparable to the best
|
D | README.md | 13 and 2nd order context modeling, with a compression ratio comparable to the best
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | ArbitraryInstancesTest.java | 285 Comparable<Object> comparable = ArbitraryInstances.get(Comparable.class); in testGet_comparable() local 286 assertEquals(0, comparable.compareTo(comparable)); in testGet_comparable() 287 assertTrue(comparable.compareTo("") > 0); in testGet_comparable() 289 comparable.compareTo(null); in testGet_comparable()
|
/external/cldr/tools/scripts/uca/ |
D | blankweights.sed | 4 # "Blanking out" the weights makes files comparable,
|
/external/rust/crates/walkdir/ |
D | README.md | 103 The short story is that performance is comparable with `find` and glibc's 139 On my system, the performance of `walkdir`, `find` and `nftw` is comparable.
|
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/ |
D | README.md | 37 On October 31, 2017, the benchmarks demonstrated comparable performance
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | TablePrinter.java | 427 private String format(Comparable comparable) { in format() argument 428 if (comparable == null) { in format() 431 String s = comparable.toString().replace("\n", "<br>"); in format()
|
/external/ply/ply/ |
D | ANNOUNCE | 15 PLY to be comparable.
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tensor_tracer.proto | 71 // tensors that are comparable.
|
/external/pigweed/pw_string/ |
D | docs.rst | 93 The incremental code size cost of StringBuilder is comparable to ``snprintf`` if
|
/external/brotli/c/tools/ |
D | brotli.md | 15 coding and 2-nd order context modeling, with a compression ratio comparable to
|
/external/python/cpython3/Doc/library/ |
D | marshal.rst | 28 performance is comparable, version independence is guaranteed, and pickle
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b4.rst | 126 re.compile(), become comparable (only x==y and x!=y operators). This change
|
/external/fec/ |
D | README | 45 and IBM calls it "VMX". Altivec is roughly comparable to SSE2 on the
|
/external/python/cpython2/Doc/library/ |
D | marshal.rst | 28 performance is comparable, version independence is guaranteed, and pickle
|
/external/libyuv/files/docs/ |
D | formats.md | 147 The 2 bit alpha has 4 values. Here are the comparable 8 bit alpha values.
|
/external/python/jinja/docs/ |
D | switching.rst | 23 systems such as memcached. The memory consumed by templates is comparable
|
/external/grpc-grpc/doc/ |
D | load-balancing.md | 85 any more than in a comparable situation without loadbalancing.
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | runtime-check-address-space.ll | 6 ; different pointers are directly comparable.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | runtime-check-address-space.ll | 6 ; different pointers are directly comparable.
|
/external/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 214 of all threads is comparable with the process cpu clock.
|
/external/python/enum34/enum/doc/ |
D | enum.rst | 466 being comparable to integers, and thus by transitivity to other 598 the normal ``Enum`` invariants (such as not being comparable to other
|
/external/python/cpython3/Doc/howto/ |
D | sorting.rst | 194 * The original items do not have to be comparable because the ordering of the
|