/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
NamedRunnable.java | 33 execute(); method 39 protected abstract void execute(); method in class:NamedRunnable
|
/external/proguard/src/proguard/preverify/ |
SubroutineInliner.java | 51 public void execute(ClassPool programClassPool) method in class:SubroutineInliner
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/ |
ShadowAndroidHttpClient.java | 49 public HttpResponse execute(HttpUriRequest httpUriRequest) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient 50 return httpClient.execute(httpUriRequest); 54 public HttpResponse execute(HttpUriRequest httpUriRequest, HttpContext httpContext) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient 55 return httpClient.execute(httpUriRequest, httpContext); 59 public HttpResponse execute(HttpHost httpHost, HttpRequest httpRequest) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient 60 return httpClient.execute(httpHost, httpRequest); 64 public HttpResponse execute(HttpHost httpHost, HttpRequest httpRequest, HttpContext httpContext) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient 65 return httpClient.execute(httpHost, httpRequest, httpContext); 69 public <T> T execute(HttpUriRequest httpUriRequest, ResponseHandler<? extends T> responseHandler) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient 70 return httpClient.execute(httpUriRequest, responseHandler) 74 public <T> T execute(HttpUriRequest httpUriRequest, ResponseHandler<? extends T> responseHandler, HttpContext httpContext) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient 79 public <T> T execute(HttpHost httpHost, HttpRequest httpRequest, ResponseHandler<? extends T> responseHandler) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient 84 public <T> T execute(HttpHost httpHost, HttpRequest httpRequest, ResponseHandler<? extends T> responseHandler, HttpContext httpContext) throws IOException, ClientProtocolException { method in class:ShadowAndroidHttpClient [all...] |
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
critical_section_ops.py | 66 If multiple workers or threads all execute `count` in parallel, there is no 77 f1 = cs.execute(count) 78 f2 = cs.execute(count) 105 ex1 = CriticalSection().execute( 107 ex2 = CriticalSection().execute( 155 def execute(self, fn, *args, **kwargs): member in class:CriticalSection 156 """Execute function `fn(*args, **kwargs)` inside the CriticalSection. 159 fn: The function to execute. Must return at least one tensor. 162 Several keywords are reserved for `execute`. These are: 164 - name; The name to use when creating the execute operation [all...] |
critical_section_test.py | 49 r = [cs.execute(fn, 1.0, 2.0) for _ in range(num_concurrent)] 68 r = [cs.execute(fn_return_op, 1.0, 2.0) for _ in range(num_concurrent)] 86 def execute(fn, *args): function in function:CriticalSectionTest.testCreateCriticalSectionRaw 96 r = [execute(fn, 1.0, 2.0)[0] for _ in range(num_concurrent)] 106 execute_op = cs.execute(lambda x: x + 1, 1.0).op 116 return cs.execute(lambda x: x+1, x) 120 cs.execute(fn, 1.0) 126 cs0.execute(lambda: v + 1) 128 cs0.execute(lambda: v - 1) 133 cs1.execute(lambda: v + 1 [all...] |
/external/vogar/src/vogar/tasks/ |
PrepareUserDirTask.java | 34 @Override protected Result execute() throws Exception { method in class:PrepareUserDirTask
|
RetrieveFilesTask.java | 35 @Override protected Result execute() throws Exception { method in class:RetrieveFilesTask
|
/external/xmlrpcpp/test/ |
TestBase64Server.cpp | 27 void execute(XmlRpcValue& params, XmlRpcValue& result)
function in class:TestBase64
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupRestoreTask.java | 24 // Execute one tick of whatever state machine the task implements 25 void execute(); method in interface:BackupRestoreTask
|
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/ |
SupportSQLiteStatement.java | 25 * Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for example 31 void execute(); method in interface:SupportSQLiteStatement 34 * Execute this SQL statement, if the the number of rows affected by execution of this SQL 44 * Execute this SQL statement and return the ID of the row inserted due to this call. 55 * Execute a statement that returns a 1 by 1 table with a numeric value. 64 * Execute a statement that returns a 1 by 1 table with a text value.
|
/packages/apps/Camera2/src/com/android/camera/async/ |
ExecutorCallback.java | 47 mExecutor.execute(new Runnable() {
|
/packages/apps/Dialer/java/com/android/incallui/async/ |
PausableExecutorImpl.java | 37 public void execute(Runnable command) { method in class:PausableExecutorImpl 38 Executors.newSingleThreadExecutor().execute(command);
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
TestImmediateExecutor.java | 28 public void execute(Runnable command) { method in class:TestImmediateExecutor
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
TaskExecutor.java | 27 public synchronized void execute(int userId, AbstractProvisioningTask task) { method in class:TaskExecutor
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
NamedTaskExecutor.java | 29 void execute(NamedTask task); method in interface:NamedTaskExecutor
|
/prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/linux-x86/clang-4393122/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/linux-x86/clang-4479392/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/linux-x86/clang-4579689/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|
/prebuilts/clang/host/linux-x86/clang-4630689/share/clang/ |
clang-include-fixer.py | 85 def execute(command, text): function 95 stdout, stderr = execute(command, text) 162 stdout, stderr = execute(command, text)
|