Home | History | Annotate | Download | only in tools

Lines Matching refs:def

37 def ListCCFilesWithoutExt(path):
42 def abort(message):
48 def getstatusoutput(command, shell=False):
57 def IsCommandAvailable(command):
62 def ensure_dir(path_name):
68 def require_program(program_name):
74 def relrealpath(path, start=os.getcwd()):
79 def GetCompilerDirectives(env):
105 def GetHostArch(env):
120 def __init__(self, env):
139 def GetDescription(self):
142 def __str__(self):
162 def __eq__(self, description):
170 def __ne__(self, description):
173 def __lt__(self, description):
176 def __le__(self, description):
179 def __ge__(self, description):
182 def __gt__(self, description):
188 def CompareVersion(self, operator, description):