/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 138 char* BaseName = 0; in checkForOProfileProcEntry() local 146 BaseName = ExeName; in checkForOProfileProcEntry() 160 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry() 167 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry() 168 !strcmp("operf", BaseName))) { in checkForOProfileProcEntry()
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/ |
D | Production.java | 29 import ch.qos.cal10n.BaseName; 31 @BaseName("production")
|
D | Months.java | 27 import ch.qos.cal10n.BaseName; 31 @BaseName("months")
|
/external/libchrome/base/files/ |
D | file_path.cc | 234 base = current.BaseName(); in GetComponents() 241 base = current.BaseName(); in GetComponents() 243 ret_val.push_back(current.BaseName().value()); in GetComponents() 343 FilePath FilePath::BaseName() const { in BaseName() function in base::FilePath 367 FilePath base(BaseName()); in Extension() 376 FilePath base(BaseName()); in FinalExtension() 410 if (IsEmptyOrSpecialCase(BaseName().value())) in InsertBeforeExtension() 431 if (IsEmptyOrSpecialCase(BaseName().value())) in AddExtension() 449 if (IsEmptyOrSpecialCase(BaseName().value())) in ReplaceExtension()
|
D | file_enumerator.cc | 15 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
|
D | file_path.h | 242 FilePath BaseName() const WARN_UNUSED_RESULT;
|
D | file_path_unittest.cc | 152 TEST_F(FilePathTest, BaseName) { in TEST_F() argument 233 FilePath observed = input.BaseName(); in TEST_F() 715 FilePath base = jpg.BaseName().RemoveExtension(); in TEST_F()
|
D | file_path_watcher_linux.cc | 670 watch_entry->linkname = link.BaseName().value(); in AddWatchForBrokenSymlink()
|
/external/skia/bench/ |
D | SkLinearBitmapPipelineBench.cpp | 73 fName.appendf("%s", BaseName().c_str()); in onGetName() 98 virtual SkString BaseName() = 0; 122 SkString BaseName() override { in BaseName() function 168 SkString BaseName() override { in BaseName() function
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 326 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument 335 if (BaseName.empty()) in LoadAndStorePromoter() 336 BaseName = SomeVal->getName(); in LoadAndStorePromoter() 337 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 210 // Instructions with the same BaseName and Interpretation64Bit values 212 let RowFields = ["BaseName", "Interpretation64Bit"]; 223 // Instructions with the same BaseName and Interpretation64Bit values 225 let RowFields = ["BaseName", "Interpretation64Bit"]; 236 // Instructions with the same BaseName and Interpretation64Bit values 238 let RowFields = ["BaseName"];
|
D | PPCInstrVSX.td | 73 let BaseName = asmbase in { 184 let BaseName = "XSMADDADP" in { 200 let BaseName = "XSMSUBADP" in { 216 let BaseName = "XSNMADDADP" in { 232 let BaseName = "XSNMSUBADP" in { 248 let BaseName = "XVMADDADP" in { 264 let BaseName = "XVMADDASP" in { 280 let BaseName = "XVMSUBADP" in { 296 let BaseName = "XVMSUBASP" in { 312 let BaseName = "XVNMADDADP" in { [all …]
|
D | PPCInstrInfo.td | 756 let BaseName = asmbase in { 770 let BaseName = asmbase in { 785 let BaseName = asmbase in { 800 let BaseName = asmbase in { 814 let BaseName = asmbase in { 830 let BaseName = asmbase in { 845 let BaseName = asmbase in { 860 let BaseName = asmbase in { 874 let BaseName = asmbase in { 889 let BaseName = asmbase in { [all …]
|
D | PPCInstrFormats.td | 42 string BaseName = ""; 98 string BaseName = "";
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 1940 StringRef BaseName, in MakeCLOutputFilename() argument 1946 Filename = BaseName; in MakeCLOutputFilename() 1949 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename() 1982 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local 1987 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath() 2001 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local 2004 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath() 2020 StringRef BaseName; in GetNamedOutputPath() local 2024 BaseName = BasePath; in GetNamedOutputPath() 2026 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath() [all …]
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 76 std::string BaseName = macroName(Base->getName()); in EmitNode() local 93 << BaseName << "(Type, Base)\n"; in EmitNode()
|
/external/libbrillo/brillo/ |
D | osrelease_reader.cc | 51 store_.SetString(path.BaseName().value(), content); in Load()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1918 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isDerivedFrom, std::string, BaseName, 1) { 1919 assert(!BaseName.empty()); 1920 return isDerivedFrom(hasName(BaseName)).matches(Node, Finder, Builder); 1934 BaseName, 1) { 1935 assert(!BaseName.empty()); 1936 return isSameOrDerivedFrom(hasName(BaseName)).matches(Node, Finder, Builder); 2176 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument 2178 return BaseName.compare(Sel.getAsString()) == 0; in AST_MATCHER_P()
|
/external/libchrome/base/process/ |
D | process_iterator_linux.cc | 131 entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value(); in CheckForNextProcess()
|
/external/libbrillo/brillo/http/ |
D | http_form_data.cc | 167 std::string file_name = file_path.BaseName().value(); in AddFileField()
|
/external/clang/lib/AST/ |
D | ItaniumMangle.cpp | 2375 const char *BaseName = nullptr; in mangleNeonVectorType() local 2379 BaseName = "__simd64_"; in mangleNeonVectorType() 2382 BaseName = "__simd128_"; in mangleNeonVectorType() 2384 Out << strlen(BaseName) + strlen(EltName); in mangleNeonVectorType() 2385 Out << BaseName << EltName; in mangleNeonVectorType()
|
/external/libchrome/base/ |
D | logging.cc | 684 GetProgram().BaseName().value().c_str() : nullptr, in ~LogMessage()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 808 def BaseName(self): member in FileInfo 3071 (error_message, fileinfo.BaseName()))
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 933 def BaseName(self): member in FileInfo 3622 (error_message, fileinfo.BaseName()))
|
/external/jemalloc/bin/ |
D | jeprof.in | 3477 sub BaseName { 3486 my $binary_shortname = BaseName($binary_name);
|