HomeSort by relevance Sort by last modified time
    Searched defs:Route (Results 1 - 14 of 14) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Route.java 36 * Route SIPHeader Object
44 public class Route
55 public Route() {
65 public Route(AddressImpl address) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Route.java 22 * The concrete route used by a connection to reach an abstract origin server.
34 * Each route is a specific selection of these options.
36 public class Route {
42 public Route(Address address, Proxy proxy, InetSocketAddress inetSocketAddress,
53 /** Returns the {@link Address} of this route. */
59 * Returns the {@link Proxy} of this route.
68 /** Returns the {@link InetSocketAddress} of this route. */
73 /** Returns true if this route uses modern TLS. */
79 if (obj instanceof Route) {
80 Route other = (Route) obj
    [all...]
  /external/iproute2/doc/
ip-cref.tex 115 \item \verb|route| --- routing table entry
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Mixin.java 45 public Object newInstance(int style, String[] classes, int[] route);
102 private int[] route; field in class:Mixin.Generator
139 Route r = route(delegates);
141 route = r.route;
165 return (Mixin)super.create(KEY_FACTORY.newInstance(style, ReflectUtils.getNames( classes ), route));
171 new MixinEmitter(v, getClassName(), classes, route);
192 return (Class[])route(delegates).classes.clone();
196 // return (int[])route(delegates).route.clone()
199 private static Route route(Object[] delegates) { method in class:Mixin
201 Route route = (Route)ROUTE_CACHE.get(key); local
211 private int[] route; field in class:Mixin.Route
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 196 IPX_ROUTE Route;
rtmv2.h 75 RTM_ROUTE_HANDLE Route;
strmif.h     [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 602 milliseconds