HomeSort by relevance Sort by last modified time
    Searched defs:getTypeName (Results 1 - 25 of 369) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/dex-tools/src/dex/structure/
DexParameter.java 20 String getTypeName();
DexEncodedAnnotation.java 22 String getTypeName();
DexAnnotation.java 95 String getTypeName();
  /external/llvm/tools/llvm-pdbdump/
BuiltinDumper.cpp 23 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
26 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) {
  /external/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /libcore/ojluni/src/main/java/java/lang/reflect/
Type.java 47 default String getTypeName() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 28 inline StringRef getTypeName() {
42 StringRef Key = "getTypeName<";
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
FieldRef.java 41 public String getTypeName() {
  /external/autotest/frontend/client/src/autotest/tko/
IterationAttributeField.java 13 public String getTypeName() {
IterationResultField.java 13 public String getTypeName() {
JobKeyvalField.java 13 public String getTypeName() {
MachineLabelField.java 8 public String getTypeName() {
TestAttributeField.java 13 public String getTypeName() {
TestLabelField.java 22 public String getTypeName() {
ParameterizedField.java 20 this.type = field.getTypeName();
53 prototypeNames.add(prototype.getTypeName());
76 if (name.startsWith(prototype.getTypeName())) {
109 public abstract String getTypeName();
118 return getTypeName() + ": " + getValue();
  /libcore/luni/src/main/java/org/w3c/dom/
TypeInfo.java 99 public String getTypeName();
  /system/tools/hidl/c2hal/
Expression.h 54 static std::string getTypeName(Type type) {
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedAnnotationImpl.java 67 public String getTypeName() {
73 return getTypeName() + ":" + getValue();

Completed in 1058 milliseconds

1 2 3 4 5 6 7 8 91011>>