Searched refs:sd (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | socketndk.cpp | 250 int sd = socket(AF_INET, SOCK_STREAM, PARAM_0);
in Shutdown() local 257 bind(sd, (struct sockaddr *)(&server_addr), sizeof(server_addr));
in Shutdown() 258 listen(sd, FIVEVAL);
in Shutdown() 260 int shuval = shutdown(sd, PARAM_0);
in Shutdown()
|
H A D | threadsndk.cpp | 177 double sd = difftime(tse.tv_sec, tss.tv_sec);
in ustimer() local 180 return us * (sd - PARAM_1) + (ns + nsd) / ms;
in ustimer() 182 return us * (sd) + nsd / ms;
in ustimer()
|
H A D | threadsndk1.cpp | 586 double sd = difftime(tse.tv_sec, tss.tv_sec);
in ustimer() local 589 return us * (sd - PARAM_1) + (ns + nsd) / ms;
in ustimer() 591 return us * (sd) + nsd / ms;
in ustimer()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_jsunit_driver.py | 1047 sd = config.previewer_params.get("sd") 1062 cpm, "-device", device, "-shape", shape, "-sd", sd, "-or", _or, "-cr", cr, "-f", f, "-n", n, "-av",
|
Completed in 6 milliseconds