Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsocketndk.cpp250 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 Dthreadsndk.cpp177 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 Dthreadsndk1.cpp586 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 Doh_jsunit_driver.py1047 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