HomeSort by relevance Sort by last modified time
    Searched full:execute (Results 301 - 325 of 4840) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
  /external/elfutils/libelf-po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
  /external/elfutils/po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
  /external/libexif/po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
  /external/llvm/cmake/modules/
GetHostTriple.cmake 24 message(FATAL_ERROR "Failed to execute ${config_guess}")
  /external/llvm/include/llvm/Support/
Threading.h 24 /// THIS MUST EXECUTE IN ISOLATION FROM ALL OTHER LLVM API CALLS.
29 /// THIS MUST EXECUTE IN ISOLATION FROM ALL OTHER LLVM API CALLS.
44 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
51 /// \param UserFn - The callback to execute.
  /external/protobuf/gtest/xcode/Scripts/
runtests.sh 15 # Now execute each one in turn keeping track of how many succeeded and failed.
  /external/qemu/
hax.h 17 /* Execute vcpu in non-root mode */
  /external/skia/
gyp_skia.py 12 # those old versions and makes it possible to execute gyp_chromium.py
  /external/smali/
gradlew.bat 60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
74 @rem Execute Gradle
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stdinB.gdb 7 # also put breaks in code that only the child will execute.
mcinfcallRU.stdinB.gdb 15 # before they have a chance to execute the whoami
  /frameworks/base/core/java/android/content/
ActivityNotFoundException.java 21 * one of its variants fails because an Activity can not be found to execute
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 251 public HttpResponse execute(HttpUriRequest request) throws IOException { method in class:AndroidHttpClient
252 return delegate.execute(request);
255 public HttpResponse execute(HttpUriRequest request, HttpContext context) method in class:AndroidHttpClient
257 return delegate.execute(request, context);
260 public HttpResponse execute(HttpHost target, HttpRequest request) method in class:AndroidHttpClient
262 return delegate.execute(target, request);
265 public HttpResponse execute(HttpHost target, HttpRequest request, method in class:AndroidHttpClient
267 return delegate.execute(target, request, context);
270 public <T> T execute(HttpUriRequest request, method in class:AndroidHttpClient
273 return delegate.execute(request, responseHandler)
276 public <T> T execute(HttpUriRequest request, method in class:AndroidHttpClient
282 public <T> T execute(HttpHost target, HttpRequest request, method in class:AndroidHttpClient
288 public <T> T execute(HttpHost target, HttpRequest request, method in class:AndroidHttpClient
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java 96 * Execute query using the current internal state as {@code WHERE} clause.
104 * Execute query using the current internal state as {@code WHERE} clause.
113 * Execute update using the current internal state as {@code WHERE} clause.
120 * Execute delete using the current internal state as {@code WHERE} clause.
  /frameworks/base/docs/html/tools/help/
avd-manager.jd 14 <li>In other IDEs: Navigate to your SDK's <code>tools/</code> directory and execute
  /libcore/luni/src/main/java/javax/security/auth/callback/
package.html 9 application in order to execute the authentication and authorization
  /ndk/sources/host-tools/make-3.81/po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
  /ndk/sources/host-tools/sed-4.2.1/po/
insert-header.sin 3 # At each occurrence of a line starting with "msgid ", we execute the following
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
ContiguousFIFOAggregator.java 31 * . All tasks that is given to {@link #execute(Object, Runnable)} must correspond to a key. This
36 * If on {@link #execute(Object, Runnable)} the key is not expected, the task will be executed
43 * <li>Execute task <b>2</b> for key <b>B</b>. The first expected key is <b>A</b>,
45 * <li>Execute task <b>4</b> for key <b>Z</b>. We store task <b>4</b>. </li>
46 * <li>Execute task <b>1</b> for key <b>A</b>. We run task <b>1</b> because its key <b>A</b> is
70 * {@link #execute(Object, Runnable)}. However, in practice, if you are generating tasks in
85 * must call either {@link #forget(Object)} or {@link #execute(Object, Runnable)}
92 * with {@link #execute (Object, Runnable)}.
118 * Remove a previously declared key that we no longer expect to execute a task for. This
151 * Attempt to execute a task corresponding to a previously declared key. If the key is th
162 public void execute(final T key, final Runnable task) { method in class:ContiguousFIFOAggregator
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
BackgroundAction.java 25 worker.execute();
  /cts/suite/audio_quality/test_description/test/
dut_speaker_play.xml 29 <!-- sync start : execute only sync complete : execute + complete
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 23 GOTO_OPCODE(ip) @ execute it
44 GOTO_OPCODE_BASE(r1,ip) @ execute it
  /external/apache-xml/src/main/java/org/apache/xpath/
ExtensionsProvider.java 48 * Execute the extension function.
55 * Execute the extension function.
  /external/chromium/chrome/browser/sync/engine/
download_updates_command.h 28 // in the SyncSession. Only one server request is performed per Execute
29 // operation. A loop that causes multiple Execute operations within a sync

Completed in 471 milliseconds

<<11121314151617181920>>