Lines Matching defs:config
212 def log (config, msg): argument
216 def executeAndLog (config, args): argument
228 def resolve (self, config): argument
232 def resolve (self, config): argument
239 def resolve (self, config): argument
246 def resolve (self, config): argument
252 def resolvePath (config, path): argument
263 def resolvePaths (config, paths): argument
297 def isUpToDate (self, config): argument
323 def update (config): argument
326 def getNativeBuildPath (config, abiName): argument
329 def buildNativeLibrary (config, abiName): argument
334 def getBuildArgs (config, abiName): argument
355 def executeSteps (config, steps): argument
380 def getPackageName (self, config): argument
414 def isUpToDate (self, config): argument
417 def update (self, config): argument
431 def update (self, config): argument
474 def update (self, config): argument
524 def update (self, config): argument
546 def isUpToDate (self, config): argument
549 def update (self, config): argument
583 def update (self, config): argument
607 def addFilesToAPK (config, apkPath, baseDir, relFilePaths): argument
629 def addFileToAPK (config, apkPath, baseDir, relFilePath): argument
647 def update (self, config): argument
676 def update (self, config): argument
702 def update (self, config): argument
758 def update (self, config): argument
788 def update (self, config): argument
959 …config = Configuration(env, buildPath, abis=args.abis, nativeApi=args.nativeApi, nativeBuildType=… variable