Home
last modified time | relevance | path

Searched refs:icons (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_side_bar.cpp303 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 Dappxmanifest.py500 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 Dasm-bad0.c14 static void icons(void) in icons() function
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_side_bar_container_ffi.h35 CJSideBarIconStyle icons; member
H A Dcj_side_bar_container_ffi.cpp94 auto iconsInfo = style.icons; in FfiOHOSAceFrameworkSideBarControlButton()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp479 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 Dbh.h359 SANE_Bool icons; member
H A Dbh.c1580 /* 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 Dap_config.c897 os_free(p->icons[j]); in hostapd_config_free_bss()
898 os_free(p->icons); in hostapd_config_free_bss()
H A Dap_config.h632 char **icons; member
H A Dgas_serv.c771 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 Dap_config.c801 os_free(p->icons[j]); in hostapd_config_free_bss()
802 os_free(p->icons); in hostapd_config_free_bss()
H A Dap_config.h622 char **icons; member
H A Dgas_serv.c768 anqp_add_icon(buf, bss, p->icons[i]); in anqp_add_osu_provider()
/third_party/python/Lib/idlelib/
H A Dpyshell.py1627 icons = [PhotoImage(master=root, file=iconfile)
1629 root.wm_iconphoto(True, *icons)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c1986 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 Dap_config_file.c2056 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 Dbms_bundle_resource_test.cpp2572 "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 DarkComponent.js10669 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 Dcjui_api.h2671 void (*setSelectValue)(ArkUINodeHandle node, ArkUI_CharPtr* values, ArkUI_CharPtr* icons, ArkUI_Uint32 length);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h4397 void (*setSelectValue)(ArkUINodeHandle node, ArkUI_CharPtr* values, ArkUI_CharPtr* icons, ArkUI_Uint32 length);

Completed in 98 milliseconds