Searched defs:BaseName (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/test/webdriver/
H A Dframe_path.cc51 FramePath FramePath::BaseName() const { function in class:webdriver::FramePath
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp76 std::string BaseName = macroName(Base->getName()); local
93 << BaseName << "(Type, Base)\n"; local
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp139 char* BaseName = 0; local
157 BaseName = ExeName + Idx + 1;
164 if (BaseName != 0 && !strcmp("oprofiled", BaseName)) {
/external/chromium_org/webkit/common/fileapi/
H A Dfile_system_util.cc32 base::FilePath VirtualPath::BaseName(const base::FilePath& virtual_path) { function in class:fileapi::VirtualPath
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp210 StringRef BaseName = F->getName(); local
211 if (BaseName[0] == '\1')
212 return (void*)Dyld.getSymbolLoadAddress(BaseName.substr(1));
214 + BaseName).str());
/external/chromium/base/
H A Dfile_path.cc115 // of the file name. The position is relative to BaseName(), not value().
222 base = current.BaseName();
229 base = current.BaseName();
231 ret_val.push_back(current.BaseName().value());
331 FilePath FilePath::BaseName() const { function in class:FilePath
355 FilePath base(BaseName());
381 StringType base = BaseName().value();
412 StringType base = BaseName().value();
/external/chromium_org/base/files/
H A Dfile_path.cc109 // of the file name. The position is relative to BaseName(), not value().
232 base = current.BaseName();
239 base = current.BaseName();
241 ret_val.push_back(current.BaseName().value());
341 FilePath FilePath::BaseName() const { function in class:base::FilePath
365 FilePath base(BaseName());
388 if (IsEmptyOrSpecialCase(BaseName().value()))
409 if (IsEmptyOrSpecialCase(BaseName().value()))
426 if (IsEmptyOrSpecialCase(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(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, StringRef BaseName) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof3355 sub BaseName { subroutine
3364 my $binary_shortname = BaseName($binary_name);
/external/clang/lib/Driver/
H A DDriver.cpp1598 StringRef BaseName; local
1602 BaseName = BasePath;
1604 BaseName = llvm::sys::path::filename(BasePath);
1616 // If /Fo names a dir, output to BaseName in that dir.
1617 llvm::sys::path::append(Filename, BaseName);
1642 End = BaseName.rfind('.');
1643 SmallString<128> Suffixed(BaseName.substr(0, End));
1656 NamedOutput == BaseName) {
1661 llvm::sys::path::append(Result, BaseName);
/external/clang/lib/AST/
H A DItaniumMangle.cpp2191 const char *BaseName = 0; local
2195 BaseName = "__simd64_";
2198 BaseName = "__simd128_";
2200 Out << strlen(BaseName) + strlen(EltName);
2201 Out << BaseName << EltName;
/external/libvpx/libvpx/tools/
H A Dcpplint.py807 def BaseName(self): member in class:FileInfo
3067 (error_message, fileinfo.BaseName()))

Completed in 454 milliseconds