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

  /external/autotest/cli/
job_unittest.py 265 u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
283 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
304 u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
330 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
356 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
379 u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
405 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
431 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
454 u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
472 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')'
    [all...]
  /external/llvm/unittests/IR/
PassManagerTest.cpp 35 TestFunctionAnalysis(int &Runs) : Runs(Runs) {}
39 ++Runs;
52 int &Runs;
68 TestModuleAnalysis(int &Runs) : Runs(Runs) {}
71 ++Runs;
81 int &Runs;
    [all...]
  /external/v8/test/intl/
assert.js 128 * Runs code() and asserts that it throws the specified exception.
154 * Runs code() and asserts that it does now throw any exception.
  /build/core/
soong.mk 32 # Create soong.variables with copies of makefile settings. Runs every build,
  /external/ceres-solver/scripts/
ceres-solver.spec 48 - Runs on Linux, Windows, Mac OS X, Android, and iOS
  /external/llvm/include/llvm/Support/
GCOV.h 412 void setRunCount(uint32_t Runs) { RunCount = Runs; }
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 60 // Runs in debugger context.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
cli.py 125 '''Runs the program.'''
300 '''Runs the program.'''
  /external/v8/benchmarks/
base.js 101 // Runs all registered benchmark suites and optionally yields between
199 // Runs a single benchmark for at least a second and computes the
210 data.runs += n;
219 return { runs: 0, elapsed: 0 };
223 if (data.runs < 32) return data;
224 var usec = (data.elapsed * 1000) / data.runs;
richards.js 322 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/v8/test/js-perf-test/
base.js 113 // Runs all registered benchmark suites and optionally yields between
265 // Runs a single benchmark for at least a second and computes the
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
timeline_view_test.js 326 // After loading the log file, the rest of the test runs synchronously.
347 // After loading the log file, the rest of the test runs synchronously.
367 // After loading the log file, the rest of the test runs synchronously.
386 // After loading the log file, the rest of the test runs synchronously.
403 * Tests case of having no events. Runs synchronously.
  /external/v8/tools/gyp/test/lib/
TestGyp.py 295 Runs gyp against the specified gyp_file with the specified args.
358 Runs a build of the specified target against the configuration
394 Runs an executable program built from a gyp-generated configuration.
547 Runs a Make build using the Makefiles generated from the specified
576 Runs an executable built by Make.
864 Runs a Visual Studio build using the configuration generated
912 Runs an executable built by Visual Studio.
    [all...]
  /frameworks/rs/api/
rs_for_each.spec 105 Runs the kernel over zero or more input allocations. They are passed after the
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 568 Runs deployment or stack commands. For more information, see
    [all...]
  /external/v8/src/js/
i18n.js 849 * Runs on load and initializes the global REs.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 421 milliseconds