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

1 2 3

  /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;
  /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;
WorkerModule.java 21 import com.google.caliper.runner.Running;
59 @Running.BenchmarkClass
RuntimeWorker.java 24 import com.google.caliper.runner.Running.Benchmark;
25 import com.google.caliper.runner.Running.BenchmarkMethod;
  /external/autotest/server/site_tests/bluetooth_RegressionServer/
bluetooth_RegressionServer.py 29 logging.info('Running client side tests')
  /external/llvm/test/
Makefile.tests 40 TESTRUNR = @echo Running test: $<; \
  /external/v8/test/mjsunit/regress/
regress-crbug-482998.js 5 // Should not time out. Running time 0.5s vs. 120s before the change.
  /frameworks/base/libs/hwui/
Animator.cpp 91 mStagingPlayState = PlayState::Running;
123 mPlayTime = (mPlayState == PlayState::Running || mPlayState == PlayState::Reversing) ?
125 mPlayState = PlayState::Running;
129 mPlayTime = (mPlayState == PlayState::Running || mPlayState == PlayState::Reversing) ?
185 } else if (mStagingPlayState == PlayState::Running
238 if (mPlayState < PlayState::Running) {
270 // to call setValue even if the animation isn't yet running or is still
278 if ((mPlayState == PlayState::Running || mPlayState == PlayState::Reversing) && mDuration > 0) {
345 if (mStagingPlayState == PlayState::Running) {
Animator.h 89 bool isRunning() { return mPlayState == PlayState::Running
104 // NotStarted -> Running/Reversing -> Finished
112 // NotStart -> Running/Reversing-> Finished
116 // Note that if the animation is in Running/Reversing state, calling start or reverse again
118 // the animation would start from where it is and change direction (i.e. Reversing <-> Running)
122 Running,
  /sdk/eclipse/scripts/
build_adt.sh 33 echo Running gradle to build tools libraries...
  /external/opencv3/samples/winrt/ImageManipulations/
App.xaml.cpp 61 // Do not repeat app initialization when already running, just ensure that
63 if (pArgs->PreviousExecutionState == ApplicationExecutionState::Running)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 25 <title>Console Logs from Running JUnit Plug-in Tests</title></head>
33 output from running JUnit plugin tests for
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 20 Running = -1,
181 return HybridNonLinearSolverSpace::Running;
339 return HybridNonLinearSolverSpace::Running;
349 while (status==HybridNonLinearSolverSpace::Running)
421 return HybridNonLinearSolverSpace::Running;
582 return HybridNonLinearSolverSpace::Running;
592 while (status==HybridNonLinearSolverSpace::Running)
  /external/avahi/avahi-sharp/
Client.cs 81 Running,
87 Running = ServerState.Running,
  /external/autotest/docs/
test-that.md 11 - Running emerge after python-only test changes is no longer necessary.
53 ### Running jobs in the lab
56 running tests against a specified host. The keyword :lab: is used as
71 and running the tests. `test_that` will return after the suite finishes running,

Completed in 1329 milliseconds

1 2 3