Home
last modified time | relevance | path

Searched defs:args_default (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libfuse/
H A Dmeson.build61 args_default = [ '-D_GNU_SOURCE' ] variable
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc159 std::vector<IValue> args_default = {input}; in TEST() local