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

  /external/deqp/scripts/build/
common.py 66 def which (binName):
69 fullPath = os.path.join(path, binName)
  /external/deqp/scripts/
build_caselists.py 35 def __init__ (self, name, dirName, binName):
38 self.binName = binName
92 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
155 build(buildCfg, generator, [m.binName for m in modules])
build_android_mustpass.py 126 build(buildCfg, generator, [module.binName])
376 EGL_MODULE = Module(name = "dEQP-EGL", dirName = "egl", binName = "deqp-egl")
377 GLES2_MODULE = Module(name = "dEQP-GLES2", dirName = "gles2", binName = "deqp-gles2")
378 GLES3_MODULE = Module(name = "dEQP-GLES3", dirName = "gles3", binName = "deqp-gles3")
379 GLES31_MODULE = Module(name = "dEQP-GLES31", dirName = "gles31", binName = "deqp-gles31")
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 51 static void printHelp (const char* binName)
53 printf("%s: [testlog] [output file]\n", binName);
xeExtractShaderPrograms.cpp 199 static void printHelp (const char* binName)
201 printf("%s: [filename] [dst path (optional)]\n", binName);
xeExtractValues.cpp 254 static void printHelp (const char* binName)
256 printf("%s: [filename] [name 1] [[name 2]...]\n", binName);
xeMergeTestLogs.cpp 161 static void printHelp (const char* binName)
163 printf("%s: [filename] [[filename 2] ...]\n", binName);
  /external/deqp/android/scripts/
common.py 67 def which (binName):
70 fullPath = os.path.join(path, binName)
76 def isBinaryInPath (binName):
77 return which(binName) != None
  /external/deqp/execserver/tools/
xsTest.cpp 815 void printHelp (const char* binName)
817 printf("%s:\n", binName);
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 

Completed in 148 milliseconds