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

1 2

  /external/llvm/unittests/IR/
PassManagerTest.cpp 32 TestFunctionAnalysis(int &Runs) : Runs(Runs) {}
36 ++Runs;
49 int &Runs;
63 TestModuleAnalysis(int &Runs) : Runs(Runs) {}
66 ++Runs;
76 int &Runs;
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
test.js 24 * Runs the given test.
52 * Runs all tests and reports the results via the console.
  /external/chromium_org/ui/webui/resources/js/
webui_resource_test.js 141 * Runs all functions starting with test and reports success or
157 * Runs the next test in the queue. Reports the test results if the queue is
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 117 * Runs the next tasks if available.
205 * Runs the enqueued closured in order of dependencies.
216 * Runs enqueued pending tasks whose dependencies are completed.
297 * Runs a closure. Skips consecutive calls. The first call is called
325 * Cancels all scheduled runs (if any).
408 * Cancels all scheduled runs (if any).
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
folder_shortcuts_data_model.js 32 // Load the shortcuts. Runs within the queue.
39 this.reload_(); // Runs within the queue.
83 * Resolves Entries from a list of stored virtual paths. Runs within a queue.
200 this.processEntries_(shortcutPaths); // Runs within a queue.
215 this.processEntries_(shortcutPaths); // Runs within a queue.
  /external/ceres-solver/scripts/
ceres-solver.spec 48 - Runs on Linux, Windows, Mac OS X, Android, and iOS
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
util.js 109 * Runs chrome.test.sendMessage in test environment. Does nothing if running
  /external/chromium_org/extensions/test/data/
unit_test_environment_specific_bindings.js 80 * Runs timeout callbacks with earliest timeout.
  /external/llvm/include/llvm/Support/
GCOV.h 394 void setRunCount(uint32_t Runs) { RunCount = Runs; }
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 182 """Runs checkdeps on #include statements added in this
  /external/chromium_org/extensions/renderer/resources/
last_error.js 105 * Runs |callback(args)| with last error args as in set().
send_request.js 18 // Runs a user-supplied callback safely.
  /external/chromium_org/ui/file_manager/video_player/js/cast/
caster.js 106 setTimeout(callback); // Runs asynchronously.
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-check-stack.js 60 // Runs in debugger context.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 106 // Runs all registered benchmark suites and optionally yields between
204 // Runs a single benchmark for at least a second and computes the
215 data.runs += n;
224 return { runs: 0, elapsed: 0 };
228 if (data.runs < benchmark.minIterations) return data;
229 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/chromium_org/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/chromium_org/v8/test/perf-test/Collections/
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
288 data.runs += i;
295 data = { runs: 0, elapsed: 0 };
300 return { runs: 0, elapsed: 0 };
304 if (data.runs < benchmark.minIterations) return data;
305 var usec = (data.elapsed * 1000) / data.runs;
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 198 * Runs all tests the given number of times. Invoked from the HTML page.
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 274 Runs gyp against the specified gyp_file with the specified args.
333 Runs a build of the specified target against the configuration
367 Runs an executable program built from a gyp-generated configuration.
484 Runs a build using the Android makefiles generated from the specified
620 Runs an executable program built from a gyp-generated configuration.
790 Runs a Make build using the Makefiles generated from the specified
819 Runs an executable built by Make.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 317 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 317 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 317 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 565 * Runs the task. Sub classes must implement this method.
    [all...]

Completed in 1211 milliseconds

1 2