Searched defs:getName (Results 251 - 275 of 628) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java77 return getClass().getName();
107 public String getName() { method in class:CharWrapperTester.WrapperTestCase
108 return CharWrapperTester.this.toString() + ":" + super.getName();
H A DWrapperTester.java78 return getClass().getName();
108 public String getName() { method in class:WrapperTester.WrapperTestCase
109 return WrapperTester.this.toString() + ":" + super.getName();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVT.java108 public String getName() method in class:AVT
H A DElemCallTemplate.java75 public QName getName() method in class:ElemCallTemplate
154 if(ep.getName().equals(ewp.getName()))
H A DElemWithParam.java115 public QName getName() method in class:ElemWithParam
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralName.java222 throw new IllegalArgumentException("unknown object in getInstance: " + obj.getClass().getName());
237 public ASN1Encodable getName() method in class:GeneralName
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX962NamedCurves.java607 public static String getName( method in class:X962NamedCurves
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dmath_shifter.js80 cvox.MathShifter.prototype.getName = function() {
H A Dtable_shifter.js65 cvox.TableShifter.prototype.getName = function() {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DGamepadDevice.java53 mDeviceName = inputDevice.getName();
89 public String getName() { return mDeviceName; } method in class:GamepadDevice
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterface.java180 public abstract String getName(); method in class:Interface.Manager
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectCallDepth.cpp16 const TString& DetectCallDepth::FunctionNode::getName() const function in class:DetectCallDepth::FunctionNode
52 detectCallDepth->getInfoSink().info << "<-" << callees[i]->getName();
92 // Don't add FunctionNode here because node->getName() is the
98 currentFunction = findFunctionByName(node->getName());
100 currentFunction = new FunctionNode(node->getName());
111 FunctionNode* func = findFunctionByName(node->getName());
113 func = new FunctionNode(node->getName());
180 if (functions[i]->getName() == name)
/external/chromium_org/third_party/icu/source/common/
H A Dresbund.cpp179 fResource = ures_open(0, Locale::getDefault().getName(), &err);
209 fResource = ures_open(path, locale.getName(), &err);
273 const char *ResourceBundle::getName(void) const { function in class:ResourceBundle
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsr2022.cpp142 const char *CharsetRecog_2022JP::getName() const { function in class:CharsetRecog_2022JP
157 const char *CharsetRecog_2022KR::getName() const { function in class:CharsetRecog_2022KR
172 const char *CharsetRecog_2022CN::getName() const { function in class:CharsetRecog_2022CN
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dtstdtmod.cpp104 const char * TestDataModule::getName() const function in class:TestDataModule
/external/chromium_org/third_party/skia/include/utils/
H A DSkRTConf.h26 virtual const char *getName() const { return fName.c_str(); } function in class:SkRTConfBase
125 if (strlen(getName()) >= 30) {
126 o->writeText(getName());
130 sprintf(outline, "%-30.30s", getName());
/external/clang/include/clang/Frontend/
H A DLangStandard.h52 /// getName - Get the name of this standard.
53 const char *getName() const { return ShortName; } function in struct:clang::LangStandard
/external/clang/tools/scan-view/
H A DReporter.py40 def getName(self): member in class:ReporterParameter
43 return getConfigOption(r.getName(),self.getName())
53 </tr>"""%(self.getName(),r.getName(),self.getName(),self.getValue(r,bugtype,getConfigOption))
66 </select></td>"""%(self.getName(),r.getName(),self.getName(),'\n'.join(["""\
76 def getName(sel member in class:EmailReporter
144 def getName(self): member in class:BugzillaReporter
189 def getName(self): member in class:RadarReporter
[all...]
/external/deqp/framework/common/
H A DtcuTestCase.hpp91 const char* getName (void) const { return m_name.c_str(); } function in class:tcu::TestNode
/external/deqp/framework/egl/
H A DegluCallLogWrapper.cpp90 GetEnumNameFunc getName; member in class:eglu::EnumPointerFmt
92 EnumPointerFmt (const int* value_, GetEnumNameFunc getName_) : value(value_), getName(getName_) {}
98 return str << tcu::Format::Enum(fmt.getName, *fmt.value);
103 inline EnumPointerFmt getEnumPointerStr (const int* value, GetEnumNameFunc getName) argument
105 return EnumPointerFmt(value, getName);
/external/deqp/scripts/build/
H A Dconfig.py40 def getName (self): member in class:CMakeGenerator
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DSection.java284 protected final String getName() { method in class:Section
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DTypeId.java116 String name = type.getName().replace('.', '/');
132 public String getName() { method in class:TypeId
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DProperty.java187 public String getName() { method in class:Property
215 return p1.getName().compareTo(p2.getName());
228 return p1.getName().compareTo(p2.getName());
/external/emma/core/java12/com/vladium/emma/data/
H A DClassDescriptor.java105 public final String getName () method in class:ClassDescriptor

Completed in 1943 milliseconds

<<11121314151617181920>>