Searched refs:execute (Results 276 - 300 of 943) sorted by relevance

<<11121314151617181920>>

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DJarJarMojo.java34 public void execute() throws MojoExecutionException { method in class:JarJarMojo
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
H A DAddFunction.java29 public Value execute(Value... args) { method in class:AddFunction
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DCrcFunction.java36 public Value execute(Value... args) { method in class:CrcFunction
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
H A DFirstFunction.java34 public Value execute(Value... args) { method in class:FirstFunction
H A DLastFunction.java34 public Value execute(Value... args) { method in class:LastFunction
H A DNameFunction.java35 public Value execute(Value... args) { method in class:NameFunction
H A DSubcountFunction.java34 public Value execute(Value... args) { method in class:SubcountFunction
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
H A DTestCorsHttpServer.java99 CloseableHttpResponse response = httpclient.execute(httpOption);
110 CloseableHttpResponse response = httpclient.execute(httpget);
127 CloseableHttpResponse response = httpclient.execute(httpOption);
145 CloseableHttpResponse response = httpclient.execute(httpOption);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DInterceptorTest.java74 Response response = client.newCall(request).execute();
99 client.newCall(request).execute();
124 client.newCall(request).execute();
152 client.newCall(request).execute();
174 client.newCall(request).execute();
208 Response response = client.newCall(request).execute();
240 client.newCall(request).execute();
276 Response response = client.newCall(request).execute();
320 Response response = client.newCall(request).execute();
374 Response response = client.newCall(request).execute();
587 @Override public void execute(final Runnable runnable) { method in class:InterceptorTest.ExceptionCatchingExecutor
[all...]
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DRealWebSocket.java57 replyExecutor.execute(new NamedRunnable("OkHttp %s WebSocket Pong Reply", url) {
58 @Override protected void execute() {
80 replyExecutor.execute(new NamedRunnable("OkHttp %s WebSocket Close Reply", url) {
81 @Override protected void execute() {
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
H A DGetExample.java16 Response response = client.newCall(request).execute();
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
H A DAccessHeaders.java34 Response response = client.newCall(request).execute();
H A DCertificatePinning.java44 Response response = client.newCall(request).execute();
H A DConfigureTimeouts.java38 Response response = client.newCall(request).execute();
H A DPostFile.java40 Response response = client.newCall(request).execute();
H A DPostForm.java37 Response response = client.newCall(request).execute();
H A DPostString.java45 Response response = client.newCall(request).execute();
H A DSynchronousGet.java32 Response response = client.newCall(request).execute();
/external/v8/tools/
H A Dgdb-v8-support.py154 gdb.execute('call __gdb_print_v8_object(%d)' % v)
166 result = gdb.execute(
175 for l in gdb.execute("maint info sections", to_string = True).split('\n'):
180 for l in gdb.execute("info proc mappings", to_string = True).split('\n'):
/external/vogar/src/vogar/
H A DCommandBugDatabase.java41 .execute();
/external/vogar/src/vogar/android/
H A DDexTask.java44 @Override protected Result execute() throws Exception { method in class:DexTask
/external/vogar/src/vogar/tasks/
H A DExtractJarResourceTask.java38 @Override protected Result execute() throws Exception { method in class:ExtractJarResourceTask
H A DRetrieveFilesTask.java35 @Override protected Result execute() throws Exception { method in class:RetrieveFilesTask
/external/xmlrpcpp/test/
H A DTestBase64Server.cpp27 void execute(XmlRpcValue& params, XmlRpcValue& result) function in class:TestBase64
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemUse.java165 attrSet.execute(transformer);
193 public void execute( method in class:ElemUse

Completed in 445 milliseconds

<<11121314151617181920>>