/buildroot/support/testing/ |
A D | run-tests | 45 if args.stdout: 48 if args.list: 57 if args.download is None: 67 if args.prepare_only: 77 if args.output is None: 88 if args.all is False and not args.testname: 96 if args.testcases != 1: 104 each_testcase = int((br2_jlevel + args.testcases) / args.testcases) 107 if args.jlevel: 108 if args.jlevel < 0: [all …]
|
/buildroot/utils/ |
A D | get-developers | 30 args = parse_args() 36 if args.package is not None: 38 if args.files: 40 if args.check: 42 if args.validate: 44 if len(args.patches) != 0: 60 if args.validate: 64 if args.check: 84 if args.files is not None: 92 if len(args.patches) != 0: [all …]
|
A D | size-stats-compare | 127 args = parser.parse_args() variable 129 if args.detail: 134 old_sizes = read_file_size_csv(args.old_file_size_csv, args.detail) 135 new_sizes = read_file_size_csv(args.new_file_size_csv, args.detail) 139 print('Size difference per %s (bytes), threshold = %s' % (keyword, args.threshold)) 141 print_results(delta, args.threshold)
|
A D | genrandconfig | 644 async def gen_config(args): argument 654 if args.toolchains_csv: 656 configs = get_toolchain_configs(args.toolchains_csv, args.buildrootdir) 709 if args.outputdir == os.path.abspath(os.path.join(args.buildrootdir, "output")): 717 "make", "O=%s" % args.outputdir, "-C", args.buildrootdir, "olddefconfig") 737 "make", "O=%s" % args.outputdir, "-C", args.buildrootdir, 749 "make", "O=%s" % args.outputdir, "-C", args.buildrootdir, "olddefconfig") 755 "make", "O=%s" % args.outputdir, "-C", args.buildrootdir, "savedefconfig") 761 "make", "O=%s" % args.outputdir, "-C", args.buildrootdir, "dependencies") 786 args = parser.parse_args() variable [all …]
|
A D | diffconfig | 107 print("I/O error[%s]: %s\n" % (e.args[0],e.args[1]))
|
/buildroot/support/scripts/ |
A D | pyinstaller.py | 68 args = ap.parse_args() 72 "purelib": args.purelib, 73 "platlib": args.platlib if args.platlib is not None else args.purelib, 74 "headers": args.headers, 75 "scripts": args.scripts, 76 "data": args.data, 78 interpreter=args.interpreter, 79 script_kind=args.script_kind, 82 with WheelFile.open(glob.glob(args.wheel_file)[0]) as source:
|
A D | graph-depends | 281 args = parse_args() 283 check_only = args.check_only 288 if args.outfile is None: 296 if args.package is None: 301 rootpkg = args.package 303 if args.stop_list is None: 306 stop_list = args.stop_list 308 if args.exclude_list is None: 313 if args.exclude_mandatory: 316 if args.direct: [all …]
|
A D | graph-build-time | 348 args = parser.parse_args() variable 350 d = read_data(args.input) 352 if args.alternate_colors: 357 if args.type == "histogram" or args.type is None: 358 if args.order == "build" or args.order == "duration" or args.order == "name": 359 pkg_histogram(d, args.output, args.order) 360 elif args.order is None: 365 elif args.type == "pie-packages": 367 elif args.type == "pie-steps": 369 elif args.type == "timeline": [all …]
|
A D | size-stats | 287 args = parser.parse_args() 289 Config.biggest_first = args.biggest_first 290 Config.iec = args.iec 291 if args.size_limit is not None: 292 if args.size_limit < 0.0 or args.size_limit > 1.0: 294 Config.size_limit = args.size_limit 297 pkgdict = build_package_dict(args.builddir) 302 if args.graph: 303 draw_graph(pkgsize, args.graph) 304 if args.file_size_csv: [all …]
|
A D | pkg-stats | 1275 args = parser.parse_args() 1276 if not args.html and not args.json: 1278 return args 1284 args = parse_args() 1286 if args.nvd_path: 1290 if args.packages: 1292 elif args.configpackages: 1325 if "url" not in args.disable: 1333 if "cve" not in args.disable and args.nvd_path: 1338 if args.html: [all …]
|
/buildroot/package/wireplumber/ |
A D | 0001-fix-non-x86_64-architectures.patch | 27 - va_list args) 53 + * avoid args being copied */ 88 - va_list args) 97 - va_arg(args, gboolean *))) 106 - (float *)va_arg(args, double *)) < 0) 113 - *va_arg(args, gchar **) = str; 120 - *va_arg(args, WpSpaJson **) = j; 129 + * avoid args being copied */ 183 va_list args) 190 + fmt, args); [all …]
|
/buildroot/package/gobject-introspection/ |
A D | 0003-giscanner-ignore-error-return-codes-from-ldd-wrapper.patch | 21 args.extend(['otool', '-L', binary.args[0]]) 23 args.extend(['ldd', binary.args[0]]) 24 - output = subprocess.check_output(args) 25 + output = subprocess.run(args, check=False, stdout=subprocess.PIPE).stdout
|
A D | 0002-Add-rpath-links-to-ccompiler.patch | 23 + args.append("-Wl,-rpath-link," + envvar_path)
|
/buildroot/package/setools/ |
A D | 0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch | 44 p = setools.SELinuxPolicy(args.policy) 45 - g = setools.DomainTransitionAnalysis(p, reverse=args.reverse, exclude=args.exclude) 46 + g = setools.dta.DomainTransitionAnalysis(p, reverse=args.reverse, exclude=args.exclude) 48 if args.shortest_path or args.all_paths: 49 if args.shortest_path: 64 p = setools.SELinuxPolicy(args.policy) 65 m = setools.PermissionMap(args.map) 66 - g = setools.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude, 68 + g = setools.infoflow.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude, 71 if args.shortest_path or args.all_paths: [all …]
|
/buildroot/package/mkpasswd/ |
A D | utils.c | 45 char **merge_args(char *args, char *argv[], int *argc) in merge_args() argument 51 if (!args) in merge_args() 54 argstring = NOFAIL(strdup(args)); in merge_args()
|
/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-hello-world/ |
A D | HelloWorld.java | 3 public static void main(String[] args) in main() argument
|
/buildroot/package/rpcbind/ |
A D | 0001-Remove-yellow-pages-support.patch | 21 @@ -318,24 +318,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unuse… 22 args->rmt_proc != MOUNTPROC_UMNT) 26 - if (args->rmt_proc != YPBINDPROC_SETDOM) 34 - switch (args->rmt_proc) {
|
/buildroot/board/amarula/vyasa/ |
A D | genimage.cfg | 15 size = 30M # falcon mode: args @ 16M args, uImage @ 17M
|
/buildroot/board/ti/common/am6xx/ |
A D | post-build.sh | 10 Usage: ${0} -c <console> -r <root> [-x <extra-args>] 33 (-x|--extra-args)
|
/buildroot/package/micropython/ |
A D | collect_micropython_lib.py | 61 args = parser.parse_args() 62 return os.path.abspath(args.micropython), os.path.abspath(args.destination)
|
/buildroot/support/testing/tests/utils/ |
A D | test_get_developers.py | 16 def call_script(args, env, cwd): argument 18 proc = subprocess.Popen(args, cwd=cwd, stdout=subprocess.PIPE, 25 def call_get_developers(cmd, args, env, cwd, developers_content): argument 29 return call_script([cmd, "-d", developers_file.name] + args, env, cwd)
|
/buildroot/toolchain/ |
A D | toolchain-wrapper.c | 243 char **args, **cur, **exec_args; in main() local 326 cur = args = malloc(sizeof(predef_args) + in main() 328 if (args == NULL) { in main() 495 exec_args = args; in main() 544 free(args); in main()
|
/buildroot/package/meson/ |
A D | 0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch | 35 args: T.List[str] = [] 36 args += self._define_variable_args(define_variable) 40 args.append('--static') 41 args += ['--libs', name] 42 ret, out, err = self._call_pkgbin(args, env=env)
|
/buildroot/board/chromebook/elm/ |
A D | sign.sh | 36 --config $BOARD_DIR/kernel.args \
|
/buildroot/board/chromebook/snow/ |
A D | sign.sh | 36 --config $BOARD_DIR/kernel.args \
|