Searched refs:BaseName (Results 1 - 25 of 28) sorted by relevance

12

/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
H A DMonths.java27 import ch.qos.cal10n.BaseName;
31 @BaseName("months")
H A DProduction.java29 import ch.qos.cal10n.BaseName;
31 @BaseName("production")
/external/libchrome/base/files/
H A Dfile_enumerator.cc15 FilePath::StringType basename = path.BaseName().value();
H A Dfile_path.h41 // final path component (BaseName), and appending a relative pathname string
212 // and BaseName().value() on each child component.
249 // this is the only situation in which BaseName will return an absolute path.
250 FilePath BaseName() const WARN_UNUSED_RESULT;
283 // extension. Returns "" if BaseName() == "." or "..".
295 // |extension| is empty. Returns "" if BaseName() == "." or "..".
301 // Returns "" if BaseName() == "." or "..".
H A Dfile_path.cc107 // of the file name. The position is relative to BaseName(), not value().
237 base = current.BaseName();
244 base = current.BaseName();
246 ret_val.push_back(current.BaseName().value());
346 FilePath FilePath::BaseName() const { function in class:base::FilePath
370 FilePath base(BaseName());
379 FilePath base(BaseName());
413 if (IsEmptyOrSpecialCase(BaseName().value()))
434 if (IsEmptyOrSpecialCase(BaseName().value()))
452 if (IsEmptyOrSpecialCase(BaseName()
[all...]
H A Dfile_path_unittest.cc151 TEST_F(FilePathTest, BaseName) {
232 FilePath observed = input.BaseName();
714 FilePath base = jpg.BaseName().RemoveExtension();
H A Dfile_path_watcher_linux.cc633 watch_entry->linkname = link.BaseName().value();
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp137 char* BaseName = 0; local
145 BaseName = ExeName;
159 BaseName = ExeName + Idx + 1;
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) ||
167 !strcmp("operf", BaseName))) {
/external/libbrillo/brillo/
H A Dosrelease_reader.cc50 store_.SetString(path.BaseName().value(), content);
/external/libbrillo/policy/
H A Dresilient_policy_util.cc26 default_policy_path.BaseName().value();
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp107 StringRef BaseName = F->getName(); local
108 if (BaseName[0] == '\1')
109 return (void*)Dyld.getSymbolAddress(BaseName.substr(1));
111 + BaseName).str());
/external/libmojo/mojo/edk/test/
H A Dtest_support_impl.cc73 names.push_back(name.BaseName().AsUTF8Unsafe());
/external/libchrome/base/process/
H A Dprocess_iterator_linux.cc141 entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value();
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp326 SSAUpdater &S, StringRef BaseName) : SSA(S) {
335 if (BaseName.empty())
336 BaseName = SomeVal->getName();
337 SSA.Initialize(SomeVal->getType(), BaseName);
325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts, SSAUpdater &S, StringRef BaseName) argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp361 SSAUpdater &S, StringRef BaseName) : SSA(S) {
370 if (BaseName.empty())
371 BaseName = SomeVal->getName();
372 SSA.Initialize(SomeVal->getType(), BaseName);
360 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, StringRef BaseName) argument
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp76 std::string BaseName = macroName(Base->getName()); local
93 << BaseName << "(Type, Base)\n"; local
/external/clang/lib/Driver/
H A DDriver.cpp2138 /// does not provide a filename, then use BaseName, and use the extension
2141 StringRef BaseName,
2146 // If the argument is empty, output to BaseName in the current dir.
2147 Filename = BaseName;
2149 // If the argument is a directory, output to BaseName in that dir.
2150 llvm::sys::path::append(Filename, BaseName);
2183 StringRef BaseName = llvm::sys::path::filename(BaseInput); local
2188 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C),
2202 StringRef BaseName = llvm::sys::path::filename(BaseInput); local
2205 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, J
2140 MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue, StringRef BaseName, types::ID FileType) argument
2221 StringRef BaseName; local
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2194 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isDerivedFrom, std::string, BaseName, 1) {
2195 assert(!BaseName.empty());
2196 return isDerivedFrom(hasName(BaseName)).matches(Node, Finder, Builder);
2210 BaseName, 1) {
2211 assert(!BaseName.empty());
2212 return isSameOrDerivedFrom(hasName(BaseName)).matches(Node, Finder, Builder);
2461 /// \brief Matches when BaseName == Selector.getAsString()
2469 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) {
2471 return BaseName.compare(Sel.getAsString()) == 0;
/external/clang/include/clang/Driver/
H A DDriver.h432 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
/external/libbrillo/brillo/http/
H A Dhttp_form_data.cc167 std::string file_name = file_path.BaseName().value();
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVReader.cpp194 std::string BaseName; local
196 splitFileName(File, BaseName, Path);
198 BaseName, Path, "spirv", false, "", 0, "", DICompileUnit::DebugEmissionKind::LineTablesOnly);
212 std::string BaseName;
214 splitFileName(FileName, BaseName, Path);
215 if (!BaseName.empty())
216 return Builder.createFile(BaseName, Path);
267 std::string &BaseName,
271 BaseName = FileName.substr(Loc + 1);
274 BaseName
266 splitFileName(const std::string &FileName, std::string &BaseName, std::string &Path) argument
[all...]
H A DSPIRVUtil.cpp1201 getSPIRVTypeName(StringRef BaseName, StringRef Postfixes) { argument
1202 assert(!BaseName.empty() && "Invalid SPIR-V type name");
1204 + BaseName.str();
/external/libchrome/base/
H A Dlogging.cc701 GetProgram().BaseName().value().c_str() : nullptr,
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl2723 my ($TypeId, $BaseName) = @_;
2727 while($BaseName=~s/\s*\[(\d+)\]//) {
2730 if(my $BasicId = $TName_Tid{$Version}{$BaseName})
10831 my $BaseName = $TypeInfo{1}{$BaseId}{"Name"};
10832 if($BasePos_New{$Tr_Old{$BaseName}}) {
10835 elsif(not $ShortBase_New{$Tr_Old{$BaseName}}
10851 if(keys(%{$VirtualTable_Model{1}{$BaseName}})
10876 "Target"=>$BaseName,
10887 my $BaseName = $TypeInfo{2}{$BaseId}{"Name"};
10888 if($BasePos_Old{$Tr_New{$BaseName}}) {
[all...]
/external/clang/lib/AST/
H A DItaniumMangle.cpp2757 const char *BaseName = nullptr; local
2761 BaseName = "__simd64_";
2764 BaseName = "__simd128_";
2766 Out << strlen(BaseName) + strlen(EltName);
2767 Out << BaseName << EltName;

Completed in 744 milliseconds

12