Home
last modified time | relevance | path

Searched defs:split_args (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/
Dsplit_args.hpp30 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG_deduced_required(split_args, arg) \ argument
43 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG_deduced_optional(split_args, arg) \ argument
50 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG(s, split_args, arg) \ argument
Dspecification.hpp76 #define BOOST_PARAMETER_SPECIFICATION(tag_ns, base, split_args, is_const) \ argument
Dfunction_dispatch_layer.hpp65 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_REPEAT(macro, n, split_args) \ argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/tests/
H A Dwarnings_test.py33 from shlex import split as split_args unknown
H A Doptimization_test.py39 from shlex import split as split_args unknown
/aosp_15_r20/external/mesa3d/src/intel/compiler/tests/
H A Drun-test.py16 from shlex import split as split_args unknown
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/tests/
H A Drun-test.py16 from shlex import split as split_args unknown
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py37 from shlex import split as split_args unknown
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Deasy_install.py1967 split_args = dict() variable in CommandSpec
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/
Deasy_install.py1967 split_args = dict() variable in CommandSpec
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/
Deasy_install.py1967 split_args = dict() variable in CommandSpec
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/
Deasy_install.py1967 split_args = dict() variable in CommandSpec
2048 split_args = dict(posix=False) variable in WindowsCommandSpec
/aosp_15_r20/external/python/setuptools/setuptools/command/
Deasy_install.py1971 split_args = dict() variable in CommandSpec
2052 split_args = dict(posix=False) variable in WindowsCommandSpec
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dsemanage_store.c1325 static char **split_args(const char *arg0, char *arg_string, in split_args() function
/aosp_15_r20/build/make/tools/releasetools/
H A Dcommon.py1458 def ResolveAVBSigningPathArgs(split_args): argument