/third_party/ffmpeg/libavfilter/ |
H A D | vf_pp.c | 66 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 D | json_project_writer_unittest.cc | 30 // 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 D | SerializableChecker.java | 176 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 D | TestData.java | 149 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 D | CapScan.java | 29 * @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 D | SimpleScan.java | 27 * @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 D | ScanICU.java | 44 * @param args 51 public static void main(String[] args) throws IOException, ParserConfigurationException { in main() argument 52 new ScanICU().runMain(args); in main()
|
H A D | ScanJava.java | 131 * @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 D | PerfFramework4j.pm | 67 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 D | SerializableChecker.java | 173 public static void main(String[] args) in main() argument 175 List argList = Arrays.asList(args); in main()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-dyn1.c | 46 #define panic(args...) \ 47 { fprintf (stderr, args); exit (-1); }
|
/third_party/mesa3d/include/android_stub/log/ |
H A D | log_main.h | 98 * 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 D | set_psa_test_dependencies.py | 291 def main(args): 292 for file_name in args:
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | quad-tex.c | 211 static void args(int argc, char *argv[]) in args() function 225 args(argc, argv); in main()
|
/third_party/node/lib/internal/ |
H A D | error_serdes.js | 104 function inspect(...args) { 108 return internalUtilInspect.inspect(...args);
|
/third_party/node/lib/internal/modules/esm/ |
H A D | worker.js | 168 * @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 D | promises.js | 53 const args = value !== undefined ? [value] : value; 80 const timeout = new Timeout(resolve, after, args, false, ref);
|
/third_party/node/src/ |
H A D | callback_queue-inl.h | 89 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 D | zone-allocator.h | 67 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 D | android.py | 136 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 D | test_test262.py | 253 def wrapper(*args, **kwargs): 259 out = func(*args, **kwargs)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | nativetypes.py | 199 def render(self, *args, **kwargs): 206 vars = dict(*args, **kwargs)
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_internal.h | 64 struct dxil_type_list args; member 142 struct dxil_value **args; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get_hash_generator.py | 200 (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 D | index.js | 49 return (...args) => { 51 return path.join.apply(null, [cwd, ...args])
|