Home
last modified time | relevance | path

Searched refs:run_program (Results 1 – 17 of 17) sorted by relevance

/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm89 …my $g_result = run_program([ File::Spec->catfile($cwd, 'tools', $antlr), '-o', $tmpdir, $grammar_f…
98 $test_result = run_program([ get_perl(), '-Mblib', "-I$tmpdir", $test_program_file ]);
112 sub run_program { subroutine
/external/blktrace/iowatcher/
Dtracers.c93 ret = run_program(argc, argv, 0, &blktrace_pid, NULL); in start_blktrace()
126 int run_program(int argc, char **argv, int wait, pid_t *pid, char *outpath) in run_program() function
187 ret = run_program(argc, argv, 0, &mpstat_pid, path); in start_mpstat()
Dtracers.h20 int run_program(int argc, char **argv, int wait, pid_t *pid, char *stdoutpath);
Dblkparse.c806 err = run_program(argc, argv, 1, NULL, NULL); in dump_traces()
Dmain.c1657 run_program(prog_argc, prog_argv, 1, NULL, NULL); in main()
/external/e2fsprogs/misc/
Dlogsave.c160 static int run_program(char **argv) in run_program() function
303 rc = run_program(argv); in main()
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c203 run_program(struct gl_context *ctx, SWspan *span, GLuint start, GLuint end) in run_program() function
272 run_program(ctx, span, 0, span->end); in _swrast_exec_fragment_program()
/external/ppp/pppd/
Dpppd.h500 pid_t run_program __P((char *prog, char **args, int must_exist,
Dipcp.c2103 run_program(script, argv, 0, NULL, NULL, 1);
2105 ipcp_script_pid = run_program(script, argv, 0, ipcp_script_done,
Dipv6cp.c1404 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done,
Dipxcp.c1461 run_program(script, argv, 0, NULL, NULL, 0);
Dmain.c1804 run_program(prog, args, must_exist, done, arg, wait) in run_program() function
Dauth.c2364 auth_script_pid = run_program(script, argv, 0, auth_script_done, NULL, 0);
/external/skqp/third_party/skcms/
Dskcms.cc2259 auto run = baseline::run_program; in skcms_TransformWithPalette()
2261 if (hsw_ok()) { run = hsw::run_program; } in skcms_TransformWithPalette()
/external/skia/third_party/skcms/
Dskcms.cc2261 auto run = baseline::run_program; in skcms_TransformWithPalette()
2263 if (hsw_ok()) { run = hsw::run_program; } in skcms_TransformWithPalette()
/external/skia/third_party/skcms/src/
DTransform_inl.h1213 static void run_program(const Op* program, const void** arguments, in run_program() function
/external/skqp/third_party/skcms/src/
DTransform_inl.h1213 static void run_program(const Op* program, const void** arguments, in run_program() function