HomeSort by relevance Sort by last modified time
    Searched refs:Running (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentComponent.java 19 import static com.google.caliper.runner.Running.Benchmark;
BenchmarkClassModule.java 19 import com.google.caliper.runner.Running.AfterExperimentMethods;
20 import com.google.caliper.runner.Running.BeforeExperimentMethods;
37 static BenchmarkClass provideBenchmarkClass(@Running.BenchmarkClass Class<?> benchmarkClassObject)
Running.java 30 * A collection of annotations for bindings pertaining to the currently running experiment.
32 public class Running {
33 private Running() {}
MainModule.java 48 @Running.BenchmarkClass
BenchmarkCreator.java 45 @Running.BenchmarkClass Class<?> benchmarkClass,
46 @Running.Benchmark ImmutableSortedMap<String, String> parameters) {
ExperimentModule.java 19 import static com.google.caliper.runner.Running.Benchmark;
20 import static com.google.caliper.runner.Running.BenchmarkMethod;
  /test/vts/utils/python/archive/
Android.mk 28 @echo "Running unit test for : $(PARSER)"
31 @echo "Running unit test for : $(GCNO_PARSER)"
34 @echo "Running unit test for : $(GCDA_PARSER)"
37 @echo "Running unit test for : $(ARC_SUMMARY)"
40 @echo "Running unit test for : $(FUNCTION_SUMMARY)"
43 @echo "Running unit test for : $(COVERAGE_REPORT)"
  /test/vts/utils/python/coverage/
Android.mk 28 @echo "Running unit test for : $(PARSER)"
31 @echo "Running unit test for : $(GCNO_PARSER)"
34 @echo "Running unit test for : $(GCDA_PARSER)"
37 @echo "Running unit test for : $(ARC_SUMMARY)"
40 @echo "Running unit test for : $(FUNCTION_SUMMARY)"
43 @echo "Running unit test for : $(COVERAGE_REPORT)"
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MacrobenchmarkAllocationWorker.java 20 import com.google.caliper.runner.Running.Benchmark;
21 import com.google.caliper.runner.Running.BenchmarkMethod;
AllAllocationsRecorder.java 21 import com.google.caliper.runner.Running;
72 @Inject AllAllocationsRecorder(@Running.BenchmarkClass Class<?> benchmarkClass,
73 @Running.BenchmarkMethod String benchmarkMethodName) {
Worker.java 19 import com.google.caliper.runner.Running.AfterExperimentMethods;
20 import com.google.caliper.runner.Running.BeforeExperimentMethods;
ArbitraryMeasurementWorker.java 22 import com.google.caliper.runner.Running.Benchmark;
23 import com.google.caliper.runner.Running.BenchmarkMethod;
MacrobenchmarkWorker.java 26 import com.google.caliper.runner.Running.Benchmark;
27 import com.google.caliper.runner.Running.BenchmarkMethod;
MicrobenchmarkAllocationWorker.java 20 import com.google.caliper.runner.Running.Benchmark;
21 import com.google.caliper.runner.Running.BenchmarkMethod;
  /external/protobuf/csharp/
buildall.sh 16 echo Running tests.
  /frameworks/native/cmds/surfacereplayer/replayer/
Event.cpp 26 changeState(Event::EventState::Running);
32 waitUntil(Event::EventState::Running);
Event.h 34 Signaled, // Signaled by main thread, about to immediately switch to Running
35 Running // Finishing execution of rest of work
  /external/autotest/server/site_tests/bluetooth_RegressionServer/
bluetooth_RegressionServer.py 29 logging.info('Running client side tests')
  /external/llvm/lib/IR/
OptBisect.cpp 36 StringRef TargetDesc, bool Running) {
37 StringRef Status = Running ? "" : "NOT ";
38 errs() << "BISECT: " << Status << "running pass "
42 static void printCaseMessage(int CaseNum, StringRef Msg, bool Running) {
43 if (Running)
44 errs() << "BISECT: running case (";
46 errs() << "BISECT: NOT running case (";
  /external/flatbuffers/samples/
javascript_sample.sh 42 echo Running the JavaScript sample.
php_sample.sh 42 echo Running the PHP sample.
python_sample.sh 42 echo Running the Python sample.
  /device/linaro/bootloader/edk2/DuetPkg/
build32.sh 107 echo Running edk2 build for DuetPkg$Processor
109 echo Running DuetPkg/PostBuild.sh
111 echo Running DuetPkg/CreateBootDisk.sh
build64.sh 106 echo Running edk2 build for DuetPkg$PROCESSOR
108 echo Running DuetPkg/PostBuild.sh
110 echo Running DuetPkg/CreateBootDisk.sh
  /external/llvm/lib/Support/
Timer.cpp 64 // info output file before running commands which write to it.
105 Running = Triggered = false;
139 assert(!Running && "Cannot start a running timer");
140 Running = Triggered = true;
145 assert(Running && "Cannot stop a paused timer");
146 Running = false;
152 Running = Triggered = false;

Completed in 286 milliseconds

1 2 3 4