Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 58) sorted by relevance

123

/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c85 static const struct arg { struct
89 } args[] = { argument
116 char *oper, *arg; in jcl() local
217 f_bs(char *arg) in f_bs()
224 f_cbs(char *arg) in f_cbs()
231 f_count(char *arg) in f_count()
240 f_files(char *arg) in f_files()
249 f_ibs(char *arg) in f_ibs()
257 f_if(char *arg) in f_if()
266 f_msgfmt(char *arg) in f_msgfmt()
[all …]
/system/extras/tests/bionic/libc/bionic/
Dtest_pthread_cond.c13 thread1_func(void* arg) in thread1_func()
25 thread2_func(void* arg) in thread2_func()
38 thread3_func(void* arg) in thread3_func()
55 thread4_func(void* arg) in thread4_func()
Dtest_pthread_create.c6 thread1_func(void* arg) in thread1_func()
13 thread2_func(void* arg) in thread2_func()
/system/extras/tests/bionic/libc/common/
Dtest_pthread_cleanup_push.c42 cleanup1( void* arg ) in cleanup1()
51 cleanup2( void* arg ) in cleanup2()
60 cleanup3( void* arg ) in cleanup3()
70 thread1_func( void* arg ) in thread1_func()
Dtest_pthread_join.c33 thread1_func(void* arg) in thread1_func()
41 thread2_func(void* arg) in thread2_func()
53 thread3_func(void* arg) in thread3_func()
Dtest_clock.c26 void *cpu_hog(void *arg) in cpu_hog()
Dtest_sem_post.c45 thread_func(void* arg) in thread_func()
Dtest_pthread_once.c52 thread_function(void* arg) in thread_function()
/system/core/fastbootd/
Dcommands.c54 static void cmd_boot(struct protocol_handle *phandle, const char *arg) in cmd_boot()
165 static void cmd_erase(struct protocol_handle *phandle, const char *arg) in cmd_erase()
220 static void cmd_gpt_layout(struct protocol_handle *phandle, const char *arg) { in cmd_gpt_layout()
268 static void cmd_flash(struct protocol_handle *phandle, const char *arg) in cmd_flash()
337 static void cmd_continue(struct protocol_handle *phandle, const char *arg) in cmd_continue()
347 static void cmd_getvar(struct protocol_handle *phandle, const char *arg) in cmd_getvar()
357 static void cmd_download(struct protocol_handle *phandle, const char *arg) in cmd_download()
385 static void cmd_oem(struct protocol_handle *phandle, const char *arg) { in cmd_oem()
Dtransport.c85 static void *transport_data_thread(void *arg) in transport_data_thread()
113 static void *transport_connect_thread(void *arg) in transport_connect_thread()
Dvendor_trigger_default.c55 int trigger_oem_cmd(const char *arg, const char **response) { in trigger_oem_cmd()
/system/core/fastbootd/commands/
Dvirtual_partitions.c37 int try_handle_virtual_partition(struct protocol_handle *handle, const char *arg) in try_handle_virtual_partition()
52 void (*handler)(struct protocol_handle *phandle, const char *arg)) in virtual_partition_register()
/system/core/liblog/tests/
Dbenchmark.h65 BenchmarkWantsArgBase<T>* Arg(const char* arg_name, T arg) { in Arg()
78 BenchmarkWithArg(const char* name, void (*fn)(int, T), const char* arg_name, T arg) : in BenchmarkWithArg() argument
110 BenchmarkWantsArg<int>* Arg(int arg) { in Arg()
130 static inline void BenchmarkAddArg(::testing::Benchmark* b, const char* name, T arg) { in BenchmarkAddArg()
/system/extras/tests/memtest/
Dthumb.cpp8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) in trace_function()
/system/core/debuggerd/
Dcrasher.c85 static int do_action_on_thread(const char* arg) in do_action_on_thread()
119 static int do_action(const char* arg) in do_action()
/system/core/libutils/
DThreads.cpp204 void* arg; member
222 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id) in doCreateThread()
280 int androidCreateThread(android_thread_func_t fn, void* arg) in androidCreateThread()
285 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id) in androidCreateThreadGetID()
/system/core/adb/
Dservices.c115 void reboot_service(int fd, void *arg) in reboot_service()
144 void reverse_service(int fd, void* arg) in reverse_service()
433 void* arg = strdup(name + 7); in service_to_fd() local
439 char* arg = strdup(name + 7); in service_to_fd() local
Dfdevent.h79 void *arg; member
Dtransport_local.c157 static void *server_socket_thread(void * arg) in server_socket_thread()
235 static void *qemu_socket_thread(void * arg) in qemu_socket_thread()
/system/core/toolbox/
Dtouch.c53 const char *arg = argv[i]+1; in touch_main() local
/system/core/toolbox/upstream-netbsd/bin/sleep/
Dsleep.c70 char *arg, *temp; in main() local
/system/core/libcutils/
Dandroid_reboot.c107 int android_reboot(int cmd, int flags UNUSED, char *arg) in android_reboot()
/system/core/libsuspend/
Dautosuspend_wakeup_count.c43 static void *suspend_thread_func(void *arg __attribute__((unused))) in suspend_thread_func()
/system/core/libsync/
Dsync.c98 __u32 arg = count; in sw_sync_timeline_inc() local
/system/extras/taskstats/
Dtaskstats.c71 int parse_family_id(struct nl_msg* msg, void* arg) { in parse_family_id()
125 int parse_task_stats(struct nl_msg* msg, void* arg) { in parse_task_stats()

123