HomeSort by relevance Sort by last modified time
    Searched refs:SubDir (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 522 my $SubDir = shift;
523 ChangeDir( "$LLVMTestDir/$SubDir",
526 my $ProgramTestLog = "$Prefix-$SubDir-ProgramTest.txt";
530 $ProgramTestLog, "TEST DIRECTORY $SubDir");
536 $ProgramTestLog, "TEST DIRECTORY $SubDir");
541 $ProgramsTable="Error running test $SubDir\n";
544 $ProgramsTable="Makefile error running tests $SubDir!\n";
549 "| sort > $Prefix-$SubDir-Tests.txt";
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
UpdateBuildVersions.py 142 for SubDir in ["Common", "UPT"]:
143 PyPath = os.path.join(os.environ['BASE_TOOLS_PATH'], "Source", "Python", SubDir)
335 for SubDir in ["Common", "UPT"]:
336 PyPath = os.path.join(os.environ['BASE_TOOLS_PATH'], "Source", "Python", SubDir)
358 for SubDir in ["Common", "UPT"]:
359 BuildVersionPy = os.path.join(os.environ['BASE_TOOLS_PATH'], "Source", "Python", SubDir, "BuildVersion.py")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 481 self.SubDir, self.Name = os.path.split(self.File)
485 if self.SubDir:
486 self.Dir = os.path.join(self.Root, self.SubDir)
490 self.Dir = self.SubDir
563 self.SubDir, self.Name = os.path.split(RealFile)
565 if self.SubDir:
566 self.Dir = os.path.join(RealRoot, self.SubDir)
    [all...]
  /external/compiler-rt/make/
subdir.mk 28 # Template: subdir_traverse_template subdir
36 $(call Set,DirKey,SubDir.$(subst .,,$(subst /,__,$(1))))
68 include make/subdir.mk
90 $(foreach subdir,$(SubDirsList),\
91 $(eval $(call subdir_traverse_template,$(subdir))))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 952 STRING_LIST *SubDir;
1042 for (SubDir = mGlobals.SubDirs; SubDir != NULL; SubDir = SubDir->Next) {
1044 strcat (FullFileName, SubDir->Str);
1197 // -s subdir add subdirectory subdir to list of subdirecties to scan.
    [all...]
  /external/compiler-rt/
Makefile 105 include make/subdir.mk
225 # Per-Config-Arch-SubDir Objects
232 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))
233 $(call Set,Tmp.SrcPath,$(ProjSrcRoot)/$(Tmp.SubDir))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 146 Macro["MODULE_RELATIVE_DIR" ] = PathClassObj.SubDir
147 Macro["MODULE_DIR" ] = PathClassObj.SubDir
163 PathClassObj.SubDir,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 214 SubDir = os.listdir(Dir)
215 for Item in SubDir:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 239 SrcFileDir = SourceFile.SubDir
AutoGen.py     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 1250 milliseconds