Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 6247) sorted by relevance

12345678910>>...250

/test/xts/acts/graphic/graphic3D/AppScope/resources/rawfile/gltf/BrainStem/glTF/
DBrainStem.gltf1800 "type": "SCALAR"
1819 "type": "VEC4"
1836 "type": "VEC3"
1853 "type": "VEC3"
1872 "type": "VEC4"
1885 "type": "SCALAR"
1904 "type": "VEC4"
1921 "type": "VEC3"
1938 "type": "VEC3"
1957 "type": "VEC4"
[all …]
/test/xts/acts/graphic/graphic3D/AppScope/resources/rawfile/gltf/BrainStem/glTF-Meshopt/
DBrainStem.gltf168 "type": "VEC4"
175 "type": "VEC3",
183 "type": "VEC3",
200 "type": "VEC4",
208 "type": "SCALAR"
215 "type": "VEC4"
222 "type": "VEC3",
230 "type": "VEC3",
247 "type": "VEC4",
255 "type": "SCALAR"
[all …]
/test/xts/acts/graphic/graphic3D/AppScope/resources/rawfile/gltf/BrainStem/glTF-Draco/
DBrainStem.gltf2469 "type": "SCALAR"
2486 "type": "VEC3"
2505 "type": "VEC4"
2522 "type": "VEC3"
2535 "type": "SCALAR"
2552 "type": "VEC3"
2571 "type": "VEC4"
2588 "type": "VEC3"
2601 "type": "SCALAR"
2618 "type": "VEC3"
[all …]
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/ets/test/PhotoAccessHelper/
DcreateAsset.ets24 async function createAssetCallback1 (done, testNum, type, extension, options) {
26 helper.createAsset(type, extension, options, (err, uri) => {
46 async function createAssetCallback2 (done, testNum, type, extension) {
48 helper.createAsset(type, extension, (err, uri) => {
68 async function createAssetAbnormalCallback1 (done, testNum, type, extension, options) {
70 helper.createAsset(type, extension, options, (err, uri) => {
90 async function createAssetPromise1 (done, testNum, type, extension, options) {
92 await helper.createAsset(type, extension, options);
101 async function createAssetPromise2 (done, testNum, type, extension) {
103 await helper.createAsset(type, extension);
[all …]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_information/ace_ets_module_information_api11/entry/src/main/ets/MainAbility/pages/DataPanel/
DDataPanel_001.ets103 DataPanel({ values: [20, 10, 10, 10], max: 80, type: DataPanelType.Circle })
109 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
115 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
121 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
128 DataPanel({ values: [10, 10], max: 80, type: DataPanelType.Circle })
134 DataPanel({ values: [10, 10, 10, 10, 10, 10], max: 80, type: DataPanelType.Circle })
140 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
147 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
157 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
164 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_datapanel/src/main/ets/TestAbility/pages/
DIndex.ets105 DataPanel({ values: [20, 10, 10, 10], max: 80, type: DataPanelType.Circle })
111 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
117 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
123 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
130 DataPanel({ values: [10, 10], max: 80, type: DataPanelType.Circle })
136 DataPanel({ values: [10, 10, 10, 10, 10, 10], max: 80, type: DataPanelType.Circle })
142 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
149 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
159 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
166 DataPanel({ values: [20, 10, 10], max: 80, type: DataPanelType.Circle })
[all …]
/test/xts/acts/arkui/ace_ets_component/entry/src/main/ets/test/
DAutoFillEnum.ets18 * User name content type.
27 * Password content type.
36 * New password content type.
45 * Full street address content type.
54 * House number content type.
63 * District address content type.
72 * City address content type.
81 * Province address content type.
90 * Country address content type.
99 * Person full name content type.
[all …]
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/src/main/js/test/
DFieldNodeJsunit.test.js173 node.type = ddm.ValueType.STRING;
174 console.info('testtype001 type = ' + node.type);
175 expect(node.type === ddm.ValueType.STRING).assertTrue();
191 node.type = ddm.ValueType.INTEGER;
192 console.info('testtype002 type = ' + node.type);
193 expect(node.type === ddm.ValueType.INTEGER).assertTrue();
209 node.type = ddm.ValueType.FLOAT;
210 console.info('testtype003 type = ' + node.type);
211 expect(node.type === ddm.ValueType.FLOAT).assertTrue();
227 node.type = ddm.ValueType.BYTE_ARRAY;
[all …]
/test/xts/acts/multimedia/medialibrary/mediaLibrary_base/entry/src/main/ets/test/
DmediaLibraryTestPromise.test.ets178 async function checkFileAssetAttr(done, testNum, fetchOps, type, count, typesArr) {
185 type = asset.mimeType.match(/[a-z]+/g)[0];
187 if (type == "audio") {
188 expect(asset.artist).assertEqual(props[type].artist);
202 if (asset.size !== props[type].size) {
203 … console.info(`${testNum}:: asset.size: props.size - ${asset.size} : ${props[type].size}`);
209 expect(asset.mimeType).assertEqual(props[type].mimeType);
210 expect(asset.displayName).assertEqual(props[type].displayName);
211 expect(asset.relativePath).assertEqual(props[type].relativePath);
212 expect(asset.mediaType.toString()).assertEqual(props[type].mediaType);
[all …]
DmediaLibraryTestCallback.test.ets180 async function checkFileAssetAttr(done, testNum, fetchOps, type, count, typesArr) {
194 type = asset.mimeType.match(/[a-z]+/g)[0];
196 if (type == "audio") {
197 expect(asset.artist).assertEqual(props[type].artist);
211 expect(asset.mimeType).assertEqual(props[type].mimeType);
212 expect(asset.displayName).assertEqual(props[type].displayName);
213 expect(asset.relativePath).assertEqual(props[type].relativePath);
214 expect(asset.size).assertEqual(props[type].size);
215 expect(asset.mediaType.toString()).assertEqual(props[type].mediaType);
216 expect(asset.title.toString()).assertEqual(props[type].title);
[all …]
/test/xts/acts/distributeddatamgr/kvStoretest/kvStoreStagetest/src/main/ets/test/
DFieldNodeStage.test.ets167 * @tc.name [JS-API8]FieldNode.type.STRING
168 * @tc.desc Test Js Api FieldNode.type testcase 001
173 node.type = ddm.ValueType.STRING;
174 console.info('testtype001 type = ' + node.type);
175 expect(node.type === ddm.ValueType.STRING).assertTrue();
185 * @tc.name [JS-API8]FieldNode.type.INTEGER
186 * @tc.desc Test Js Api FieldNode.type testcase 002
191 node.type = ddm.ValueType.INTEGER;
192 console.info('testtype002 type = ' + node.type);
193 expect(node.type === ddm.ValueType.INTEGER).assertTrue();
[all …]
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/js/test/
DFieldNodeJsTest.js198 node.type = ddm.ValueType.STRING;
199 console.info('SUB_DDM_DKV_FIELDNODE_TYPE_0100 type = ' + node.type);
200 expect(node.type === ddm.ValueType.STRING).assertTrue();
218 node.type = ddm.ValueType.INTEGER;
219 console.info('SUB_DDM_DKV_FIELDNODE_TYPE_0200 type = ' + node.type);
220 expect(node.type === ddm.ValueType.INTEGER).assertTrue();
238 node.type = ddm.ValueType.FLOAT;
239 console.info('SUB_DDM_DKV_FIELDNODE_TYPE_0300 type = ' + node.type);
240 expect(node.type === ddm.ValueType.FLOAT).assertTrue();
258 node.type = ddm.ValueType.BYTE_ARRAY;
[all …]
/test/xts/acts/multimedia/medialibrary/mediaLibrary_file/entry/src/main/ets/test/
DfileTestPromise.test.ets56 const creatAssetTest = async (done, testNum, fetchOp, path, type, name) => {
64 const creatAsset1 = await media.createAsset(type, displayName1, path);
72 const creatAsset2 = await media.createAsset(type, displayName2, path);
89 const checkCreatAssetProps = async (done, testNum, fetchOp, path, type, name, key, val) => {
97 const creatAsset = await media.createAsset(type, displayName, path);
144 // ------------------------------- image type start ----------------------------
150 * @tc.type : Function
158 let type = IMAGE_TYPE;
159 await creatAssetTest(done, testNum, currentFetchOp, path, type, name);
167 * @tc.type : Function
[all …]
DfileTestCallback.test.ets58 const creatAssetTest = async (done, testNum, fetchOp, path, type, name) => {
66 media.createAsset(type, displayName1, path, async (err, creatAsset1) => {
80 const creatAsset2 = await media.createAsset(type, displayName2, path);
97 const checkCreatAssetProps = async (done, testNum, fetchOp, path, type, name, key, val) => {
105 media.createAsset(type, displayName, path, async (err, creatAsset) => {
164 // ------------------------------- image type start ----------------------------
170 * @tc.type : Function
178 let type = IMAGE_TYPE;
179 await creatAssetTest(done, testNum, currentFetchOp, path, type, name);
187 * @tc.type : Function
[all …]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/ets/test/
DPthreadNdk1.test.ets32 * @tc.type : Function
45 * @tc.type : Function
58 * @tc.type : Function
71 * @tc.type : Function
84 * @tc.type : Function
97 * @tc.type : Function
110 * @tc.type : Function
123 * @tc.type : Function
136 * @tc.type : Function
149 * @tc.type : Function
[all …]
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/ets/test/PhotoAsset/
DcommitModify.ets61 async function commitModifyAbnormalCallback (done, testNum, fetchOps, type, value) {
64 asset[type] = value;
105 async function commitModifyAbnormalPromise (done, testNum, fetchOps, type, value) {
108 asset[type] = value;
126 * @tc.type : Function
141 * @tc.type : Function
159 * @tc.type : Function
177 * @tc.type : Function
183 const type = 'uri';
185 await commitModifyAbnormalCallback(done, testNum, fetchOps, type, value);
[all …]
/test/xts/acts/graphic/graphicGLES3/entry/src/main/ets/test/
DLibGles3Ndk.test.ets26 * @tc.type : Function
40 * @tc.type : Function
54 * @tc.type : Function
68 * @tc.type : Function
82 * @tc.type : Function
96 * @tc.type : Function
110 * @tc.type : Function
124 * @tc.type : Function
138 * @tc.type : Function
152 * @tc.type : Function
[all …]
/test/xts/acts/multimedia/avsource/entry/src/ohosTest/ets/test/
DNativeNdk.test.ets27 * @tc.type : Function
41 * @tc.type : Function
55 * @tc.type : Function
69 * @tc.type : Function
83 * @tc.type : Function
97 * @tc.type : Function
111 * @tc.type : Function
125 * @tc.type : Function
139 * @tc.type : Function
153 * @tc.type : Function
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/TestAbility/pages/
DIndexSec.ets175 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
178 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
193 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
199 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
216 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
232 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
248 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
264 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
281 Progress({ value: 60, total: 100, type: ProgressType.Ring })
284 Progress({ value: 60, total: 100, type: ProgressType.Ring })
[all …]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_information/ace_ets_module_information_api11/entry/src/main/ets/MainAbility/pages/Progress/
DProgressSec.ets174 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
177 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
192 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
198 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
215 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
231 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
247 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
263 Progress({ value: 60, total: 100, type: ProgressType.Capsule })
280 Progress({ value: 60, total: 100, type: ProgressType.Ring })
283 Progress({ value: 60, total: 100, type: ProgressType.Ring })
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/badge/router/
Dindex.js235 var type = event.type variable
239 var message = 'type--' + type + ',globalX--' + globalX +
247 var type = event.type
251 var message = 'type--' + type + ',globalX--' + globalX +
259 var type = event.type
263 var message = 'type--' + type + ',globalX--' + globalX +
271 var type = event.type
275 var message = 'type--' + type + ',globalX--' + globalX +
283 var type = event.type
287 var message = 'type--' + type + ',globalX--' + globalX +
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/badge/router2/
Dindex.js232 var type = event.type variable
236 var message = 'type--' + type + ',globalX--' + globalX +
244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
260 var message = 'type--' + type + ',globalX--' + globalX +
268 var type = event.type
272 var message = 'type--' + type + ',globalX--' + globalX +
280 var type = event.type
284 var message = 'type--' + type + ',globalX--' + globalX +
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/listItem/router4/
Dindex.js240 var type = event.type variable
244 var message = 'type--' + type + ',globalX--' + globalX +
252 var type = event.type
256 var message = 'type--' + type + ',globalX--' + globalX +
264 var type = event.type
268 var message = 'type--' + type + ',globalX--' + globalX +
276 var type = event.type
280 var message = 'type--' + type + ',globalX--' + globalX +
288 var type = event.type
292 var message = 'type--' + type + ',globalX--' + globalX +
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/badge/router5/
Dindex.js232 var type = event.type variable
236 var message = 'type--' + type + ',globalX--' + globalX +
244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
260 var message = 'type--' + type + ',globalX--' + globalX +
268 var type = event.type
272 var message = 'type--' + type + ',globalX--' + globalX +
280 var type = event.type
284 var message = 'type--' + type + ',globalX--' + globalX +
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/badge/router1/
Dindex.js231 var type = event.type variable
235 var message = 'type--' + type + ',globalX--' + globalX +
243 var type = event.type
247 var message = 'type--' + type + ',globalX--' + globalX +
255 var type = event.type
259 var message = 'type--' + type + ',globalX--' + globalX +
267 var type = event.type
271 var message = 'type--' + type + ',globalX--' + globalX +
279 var type = event.type
283 var message = 'type--' + type + ',globalX--' + globalX +
[all …]

12345678910>>...250