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

  /external/guice/core/src/com/google/inject/internal/
ProviderInternalFactory.java 51 T proxyType = (T) constructionContext.createProxy(context.getInjectorOptions(), expectedType);
52 return proxyType;
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ProxyMaker.java 51 Type proxyType = Type.getType("L" + proxyName.replace('.', '/') + ";");
63 m.getField(proxyType, TARGET_FIELD, targetType);
  /external/libxml2/
nanoftp.c 143 static int proxyType = 0; /* uses TYPE or a@b ? */
280 proxyType = type;
1080 switch (proxyType) {
1101 proxyType = 1;
1104 if (proxyType == 1) {
1133 proxyType = 2;
1155 proxyType = 2;
1158 if (proxyType == 2) {
    [all...]
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 187 milliseconds