/external/volley/src/main/java/com/android/volley/toolbox/ |
D | RequestFuture.java | 88 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/ |
D | BitParameter.cpp | 76 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
|
D | Parameter.cpp | 109 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
|
D | ArrayParameter.cpp | 304 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
|
D | BitParameter.h | 76 void doGet(type &value, size_t offset, CParameterAccessContext ¶meterAccessContext) const;
|
D | Parameter.h | 94 bool doGet(type &value, size_t offset, CParameterAccessContext ¶meterAccessContext) const;
|
D | ArrayParameter.h | 103 bool doGet(type &value, size_t offset, CParameterAccessContext ¶meterAccessContext) const;
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | RequestFutureTarget.java | 110 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/ |
D | ServletTest.java | 266 @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) { in testRequestAndResponseBindings_matchesPassedParameters() 415 @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) { in testGuiceFilterConstructors()
|
D | ContextPathTest.java | 264 public void doGet(HttpServletRequest req, HttpServletResponse resp) { in doGet() method in ContextPathTest.TestServlet
|
D | ContinuingRequestIntegrationTest.java | 205 @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) in doGet() method in ContinuingRequestIntegrationTest.ContinuingServlet
|
/external/libphonenumber/demo/src/com/google/phonenumbers/ |
D | PhoneNumberParserServlet.java | 119 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() method in PhoneNumberParserServlet
|