/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_side_bar.cpp | 303 JSRef<JSVal> icons = value->GetProperty("icons"); in JsControlButton() local 304 if (icons->IsNull() || icons->IsUndefined()) { in JsControlButton() 311 if (icons->IsObject()) { in JsControlButton() 312 JSRef<JSObject> iconsVal = JSRef<JSObject>::Cast(icons); in JsControlButton()
|
/third_party/python/PC/layout/support/ |
H A D | appxmanifest.py | 500 icons = ns.source / "PC" / "icons" 502 src = icons / "pythonx{}.png".format(px) 506 src = icons / "pythonwx{}.png".format(px) 511 src = icons / "idlex{}.png".format(px) 514 yield f"_resources/py.png", icons / "py.png"
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | asm-bad0.c | 14 static void icons(void) in icons() function
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_side_bar_container_ffi.h | 35 CJSideBarIconStyle icons; member
|
H A D | cj_side_bar_container_ffi.cpp | 94 auto iconsInfo = style.icons; in FfiOHOSAceFrameworkSideBarControlButton()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | select_modifier.cpp | 479 void SetSelectValue(ArkUINodeHandle node, ArkUI_CharPtr* values, ArkUI_CharPtr* icons, ArkUI_Uint32 length) in SetSelectValue() argument 484 CHECK_NULL_VOID(icons); in SetSelectValue() 492 param.icon = icons[i]; in SetSelectValue()
|
/third_party/backends/backend/ |
H A D | bh.h | 359 SANE_Bool icons; member
|
H A D | bh.c | 1580 /* see whether we'll be handling icons (thumbnails) in start_setup() 1581 * set the icons flag appropriately in start_setup() 1586 s->icons = SANE_TRUE; in start_setup() 1590 s->icons = SANE_FALSE; in start_setup() 1618 /* icons (thumbnails) */ in start_setup() 1619 if (s->icons) in start_setup() 1724 "icons=%s, batch=%s\n", in start_setup() 1728 (s->icons == SANE_TRUE) ? "yes" : "no", in start_setup() 1765 if (s->icons == SANE_TRUE) in start_setup()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.c | 897 os_free(p->icons[j]); in hostapd_config_free_bss() 898 os_free(p->icons); in hostapd_config_free_bss()
|
H A D | ap_config.h | 632 char **icons; member
|
H A D | gas_serv.c | 771 anqp_add_icon(buf, bss, p->icons[i]); in anqp_add_osu_provider()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.c | 801 os_free(p->icons[j]); in hostapd_config_free_bss() 802 os_free(p->icons); in hostapd_config_free_bss()
|
H A D | ap_config.h | 622 char **icons; member
|
H A D | gas_serv.c | 768 anqp_add_icon(buf, bss, p->icons[i]); in anqp_add_osu_provider()
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 1627 icons = [PhotoImage(master=root, file=iconfile) 1629 root.wm_iconphoto(True, *icons)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 1986 n = os_realloc_array(p->icons, p->icons_count + 1, sizeof(char *)); in hs20_parse_osu_icon() 1989 p->icons = n; in hs20_parse_osu_icon() 1990 p->icons[p->icons_count] = os_strdup(pos); in hs20_parse_osu_icon() 1991 if (p->icons[p->icons_count] == NULL) in hs20_parse_osu_icon()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 2056 n = os_realloc_array(p->icons, p->icons_count + 1, sizeof(char *)); in hs20_parse_osu_icon() 2059 p->icons = n; in hs20_parse_osu_icon() 2060 p->icons[p->icons_count] = os_strdup(pos); in hs20_parse_osu_icon() 2061 if (p->icons[p->icons_count] == NULL) in hs20_parse_osu_icon()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 2572 "icons": 0, in HWTEST_F() 2593 "icons": 1, in HWTEST_F() 2614 "icons": 1, in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 10669 this.value.top, this.value.width, this.value.height, (_a = this.value.icons) === null || 10670 _a === void 0 ? void 0 : _a.shown, (_b = this.value.icons) === null || 10671 _b === void 0 ? void 0 : _b.hidden, (_c = this.value.icons) === null || 10684 return !isBaseOrResourceEqual((_a = this.stageValue.icons) === null || _a === void 0 ? void 0 : _a.shown, (_b = this.value.icons) === null || 10686 !isBaseOrResourceEqual((_c = this.stageValue.icons) === null || _c === void 0 ? void 0 : _c.hidden, (_d = this.value.icons) === null || 10688 !isBaseOrResourceEqual((_e = this.stageValue.icons) === null || _e === void 0 ? void 0 : _e.switching, (_f = this.value.icons) === null || 15797 this.icons [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 2671 void (*setSelectValue)(ArkUINodeHandle node, ArkUI_CharPtr* values, ArkUI_CharPtr* icons, ArkUI_Uint32 length);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 4397 void (*setSelectValue)(ArkUINodeHandle node, ArkUI_CharPtr* values, ArkUI_CharPtr* icons, ArkUI_Uint32 length);
|