Lines Matching defs:config
227 def log (config, msg): argument
231 def executeAndLog (config, args): argument
243 def resolve (self, config): argument
247 def resolve (self, config): argument
254 def resolve (self, config): argument
261 def resolve (self, config): argument
267 def resolvePath (config, path): argument
278 def resolvePaths (config, paths): argument
312 def isUpToDate (self, config): argument
338 def update (config): argument
341 def getNativeBuildPath (config, abiName): argument
351 def buildNativeLibrary (config, abiName): argument
356 def getBuildArgs (config, abiName): argument
393 def executeSteps (config, steps): argument
418 def getPackageName (self, config): argument
455 def isUpToDate (self, config): argument
458 def update (self, config): argument
472 def update (self, config): argument
515 def update (self, config): argument
565 def update (self, config): argument
591 def isUpToDate (self, config): argument
594 def update (self, config): argument
628 def update (self, config): argument
655 def addFilesToAPK (config, apkPath, baseDir, relFilePaths): argument
680 def addFileToAPK (config, apkPath, baseDir, relFilePath): argument
698 def update (self, config): argument
727 def update (self, config): argument
753 def update (self, config): argument
809 def update (self, config): argument
843 def update (self, config): argument
1029 …config = Configuration(env, buildPath, abis=args.abis, nativeApi=args.nativeApi, javaApi=args.jav… variable