HomeSort by relevance Sort by last modified time
    Searched defs:BaseName (Results 1 - 10 of 10) 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";
  /art/imgdiag/
imgdiag.cc 86 static std::string BaseName(const std::string& str) {
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /art/tools/
cpplint.py 802 """Splits the file into the directory, basename, and extension.
808 A tuple of (directory, basename, extension).
815 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 369 milliseconds