HomeSort by relevance Sort by last modified time
    Searched defs:BaseName (Results 1 - 25 of 25) 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...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DefaultExceptionHandler.c 125 BaseName (
183 SystemContext.SystemContextAArch64->ELR - ImageBase, BaseName (Pdb)));
202 Fp[1], ImageBase, Fp[1] - ImageBase, Idx, BaseName (Pdb)));
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteAccess.c 458 CHAR16 BaseName[9];
498 EngFatToStr (8, DirEntry.FileName, BaseName);
503 CopyMem ((UINT8 *) Pos, (UINT8 *) BaseName, 2 * (StrLen (BaseName) + 1));
506 Pos += StrLen (BaseName);
  /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 68 INT8 BaseName[MAX_BASENAME_LEN];
280 // If they specified -x xref guid/basename cross-reference files, process it.
281 // This will print the basename beside each file guid. To use it, specify
    [all...]
  /external/libchrome/base/files/
file_path.cc 107 // of the file name. The position is relative to BaseName(), not value().
237 base = current.BaseName();
244 base = current.BaseName();
246 ret_val.push_back(current.BaseName().value());
306 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
335 // path_ is somewhere else, trim the basename.
346 FilePath FilePath::BaseName() const {
370 FilePath base(BaseName());
379 FilePath base(BaseName());
413 if (IsEmptyOrSpecialCase(BaseName().value())
    [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     [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/google-styleguide/cpplint/
cpplint.py 453 # Pattern for matching FileInfo.BaseName() against test file name
    [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 454 # 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 2549 milliseconds