/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileWrapper.cpp | 138 char* BaseName = 0; 146 BaseName = ExeName; 160 BaseName = ExeName + Idx + 1; 167 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || 168 !strcmp("operf", BaseName))) {
|
/prebuilts/go/darwin-x86/src/debug/gosym/ |
symtab.go | 60 // BaseName returns the symbol name without the package or receiver name. 61 func (s *Sym) BaseName() string {
|
/prebuilts/go/linux-x86/src/debug/gosym/ |
symtab.go | 60 // BaseName returns the symbol name without the package or receiver name. 61 func (s *Sym) BaseName() string {
|
/external/clang/utils/TableGen/ |
ClangASTNodesEmitter.cpp | 46 std::string baseName(Record &R) { 76 std::string BaseName = macroName(Base->getName()); 93 << BaseName << "(Type, Base)\n"; 98 << R->getName() << ", " << baseName(*Base) << "))\n"; 101 << baseName(*Base) << ")\n";
|
/external/libchrome/base/files/ |
file_path.cc | 107 // of the file name. The position is relative to BaseName(), not value(). 234 base = current.BaseName(); 241 base = current.BaseName(); 243 ret_val.push_back(current.BaseName().value()); 303 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't 332 // path_ is somewhere else, trim the basename. 343 FilePath FilePath::BaseName() const { 367 FilePath base(BaseName()); 376 FilePath base(BaseName()); 410 if (IsEmptyOrSpecialCase(BaseName().value()) [all...] |
/art/tools/ |
cpplint.py | 828 """Splits the file into the directory, basename, and extension. 834 A tuple of (directory, basename, extension). 841 def BaseName(self): [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | 795 """Splits the file into the directory, basename, and extension. 801 A tuple of (directory, basename, extension). 808 def BaseName(self): [all...] |
/art/imgdiag/ |
imgdiag.cc | 91 static std::string BaseName(const std::string& str) { [all...] |
/external/clang/lib/AST/ |
ItaniumMangle.cpp | [all...] |
/external/libvpx/libvpx/tools/ |
cpplint.py | 920 """Splits the file into the directory, basename, and extension. 926 A tuple of (directory, basename, extension). 933 def BaseName(self): [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
cpplint.py | 920 """Splits the file into the directory, basename, and extension. 926 A tuple of (directory, basename, extension). 933 def BaseName(self): [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ndis.h | [all...] |