/external/guava/guava/src/com/google/common/reflect/ |
TypeResolver.java | 77 * #resolveType resolve} {@code ParameterizedType List<T>} to {@code List<String>}, and resolve 160 return typeTable.resolve((TypeVariable<?>) type); 238 final Type resolve(final TypeVariable<?> var) { method in class:TypeResolver.TypeTable 255 * doesn't try to resolve any type variable on generic declarations that are already being 258 * <p>Should only be called and overridden by {@link #resolve(TypeVariable)}. 379 // Holder<List<?>> should *not* resolve the set() method to set(List<?> data).
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 179 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const; 571 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const { function in class:llvm::DwarfDebug 572 return Ref.resolve(TypeIdentifierMap);
|
DwarfDebug.cpp | 140 /// resolve - Look in the DwarfDebug map for the MDNode that 142 template <typename T> T *DbgVariable::resolve(TypedDINodeRef<T> Ref) const { function in class:DbgVariable 143 return DD->resolve(Ref); 149 .resolve(DD->getTypeIdentifierMap()) 154 DIType *Ty = Var->getType().resolve(DD->getTypeIdentifierMap()); 186 subType = resolve(cast<DIDerivedType>(Ty)->getBaseType()); 192 return resolve(DT->getBaseType()); 487 CU.getOrCreateTypeDIE(cast<DIType>(resolve(Ty->getRef()))); 492 DIType *RT = cast<DIType>(resolve(Ty->getRef())); [all...] |
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
MetaData.java | 331 * Resolve all servlet/filter/listener metadata from all sources: descriptors and annotations. 334 public void resolve (WebAppContext context) method in class:MetaData 337 LOG.debug("metadata resolve {}",context);
|
WebAppContext.java | [all...] |
/external/jsoncpp/src/lib_json/ |
json_value.cpp | 1417 const Value& Path::resolve(const Value& root) const { function in class:Json::Path 1440 Value Path::resolve(const Value& root, const Value& defaultValue) const { function in class:Json::Path [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
HttpUrl.java | 73 * HttpUrl link = base.resolve("../../watch?v=cbP2N1BQdYc"); 605 public HttpUrl resolve(String link) { method in class:HttpUrl [all...] |
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 1180 void SkScriptEngine2::Branch::resolve(SkDynamicMemoryWStream* stream, size_t off) { function in class:SkScriptEngine2::Branch [all...] |
/frameworks/native/opengl/libagl/ |
array.cpp | 337 inline void array_t::resolve() function in class:android::array_t [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
target.h | 113 // Whether this target has a specific resolve function. 509 // Whether this target has a specific resolve function. 833 // Resolve a symbol for the target. This should be overridden by a 839 resolve(Symbol*, const elfcpp::Sym<size, big_endian>&, Object*, function in class:gold::Sized_target [all...] |
symtab.cc | 682 // Resolve the forwards from FROM, returning the real symbol. 719 // Resolve a Symbol with another Symbol. This is only used in the 727 Symbol_table::resolve(Sized_symbol<size>* to, const Sized_symbol<size>* from) function in class:gold::Symbol_table 738 this->resolve(to, esym.sym(), shndx, is_ordinary, shndx, from->object(), 865 // Otherwise, we just resolve the symbols as though they were 880 Symbol_table::resolve<size, big_endian>(sym, symdef); 992 this->resolve(ret, sym, st_shndx, is_ordinary, orig_st_shndx, object, 1016 this->resolve(ret, sym, st_shndx, is_ordinary, orig_st_shndx, object, [all...] |
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 51 mImports.add("java.lang.*"); // should allow us to resolve this properly, eventually 92 public static void resolve() { method in class:InfoBuilder 93 Caches.resolve(); 592 // add the name to mClassNames so that we can use it to resolve usages of this class 860 // tell us we need to resolve this 2029 public static void resolve() { method in class:InfoBuilder.Caches [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-io/1.1/ |
maven-shared-io-1.1.jar | |
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/ |
jdeferred-core-1.2.2.jar | |
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/ |
jdeferred-core-1.2.3.jar | |
/external/testng/ant/ |
ivy-2.1.0.jar | |
/external/curl/src/ |
tool_cfgable.h | 152 struct curl_slist *resolve; member in struct:OperationConfig
|
/external/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | 80 template <class MapTy> T *resolve(const MapTy &Map) const { function in class:llvm::TypedDINodeRef [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodWriter.java | [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
HttpUrlTest.java | 43 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" ")); 44 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" . ")); 115 // assertEquals(HttpUrl.parse("http://host2/"), base.resolve("//host2")); 116 assertEquals(HttpUrl.parse("http://host2"), base.resolve("//host2")); 118 assertEquals(HttpUrl.parse("http://host2"), base.resolve("//host2")); 119 assertEquals(HttpUrl.parse("http://host/path"), base.resolve("/path")); 120 assertEquals(HttpUrl.parse("http://host/a/path"), base.resolve("path")); 121 assertEquals(HttpUrl.parse("http://host/a/b?query"), base.resolve("?query")); 122 assertEquals(HttpUrl.parse("http://host/a/b#fragment"), base.resolve("#fragment")); 123 assertEquals(HttpUrl.parse("http://host/a/b"), base.resolve("")); [all...] |
/libcore/ojluni/src/main/java/java/net/ |
URI.java | 219 * <i>u</i><tt>.relativize(</tt><i>u</i><tt>.resolve(</tt><i>v</i><tt>)).equals(</tt><i>v</i><tt>)</tt> and<br> 220 * <i>u</i><tt>.resolve(</tt><i>u</i><tt>.relativize(</tt><i>v</i><tt>)).equals(</tt><i>v</i><tt>)</tt> .<br> 542 * href="#resolve-frag">resolved</a> against a base URI. 1015 public URI resolve(URI uri) { method in class:URI 1036 public URI resolve(String str) { method in class:URI 2012 private static URI resolve(URI base, URI child) { method [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pydoc.py | 1493 def resolve(thing, forceload=0): function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pydoc.py | 1493 def resolve(thing, forceload=0): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 1493 def resolve(thing, forceload=0): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 1493 def resolve(thing, forceload=0): function [all...] |