HomeSort by relevance Sort by last modified time
    Searched full:getname (Results 401 - 425 of 8357) sorted by null

<<11121314151617181920>>

  /external/lldb/test/python_api/default-constructor/
sb_thread.py 15 obj.GetName()
  /external/llvm/tools/llvm-pdbdump/
TypeDumper.cpp 62 if (Printer.IsTypeExcluded(Symbol.getName()))
74 if (Printer.IsTypeExcluded(Symbol.getName()))
85 if (Printer.IsTypeExcluded(Symbol.getName()))
92 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
  /external/llvm/tools/opt/
BreakpointPrinter.cpp 34 if (!NS->getName().empty()) {
36 N = N + NS->getName().str() + "::";
39 if (!TY->getName().empty()) {
41 N = N + TY->getName().str() + "::";
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanGenerator.java 30 private static final Source SOURCE = new Source(BeanGenerator.class.getName());
86 setNamePrefix(superclass.getName());
88 String superName = (superclass != null) ? superclass.getName() : "java.lang.Object";
142 gen.addProperty(descriptors[i].getName(), descriptors[i].getPropertyType());
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeGenerationException.java 25 super(cause.getClass().getName() + "-->" + cause.getMessage());
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AddDelegateTransformer.java 76 if (sig.getName().equals(Constants.CONSTRUCTOR_NAME)) {
99 delegate = delegateImpl.getMethod(m.getName(), m.getParameterTypes());
100 if (!delegate.getReturnType().getName().equals(m.getReturnType().getName())){
  /external/mockito/src/org/mockito/internal/configuration/
CaptorAnnotationProcessor.java 22 + field.getName() + "' has wrong type\n"
MockAnnotationProcessor.java 23 mockSettings.name(field.getName());
  /external/mockito/src/org/mockito/internal/configuration/injection/filter/
NameBasedCandidateFilter.java 26 if (field.getName().equals(mockUtil.getMockName(mock).toString())) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleCoverBox.java 9 private static Logger LOG = Logger.getLogger(AppleCoverBox.class.getName());
AppleNameBox.java 26 public String getName() {
  /external/proguard/src/proguard/
ClassMemberChecker.java 93 String className = clazz.getName();
149 ClassUtil.externalFullFieldDescription(0, programField.getName(programClass), programField.getDescriptor(programClass)) + "'?");
156 ClassUtil.externalFullMethodDescription(programClass.getName(), 0, programMethod.getName(programClass), programMethod.getDescriptor(programClass)) + "'?");
  /external/proguard/src/proguard/classfile/attribute/
Attribute.java 79 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
94 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
110 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
127 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
  /external/proguard/src/proguard/classfile/editor/
BridgeMethodFixer.java 96 if (!method.getName(clazz).equals(bridgedMethodName))
100 System.out.println("BridgeMethodFixer: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"] does not bridge to ["+bridgedMethodName+"]");
115 bridgedMethodName = refConstant.getName(clazz);
VariableSizeUpdater.java 60 // clazz.getName().equals("abc/Def") &&
61 // method.getName(clazz).equals("abc");
70 System.out.println("VariableSizeUpdater: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
  /external/proguard/src/proguard/classfile/visitor/
SimilarMemberVisitor.java 85 new NamedFieldVisitor(programField.getName(programClass),
97 new NamedFieldVisitor(libraryField.getName(libraryClass),
109 new NamedMethodVisitor(programMethod.getName(programClass),
121 new NamedMethodVisitor(libraryMethod.getName(libraryClass),
  /external/proguard/src/proguard/io/
ClassReader.java 95 String className = clazz.getName();
98 if (!dataEntry.getName().replace(File.pathSeparatorChar, ClassConstants.PACKAGE_SEPARATOR).equals(className+ClassConstants.CLASS_FILE_EXTENSION) &&
102 "Warning: class [" + dataEntry.getName() + "] unexpectedly contains class [" + ClassUtil.externalClassName(className) + "]");
112 throw (IOException)new IOException("Can't process class ["+dataEntry.getName()+"] ("+ex.getMessage()+")").initCause(ex);
  /external/proguard/src/proguard/obfuscate/
NameMarker.java 114 clazz.getClassName(innerClassIndex).equals(clazz.getName()))
138 clazz.getName());
148 field.getName(clazz));
157 String name = method.getName(clazz);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RawResourceLoader.java 28 String name = file.getName();
  /external/skia/bench/
GMBench.cpp 11 fName.printf("GM_%s", gm->getName());
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric.h 30 const char* getName() const override;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
AnnotationElement.java 48 @Nonnull String getName();
64 * int hashCode = getName().hashCode();
76 * the return values of getName() and getValue() are both equal.
86 * The comparison is based on the value of getName() and getValue(), in that order.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
FieldReference.java 53 @Nonnull String getName();
70 * hashCode = hashCode*31 + getName().hashCode();
82 * the return values of getDefiningClass(), getName() and getType() are all equal.
92 * The comparison is based on the comparison of the return values of getDefiningClass(), getName() and
MethodReference.java 54 @Nonnull String getName();
78 * hashCode = hashCode*31 + getName().hashCode();
91 * the return values of getDefiningClass(), getName(), getReturnType() and getParameterTypes() are all equal.
104 * The comparison is based on the comparison of the return values of getDefiningClass(), getName(),
  /external/vogar/src/vogar/
AnnotatedOutcome.java 35 return a.getName().compareTo(b.getName());
57 public String getName() {
58 return outcome.getName();

Completed in 1483 milliseconds

<<11121314151617181920>>