/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | semaphorendk.cpp | 46 int first = PARAM_0; in SemGetvalue() local 47 napi_get_value_int32(env, args[0], &first); in SemGetvalue() 49 int ret = sem_getvalue(&semp, &first); in SemGetvalue() 102 int first = PARAM_0; in SemInit() local 103 napi_get_value_int32(env, args[0], &first); in SemInit() 105 int ret = sem_init(&bin_sem, PARAM_0, first); in SemInit() 133 int first = PARAM_0; in SemPost() local 134 napi_get_value_int32(env, args[0], &first); in SemPost() 152 int first = PARAM_0; in SemWait() local 153 napi_get_value_int32(env, args[0], &first); in SemWait() [all …]
|
D | schedndk.cpp | 47 int first = PARAM_0; in SchedGetPriorityMax() local 48 napi_get_value_int32(env, args[0], &first); in SchedGetPriorityMax() 49 int maxvalue = sched_get_priority_max(first); in SchedGetPriorityMax() 60 int first = PARAM_0; in SchedGetPriorityMin() local 61 napi_get_value_int32(env, args[0], &first); in SchedGetPriorityMin() 62 int minvalue = sched_get_priority_min(first); in SchedGetPriorityMin() 92 int first = PARAM_0; in SchedGetscheduler() local 93 napi_get_value_int32(env, args[0], &first); in SchedGetscheduler() 96 if (first == PARAM_0) { in SchedGetscheduler() 100 if (first == MINUSONE) { in SchedGetscheduler() [all …]
|
D | selectndk.cpp | 48 int first = PARAM_0; in Select() local 50 napi_get_value_int32(env, args[0], &first); in Select() 51 if (first == PARAM_0) { in Select()
|
/test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/MainAbility/pages/ |
D | freezeInactive.ets | 19 @StorageLink('PropA')@Watch("first") storLink: number = 30; 20 first(){ 21 console.info("first page "+ `${this.storLink}`) 26 Text(`first Page ${this.storLink}`).key('freeze_Inactive')
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/src/main/js/test/ |
D | SchemaJsTest.js | 153 let first = new ddm.FieldNode('first'); 154 first.type = ddm.ValueType.STRING; 155 first.nullable = false; 156 first.default = 'first name'; 165 english.appendChild(first); 186 let first = new ddm.FieldNode('first'); 187 first.type = ddm.ValueType.STRING; 188 first.nullable = false; 189 first.default = 'first name'; 198 english.appendChild(first);
|
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/src/main/js/test/ |
D | SchemaJsunit.test.js | 157 let first = new ddm.FieldNode('first'); 158 first.type = ddm.ValueType.STRING; 159 first.nullable = false; 160 first.default = 'first name'; 169 english.appendChild(first); 189 let first = new ddm.FieldNode('first'); 190 first.type = ddm.ValueType.STRING; 191 first.nullable = false; 192 first.default = 'first name'; 201 english.appendChild(first);
|
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
D | ActsCodecFormatNdkTest.cpp | 45 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc() 46 cout << "key: " << t.first << "; out: " << out <<endl; in CheckDecDesc() 48 cout << "OH_AVFormat_GetIntValue Fail. key:" << t.first << endl; in CheckDecDesc() 52 cout << "OH_AVFormat_GetIntValue error. key: " << t.first in CheckDecDesc() 66 key = t.first.c_str(); in SetFormat() 68 cout << "OH_AV_FormatPutIntValue Fail. format key: " << t.first in SetFormat()
|
/test/xts/acts/applications/kitframework_ipcamera/ |
D | readme.md | 20 <td>用例全部通过。并检查是否可搜到关键字:this is the first run of test after flash</td> 26 <td>用例全部通过。并检查是否可搜到关键字:this is not the first run of test after flash</td> 35 <td>用例全部通过。并检查是否可搜到关键字:this is the first run of test after flash</td>
|
/test/xts/acts/applications/kitframework/ |
D | readme.md | 20 <td>用例全部通过。并检查是否可搜到关键字:this is the first run of test after flash</td> 26 <td>用例全部通过。并检查是否可搜到关键字:this is not the first run of test after flash</td> 32 <td>用例全部通过。并检查是否可搜到关键字:this is the first run of test after flash</td>
|
/test/xts/acts/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/ |
D | list.ets | 82 console.info('first' + firstIndex) 110 console.info('first' + firstIndex) 138 console.info('first' + firstIndex) 166 console.info('first' + firstIndex) 194 console.info('first' + firstIndex)
|
D | gridScrollBar.ets | 44 .onScrollIndex((first: number) => { 45 console.info(first.toString())
|
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/ |
D | GridPage.ets | 200 .onScrollIndex((first: number) => { 201 this.onScrollIndex = first 202 console.info(first.toString()) 211 .onScrollIndex((first: number,last: number) => { 213 console.info("onScrollIndex first:" + first.toString() + " last:" + last.toString())
|
D | GridCallbackPage.ets | 201 .onScrollIndex((first: number) => { 202 this.onScrollIndex = first 203 console.info(first.toString()) 212 .onScrollIndex((first: number,last: number) => { 214 console.info("onScrollIndex first:" + first.toString() + " last:" + last.toString())
|
D | grid_add.ets | 74 .onScrollIndex((first: number) => { 75 console.info(first.toString())
|
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/ |
D | StateMap.ets | 46 Button('replace the first one').id("stateMap_replace") 51 Button('delete the first one').id("stateMap_delete")
|
D | ObjectLinkMap.ets | 84 Button('replace the first one').id("ObtLinkMap_replace") 89 Button('delete the first one').id("ObtLinkMap_delete")
|
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_grid_test/entry/src/main/ets/MainAbility/pages/Grid/Grid_iiregular/ |
D | scrollPage.ets | 46 .onScrollIndex((first: number) => { 47 console.info(first.toString())
|
D | scrollBy.ets | 60 .onScrollIndex((first: number) => { 61 console.info(first.toString())
|
D | scrollEge.ets | 45 .onScrollIndex((first: number) => { 46 console.info(first.toString())
|
/test/testfwk/arkxtest/uitest/record/ |
D | pointer_info.h | 41 void SetFirstTouchEventInfo(TouchEventInfo& first) in SetFirstTouchEventInfo() argument 43 firstTouchEventInfo = first; in SetFirstTouchEventInfo()
|
/test/ostest/wukong/report/src/ |
D | statistics_event.cpp | 35 DEBUG_LOG_STR("start bundlename{%s}", bundle.first.c_str()); in StatisticsDetail() 53 table->SetName(bundle.first); in StatisticsDetail() 55 destTables[bundle.first] = table; in StatisticsDetail()
|
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_grid_test/entry/src/main/ets/MainAbility/pages/Grid/Grid_attribute/ |
D | GridFrictionPage.ets | 58 .onScrollIndex((first: number) => { 59 console.info(first.toString())
|
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
D | ActsVideoDecEncNdkTest.cpp | 55 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc() 56 cout << "key: " << t.first << "; out: " << out <<endl; in CheckDecDesc() 58 cout << "OH_AVFormat_GetIntValue Fail. key:" << t.first << endl; in CheckDecDesc() 62 cout << "OH_AVFormat_GetIntValue error. key: " << t.first in CheckDecDesc() 82 key = t.first.c_str(); in SetFormat() 84 cout << "OH_AV_FormatPutIntValue Fail. format key: " << t.first in SetFormat()
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
D | ActsAudioDecEncNdkTest.cpp | 65 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc() 66 cout << "key: " << t.first << "; out: " << out <<endl; in CheckDecDesc() 68 cout << "OH_AVFormat_GetIntValue Fail. key:" << t.first << endl; in CheckDecDesc() 72 cout << "OH_AVFormat_GetIntValue error. key: " << t.first in CheckDecDesc() 86 key = t.first.c_str(); in SetFormat() 88 cout << "OH_AV_FormatPutIntValue Fail. format key: " << t.first in SetFormat()
|
/test/testfwk/xdevice/ |
D | run.bat | 35 @echo "Please install pip first!" 42 @echo "Please install setuptools first!"
|