Searched refs:a2 (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)
131 a2, b1 = matchCommon(a2, b1)
132 a2, b2 = matchCommon(a2, 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))
139 print "a2", a
[all...]
/system/core/netcfg/
H A Dnetcfg.c115 int (*func)(char *a0, char *a1, char *a2) = _func;
/system/bluetooth/tools/
H A Dasocket_test.c614 struct thread_args a2 = {-1, type, 2}; local
648 struct thread_args a2 = {-1, type, 2}; local
658 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);
H A Dsocktest.c686 struct thread_args a2 = {-1, type, 2}; local
720 struct thread_args a2 = {-1, type, 2}; local
730 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);

Completed in 6 milliseconds