HomeSort by relevance Sort by last modified time
    Searched defs:doGet (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/parameter-framework/upstream/parameter/
BitParameter.cpp 76 doGet(strValue, offset, parameterAccessContext);
135 doGet(uiValue, offset, parameterAccessContext);
165 void CBitParameter::doGet(type &value, size_t offset,
Parameter.cpp 109 doGet(strValue, offset, parameterAccessContext);
161 if (!doGet(value, getOffset() - parameterAccessContext.getBaseOffset(),
192 bool CParameter::doGet(type &value, size_t offset,
ArrayParameter.cpp 304 doGet(strReadValue, offset, parameterAccessContext);
388 if (!doGet(readValue, offset, parameterAccessContext)) {
421 bool CArrayParameter::doGet(type &value, size_t offset,
  /external/volley/src/main/java/com/android/volley/toolbox/
RequestFuture.java 88 return doGet(null);
97 return doGet(TimeUnit.MILLISECONDS.convert(timeout, unit));
100 private synchronized T doGet(Long timeoutMs)
  /tools/tradefederation/core/src/com/android/tradefed/util/net/
IHttpHelper.java 84 public String doGet(String url) throws IOException, DataSizeException;
90 * @see #doGet(String)
95 public void doGet(String url, OutputStream outputStream) throws IOException;
98 * Performs {{@link #doGet(String)} retrying upon failure.
113 * @see #doGet(String)
HttpHelper.java 99 public String doGet(String url) throws IOException, DataSizeException {
130 public void doGet(String url, OutputStream outputStream) throws IOException {
323 setResponse(doGet(getUrl()));
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 57 public SnepMessage doGet(int acceptableLength, NdefMessage msg);
163 messenger.sendMessage(callback.doGet(request.getAcceptableLength(),
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationServerTests.java 120 public SnepMessage doGet(int acceptableLength, NdefMessage msg) {
121 Log.d(TAG, "doGet()");
  /test/vti/dashboard/src/main/java/com/android/vts/api/
TestAcknowledgmentRestServlet.java 55 public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException {
TestRunRestServlet.java 140 public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException {
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsInactivityJobServlet.java 124 public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException {
VtsPerformanceJobServlet.java 204 public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException {
  /packages/apps/Nfc/src/com/android/nfc/sneptest/
ExtDtaSnepServer.java 56 public SnepMessage doGet(int acceptableLength, NdefMessage msg);
134 messenger.sendMessage(callback.doGet(request.getAcceptableLength(), request.getNdefMessage()));
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 114 public void doGet() throws RemoteException {
ParcelFileDescriptorProcessTest.java 126 blue.doGet();
166 blue.doGet();
180 blue.doGet();
194 blue.doGet();
205 blue.doGet();
216 blue.doGet();
227 blue.doGet();
236 blue.doGet();
246 blue.doGet();
261 blue.doGet();
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/
RequestFutureTarget.java 110 return doGet(null);
121 return doGet(timeUnit.toMillis(time));
186 private synchronized R doGet(Long timeoutMillis) throws ExecutionException, InterruptedException, TimeoutException {
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ContextPathTest.java 264 public void doGet(HttpServletRequest req, HttpServletResponse resp) {
ContinuingRequestIntegrationTest.java 205 @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp)
  /external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java 119 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
BaseServlet.java 124 public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException {
186 * Implementation of the doGet method to be executed by servlet subclasses.
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
HttpHelperTest.java 106 * Normal case test for {@link HttpHelper#doGet(String)}
109 assertEquals(TEST_DATA, mHelper.doGet(TEST_URL_STRING));
113 * Test that {@link HttpHelper#doGet(String)} throws {@link DataSizeException} when the
127 mHelper.doGet(TEST_URL_STRING);
135 * Normal case test for {@link HttpHelper#doGet(String, OutputStream)}
140 mHelper.doGet(TEST_URL_STRING, out);
183 public String doGet(String url) throws IOException {
213 public String doGet(String url) throws IOException, DataSizeException {
218 return super.doGet(url);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
  /external/guice/extensions/persist/lib/
servlet-api-2.5.jar 
  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 

Completed in 538 milliseconds

1 2 3 4