HomeSort by relevance Sort by last modified time
    Searched full:runs (Results 226 - 250 of 5935) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/accessibilityservice/
package.html 8 An {@link android.accessibilityservice.AccessibilityService} runs in the background and
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/src/com/android/framework/externallocallpermstestapp/
ExternalLocAllPermsTest.java 27 * we just need to verify the test runs without errors.
  /frameworks/base/test-runner/src/android/test/suitebuilder/
SmokeTestSuiteBuilder.java 20 * A suite builder that runs smoke tests.
  /frameworks/native/opengl/tests/testViewport/
README 28 call (which means it is called before every draw), the program runs correctly.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 5 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
  /sdk/eclipse/scripts/
build_ide.sh 8 echo "$0: ADT IDE build script runs only on Linux"
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
Utils.java 29 * Check if the device runs Android 4.3 (JB MR2) or higher.
36 * Check if the device runs Android 4.4 (KitKat) or higher.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueTest.java 39 * It runs MethodExitWithReturnValueDebuggee that executed own exceptionMethod.
80 * It runs MethodExitWithReturnValueDebuggee that executed own booleanMethod.
90 * It runs MethodExitWithReturnValueDebuggee that executed own shortMethod.
100 * It runs MethodExitWithReturnValueDebuggee that executed own charMethod.
110 * It runs MethodExitWithReturnValueDebuggee that executed own intMethod.
120 * It runs MethodExitWithReturnValueDebuggee that executed own longMethod.
130 * It runs MethodExitWithReturnValueDebuggee that executed own doubleMethod.
140 * It runs MethodExitWithReturnValueDebuggee that executed own voidMethod.
  /external/chromium_org/base/threading/
worker_pool.h 22 // This is a facility that runs tasks that don't require a specific thread or
47 // Return true if the current thread is one that this WorkerPool runs tasks
  /external/chromium_org/build/toolchain/android/
find_android_compiler.py 23 # We tolerate "no matches." In the Android AOSP WebView build, it runs this
24 # logic and the directory doesn't exist, giving no matches. But that build runs
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_token_fetcher.h 47 // If retry count runs out, or error condition is unrecoverable, it runs
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_suspender.js 49 * Returns a function that runs the argument with all events suspended.
64 * Returns a handler that only runs the argument if events are not suspended.
  /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/components/autofill/core/browser/
data_driven_test.h 18 // gold output file is generated; for subsequent runs, the test ouptut is
32 // must be stable across runs.
  /external/chromium_org/gpu/command_buffer/client/
gpu_control.h 48 // Runs |callback| when a sync point is reached.
52 // Runs |callback| when a query created via glCreateQueryEXT() has cleared
  /external/chromium_org/media/base/
callback_holder.h 41 // Runs or holds the callback as specified by |hold_|.
72 // Releases and runs the held callback.
  /external/chromium_org/media/cast/test/utility/
barcode.cc 88 std::deque<int> runs; local
100 runs.push_back(length);
106 runs.push_back(length);
109 while (runs.size() >= output->size() * 2 + 7) {
110 std::deque<int>::const_iterator i = runs.begin();
135 DCHECK(i <= runs.end());
140 runs.pop_front();
141 runs.pop_front();
  /external/chromium_org/net/base/
upload_element_reader.h 33 // initialization aynschronously, returns ERR_IO_PENDING and runs callback.
51 // and runs |callback| with the result. |buf_length| must be greater than 0.
  /external/chromium_org/ppapi/utility/threading/
simple_thread.h 20 // and runs a PPAPI message loop on that thread.
35 // Starts a thread and runs a message loop in it. If you need control over
  /external/chromium_org/remoting/host/win/
chromoting_module.h 30 // registration entries are passed to the constructor. |ChromotingModule| runs
45 // Registers COM classes and runs the main message loop until there are
  /external/chromium_org/third_party/skia/tools/
find_run_binary.py 6 """Module that finds and runs a binary by looking in the likely locations."""
15 """Runs a program from the command line and returns stdout.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
neteq_performance_unittest.cc 16 // Runs a test with 10% packet losses and 10% clock drift, to exercise
29 // Runs a test with neither packet losses nor clock drift, to put
  /external/chromium_org/ui/views_content_client/
views_content_client.h 29 // // Create desired windows and views here. Runs on the UI thread.
60 // Runs content::ContentMain() using the ExamplesMainDelegate.
  /external/lldb/test/pexpect-2.4/examples/
sshls.py 3 """This runs 'ls -l' on a remote host using SSH. At the prompts enter hostname,
14 """This runs a command on the remote host. This could also be done with the
  /external/qemu/include/block/
aio.h 23 /* Runs all currently allowed AIO callbacks of completed requests in the
39 * Runs all currently allowed AIO callbacks of completed requests. Returns 0

Completed in 1075 milliseconds

1 2 3 4 5 6 7 8 91011>>