Searched refs:n1 (Results 1 - 6 of 6) sorted by path

/system/core/fs_mgr/
H A Dfs_mgr.c428 char *n1; local
432 n1 = strdup(in1);
435 remove_trailing_slashes(n1);
438 ret = !strcmp(n1, n2);
440 free(n1);
/system/core/rootdir/etc/
H A Dinit.testmenu6 n1=`cat /data/phoneentry1 2>/dev/null`
9 n1=${n1:-"*#06#"}
117 echo " 1: Dial: ATD $n1;"
131 "1" ) echo "Dialing $n1"; echo -e "ATD $n1;\r" >$atdev;;
134 "4" ) echo -n "Number: "; read n1; echo $n1 >/data/phoneentry1;;
/system/core/sh/
H A Dparser.c152 union node *n1, *n2, *n3; local
158 n1 = NULL;
175 if (n1 == NULL) {
176 n1 = n2;
181 n3->nbinary.ch1 = n1;
183 n1 = n3;
194 return n1;
200 return n1;
207 return n1;
212 return n1;
222 union node *n1, *n2, *n3; local
249 union node *n1, *n2, *pipenode; local
290 union node *n1, *n2; local
[all...]
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp363 for (unsigned int n1 = 0; n1 < str.size(); n1++) {
364 if ((str[n1] > 0x20) && (str[n1] < 0x80)) {
365 stream << (char) str[n1];
376 for (unsigned int n1 = 0; n1 < CPU_SETSIZE; n1++) {
377 if (CPU_ISSET(n1,
379 stream << n1; local
[all...]
/system/extras/tests/bionic/libc/
H A Drun-test.sh142 RET=`tail -n1 $ADB_CMD_LOG`
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c389 unsigned int n1; local
402 for (n1 = 0; n1 < CPU_SETSIZE; n1++) {
403 if (CPU_ISSET(n1, &availCPU)) { numAvailCPU++; }

Completed in 75 milliseconds