/external/qemu/target-arm/ |
arm-semi.c | 174 #define GET_ARG(n) do { \ 199 GET_ARG(0); 200 GET_ARG(1); 201 GET_ARG(2); 226 GET_ARG(0); 262 GET_ARG(0); 263 GET_ARG(1); 264 GET_ARG(2); 283 GET_ARG(0); 284 GET_ARG(1) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
mock_drt.py | 154 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/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
parse-options.c | 18 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/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vs_emit.c | 1349 static struct brw_reg get_arg( struct brw_vs_compile *c, function [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_emit.c | 1349 static struct brw_reg get_arg( struct brw_vs_compile *c, function [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/bin/linux/ |
perfhost | |
/external/skia/platform_tools/android/bin/linux/ |
perfhost | |