/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | Timer.java | 109 long shortest = Long.MAX_VALUE; in timeIterations() local 117 return Math.min(duration, shortest); in timeIterations() 120 shortest = Math.min(duration, shortest); in timeIterations()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | Timer.java | 106 long shortest = Long.MAX_VALUE; in timeIterations() local 114 return Math.min(duration, shortest); in timeIterations() 117 shortest = Math.min(duration, shortest); in timeIterations()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | as_string_op_test.py | 41 output = string_ops.as_string(input_, shortest=True) 62 output = string_ops.as_string(input_, width=3, fill="0", shortest=True) 71 input_, precision=10, width=3, fill="0", shortest=True) 76 output = string_ops.as_string(input_, scientific=True, shortest=True) 111 output = string_ops.as_string(input_, shortest=True) 176 output = string_ops.as_string(input_, shortest=True) 200 output = string_ops.as_string(input_, width=3, fill="0", shortest=True) 213 input_, precision=10, width=3, fill="0", shortest=True) 220 output = string_ops.as_string(input_, scientific=True, shortest=True)
|
/external/tensorflow/tensorflow/core/kernels/ |
D | as_string_op.cc | 36 bool shortest; in AsStringOp() local 43 OP_REQUIRES_OK(ctx, ctx->GetAttr("shortest", &shortest)); in AsStringOp() 53 OP_REQUIRES(ctx, !(scientific || shortest), in AsStringOp() 65 OP_REQUIRES(ctx, !(scientific && shortest), in AsStringOp() 88 if (shortest) { in AsStringOp()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | ShortestCanonicalForm.java | 91 String shortest = getShortest(trial, nfc); 92 if (!shortest.equals(nfc)) { 99 … System.out.println("\tShort: " + Utility.hex(shortest) + "\t" + shortest); 237 String shortest = scf.normalize(nfc); in main() local 238 if (!shortest.equals(nfc)) { in main() 239 System.out.println("NFC not shortest: " + shortest + ", " + nfc); in main()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-normalize.cc | 124 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose() argument 135 if (shortest && has_a) { in decompose() 146 if ((ret = decompose (c, shortest, a))) { in decompose() 167 decompose_current_character (const hb_ot_shape_normalize_context_t *c, bool shortest) in decompose_current_character() argument 173 if (shortest && c->font->get_nominal_glyph (u, &glyph)) in decompose_current_character() 179 if (decompose (c, shortest, u)) in decompose_current_character() 185 if (!shortest && c->font->get_nominal_glyph (u, &glyph)) in decompose_current_character()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | AsString.pbtxt | 41 name: "shortest" 103 name: "shortest" 166 name: "shortest"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AsString.pbtxt | 17 name: "shortest" 19 Use shortest representation (either scientific or standard) for
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | StringEscapeUtils.java | 226 private final int shortest; field in StringEscapeUtils.LookupTranslator 256 shortest = _shortest; in LookupTranslator() 272 for (int i = max; i >= shortest; i--) { in translate()
|
/external/ltp/testcases/realtime/func/sched_jitter/ |
D | README | 7 execution time - the shortest execution time).
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_checkSSIDLimits | 14 longest and shortest possible SSIDs.
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.dtypes.pbtxt | 117 …argspec: "args=[\'input\', \'precision\', \'scientific\', \'shortest\', \'width\', \'fill\', \'nam…
|
D | tensorflow.strings.pbtxt | 5 …argspec: "args=[\'input\', \'precision\', \'scientific\', \'shortest\', \'width\', \'fill\', \'nam…
|
/external/perfetto/docs/data-sources/ |
D | java-heap-profiler.md | 52 taking the shortest path to the root and get cumulative sizes.
|
/external/python/cpython3/Doc/library/ |
D | email.charset.rst | 63 ``Charset.SHORTEST`` for the shortest of QP or BASE64 encoding. Otherwise, 180 ``Charset.SHORTEST`` for the shortest of quoted-printable or base64 encoding,
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.strings.pbtxt | 5 …argspec: "args=[\'input\', \'precision\', \'scientific\', \'shortest\', \'width\', \'fill\', \'nam…
|
/external/python/cpython2/Doc/library/ |
D | email.charset.rst | 58 ``Charset.SHORTEST`` for the shortest of QP or BASE64 encoding. Otherwise, 219 ``Charset.SHORTEST`` for the shortest of quoted-printable or base64 encoding,
|
/external/libpng/contrib/gregbook/ |
D | README | 185 All options can be abbreviated to the shortest unique value; for example,
|
/external/perfetto/docs/case-studies/ |
D | memory.md | 410 This will present a flamegraph of the memory attributed to the shortest path 412 we only show the shortest as that reduces the complexity of the data displayed
|
/external/python/cpython2/Doc/tutorial/ |
D | floatingpoint.rst | 225 based on the shortest decimal fraction that rounds correctly back to the true
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.1.rst | 185 * Python now uses David Gay's algorithm for finding the shortest floating 209 get stored with the same underlying float value) and returns the shortest
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 301 shortest instruction sequence for implementing a shufflevector operation on
|
/external/perfetto/docs/concepts/ |
D | clock-sync.md | 188 * The shortest path between the source and target clock domains is identified,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fp16-vminmaxnm-safe.ll | 7 ; is the shortest way to get a half type. But when we can pass half types, we
|
/external/llvm/docs/TableGen/ |
D | LangRef.rst | 77 TokCodeFragment: "[{" <shortest text not containing "}]"> "}]"
|