Searched defs:getName (Results 201 - 225 of 628) sorted by relevance

1234567891011>>

/external/deqp/framework/opengl/
H A DgluCallLogWrapper.cpp58 inline detail::EnumPointerFmt getEnumPointerStr (const deUint32* value, glw::GLsizei size, detail::EnumPointerFmt::GetEnumNameFunc getName) argument
60 return detail::EnumPointerFmt(value, (deUint32)de::max(0, size), getName);
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp59 const char* getName (void) const { return m_name.c_str(); } function in class:rsg::Variable
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.hpp52 const char* getName (void) const { return m_input->getVariable()->getName(); } function in class:deqp::gls::VertexArray
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DEncodedField.java88 sb.append(getClass().getName());
106 public CstString getName() { method in class:EncodedField
107 return field.getNat().getName();
H A DEncodedMethod.java98 sb.append(getClass().getName());
134 public final CstString getName() { method in class:EncodedMethod
135 return method.getNat().getName();
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstNat.java113 public CstString getName() { method in class:CstNat
150 * {@code getName().getString().equals("<init>")}.
162 * {@code getName().getString().equals("<clinit>")}.
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DMethodId.java71 public String getName() { method in class:MethodId
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
H A DInvocationHandlerAdapter.java68 public String getName() { method in class:InvocationHandlerAdapter.ProxiedMethod
69 return method.getName();
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DAttribute.java45 public String getName() { method in class:Attribute
/external/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java35 public String getName () method in class:ClassItem
37 return m_cls.getName ();
H A DMethodItem.java36 public String getName () method in class:MethodItem
40 m_userName = Descriptors.methodVMNameToJavaName (m_parent.getName (), m_name, m_descriptor, true, true, true);
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java102 public String getName (final ClassDef cls) method in class:Field_info
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_NameAndType_info.java56 public String getName (final ClassDef cls) method in class:CONSTANT_NameAndType_info
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h18 * 04/02/97 aliu Made operator!= inline; fixed return value of getName().
23 * 11/09/99 weiv Added const char * getName() const;
421 inline const char * getName() const;
424 * Returns the programmatic name of the entire locale as getName() would return,
427 * @see getName
460 * and construct a new Locale if it differs from getName().
786 Locale::getName() const function in class:Locale
/external/icu/icu4c/source/i18n/
H A Dcsrucode.cpp27 const char *CharsetRecog_UTF_16_BE::getName() const function in class:CharsetRecog_UTF_16_BE
83 const char *CharsetRecog_UTF_16_LE::getName() const function in class:CharsetRecog_UTF_16_LE
169 const char *CharsetRecog_UTF_32_BE::getName() const function in class:CharsetRecog_UTF_32_BE
185 const char *CharsetRecog_UTF_32_LE::getName() const function in class:CharsetRecog_UTF_32_LE
/external/javassist/src/main/javassist/
H A DCtConstructor.java125 return getDeclaringClass().getName()
136 public String getName() { method in class:CtConstructor
/external/javassist/src/test/test/javassist/proxy/
H A DProxySerializationTest.java45 assertTrue("new name should be null", newProxy.getName() == null);
72 assertTrue("names should be equal", proxy.getName().equals(newProxy.getName()));
84 if (m.getName().equals("getName")) {
141 public String getName() method in class:ProxySerializationTest.TestClass
149 public String getName(); method in interface:ProxySerializationTest.TestInterface
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DAnnouncer.java25 static Logger logger = Logger.getLogger(Announcer.class.getName());
36 * @see javax.jmdns.impl.tasks.DNSTask#getName()
39 public String getName() { method in class:Announcer
40 return "Announcer(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
H A DCanceler.java23 static Logger logger = Logger.getLogger(Canceler.class.getName());
34 * @see javax.jmdns.impl.tasks.DNSTask#getName()
37 public String getName() { method in class:Canceler
38 return "Canceler(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
H A DProber.java28 static Logger logger = Logger.getLogger(Prober.class.getName());
39 * @see javax.jmdns.impl.tasks.DNSTask#getName()
42 public String getName() { method in class:Prober
43 return "Prober(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
117 newOut.addQuestion(DNSQuestion.newQuestion(this.getDns().getLocalHost().getName(), DNSRecordType.TYPE_ANY, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
134 .getName()));
H A DRenewer.java23 static Logger logger = Logger.getLogger(Renewer.class.getName());
34 * @see javax.jmdns.impl.tasks.DNSTask#getName()
37 public String getName() { method in class:Renewer
38 return "Renewer(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAFunctionExpression.java43 public PVariable getName() method in class:AFunctionExpression
/external/junit/src/org/junit/internal/runners/
H A DTestClass.java69 if (! previous.getName().equals(current.getName()))
98 public String getName() { method in class:TestClass
99 return fClass.getName();
/external/junit/src/org/junit/runners/
H A DParameterized.java96 getTestClass().getName(), getParametersMethod(
97 getTestClass()).getName()));
102 protected String getName() { method in class:Parameterized.TestClassRunnerForParameters
108 return String.format("%s[%s]", method.getName(),
164 + testClass.getName());
/external/junit/src/org/junit/runners/model/
H A DFrameworkMethod.java53 public String getName() { method in class:FrameworkMethod
54 return fMethod.getName();
69 errors.add(new Exception("Method " + fMethod.getName() + " should have no parameters"));
84 errors.add(new Exception("Method " + fMethod.getName() + "() " + state + " be static"));
87 errors.add(new Exception("Class " + fMethod.getDeclaringClass().getName() + " should be public"));
89 errors.add(new Exception("Method " + fMethod.getName() + "() should be public"));
91 errors.add(new Exception("Method " + fMethod.getName() + "() should be void"));
100 if (!other.getName().equals(getName()))

Completed in 1447 milliseconds

1234567891011>>