Home
last modified time | relevance | path

Searched defs:doGet (Results 1 – 25 of 138) sorted by relevance

123456

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/
H A DCompletionStageTest.java81 protected abstract T doGet() throws Throwable; in doGet() method in CompletionStageTest.BaseStage
328 protected U doGet() throws Throwable { in doGet() method in CompletionStageTest.HandleStage
372 protected U doGet() throws Throwable { in doGet() method in CompletionStageTest.ComposeStage
391 public T doGet() throws Throwable { in doGet() method in CompletionStageTest.SupplierStage
407 public T doGet() throws Throwable { in doGet() method in CompletionStageTest.ResolvedStage
/aosp_15_r20/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
H A DAppSearchTestUtils.java64 public static List<GenericDocument> doGet( in doGet() method in AppSearchTestUtils
84 public static List<GenericDocument> doGet( in doGet() method in AppSearchTestUtils
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DIHttpHelper.java84 public String doGet(String url) throws IOException, DataSizeException; in doGet() method
95 public void doGet(String url, OutputStream outputStream) throws IOException; in doGet() method
DHttpHelper.java99 public String doGet(String url) throws IOException, DataSizeException { in doGet() method in HttpHelper
130 public void doGet(String url, OutputStream outputStream) throws IOException { in doGet() method in HttpHelper
/aosp_15_r20/external/jspecify/samples/
H A DParameterizedWithTypeVariableArgumentToSelf.java24 Lib<E> doGet(); in doGet() method
/aosp_15_r20/external/libphonenumber/demo/src/main/java/com/google/phonenumbers/demo/
H A DInputServlet.java39 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() method in InputServlet
H A DResultServlet.java108 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() method in ResultServlet
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
H A DTestDeferredTranscript.java45 public void TestPerf(boolean doGet) { in TestPerf()
H A DTestVoteResolver.java53 public void testPerf(boolean doGet) { in testPerf()
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dgenembed.go30 func doGet[T any](i getter[T]) T { func
/aosp_15_r20/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
H A DLongLivedChannel.java56 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() method in LongLivedChannel
H A DNettyClientInteropServlet.java81 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() method in NettyClientInteropServlet
/aosp_15_r20/external/grpc-grpc-java/examples/example-servlet/src/main/java/io/grpc/servlet/examples/helloworld/
H A DHelloWorldServlet.java57 protected void doGet(HttpServletRequest request, HttpServletResponse response) in doGet() method in HelloWorldServlet
/aosp_15_r20/external/grpc-grpc-java/servlet/src/main/java/io/grpc/servlet/
H A DGrpcServlet.java64 protected final void doGet(HttpServletRequest request, HttpServletResponse response) in doGet() method in GrpcServlet
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/servlets/
H A DBaseServlet.java15 …protected void doGet(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletE… in doGet() method in BaseServlet
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DIParcelFileDescriptorPeer.aidl35 void doGet(); in doGet() method
H A DParcelFileDescriptorPeer.java108 public void doGet() throws RemoteException { in doGet() method in ParcelFileDescriptorPeer
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DRequestFuture.java100 private synchronized T doGet(Long timeoutMs) in doGet() method in RequestFuture
/aosp_15_r20/external/guice/extensions/servlet/test/com/google/inject/servlet/
H A DContinuingRequestIntegrationTest.java210 protected void doGet(HttpServletRequest req, HttpServletResponse resp) in doGet() method in ContinuingRequestIntegrationTest.ContinuingServlet
H A DContextPathTest.java274 public void doGet(HttpServletRequest req, HttpServletResponse resp) { in doGet() method in ContextPathTest.TestServlet
/aosp_15_r20/external/zxing/zxingorg/src/main/java/com/google/zxing/web/
H A DChartServlet.java61 …protected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException { in doGet() method in ChartServlet
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DBitParameter.cpp165 void CBitParameter::doGet(type &value, size_t offset, in doGet() function in CBitParameter
H A DParameter.cpp192 bool CParameter::doGet(type &value, size_t offset, in doGet() function in CParameter
/aosp_15_r20/external/opencensus-java/examples/src/main/java/io/opencensus/examples/http/jetty/server/
H A DHelloWorldServer.java111 protected void doGet(HttpServletRequest request, HttpServletResponse response) in doGet() method in HelloWorldServer.HelloServlet
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DRequestFutureTarget.java186 …private synchronized R doGet(Long timeoutMillis) throws ExecutionException, InterruptedException, … in doGet() method in RequestFutureTarget

123456