Home
last modified time | relevance | path

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

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