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

1 2

  /external/llvm/unittests/Analysis/
CGSCCPassManagerTest.cpp 35 TestModuleAnalysis(int &Runs) : Runs(Runs) {}
38 ++Runs;
45 int &Runs;
60 TestSCCAnalysis(int &Runs) : Runs(Runs) {}
63 ++Runs;
70 int &Runs;
    [all...]
LoopPassManagerTest.cpp 28 int &Runs;
42 TestLoopAnalysis(int &Runs) : Runs(Runs) {}
46 ++Runs;
76 // Typical path just runs the analysis as needed.
201 // The first LPM runs the loop analysis for all four loops, the second uses
  /external/llvm/unittests/IR/
PassManagerTest.cpp 29 TestFunctionAnalysis(int &Runs) : Runs(Runs) {}
33 ++Runs;
46 int &Runs;
58 TestModuleAnalysis(int &Runs) : Runs(Runs) {}
61 ++Runs;
72 int &Runs;
    [all...]
  /external/autotest/cli/
job_unittest.py 259 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\')',
277 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\')',
298 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\')',
323 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\')',
348 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\')',
370 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\')',
395 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\')',
420 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\')',
442 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\')',
460 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...]
  /build/make/core/
soong_config.mk 16 # Create soong.variables with copies of makefile settings. Runs every build,
  /prebuilts/go/darwin-x86/src/net/rpc/
debug.go 71 // Runs at /debug/rpc
  /prebuilts/go/linux-x86/src/net/rpc/
debug.go 71 // Runs at /debug/rpc
  /prebuilts/misc/common/robolectric/
robotest-internal.mk 37 # Runs the Robolectric tests and saves the output and return value.
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 319 if (Flags.runs >= 0)
320 Options.MaxNumberOfRuns = Flags.runs;
372 int Runs = std::max(1, Flags.runs);
374 Inputs->size(), Runs);
378 for (int Iter = 0; Iter < Runs; Iter++)
419 Printf("Done %d runs in %zd second(s)\n", F.getTotalNumberOfRuns(),
  /external/llvm/include/llvm/Support/
GCOV.h 412 void setRunCount(uint32_t Runs) { RunCount = Runs; }
  /external/vulkan-validation-layers/
build_windows_targets.bat 11 REM None: Runs CMake and builds all 4 combinations
13 REM cmake (case insensitive): Deletes build and build32 and runs just CMake on both
14 REM 32: Deletes build32, runs CMake and builds 32-bit versions
15 REM 64: Deletes build, runs CMake and builds 64-bit versions
18 REM deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go 10 // * Literal insertions: Runs of one or more symbols are inserted into the data
16 // * Backward copies: Runs of one or more symbols are copied from previously
21 // perform a form of run-length encoding on repeated runs of symbols.
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder.go 10 // * Literal insertions: Runs of one or more symbols are inserted into the data
16 // * Backward copies: Runs of one or more symbols are copied from previously
21 // perform a form of run-length encoding on repeated runs of symbols.
  /external/autotest/site_utils/
acts_lib.py 434 """Runs a test within the container.
436 Runs a test within a container using the given settings.
  /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/vixl/tools/
test.py 194 '''This tool runs all tests matching the specified filters for multiple
232 help='''Runs the tests using N jobs. If the option is set but no value is
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck.go 8 // runs on machine-independent code.
121 // values in the block are not ordered in any way when this pass runs.
152 // Runs after lowering and scheduling.
  /prebuilts/go/darwin-x86/test/
divmod.go 26 // Runs for 8 seconds on ARM chromebook, much faster elsewhere.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck.go 8 // runs on machine-independent code.
121 // values in the block are not ordered in any way when this pass runs.
152 // Runs after lowering and scheduling.
  /prebuilts/go/linux-x86/test/
divmod.go 26 // Runs for 8 seconds on ARM chromebook, much faster elsewhere.
  /frameworks/rs/script_api/
rs_for_each.spec 105 Runs the kernel over zero or more input allocations. They are passed after the
  /external/protobuf/js/binary/
reader.js 459 * Runs a registered read callback.
    [all...]
  /external/v8/src/js/
i18n.js 868 * Runs on load and initializes the global REs.
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 835 // Runs in a separate goroutine, opens new connections when requested.
    [all...]

Completed in 807 milliseconds

1 2