Home
last modified time | relevance | path

Searched refs:precomputed (Results 1 – 25 of 39) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java172 reallyTestEmpty(matcher.precomputed()); in doTestEmpty()
226 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches()
227 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches()
228 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches()
253 reallyTestAllMatches(matcher.precomputed(), s); in doTestAllMatches()
254 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches()
255 reallyTestNoMatches(matcher.precomputed().negate(), s); in doTestAllMatches()
326 reallyTestOneCharMatch(matcher.precomputed(), s); in doTestOneCharMatch()
327 reallyTestOneCharNoMatch(matcher.negate().precomputed(), s); in doTestOneCharMatch()
328 reallyTestOneCharNoMatch(matcher.precomputed().negate(), s); in doTestOneCharMatch()
[all …]
/external/guava/android/guava-tests/test/com/google/common/base/
DCharMatcherTest.java172 reallyTestEmpty(matcher.precomputed()); in doTestEmpty()
226 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches()
227 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches()
228 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches()
253 reallyTestAllMatches(matcher.precomputed(), s); in doTestAllMatches()
254 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches()
255 reallyTestNoMatches(matcher.precomputed().negate(), s); in doTestAllMatches()
326 reallyTestOneCharMatch(matcher.precomputed(), s); in doTestOneCharMatch()
327 reallyTestOneCharNoMatch(matcher.negate().precomputed(), s); in doTestOneCharMatch()
328 reallyTestOneCharNoMatch(matcher.precomputed().negate(), s); in doTestOneCharMatch()
[all …]
/external/double-conversion/test/cctest/
Dtest-bignum-dtoa.cc330 Vector<const PrecomputedShortest> precomputed = in TEST() local
332 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
333 const PrecomputedShortest current_test = precomputed[i]; in TEST()
348 Vector<const PrecomputedShortestSingle> precomputed = in TEST() local
350 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
351 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST()
366 Vector<const PrecomputedFixed> precomputed = in TEST() local
368 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
369 const PrecomputedFixed current_test = precomputed[i]; in TEST()
387 Vector<const PrecomputedPrecision> precomputed = in TEST() local
[all …]
Dtest-dtoa.cc430 Vector<const PrecomputedShortest> precomputed = in TEST() local
432 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
433 const PrecomputedShortest current_test = precomputed[i]; in TEST()
450 Vector<const PrecomputedShortestSingle> precomputed = in TEST() local
452 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
453 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST()
470 Vector<const PrecomputedFixed> precomputed = in TEST() local
472 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
473 const PrecomputedFixed current_test = precomputed[i]; in TEST()
493 Vector<const PrecomputedPrecision> precomputed = in TEST() local
[all …]
Dtest-fast-dtoa.cc312 Vector<const PrecomputedShortest> precomputed = in TEST() local
314 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
315 const PrecomputedShortest current_test = precomputed[i]; in TEST()
341 Vector<const PrecomputedShortestSingle> precomputed = in TEST() local
343 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
344 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST()
372 Vector<const PrecomputedPrecision> precomputed = in TEST() local
374 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
375 const PrecomputedPrecision current_test = precomputed[i]; in TEST()
Dtest-fixed-dtoa.cc502 Vector<const PrecomputedFixed> precomputed = in TEST() local
504 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
505 const PrecomputedFixed current_test = precomputed[i]; in TEST()
/external/guava/guava-tests/benchmark/com/google/common/base/
DCharMatcherBenchmark.java53 boolean precomputed; field in CharMatcherBenchmark
77 this.matcher = precomputed ? config.matcher.precomputed() : config.matcher; in setUp()
/external/guava/android/guava-tests/benchmark/com/google/common/base/
DCharMatcherBenchmark.java53 boolean precomputed; field in CharMatcherBenchmark
77 this.matcher = precomputed ? config.matcher.precomputed() : config.matcher; in setUp()
/external/webrtc/api/test/metrics/proto/
Dmetric.proto69 // It can be empty if the user only stores precomputed statistics into
73 // Contains metric's precomputed statistics based on the `time_series` or if
74 // `time_series` is omitted (has 0 samples) contains precomputed statistics
/external/cronet/third_party/icu/source/tools/gencolusb/
DREADME.md5 precomputed data.
/external/icu/icu4c/source/tools/gencolusb/
DREADME.md5 precomputed data.
/external/angle/build/config/siso/
Dclang_linux.star13 # for precomputed subtrees
54 # sysroot headers for precomputed subtrees
Dnacl_linux.star34 # for precomputed subtrees
/external/python/cpython2/Doc/library/
Dbisect.rst67 methods and support for a key-function. The keys are precomputed to save
137 Instead, it is better to search a list of precomputed keys to find the index
142 >>> keys = [r[1] for r in data] # precomputed list of keys
/external/auto/value/src/main/java/com/google/auto/value/processor/
DReformatter.java33 private static final CharMatcher OPERATORS = CharMatcher.anyOf("+-*%&|^<>=?:.").precomputed();
/external/python/cpython3/Doc/library/
Dbisect.rst120 consider searching an array of precomputed keys to locate the insertion
132 methods and support for a key-function. The keys are precomputed to save
198 precomputed keys to find the index of a record::
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DParser.java1031 .precomputed();
1035 .precomputed();
1041 .precomputed();
/external/jemalloc_new/include/jemalloc/internal/
Dsmoothstep.sh67 * This header defines a precomputed table based on the smoothstep family of
/external/guava/android/guava/src/com/google/common/base/
DCharMatcher.java398 public CharMatcher precomputed() { in precomputed() method in CharMatcher
942 public final CharMatcher precomputed() {
975 public final CharMatcher precomputed() {
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java399 public CharMatcher precomputed() { in precomputed() method in CharMatcher
943 public final CharMatcher precomputed() {
976 public final CharMatcher precomputed() {
/external/python/pybind11/tools/
Dpybind11NewTools.cmake264 # The extension is precomputed
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBitSet.as41 * precomputed mod mask to do the mod instead.
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Dplaylists.md91 playlist in a precomputed, randomized order. All items will be played once and
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Dplaylists.md91 playlist in a precomputed, randomized order. All items will be played once and
/external/python/pybind11/
DREADME.rst126 - Function signatures are precomputed at compile time (using

12