Lines Matching defs:config
216 def log (config, msg): argument
220 def executeAndLog (config, args): argument
232 def resolve (self, config): argument
236 def resolve (self, config): argument
243 def resolve (self, config): argument
250 def resolve (self, config): argument
256 def resolvePath (config, path): argument
267 def resolvePaths (config, paths): argument
301 def isUpToDate (self, config): argument
327 def update (config): argument
330 def getNativeBuildPath (config, abiName): argument
340 def buildNativeLibrary (config, abiName): argument
345 def getBuildArgs (config, abiName): argument
382 def executeSteps (config, steps): argument
407 def getPackageName (self, config): argument
441 def isUpToDate (self, config): argument
444 def update (self, config): argument
458 def update (self, config): argument
501 def update (self, config): argument
551 def update (self, config): argument
573 def isUpToDate (self, config): argument
576 def update (self, config): argument
610 def update (self, config): argument
636 def addFilesToAPK (config, apkPath, baseDir, relFilePaths): argument
658 def addFileToAPK (config, apkPath, baseDir, relFilePath): argument
676 def update (self, config): argument
705 def update (self, config): argument
731 def update (self, config): argument
787 def update (self, config): argument
817 def update (self, config): argument
993 …config = Configuration(env, buildPath, abis=args.abis, nativeApi=args.nativeApi, minApi=args.minA… variable