Searched defs:getName (Results 1 - 25 of 75) sorted by last modified time

123

/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.h47 const char * getName() const { function in class:android::renderscript::ObjectBase
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java774 public String getName() { method in class:BackStackRecord
H A DFragmentManager.java84 public String getName(); method in interface:FragmentManager.BackStackEntry
1503 if (name != null && name.equals(bss.getName())) {
1519 if ((name != null && name.equals(bss.getName()))
/frameworks/rs/
H A DrsObjectBase.h47 const char * getName() const { function in class:android::renderscript::ObjectBase
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java142 public String getName() { method in class:VCardProperty
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPart.java354 public byte[] getName() { method in class:PduPart
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java92 public String getName() { method in class:ICalendar.Component
138 String name= prop.getName();
263 public String getName() { method in class:ICalendar.Property
501 !componentName.equals(component.getName())) {
613 if (calendar == null || !Component.VCALENDAR.equals(calendar.getName())) {
629 if (event == null || !Component.VEVENT.equals(event.getName())) {
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h85 inline const std::string &getName() const { function in class:slang::RSExportForEach
147 const llvm::StringRef Name = FD->getName();
156 const llvm::StringRef Name = FD->getName();
165 const llvm::StringRef Name = FD->getName();
H A Dslang_rs_export_func.h89 inline const std::string &getName(bool mangle = true) const { function in class:slang::RSExportFunc
H A Dslang_rs_export_type.h202 inline const std::string &getName() const { return mName; } function in class:slang::RSExportType
506 inline const std::string &getName() const { return mName; } function in class:slang::RSExportRecordType::Field
558 return "ScriptField_" + getName();
H A Dslang_rs_export_var.h53 inline const std::string &getName() const { return mName; } function in class:slang::RSExportVar
/frameworks/native/libs/gui/
H A DSensor.cpp57 const String8& Sensor::getName() const { function in class:android::Sensor
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java45 public String getName() { method in class:CFunc
H A DJFunc.java48 public String getName() { method in class:JFunc
124 jfunc.setName(cfunc.getName());
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp62 String8 LayerBase::getName() const { function in class:android::LayerBase
445 getTypeId(), this, getName().string());
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h148 inline const std::string &getName() const function in class:bcc::FileBase
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeader.hxx27 char const *ELFSectionHeader_CRTP<Bitwidth>::getName() const { function in class:ELFSectionHeader_CRTP
86 PRINT_LINT("Name", getName() );
H A DELFSymbol.hxx33 inline char const *ELFSymbol_CRTP<Bitwidth>::getName() const { function in class:ELFSymbol_CRTP
96 PRINT_LINT("Name", getName() );
110 cout << setw(20) << getName() <<
203 if (machine == EM_MIPS && strcmp(getName(), "_gp_disp") == 0) // OK for MIPS
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp74 const char* ARMRelocationFactory::getName(RelocationFactory::Type pType) const function in class:ARMRelocationFactory
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp72 const char* MipsRelocationFactory::getName(Relocation::Type pType) const function in class:MipsRelocationFactory
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp75 const char* X86RelocationFactory::getName(Relocation::Type pType) const function in class:X86RelocationFactory
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java51 mData.name = SceneManager.getCachedAlloc(getName());
53 mData.name = SceneManager.getStringAsAllocation(rs, getName());
54 SceneManager.cacheAlloc(getName(), mData.name);
69 public String getName() { method in class:CompoundTransform.Component
H A DSceneGraphBase.java46 public String getName() { method in class:SceneGraphBase
52 mNameAlloc = SceneManager.getStringAsAllocation(rs, getName());
/frameworks/base/tools/aapt/
H A DResourceTable.h306 String16 getName() const { return mName; } function in class:ResourceTable::Entry
368 String16 getName() const { return mName; } function in class:ResourceTable::ConfigList
439 String16 getName() const { return mName; } function in class:ResourceTable::Type
482 String16 getName() const { return mName; } function in class:ResourceTable::Package
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java234 public String getName() { method in class:BridgeXmlBlockParser
235 return mParser.getName();
355 || (name != null && !name.equals(getName())))

Completed in 178 milliseconds

123