Home
last modified time | relevance | path

Searched defs:val (Results 1 – 17 of 17) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dmatrix3.h73 std::string val; in ToString() local
137 std::string val; in ToString() local
196 std::string val; in ToString() local
/test/xts/acts/iothardware_lite/peripheral_hal/src/
Diot_gpio_test.c99 IotGpioValue val = {0}; variable
110 IotGpioValue val = {0}; variable
/test/xts/hats/hdf/display/common/
Ddisplay_test.h29 #define DISPLAY_TEST_CHK_RETURN_NOT_VALUE(val, ret, ...) \ argument
39 #define DISPLAY_TEST_CHK_RETURN(val, ret, ...) \ argument
/test/xts/acts/storage/storagefileiov9jstest/src/main/js/test/
DCommon.js67 function isIntNum(val) { argument
71 function isBigInt(val) { argument
/test/xts/acts/storage/storagestatfsjstest/src/main/js/test/
DCommon.js23 function isIntNum(val) { argument
/test/xts/acts/storage/storagefileiojstest/src/main/js/test/
DCommon.js111 function isIntNum(val) { argument
115 function isBigInt(val) { argument
123 function isBoolean(val) { argument
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/src/main/js/test/
DV9_PreferencesCallBackJsunit.test.js45 mPreference.clear(function (err, val) { argument
61 mPreference.flush(function (err, val) { argument
99 mPreference.get(123, function (err, val) { argument
121 mPreference.get(KEY_TEST_STRING_ELEMENT, KEY_TEST_INT_ELEMENT, function (err, val) { argument
144 mPreference.getAll(function (err, val) { argument
168 mPreference.has(123,function (err, val) { argument
187 mPreference.has(KEY_TEST_STRING_ELEMENT, function (err, val) { argument
DStorageCallBackJsunit.test.js285 mPref.clear(function (err, val) { argument
302 mPref.flush(function (err, val) { argument
DPreferencesCallBackJsunit.test.js290 mPreferences.clear(function (err, val) { argument
303 mPreferences.flush(function (err, val) { argument
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
Dtest_common.cpp57 std::string val = iter->second; in PrintMapString() local
65 std::string val = value[i]; in PrintVectorString() local
/test/xts/acts/storage/storagefileioerrorjstest/src/main/js/test/
DCommon.js49 export function isIntNum(val) { argument
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/common/
Dnative_common.h61 #define DECLARE_NAPI_PROPERTY(name, val) \ argument
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ argument
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/common/
Dnative_common.h61 #define DECLARE_NAPI_PROPERTY(name, val) \ argument
66 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ argument
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
Ddms_packet.cpp163 uint8_t val = (value >> (static_cast<uint8_t>(i) * ONE_BYTE_BITS_NUM)) & BYTE_MASK; in ToHex() local
/test/testfwk/arkxtest/uitest/core/
Dui_controller.h107 void SetPriority(Priority val) in SetPriority()
Dui_model.cpp142 int32_t val = -1; in SetWidgetBounds() local
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/src/main/js/test/
Dutil.test.js174 function fn(val, callback) { argument
212 function fn(err, val, callback) { argument
227 function fn(val, callback) { argument
246 function fn(val, callback) { argument
357 function fn(err, val, callback) { argument