Searched refs:chptr (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c130 char *chptr; local
143 delayMin = strtod(optarg, &chptr);
144 if ((*chptr != '\0') || (delayMin < 0.0)) {
152 delayMax = strtod(optarg, &chptr);
153 if ((*chptr != '\0') || (delayMax < 0.0)) {
161 duration = strtod(optarg, &chptr);
162 if ((*chptr != '\0') || (duration < 0.0)) {
180 startPass = strtoul(optarg, &chptr, 10);
181 if (*chptr != '\0') {
199 endPass = strtoul(optarg, &chptr, 1
[all...]
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp115 char *chptr; // character pointer for command-line parsing local
121 int cpu = strtoul(optarg, &chptr, 10);
122 if (*chptr != '\0') {
141 options.iterations = strtoul(optarg, &chptr, 10);
142 if (*chptr != '\0') {
154 options.iterDelay = strtod(optarg, &chptr);
155 if ((*chptr != '\0') || (options.iterDelay < 0.0)) {

Completed in 781 milliseconds