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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp242 char *chptr; local
253 perSetDelay = strtod(optarg, &chptr);
254 if ((*chptr != '\0') || (perSetDelay < 0.0)) {
264 endDelay = strtod(optarg, &chptr);
265 if ((*chptr != '\0') || (endDelay < 0.0)) {
273 duration = strtod(optarg, &chptr);
274 if ((*chptr != '\0') || (duration < 0.0)) {
282 numSet = strtoul(optarg, &chptr, 10);
283 if (*chptr != '\0') {
298 startPass = strtoul(optarg, &chptr, 1
[all...]
H A DhwcColorEquiv.cpp168 char *chptr; local
185 endDelay = strtod(optarg, &chptr);
186 if ((*chptr != '\0') || (endDelay < 0.0)) {
H A DhwcRects.cpp206 char *chptr; local
217 endDelay = strtod(optarg, &chptr);
218 if ((*chptr != '\0') || (endDelay < 0.0)) {
H A DhwcCommit.cpp341 char *chptr; local

Completed in 12 milliseconds