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

/system/core/libacc/tests/
H A Dtest.py119 # a1 and a2 are the expected stdout and stderr.
126 def compareOuput(a1,a2,b1,b2):
128 totalLen = len(a1) + len(a2) + len(b1) + len(b2)
129 a1, b1 = matchCommon(a1, b1)
130 a1, b2 = matchCommon(a1, b2)
133 newTotalLen = len(a1) + len(a2) + len(b1) + len(b2)
137 print "Failed at %d %d %d %d" % (len(a1), len(a2), len(b1), len(b2))
138 print "a1", a
[all...]
/system/core/netcfg/
H A Dnetcfg.c111 int (*func)(char *a0, char *a1) = _func;
115 int (*func)(char *a0, char *a1, char *a2) = _func;
/system/bluetooth/tools/
H A Dasocket_test.c613 struct thread_args a1 = {-1, type, 0}; local
623 a1.fd = fd1;
624 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);
647 struct thread_args a1 = {-1, type, 1}; local
657 pthread_create(&t1, NULL, (void *)thread_delay_connect, (void *)&a1);
H A Dsocktest.c685 struct thread_args a1 = {-1, type, 0}; local
695 a1.fd = fd1;
696 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);
719 struct thread_args a1 = {-1, type, 1}; local
729 pthread_create(&t1, NULL, (void *)thread_delay_connect, (void *)&a1);

Completed in 119 milliseconds