Home
last modified time | relevance | path

Searched refs:c11 (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpicker.js85 setInitiallyProvidedValue(c11) { argument
86 if (c11.normalColor !== undefined) {
89 if (c11.activeColor !== undefined) {
92 if (c11.colorMode !== undefined) {
93 this.colorMode = c11.colorMode;
95 if (c11.deviceList !== undefined) {
96 this.deviceList = c11.deviceList;
98 if (c11.sessionType !== undefined) {
101 if (c11.pickerStyle !== undefined) {
107 if (c11.isMenuShow !== undefined) {
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js1701 this.c11 = new Map();
1910 this.c11.clear();
1989 this.c11.clear();
2077 if (this.c11.has(c13.e6())) {
2114 this.c11.set(y12[0], a13 + 1);
2175 if (this.c11.has(currentNodeId)) {
2176 t12 = this.c11.get(currentNodeId);
2458 this.c11.set(data.e6(), index);
2465 this.c11.set(data.e6(), this.w7.length);
2673 if (d11 || c11) {
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/
H A DBUILD.gn45 "-std=c11",
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1081 const c11 = Math.trunc(a11 % b11); constant
1083 let e11 = Math.abs(c11 - d11) * this.blockWidth;
1084 if (c11 < d11) {
1087 else if (c11 > d11) {
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-compile-rule.md60 **【描述】** 按时间先后顺序,常用的ISO C标准包括:"-std=c90","-std=c99","-std=c11",对应的GNU扩展标准为"-std=gnu90","-std=gnu99"…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1126 this.observeComponentCreation2((c11, d11) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js2559 this.observeComponentCreation2((b11, c11) => {
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-compile-rule.md60 …nce, common ISO C standards include **-std=c90**, **-std=c99**, and **-std=c11**, and the correspo…
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!