Searched defs:getName (Results 101 - 125 of 181) sorted by path

12345678

/frameworks/base/services/core/java/com/android/server/pm/
H A DPermissionsState.java757 public String getName() { method in class:PermissionsState.PermissionState
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java329 + " to " + wallpaper.cropFile.getName()
921 public String getName() { method in class:WallpaperManagerService
924 throw new RuntimeException("getName() can only be called from the system process");
1446 + " name=" + name + " file=" + wallpaper.wallpaperFile.getName());
1904 String tag = parser.getName();
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp271 static jstring getName(JNIEnv *env, jobject /* thiz */, jint tun) function in namespace:android
355 {"jniGetName", "(I)Ljava/lang/String;", (void *)getName},
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java37 this(method.getName(), enclosingClass);
42 this.enclosingClassname = enclosingClass.getName();
47 this(testCase.getName(), testCase.getClass());
50 public String getName() { method in class:TestMethod
60 return getEnclosingClass().getMethod(getName()).getAnnotation(annotationClass);
99 + testCaseClass.getName());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java113 public String getName() { method in class:Filter
687 String queueName = mName + "[" + outPort.getName() + "] -> " + targetFilter.mName
688 + "[" + inPort.getName() + "]";
H A DImageShader.java207 public String getName() { method in class:ImageShader.ProgramUniform
746 mUniforms.put(uniform.getName(), uniform);
776 + values + " to uniform '" + uniform.getName() + "' (must be multiple of "
780 + "uniform '" + uniform.getName() + "'!");
H A DInputPort.java246 public String getName() { method in class:InputPort
271 return mFilter.getName() + ":" + mName;
H A DOutputPort.java127 public String getName() { method in class:OutputPort
142 return mFilter.getName() + ":" + mName;
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java264 return mForegroundOp.getName();
268 return mBackgroundOp.getName();
271 public String getName() { method in class:TestService.TestRunner
272 String fgName = mForegroundOp.getName();
273 String bgName = mBackgroundOp.getName();
437 public String getName() { method in class:TestService.Op
633 tagName = mParser.getName();
/frameworks/base/tools/aapt/
H A DResourceTable.h348 String16 getName() const { return mName; } function in class:ResourceTable::Entry
412 String16 getName() const { return mName; } function in class:ResourceTable::ConfigList
483 String16 getName() const { return mName; } function in class:ResourceTable::Type
531 String16 getName() const { return mName; } function in class:ResourceTable::Package
/frameworks/base/tools/aapt2/java/
H A DProguardRules.cpp148 bool getName = false; variable
155 getName = true;
167 getName = true;
170 if (getName) {
/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())))
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java121 mName = mDelegate.getName();
164 public String getName() { method in class:LayoutParserWrapper
165 return mPeeked ? mName : mDelegate.getName();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DImageUtils.java155 String imageName = getName(relativePath);
322 File output = new File(getTempDir(), getName(relativePath));
337 private static String getName(@NonNull String relativePath) { method in class:ImageUtils
/frameworks/compile/libbcc/include/bcc/
H A DSource.h71 const std::string& getName() const { return mName; } function in class:bcc::Source
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h145 inline const std::string &getName() const function in class:bcc::FileBase
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp84 const char* AArch64Relocator::getName(Relocator::Type pType) const { function in class:mcld::AArch64Relocator
432 << getName(pReloc.type()) << "mclinker@googlegroups.com";
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp316 const char* ARMRelocator::getName(Relocator::Type pType) const { function in class:mcld::ARMRelocator
402 error(diag::non_pic_relocation) << getName(pReloc.type())
465 error(diag::non_pic_relocation) << getName(pReloc.type())
763 << getName(pReloc.type()) << "mclinker@googlegroups.com";
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp187 const char* HexagonRelocator::getName(Relocation::Type pType) const { function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp179 const char* MipsRelocator::getName(Relocation::Type pType) const { function in class:mcld::MipsRelocator
734 << getName(pReloc.type()) << "mclinker@googlegroups.com";
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp289 const char* X86_32Relocator::getName(Relocation::Type pType) const { function in class:mcld::X86_32Relocator
836 << getName(pReloc.type()) << "mclinker@googlegroups.com";
1248 const char* X86_64Relocator::getName(Relocation::Type pType) const { function in class:mcld::X86_64Relocator
1505 << getName(pReloc.type()) << "mclinker@googlegroups.com";
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h101 inline const std::string &getName() const { function in class:slang::RSExportForEach
H A Dslang_rs_export_func.h87 inline const std::string &getName(bool mangle = true) const { function in class:slang::RSExportFunc
H A Dslang_rs_export_type.h301 inline const std::string &getName() const { return mName; } function in class:slang::RSExportType
563 inline const std::string &getName() const { return mName; } function in class:slang::RSExportRecordType::Field
617 return "ScriptField_" + getName();
H A Dslang_rs_export_var.h53 inline const std::string &getName() const { return mName; } function in class:slang::RSExportVar

Completed in 662 milliseconds

12345678