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

1 2

  /external/chromium/net/base/
effective_tld_names_unittest2.cc 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
effective_tld_names_unittest1.cc 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidTestReference.java 43 public void run(TestExecution execution) {
RemoteAdtTestRunner.java 34 * Supports Eclipse JUnit execution of Android tests.
66 * <li>The test execution result for each test method. Expects individual notifications of
67 * the test execution start, any failures, and the end of the test execution.</li>
73 * executing the tests, and send it back to JDT JUnit. The second is the actual test execution,
79 * @param execution used to report test progress
82 public void runTests(String[] testClassNames, String testName, TestExecution execution) {
83 // hold onto this execution reference so it can be used to report test progress
84 mExecution = execution;
122 // now do real execution
    [all...]
  /development/tools/apkcheck/
Android.mk 21 # the execution script
  /development/ide/xcode/ports/
skia_mac.cp 21 // argv[0] is set to the execution path of the application, e.g.
  /external/skia/xcode/ports/
skia_mac.cp 22 // argv[0] is set to the execution path of the application, e.g.
  /external/v8/test/mjsunit/
debug-stepin-builtin.js 39 // and than check that execution is paused inside function
debug-stepout-to-builtin.js 39 // and than check that execution is paused inside function
debug-stepin-accessor.js 39 // to get into g.call and than check that execution is pauesed inside
debug-stepin-call-function-stub.js 40 // to get into g.call and than check that execution is pauesed inside
debug-stepin-function-call.js 36 // to get into g.call and than check that execution is pauesed inside
  /ndk/build/core/
default-build-commands.mk 13 # libraries that instruct the Linux kernel to disable code execution from
setup-toolchain.mk 134 # This prevents parallel execution to clear gdb.setup after it has been written to
  /external/webkit/SunSpider/
sunspider 58 --shark Sample execution time with the Mac OS X "Shark" performance testing tool (implies --runs=1)
  /dalvik/vm/mterp/armv5te/
footer.S 146 bxne r0 @ continue native execution if so
170 bxne r0 @ continue native execution
194 * go back to native execution. Otherwise, it's back to the
217 bxne r0 @ continue native execution
236 bxne r0 @ continue native execution if so
259 bxne r0 @ continue native execution if so
    [all...]
  /external/v8/
Android.v8common.mk 24 src/execution.cc \
  /external/webkit/WebCore/html/
HTMLTokenizer.cpp 588 printf("beginning script execution at %d\n", m_doc->elapsedTime());
599 printf("ending script execution at %d\n", m_doc->elapsedTime());
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 5 // exposed in the PAC's execution environment. (Namely, dnsDomainLevels,
  /libcore/
JavaLibrary.mk 231 # that is suitable for execution on the RI. This JAR would
  /external/v8/benchmarks/
splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
deltablue.js 290 * change their output during plan execution. This is called "stay
641 * the variable is 'stay' (i.e. it is a constant at plan execution
richards.js 74 "Error during execution: queueCount = " + scheduler.queueCount +
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
v8-deltablue.js 284 * change their output during plan execution. This is called "stay
635 * the variable is 'stay' (i.e. it is a constant at plan execution

Completed in 686 milliseconds

1 2