Searched refs:args (Results 1 – 10 of 10) sorted by relevance
/nanopb-3.4.0/tests/site_scons/platforms/stm32/ |
D | vectors.c | 12 uint32_t args[3]; in HardFaultHandler() local 13 args[0] = 2; in HardFaultHandler() 14 args[1] = (uint32_t)"HARDFAULT"; in HardFaultHandler() 15 args[2] = 9; in HardFaultHandler() 19 "bkpt 0x00ab" : : "r"(args) : "r0", "r1", "memory"); in HardFaultHandler()
|
/nanopb-3.4.0/tests/site_scons/ |
D | site_init.py | 41 args = [env["COMMAND"]] 43 args = [str(source[0])] 46 args.extend(env['ARGS']) 49 args = [env["TEST_RUNNER"]] + args 51 print('Command line: ' + str(args)) 52 pipe = subprocess.Popen(args, 58 print('\033[32m[ OK ]\033[0m Ran ' + args[0]) 60 print('\033[31m[FAIL]\033[0m Program ' + args[0] + ' returned ' + str(result))
|
/nanopb-3.4.0/generator/ |
D | protoc | 39 args = sys.argv[1:] variable 42 args = ['--plugin=protoc-gen-nanopb=%s' % protoc_gen_nanopb] + args variable 44 status = invoke_protoc(['protoc'] + args)
|
D | nanopb_generator.py | 2300 def process_cmdline(args, is_plugin): argument 2303 options, filenames = optparser.parse_args(args) 2460 args = ["protoc"] + include_path 2461 args += options.protoc_opts 2462 args += ['--include_imports', '--include_source_info', '-o' + tmpname, filename] 2463 status = invoke_protoc(args) 2528 args = shlex.split(params) 2536 args = list(lex) 2541 if '-h' in args or '--help' in args: 2547 options, dummy = process_cmdline(args, is_plugin = True)
|
/nanopb-3.4.0/tests/site_scons/platforms/avr/ |
D | avr_io.c | 16 char args[3][16]; member 53 const char *argv[4] = {"main", g_args.args[0], g_args.args[1], g_args.args[2]}; in main()
|
D | run_test.c | 20 char args[3][16]; member 171 strncpy(g_args.args[i], argv[i + argc_offset], 15); in main()
|
/nanopb-3.4.0/tests/fuzztest/ |
D | SConscript | 81 args = [str(source[0])] 84 args = [env["TEST_RUNNER"]] + args 105 process = subprocess.Popen(args, stdin=subprocess.PIPE, 119 …print('\033[31m[FAIL]\033[0m Program ' + str(args) + ' returned ' + str(result) + ' with input '… 123 …print('\033[32m[ OK ]\033[0m Ran ' + str(args) + " against " + str(source[1]) + " (" + str(count…
|
/nanopb-3.4.0/extra/bazel/ |
D | nanopb_cc_proto_library.bzl | 38 } # Forward args
|
/nanopb-3.4.0/generator/proto/ |
D | __init__.py | 27 def __exit__(self, *args): argument
|
/nanopb-3.4.0/extra/ |
D | FindNanopb.cmake | 260 …# - An older hacky one using ':' as option separator in protoc args preventing the ':' to be used …
|