Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/arkcompiler/arkts_ani_test_static/entry/src/main/cpp/
DTupleOperations.h26 ani_tuple_value tuple; in test_TupleValue_GetItem_Boolean() local
49 ani_tuple_value tuple; in test_TupleValue_GetItem_Char() local
72 ani_tuple_value tuple; in test_TupleValue_GetItem_Byte() local
102 ani_tuple_value tuple; in test_TupleValue_GetItem_Short() local
132 ani_tuple_value tuple; in test_TupleValue_GetItem_Int() local
162 ani_tuple_value tuple; in test_TupleValue_GetItem_Long() local
192 ani_tuple_value tuple; in test_TupleValue_GetItem_Float() local
222 ani_tuple_value tuple; in test_TupleValue_GetItem_Double() local
252 ani_tuple_value tuple; in test_TupleValue_GetItem_Ref() local
306 ani_tuple_value tuple; in test_TupleValue_SetItem_Boolean() local
[all …]
/test/testfwk/xdevice/plugins/devicetest/utils/
Dutil.py171 def compare_version(version, base_version: tuple, rex: str):
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py847 def check_uitest_version(uitest_version_info: str, base_version: tuple) -> bool: