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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.h 35 INT8 *BaseName;
74 INT8 *BaseName,
90 INT8 *BaseName,
FWVolume.c 67 char *BaseName; // only needed for duplicate basename check
68 char *Processor; // only needed for duplicate basename check
96 // name is GUID-BASENAME.DXE
285 char *BaseName,
382 if ((Ptr->BaseName != NULL) && (BaseName != NULL) && (_stricmp (BaseName, Ptr->BaseName) == 0)) {
384 Error (NULL, 0, 0, BaseName, "duplicate base name specified");
    [all...]
ProcessDsc.c 195 INT8 *BaseName;
    [all...]
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 137 char* BaseName = 0;
145 BaseName = ExeName;
159 BaseName = ExeName + Idx + 1;
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) ||
167 !strcmp("operf", BaseName))) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 107 StringRef BaseName = F->getName();
108 if (BaseName[0] == '\1')
109 return (void*)Dyld.getSymbolAddress(BaseName.substr(1));
111 + BaseName).str());
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 69 // BaseName returns the symbol name without the package or receiver name.
70 func (s *Sym) BaseName() string {
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 69 // BaseName returns the symbol name without the package or receiver name.
70 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/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 194 std::string BaseName;
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 = FileName
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 64 INT8 BaseName[MAX_BASENAME_LEN];
189 // If they specified -x xref guid/basename cross-reference files, process it.
190 // This will print the basename beside each file guid. To use it, specify
    [all...]
  /external/libchrome/base/files/
file_path.cc 109 // of the file name. The position is relative to BaseName(), not value().
236 base = current.BaseName();
243 base = current.BaseName();
245 ret_val.push_back(current.BaseName().value());
305 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
334 // path_ is somewhere else, trim the basename.
345 FilePath FilePath::BaseName() const {
369 FilePath base(BaseName());
378 FilePath base(BaseName());
412 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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 42 #define DEFAULT_BASE_NAME "BaseName"
103 INT8 BaseName[MAX_PATH]; // base filename of the strings file
375 Status = StringDBDumpStringDefines (mGlobals.StringHFileName, mGlobals.BaseName);
386 mGlobals.BaseName,
    [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     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py 679 self._LibraryClasses[Library.BaseName, ':dummy:'] = Library
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 42 #define DEFAULT_BASE_NAME "BaseName"
116 INT8 BaseName[MAX_PATH]; // base filename of the strings file
401 Status = StringDBDumpStringDefines (mGlobals.StringHFileName, mGlobals.BaseName);
412 mGlobals.BaseName,
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Driver/
Driver.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...]
  /tools/repohooks/tools/
cpplint.py 436 # Pattern for matching FileInfo.BaseName() against test file name
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 958 milliseconds