/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | hci_socket.py | 306 split_args = args.split() 307 address = split_args[0] if len(split_args) > 0 else 'NULL' 308 timeout = int(split_args[1]) if len(split_args) > 1 else 2 362 split_args = args.split() 363 enable = int(split_args[0]) if len(split_args) > 0 else 1 364 filter_dups = int(split_args[1]) if len(split_args) > 1 else 1 377 split_args = args.split() 378 scan_time = int(split_args[0]) if len(split_args) > 0 else 0 379 max_responses = int(split_args[1]) if len(split_args) > 1 else 0
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/ |
D | split_args.hpp | 30 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG_deduced_required(split_args, arg) \ argument 31 BOOST_PARAMETER_FUNCTION_SPLIT_ARG_required(split_args, arg) 43 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG_deduced_optional(split_args, arg) \ argument 44 BOOST_PARAMETER_FUNCTION_SPLIT_ARG_optional(split_args, arg) 50 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG(s, split_args, arg) \ argument 54 )(split_args, arg)
|
D | function_dispatch_layer.hpp | 65 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_REPEAT(macro, n, split_args) \ argument 69 , BOOST_PARAMETER_SPLIT_ARG_REQ_SEQ(split_args) \ 75 n, BOOST_PARAMETER_SPLIT_ARG_OPT_SEQ(split_args) \
|
D | specification.hpp | 76 #define BOOST_PARAMETER_SPECIFICATION(tag_ns, base, split_args, is_const) \ argument 90 BOOST_PARAMETER_SPECIFICATION_ELEM_R, tag_ns, split_args \
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/tests/ |
H A D | warnings_test.py | 31 from meson.mesonlib import split_args 33 from shlex import split as split_args unknown 54 return split_args(wrapper) + [runner]
|
H A D | optimization_test.py | 37 from meson.mesonlib import split_args 39 from shlex import split as split_args unknown 70 return split_args(wrapper) + [runner]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/tests/ |
H A D | run-test.py | 14 from meson.mesonlib import split_args 16 from shlex import split as split_args unknown 30 brw_asm = split_args(wrapper) + [args.brw_asm]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/tests/ |
H A D | run-test.py | 14 from meson.mesonlib import split_args 16 from shlex import split as split_args unknown 30 elk_asm = split_args(wrapper) + [args.elk_asm]
|
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | common.py | 1458 def ResolveAVBSigningPathArgs(split_args): argument 1470 if not split_args: 1471 return split_args 1473 if isinstance(split_args, list): 1474 for index, arg in enumerate(split_args[:-1]): 1476 signing_helper_path = split_args[index + 1] 1477 split_args[index + 1] = ResolveBinaryPath(signing_helper_path) 1479 elif isinstance(split_args, str): 1480 split_args = ResolveBinaryPath(split_args) 1482 return split_args [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | glcpp_test.py | 35 from meson.mesonlib import split_args 37 from shlex import split as split_args unknown 180 args.glcpp = split_args(wrapper) + [args.glcpp]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1967 split_args = dict() variable in CommandSpec 2006 items = shlex.split(string, **cls.split_args) 2048 split_args = dict(posix=False) variable in WindowsCommandSpec
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1967 split_args = dict() variable in CommandSpec 2006 items = shlex.split(string, **cls.split_args) 2048 split_args = dict(posix=False) variable in WindowsCommandSpec
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1967 split_args = dict() variable in CommandSpec 2006 items = shlex.split(string, **cls.split_args) 2048 split_args = dict(posix=False) variable in WindowsCommandSpec
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1967 split_args = dict() variable in CommandSpec 2006 items = shlex.split(string, **cls.split_args) 2048 split_args = dict(posix=False) variable in WindowsCommandSpec
|
/aosp_15_r20/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 1971 split_args = dict() variable in CommandSpec 2010 items = shlex.split(string, **cls.split_args) 2052 split_args = dict(posix=False) variable in WindowsCommandSpec
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | semanage_store.c | 1325 static char **split_args(const char *arg0, char *arg_string, in split_args() function 1467 argv = split_args(e->path, e->args, new_name, old_name); in semanage_exec_prog()
|