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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp243 char *chptr; local
254 perSetDelay = strtod(optarg, &chptr);
255 if ((*chptr != '\0') || (perSetDelay < 0.0)) {
265 endDelay = strtod(optarg, &chptr);
266 if ((*chptr != '\0') || (endDelay < 0.0)) {
274 duration = strtod(optarg, &chptr);
275 if ((*chptr != '\0') || (duration < 0.0)) {
283 numSet = strtoul(optarg, &chptr, 10);
284 if (*chptr != '\0') {
299 startPass = strtoul(optarg, &chptr, 1
[all...]
H A DhwcColorEquiv.cpp169 char *chptr; local
185 endDelay = strtod(optarg, &chptr);
186 if ((*chptr != '\0') || (endDelay < 0.0)) {
H A DhwcRects.cpp206 char *chptr; local
216 endDelay = strtod(optarg, &chptr);
217 if ((*chptr != '\0') || (endDelay < 0.0)) {

Completed in 51 milliseconds