Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 184) sorted by relevance

12345678

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dsemaphorendk.cpp46 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 …]
Dschedndk.cpp47 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 …]
Dselectndk.cpp48 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/
DfreezeInactive.ets19 @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/
DSchemaJsTest.js153 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/
DSchemaJsunit.test.js157 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/
DActsCodecFormatNdkTest.cpp45 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/
Dreadme.md20 <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/
Dreadme.md20 <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/
Dlist.ets82 console.info('first' + firstIndex)
110 console.info('first' + firstIndex)
138 console.info('first' + firstIndex)
166 console.info('first' + firstIndex)
194 console.info('first' + firstIndex)
DgridScrollBar.ets44 .onScrollIndex((first: number) => {
45 console.info(first.toString())
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/
DGridPage.ets200 .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())
DGridCallbackPage.ets201 .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())
Dgrid_add.ets74 .onScrollIndex((first: number) => {
75 console.info(first.toString())
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/
DStateMap.ets46 Button('replace the first one').id("stateMap_replace")
51 Button('delete the first one').id("stateMap_delete")
DObjectLinkMap.ets84 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/
DscrollPage.ets46 .onScrollIndex((first: number) => {
47 console.info(first.toString())
DscrollBy.ets60 .onScrollIndex((first: number) => {
61 console.info(first.toString())
DscrollEge.ets45 .onScrollIndex((first: number) => {
46 console.info(first.toString())
/test/testfwk/arkxtest/uitest/record/
Dpointer_info.h41 void SetFirstTouchEventInfo(TouchEventInfo& first) in SetFirstTouchEventInfo() argument
43 firstTouchEventInfo = first; in SetFirstTouchEventInfo()
/test/ostest/wukong/report/src/
Dstatistics_event.cpp35 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/
DGridFrictionPage.ets58 .onScrollIndex((first: number) => {
59 console.info(first.toString())
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
DActsVideoDecEncNdkTest.cpp55 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/
DActsAudioDecEncNdkTest.cpp65 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/
Drun.bat35 @echo "Please install pip first!"
42 @echo "Please install setuptools first!"

12345678