Searched refs:get_arg (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.c18 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, function
101 return get_arg(p, opt, flags, (const char **)opt->value);
111 if (get_arg(p, opt, flags, &arg))
124 if (get_arg(p, opt, flags, &arg))
140 if (get_arg(p, opt, flags, &arg))
156 if (get_arg(p, opt, flags, &arg))
172 if (get_arg(p, opt, flags, &arg))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmock_drt.py154 def get_arg(arg_name): function in function:parse_options
161 'actual_directory': get_arg('--actual-directory'),
162 'platform': get_arg('--platform'),
163 'virtual_test_suite_base': get_arg('--virtual-test-suite-base'),
164 'virtual_test_suite_name': get_arg('--virtual-test-suite-name'),
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c1349 static struct brw_reg get_arg( struct brw_vs_compile *c, function
1893 /* Can't just make get_arg "do the right thing" here because
1894 * other callers of get_arg and get_src_reg don't expect any
1908 args[i] = get_arg(c, inst, i);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c1349 static struct brw_reg get_arg( struct brw_vs_compile *c, function
1893 /* Can't just make get_arg "do the right thing" here because
1894 * other callers of get_arg and get_src_reg don't expect any
1908 args[i] = get_arg(c, inst, i);

Completed in 171 milliseconds