HomeSort by relevance Sort by last modified time
    Searched full:pico (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkMethods.java 40 PICO;
49 return PICO;
RuntimeInstrument.java 109 case PICO:
238 return RuntimeWorker.Pico.class;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-pj.h 31 ? "Pico Java GAS Big Endian" \
32 : "Pico Java GAS Little Endian")
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
RuntimeWorker.java 39 * A {@link Worker} base class for micro and pico benchmarks.
127 * A {@link Worker} for pico benchmarks.
129 public static final class Pico extends RuntimeWorker {
130 @Inject Pico(@Benchmark Object benchmark,
WorkerModule.java 114 @WorkerClassKey(RuntimeWorker.Pico.class)
115 static Worker provideRuntimeWorkerPico(RuntimeWorker.Pico impl) {
  /toolchain/binutils/binutils-2.27/bfd/
cpu-pj.c 1 /* BFD library support routines for the Pico Java architecture.
  /external/libcxx/test/std/utilities/ratio/
typedefs.pass.cpp 18 static_assert(std::pico::num == 1 && std::pico::den == 1000000000000ULL, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/
typedefs.pass.cpp 18 static_assert(std::pico::num == 1 && std::pico::den == 1000000000000ULL, "");
  /external/caliper/caliper/src/main/resources/com/google/caliper/config/
global-config.properties 58 # Whether or not to make suggestions about whether a benchmark should be a pico/micro/macro
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 99 assertEquals(RuntimeWorker.Pico.class, instrumentation.workerClass());
155 @Benchmark long pico(long reps) { method in class:RuntimeInstrumentTest.TestBenchmark
  /external/google-benchmark/src/
string_util.cc 19 // milli, micro, nano, pico, femto, atto, zepto, yocto.
  /external/libcxx/utils/google-benchmark/src/
string_util.cc 19 // milli, micro, nano, pico, femto, atto, zepto, yocto.
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 285 public static final String DEFAULT_ENGINE = "com.svox.pico";
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
string_util.cc 19 // milli, micro, nano, pico, femto, atto, zepto, yocto.
  /external/libcxx/include/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
274 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
274 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ratio 48 typedef ratio<1, 1000000000000> pico;
276 typedef ratio<1LL, 1000000000000LL> pico;

Completed in 633 milliseconds

1 2 3