Home
last modified time | relevance | path

Searched refs:doGet (Results 1 – 12 of 12) sorted by relevance

/external/volley/src/main/java/com/android/volley/toolbox/
DRequestFuture.java88 return doGet(null); in get()
97 return doGet(TimeUnit.MILLISECONDS.convert(timeout, unit)); in get()
100 private synchronized T doGet(Long timeoutMs) in doGet() method in RequestFuture
/external/parameter-framework/upstream/parameter/
DBitParameter.cpp76 doGet(strValue, offset, parameterAccessContext); in doGetValue()
135 doGet(uiValue, offset, parameterAccessContext); in access()
165 void CBitParameter::doGet(type &value, size_t offset, in doGet() function in CBitParameter
DParameter.cpp109 doGet(strValue, offset, parameterAccessContext); in doGetValue()
161 if (!doGet(value, getOffset() - parameterAccessContext.getBaseOffset(), in doAccess()
192 bool CParameter::doGet(type &value, size_t offset, in doGet() function in CParameter
DArrayParameter.cpp304 doGet(strReadValue, offset, parameterAccessContext); in getValues()
388 if (!doGet(readValue, offset, parameterAccessContext)) { in getValues()
421 bool CArrayParameter::doGet(type &value, size_t offset, in doGet() function in CArrayParameter
DBitParameter.h76 void doGet(type &value, size_t offset, CParameterAccessContext &parameterAccessContext) const;
DParameter.h94 bool doGet(type &value, size_t offset, CParameterAccessContext &parameterAccessContext) const;
DArrayParameter.h103 bool doGet(type &value, size_t offset, CParameterAccessContext &parameterAccessContext) const;
/external/glide/library/src/main/java/com/bumptech/glide/request/
DRequestFutureTarget.java110 return doGet(null); in get()
121 return doGet(timeUnit.toMillis(time)); in get()
186 …private synchronized R doGet(Long timeoutMillis) throws ExecutionException, InterruptedException, … in doGet() method in RequestFutureTarget
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletTest.java266 @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) { in testRequestAndResponseBindings_matchesPassedParameters()
415 @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) { in testGuiceFilterConstructors()
DContextPathTest.java264 public void doGet(HttpServletRequest req, HttpServletResponse resp) { in doGet() method in ContextPathTest.TestServlet
DContinuingRequestIntegrationTest.java205 @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) in doGet() method in ContinuingRequestIntegrationTest.ContinuingServlet
/external/libphonenumber/demo/src/com/google/phonenumbers/
DPhoneNumberParserServlet.java119 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() method in PhoneNumberParserServlet