HomeSort by relevance Sort by last modified time
    Searched defs:BaseName (Results 1 - 11 of 11) sorted by null

  /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))) {
  /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...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /art/imgdiag/
imgdiag.cc 91 static std::string BaseName(const std::string& str) {
    [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/AST/
ItaniumMangle.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...]
  /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...]

Completed in 1459 milliseconds