Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp137 char* BaseName = 0; in checkForOProfileProcEntry() local
145 BaseName = ExeName; in checkForOProfileProcEntry()
159 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry()
167 !strcmp("operf", BaseName))) { in checkForOProfileProcEntry()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp137 char* BaseName = 0; in checkForOProfileProcEntry() local
145 BaseName = ExeName; in checkForOProfileProcEntry()
159 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry()
167 !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/cronet/testing/data_driven_testing/
Ddata_driven_test.cc75 if (test_file_name.BaseName().value() == FILE_PATH_LITERAL("multimerge.in")) in RunOneDataDrivenTest()
79 SCOPED_TRACE(test_file_name.BaseName().value()); in RunOneDataDrivenTest()
91 test_file_name.BaseName().StripTrailingSeparators().ReplaceExtension( in RunOneDataDrivenTest()
/external/cronet/base/test/
Dperf_test_suite.cc36 log_path = tmp_dir.Append(log_path.BaseName()); in Initialize()
39 FilePath(kPersistedDataDirectoryPath).Append(log_path.BaseName()); in Initialize()
/external/libchrome/base/files/
Dfile_path.cc235 base = current.BaseName(); in GetComponents()
242 base = current.BaseName(); in GetComponents()
244 ret_val.push_back(current.BaseName().value()); in GetComponents()
344 FilePath FilePath::BaseName() const { in BaseName() function in base::FilePath
368 FilePath base(BaseName()); in Extension()
377 FilePath base(BaseName()); in FinalExtension()
411 if (IsEmptyOrSpecialCase(BaseName().value())) in InsertBeforeExtension()
432 if (IsEmptyOrSpecialCase(BaseName().value())) in AddExtension()
450 if (IsEmptyOrSpecialCase(BaseName().value())) in ReplaceExtension()
Dfile_enumerator.cc14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
/external/cronet/base/files/
Dfile_path.cc235 base = current.BaseName(); in GetComponents()
242 base = current.BaseName(); in GetComponents()
244 ret_val.push_back(current.BaseName().value()); in GetComponents()
366 FilePath FilePath::BaseName() const { in BaseName() function in base::FilePath
390 FilePath base(BaseName()); in Extension()
399 FilePath base(BaseName()); in FinalExtension()
433 if (IsEmptyOrSpecialCase(BaseName().value())) in InsertBeforeExtension()
451 if (IsEmptyOrSpecialCase(BaseName().value())) in AddExtension()
478 if (IsEmptyOrSpecialCase(BaseName().value())) in ReplaceExtension()
Dfile_enumerator.cc14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
Dsafe_base_name.cc11 auto basename = path.BaseName(); in Create()
/external/cronet/net/base/
Dfilename_util_icu.cc26 return !component.empty() && (component == component.BaseName()) && in IsSafePortablePathComponent()
45 return IsSafePortablePathComponent(path.BaseName()); in IsSafePortableRelativePath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp338 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument
347 if (BaseName.empty()) in LoadAndStorePromoter()
348 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
349 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
/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/cronet/base/process/
Dprocess_linux.cc406 std::string dirname = path.BaseName().value(); in CleanUpStaleProcessStates()
407 if (dirname == FilePath(kForeground).BaseName().value() || in CleanUpStaleProcessStates()
408 dirname == FilePath(kBackground).BaseName().value()) { in CleanUpStaleProcessStates()
/external/clang/lib/Driver/
DDriver.cpp2141 StringRef BaseName, in MakeCLOutputFilename() argument
2147 Filename = BaseName; in MakeCLOutputFilename()
2150 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
2183 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
2188 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath()
2202 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
2205 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath()
2221 StringRef BaseName; in GetNamedOutputPath() local
2225 BaseName = BasePath; in GetNamedOutputPath()
2227 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
[all …]
/external/google-breakpad/src/common/
Dpath_helper.h39 string BaseName(const string& path);
Dpath_helper.cc39 string BaseName(const string& path) { in BaseName() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFormats.td21 string BaseName = NAME;
58 let BaseName = NAME in
/external/llvm/lib/Target/PowerPC/
DPPC.td234 // Instructions with the same BaseName and Interpretation64Bit values
236 let RowFields = ["BaseName", "Interpretation64Bit"];
247 // Instructions with the same BaseName and Interpretation64Bit values
249 let RowFields = ["BaseName", "Interpretation64Bit"];
260 // Instructions with the same BaseName and Interpretation64Bit values
262 let RowFields = ["BaseName"];
/external/cronet/net/disk_cache/
Dcache_util_posix.cc31 base::FilePath destination = to_path.Append(name.BaseName()); in MoveCache()
/external/libchrome/base/test/
Dperf_test_suite.cc32 log_path = tmp_dir.Append(log_path.BaseName()); in Initialize()
/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.cc50 store_.SetString(path.BaseName().value(), content); in Load()
/external/libbrillo/policy/
Dresilient_policy_util.cc26 default_policy_path.BaseName().value(); in GetSortedResilientPolicyFilePaths()

1234