Home
last modified time | relevance | path

Searched refs:args (Results 6751 - 6775 of 12034) sorted by relevance

1...<<271272273274275276277278279280>>...482

/third_party/ffmpeg/libavfilter/
H A Dvf_pp.c66 static int pp_process_command(AVFilterContext *ctx, const char *cmd, const char *args, in pp_process_command() argument
72 pp->mode_id = av_clip(strtol(args, NULL, 10), 0, PP_QUALITY_MAX); in pp_process_command()
/third_party/gn/src/gn/
H A Djson_project_writer_unittest.cc30 // Make sure we get interesting substitutions for both the args and the in TEST_F()
32 target.action_values().args() = in TEST_F()
75 "args": [ "{{response_file_name}}" ], in TEST_F()
503 // Make sure we get interesting substitutions for both the args and the
505 target.action_values().args() = SubstitutionList::MakeForTest(
546 "args": [ "{{source}}", "{{source_file_part}}", "{{response_file_name}}" ],
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableChecker.java176 public static void main(String[] args) in main() argument
178 List argList = Arrays.asList(args); in main()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTestData.java149 private static CldrValue supplemental(String path, Object... args) { in supplemental() argument
150 return CldrValue.parseValue(String.format("//supplementalData/" + path, args), ""); in supplemental()
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapScan.java29 * @param args
31 public static void main(String[] args) throws IOException, ParserConfigurationException { in main() argument
88 protected void runMain(String args[]) throws IOException, ParserConfigurationException { in runMain() argument
H A DSimpleScan.java27 * @param args
29 public static void main(String[] args) throws IOException, ParserConfigurationException { in main() argument
86 protected void runMain(String args[]) throws IOException { in runMain() argument
H A DScanICU.java44 * @param args
51 public static void main(String[] args) throws IOException, ParserConfigurationException { in main() argument
52 new ScanICU().runMain(args); in main()
H A DScanJava.java131 * @param args
135 public static void main(String[] args) throws IOException { in main() argument
136 new ScanJava().runMain(args); in main()
/third_party/icu/icu4j/perf-tests/perldriver/
H A DPerfFramework4j.pm67 my($locale, $iter, $data, $program, $args, $variable);
114 my $args;
196 my @t = callProg(shift); #"$program $args $argsAndTest");
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableChecker.java173 public static void main(String[] args) in main() argument
175 List argList = Arrays.asList(args); in main()
/third_party/libunwind/libunwind/tests/
H A DGtest-dyn1.c46 #define panic(args...) \
47 { fprintf (stderr, args); exit (-1); }
/third_party/mesa3d/include/android_stub/log/
H A Dlog_main.h98 * Log macro that allows you to pass in a varargs ("args" is a va_list).
101 #define LOG_PRI_VA(priority, tag, fmt, args) \
102 android_vprintLog(priority, NULL, tag, fmt, args)
117 /* If passed multiple args, returns ',' followed by all but 1st arg, otherwise
/third_party/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py291 def main(args):
292 for file_name in args:
/third_party/mesa3d/src/gallium/tests/graw/
H A Dquad-tex.c211 static void args(int argc, char *argv[]) in args() function
225 args(argc, argv); in main()
/third_party/node/lib/internal/
H A Derror_serdes.js104 function inspect(...args) {
108 return internalUtilInspect.inspect(...args);
/third_party/node/lib/internal/modules/esm/
H A Dworker.js168 * @param {Array} options.args - The arguments to pass to the method.
171 async function handleMessage({ method, args, port }) {
196 response = await ReflectApply(hooks[method], hooks, args);
/third_party/node/lib/timers/
H A Dpromises.js53 const args = value !== undefined ? [value] : value;
80 const timeout = new Timeout(resolve, after, args, false, ref);
/third_party/node/src/
H A Dcallback_queue-inl.h89 R CallbackQueue<R, Args...>::CallbackImpl<Fn>::Call(Args... args) { in Call() argument
90 return callback_(std::forward<Args>(args)...); in Call()
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h67 void construct(U* p, Args&&... args) { in construct() argument
69 new (v_p) U(std::forward<Args>(args)...); in construct()
/third_party/node/deps/v8/tools/testrunner/local/
H A Dandroid.py136 def run(self, target_dir, binary, args, rel_path, timeout, env=None,
144 args: List of arguments to pass to the binary.
151 cmd = [binary_on_device] + args
/third_party/node/deps/v8/third_party/test262-harness/test/
H A Dtest_test262.py253 def wrapper(*args, **kwargs):
259 out = func(*args, **kwargs)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnativetypes.py199 def render(self, *args, **kwargs):
206 vars = dict(*args, **kwargs)
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h64 struct dxil_type_list args; member
142 struct dxil_value **args; member
/third_party/mesa3d/src/mesa/main/
H A Dget_hash_generator.py200 (opts, args) = getopt.getopt(sys.argv[1:], "f:")
204 if len(args) != 0:
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/
H A Dindex.js49 return (...args) => {
51 return path.join.apply(null, [cwd, ...args])

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...482