Lines Matching defs:config
217 def log (config, msg): argument
221 def executeAndLog (config, args): argument
233 def resolve (self, config): argument
237 def resolve (self, config): argument
244 def resolve (self, config): argument
251 def resolve (self, config): argument
257 def resolvePath (config, path): argument
268 def resolvePaths (config, paths): argument
302 def isUpToDate (self, config): argument
328 def update (config): argument
331 def getNativeBuildPath (config, abiName): argument
334 def buildNativeLibrary (config, abiName): argument
339 def getBuildArgs (config, abiName): argument
356 def executeSteps (config, steps): argument
381 def getPackageName (self, config): argument
415 def isUpToDate (self, config): argument
418 def update (self, config): argument
432 def update (self, config): argument
475 def update (self, config): argument
525 def update (self, config): argument
547 def isUpToDate (self, config): argument
550 def update (self, config): argument
584 def update (self, config): argument
608 def addFilesToAPK (config, apkPath, baseDir, relFilePaths): argument
630 def addFileToAPK (config, apkPath, baseDir, relFilePath): argument
648 def update (self, config): argument
677 def update (self, config): argument
703 def update (self, config): argument
737 def update (self, config): argument
767 def update (self, config): argument
930 …config = Configuration(env, buildPath, abis=args.abis, nativeApi=args.nativeApi, nativeBuildType=… variable