Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 53) 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()
/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/core/debuggerd/
Dcrasher.c92 static int do_action_on_thread(const char* arg) in do_action_on_thread()
126 static int do_action(const char* arg) in do_action()
/system/extras/tests/memtest/
Dthumb.cpp8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) in trace_function()
Dbandwidth.cpp70 char *arg = &argv[i][2]; in processBandwidthOptions() local
180 thread_arg_t *arg = reinterpret_cast<thread_arg_t *>(data); in runBandwidthThread() local
/system/core/libutils/
DThreads.cpp201 void* arg; member
219 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id) in doCreateThread()
275 int androidCreateThread(android_thread_func_t fn, void* arg) in androidCreateThread()
280 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id) in androidCreateThreadGetID()
/system/bt/osi/test/
Dreactor_test.cpp83 unregister_arg_t *arg = (unregister_arg_t *)context; in unregister_cb() local
92 unregister_arg_t arg; in TEST_F() local
/system/core/adb/
Dservices.cpp117 static bool reboot_service_impl(int fd, const char* arg) { in reboot_service_impl()
169 void reboot_service(int fd, void* arg) in reboot_service()
183 void reverse_service(int fd, void* arg) in reverse_service()
473 void* arg = strdup(name + 7); in service_to_fd() local
Dfdevent.h78 void *arg; member
Dtransport_local.cpp135 static void *server_socket_thread(void * arg) in server_socket_thread()
213 static void *qemu_socket_thread(void * arg) in qemu_socket_thread()
/system/core/libcutils/
Dandroid_reboot.c92 int android_reboot(int cmd, int flags UNUSED, const char *arg) in android_reboot()
/system/core/toolbox/
Dnewfs_msdos.c101 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg) argument
102 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) argument
103 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg) argument
104 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg) argument
967 static u_int argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou()
982 static off_t argtooff(const char *arg, const char *msg) in argtooff()
Dmount.c96 parse_mount_options(char *arg, unsigned long rwflag, struct extra_opts *extra, int* loop, char *loo… in parse_mount_options()
260 static int get_mounts_dev_dir(const char *arg, char **dev, char **dir) in get_mounts_dev_dir()
/system/netd/server/
DCommandListener.cpp56 Permission stringToPermission(const char* arg) { in stringToPermission()
66 unsigned stringToNetId(const char* arg) { in stringToNetId()
1275 FirewallRule CommandListener::FirewallCmd::parseRule(const char* arg) { in parseRule()
1286 FirewallType CommandListener::FirewallCmd::parseFirewallType(const char* arg) { in parseFirewallType()
1297 ChildChain CommandListener::FirewallCmd::parseChildChain(const char* arg) { in parseChildChain()
1484 StrictPenalty CommandListener::StrictCmd::parsePenalty(const char* arg) { in parsePenalty()
/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()
/system/bt/btif/co/
Dbta_hh_co.c151 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ in create_thread() argument
176 static void *btif_hh_poll_event_thread(void *arg) in btif_hh_poll_event_thread()
/system/core/libsync/
Dsync.c99 __u32 arg = count; in sw_sync_timeline_inc() local
/system/media/audio_utils/tests/
Dfifo_tests.cpp33 char *arg = argv[i]; in main() local
/system/core/libsuspend/
Dautosuspend_wakeup_count.c44 static void *suspend_thread_func(void *arg __attribute__((unused))) in suspend_thread_func()
/system/extras/tests/bionic/libc/common/
Dtest_pthread_mutex.c285 static void* do_mutex_test_3_t1(void* arg) in do_mutex_test_3_t1()
298 static void* do_mutex_test_3_t2(void* arg) in do_mutex_test_3_t2()
Dtest_pthread_rwlock.c256 static void* do_rwlock_test_rd3_t1(void* arg) in do_rwlock_test_rd3_t1()
275 static void* do_rwlock_test_rd3_t2(void* arg) in do_rwlock_test_rd3_t2()
/system/bt/test/suite/
Dmain.c47 static void *watchdog_fn(void *arg) { in watchdog_fn()
/system/extras/tests/bionic/libc/other/
Dtest_zlib.c187 const char* arg = &argv[1][1]; in main() local
/system/core/mkbootimg/
Dmkbootimg.c136 char *arg = argv[0]; in main() local

123