HomeSort by relevance Sort by last modified time
    Searched refs:precomputed (Results 1 - 20 of 20) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
CharMatcherTest.java 110 reallyTestEmpty(matcher.precomputed());
158 reallyTestNoMatches(matcher.precomputed(), s);
159 reallyTestAllMatches(matcher.negate().precomputed(), s);
160 reallyTestAllMatches(matcher.precomputed().negate(), s);
185 reallyTestAllMatches(matcher.precomputed(), s);
186 reallyTestNoMatches(matcher.negate().precomputed(), s);
187 reallyTestNoMatches(matcher.precomputed().negate(), s);
260 reallyTestOneCharMatch(matcher.precomputed(), s);
261 reallyTestOneCharNoMatch(matcher.negate().precomputed(), s);
262 reallyTestOneCharNoMatch(matcher.precomputed().negate(), s)
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 173 reallyTestEmpty(matcher.precomputed());
227 reallyTestNoMatches(matcher.precomputed(), s);
228 reallyTestAllMatches(matcher.negate().precomputed(), s);
229 reallyTestAllMatches(matcher.precomputed().negate(), s);
254 reallyTestAllMatches(matcher.precomputed(), s);
255 reallyTestNoMatches(matcher.negate().precomputed(), s);
256 reallyTestNoMatches(matcher.precomputed().negate(), s);
329 reallyTestOneCharMatch(matcher.precomputed(), s);
330 reallyTestOneCharNoMatch(matcher.negate().precomputed(), s);
331 reallyTestOneCharNoMatch(matcher.precomputed().negate(), s)
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/base/
CharMatcherBenchmark.java 51 // Whether to use a precomputed CharMatcher
52 @Param("true") boolean precomputed; field in class:CharMatcherBenchmark
73 this.matcher = precomputed ? config.matcher.precomputed() : config.matcher;
    [all...]
  /external/jemalloc/include/jemalloc/internal/
smoothstep.sh 65 * This header defines a precomputed table based on the smoothstep family of
  /external/jemalloc_new/include/jemalloc/internal/
smoothstep.sh 67 * This header defines a precomputed table based on the smoothstep family of
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 441 final PrecomputedText precomputed = measuredTextParam.getPrecomputedText(text); local
443 precomputed, layoutPaint);
445 precomputed, layoutPaint, metricsWithPrecomputed.width, Alignment.ALIGN_NORMAL,
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
const.go 30 // bi contains precomputed multiples of the base-point. See the Ed25519 paper
75 // base contains precomputed multiples of the base-point. See the Ed25519 paper
    [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 493 // TODO(user): is it potentially worth just going ahead and building a precomputed matcher?
758 * worthwhile only if the precomputed matcher is queried many thousands of times.
761 * precomputed matcher is faster, but it certainly consumes more memory, which doesn't seem like a
764 public CharMatcher precomputed() {
781 * This is the actual implementation of {@link #precomputed}, but we bounce calls through a
823 public final CharMatcher precomputed() {
843 public final CharMatcher precomputed() {
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
CharMatcher.java 478 // TODO(user): is it potentially worth just going ahead and building a precomputed matcher?
697 * worthwhile only if the precomputed matcher is queried many thousands of times.
700 * precomputed matcher is faster, but it certainly consumes more memory, which doesn't seem like a
703 public CharMatcher precomputed() {
732 public final CharMatcher precomputed() {
752 public final CharMatcher precomputed() {
    [all...]
  /external/guava/guava/src/com/google/common/io/
BaseEncoding.java 820 this.separatorChars = CharMatcher.anyOf(separator).precomputed();
  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
BaseEncoding.java 763 this.separatorChars = CharMatcher.anyOf(separator).precomputed();
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 541 milliseconds