Searched refs:chptr (Results 1 - 4 of 4) 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
186 endDelay = strtod(optarg, &chptr);
187 if ((*chptr != '\0') || (endDelay < 0.0)) {
H A DhwcRects.cpp207 char *chptr; local
218 endDelay = strtod(optarg, &chptr);
219 if ((*chptr != '\0') || (endDelay < 0.0)) {
H A DhwcCommit.cpp342 char *chptr; local

Completed in 92 milliseconds