HomeSort by relevance Sort by last modified time
    Searched defs:doGet (Results 1 - 25 of 83) 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()));