/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 28 …BaseName(arch Arch) string // Name without additional marks: “*”, “[]”, “struct”, “union”, etc. No… methodSpec 461 func (typе *opaqueType) BaseName(Arch) string { func 506 func (typе *aliasType) BaseName(Arch) string { func 561 func (typе *fixedType) BaseName(Arch) string { func 663 func (typе *archDependentType) BaseName(arch Arch) string { func 819 func (typе *constType) BaseName(arch Arch) string { func 901 func (typе *pointerType) BaseName(arch Arch) string { func 978 func (typе *functionType) BaseName(arch Arch) string { func 1023 func (typе *arrayType) BaseName(arch Arch) string { func 1070 func (typе *structType) BaseName(arch Arch) string { func [all …]
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | base_name.h | 34 inline std::string BaseName(const char* path) { in BaseName() function 38 inline std::string BaseName(absl::string_view path) { in BaseName() function
|
H A D | base_name.cc | 32 std::string BaseName(const std::string& path) { in BaseName() function
|
H A D | platform_test.cc | 75 TEST(PlatformTest, BaseName) { in TEST() argument
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Driver.cpp | 2141 StringRef BaseName, in MakeCLOutputFilename() 2183 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local 2202 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local 2221 StringRef BaseName; in GetNamedOutputPath() local
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | path_helper.cc | 42 string BaseName(const string& path) { in BaseName() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 137 char* BaseName = 0; in checkForOProfileProcEntry() local
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 137 char* BaseName = 0; in checkForOProfileProcEntry() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 137 char* BaseName = 0; in checkForOProfileProcEntry() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 71 std::string BaseName = "llvm.btf_type_id."; in BPFPreserveDITypeImpl() local
|
/aosp_15_r20/external/pigweed/pw_log_fuchsia/ |
H A D | log_fuchsia.cc | 36 constexpr const char* BaseName(const char* path) { in BaseName() function
|
/aosp_15_r20/external/clang/utils/TableGen/ |
H A D | ClangASTNodesEmitter.cpp | 76 std::string BaseName = macroName(Base->getName()); in EmitNode() local
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.h | 79 UString BaseName; // original name of file inside archive, member
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_gen_rule.go | 90 BaseName string member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/ |
D | symtab.go | 112 func (s *Sym) BaseName() string { func
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipIn.h | 190 UString BaseName; // name of archive including '.' member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1646 const char *BaseName = MF.createExternalSymbolName("__tls_base"); in LowerGlobalTLSAddress() local 1686 const char *BaseName; in LowerGlobalAddress() local 1803 const char *BaseName = MF.createExternalSymbolName("__memory_base"); in LowerIntrinsic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 188 StringRef BaseName = Name.substr(0, Separator); in appendUnqualifiedNameBefore() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 322 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 326 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 338 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter()
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_path.cc | 344 FilePath FilePath::BaseName() const { in BaseName() function in base::FilePath
|
H A D | file_path_unittest.cc | 153 TEST_F(FilePathTest, BaseName) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path.cc | 368 FilePath FilePath::BaseName() const { in BaseName() function in base::FilePath
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Module.cpp | 477 std::string Module::getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id, in getUniqueIntrinsicName()
|