Home
last modified time | relevance | path

Searched refs:BaseName (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp138 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/
DProduction.java29 import ch.qos.cal10n.BaseName;
31 @BaseName("production")
DMonths.java27 import ch.qos.cal10n.BaseName;
31 @BaseName("months")
/external/libchrome/base/files/
Dfile_path.cc234 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()
Dfile_enumerator.cc15 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
Dfile_path.h242 FilePath BaseName() const WARN_UNUSED_RESULT;
Dfile_path_unittest.cc152 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()
Dfile_path_watcher_linux.cc670 watch_entry->linkname = link.BaseName().value(); in AddWatchForBrokenSymlink()
/external/skia/bench/
DSkLinearBitmapPipelineBench.cpp73 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/
DSSAUpdater.cpp326 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/
DPPC.td210 // 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"];
DPPCInstrVSX.td73 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 …]
DPPCInstrInfo.td756 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 …]
DPPCInstrFormats.td42 string BaseName = "";
98 string BaseName = "";
/external/clang/lib/Driver/
DDriver.cpp1940 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/
DClangASTNodesEmitter.cpp76 std::string BaseName = macroName(Base->getName()); in EmitNode() local
93 << BaseName << "(Type, Base)\n"; in EmitNode()
/external/libbrillo/brillo/
Dosrelease_reader.cc51 store_.SetString(path.BaseName().value(), content); in Load()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1918 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/
Dprocess_iterator_linux.cc131 entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value(); in CheckForNextProcess()
/external/libbrillo/brillo/http/
Dhttp_form_data.cc167 std::string file_name = file_path.BaseName().value(); in AddFileField()
/external/clang/lib/AST/
DItaniumMangle.cpp2375 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/
Dlogging.cc684 GetProgram().BaseName().value().c_str() : nullptr, in ~LogMessage()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py808 def BaseName(self): member in FileInfo
3071 (error_message, fileinfo.BaseName()))
/external/libvpx/libvpx/tools/
Dcpplint.py933 def BaseName(self): member in FileInfo
3622 (error_message, fileinfo.BaseName()))
/external/jemalloc/bin/
Djeprof.in3477 sub BaseName {
3486 my $binary_shortname = BaseName($binary_name);

12