Searched defs:myargs (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/bin/ |
D | clang++ | 9 myargs = sys.argv[1:] variable 11 myargs = flags_to_insert + myargs + flags_to_append variable
|
D | clang | 9 myargs = sys.argv[1:] variable 11 myargs = flags_to_insert + myargs + flags_to_append variable
|
/aosp_15_r20/external/clang/ |
H A D | compiler_wrapper | 9 myargs = sys.argv[1:] variable 11 myargs = flags_to_insert + myargs + flags_to_append variable
|
/aosp_15_r20/external/pytorch/torch/_export/db/examples/ |
H A D | fn_with_kwargs.py | 9 def forward(self, pos0, tuple0, *myargs, mykw0, **mykwargs):
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_export.py | 2121 def fn_with_kwargs(pos0, tuple0, *myargs, mykw0=None, **mykwargs): 2171 def fn_with_kwargs(pos0, tuple0, *myargs):
|