Searched refs:loc (Results 1 - 2 of 2) sorted by relevance
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | img_util.py | 130 rect=None, loc=ImgLoc.All.value, debug=False): 143 @param loc: 小图在大图中的什么部位,是一个枚举对象,ImgLoc,注意需要 154 rect = ImgUtils.get_rect(m1_w, m1_h, loc)
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdlibndk.cpp | 1269 struct __locale_struct loc = {0};
in StrToFL() local 1270 double value = strtof_l(nptr, &endptr, &loc);
in StrToFL() 1284 struct __locale_struct loc = {0};
in StrToDL() local 1285 double value = strtod_l(nptr, &endptr, &loc);
in StrToDL() 1299 struct __locale_struct loc = {0};
in StrToLdL() local 1300 long double value = strtold_l(nptr, &endptr, &loc);
in StrToLdL()
|
Completed in 4 milliseconds