/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | color.h | 38 const char *fmt, va_list args); 39 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | syscall.c | 6 struct args { struct 18 struct args ctx = { in test_syscall()
|
/kernel/linux/linux-6.6/scripts/atomic/ |
H A D | gen-atomic-long.sh | 94 grep '^[a-z]' "$1" | while read name meta args; do 95 gen_proto "${meta}" "${name}" ${args}
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_025.cpp | 32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() argument 34 (void)args; in ThreadFuncTest()
|
H A D | pthread_test_024.cpp | 32 static void *ThreadFuncTest(void *args) in ThreadFuncTest() argument 34 (void)args; in ThreadFuncTest()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_common.h | 70 void (*callback)(void *args); 76 void *args; member
|
/third_party/gn/infra/recipe_modules/macos_sdk/ |
H A D | api.py | 17 def __init__(self, sdk_properties, *args, **kwargs): 18 super(MacOSSDKApi, self).__init__(*args, **kwargs)
|
/third_party/gn/src/gn/ |
H A D | action_values.h | 18 // Holds the values (outputs, args, script name, etc.) for either an action or 30 SubstitutionList& args() { return args_; } in args() function in ActionValues 31 const SubstitutionList& args() const { return args_; } in args() function in ActionValues
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ShapingTypeBuilder.java | 69 public static void main(String[] args) in main() argument 73 stb.buildShapingTypes(args[0]); in main()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gia64-test-readonly.c | 35 #define panic(args...) \ 36 do { printf (args); ++nerrors; } while (0)
|
H A D | Gtest-init.cxx | 38 #define panic(args...) \ 39 { ++errors; fprintf (stderr, args); return; }
|
H A D | Gx64-test-dwarf-expressions.c | 10 #define panic(args...) \ 11 do { printf (args); ++nerrors; } while (0)
|
H A D | Ltest-nocalloc.c | 33 #define panic(args...) \ 34 { fprintf (stderr, args); exit (-1); }
|
H A D | test-mem.c | 38 #define panic(args...) \ 39 { fprintf (stderr, args); exit (-1); }
|
H A D | test-init-remote.c | 42 #define panic(args...) \ 43 { fprintf (stderr, args); exit (-1); }
|
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | build-skqp.sh | 30 cp "${BASE_ARGS_GN_FILE}" "${SKQP_OUT_DIR}"/args.gn 31 echo "target_cpu = \"${SKQP_ARCH}\"" >> "${SKQP_OUT_DIR}"/args.gn
|
/third_party/mesa3d/docs/ |
H A D | doxygen-wrapper.py | 84 args = parser.parse_args() variable 95 run_doxygen(args.out_dir, input_paths)
|
/third_party/mesa3d/src/egl/ |
H A D | egl-entrypoint-check.py | 64 args = parser.parse_args() 66 with open(args.header) as header:
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
H A D | mountns03.c | 67 const struct tst_clone_args args = { in run() local 81 if (!SAFE_CLONE(&args)) { in run()
|
H A D | mountns01.c | 59 const struct tst_clone_args args = { in run() local 72 if (!SAFE_CLONE(&args)) { in run()
|
H A D | mountns02.c | 59 const struct tst_clone_args args = { in run() local 73 if (!SAFE_CLONE(&args)) { in run()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns01.c | 76 const struct tst_clone_args args = { in run() local 81 if (!SAFE_CLONE(&args)) { in run()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns20.c | 72 const struct tst_clone_args args = { in run() local 78 pid = SAFE_CLONE(&args); in run()
|
/third_party/ltp/testcases/commands/ln/ |
H A D | ln_tests.sh | 53 local args="$1" 57 EXPECT_PASS ln $args $src $link
|
/third_party/node/lib/internal/tls/ |
H A D | secure-pair.js | 85 exports.createSecurePair = function createSecurePair(...args) { 86 return ReflectConstruct(SecurePair, args);
|