/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 91 capability_.props.clear();
in RSScreen() 525 propIndex, capability_.props[propIndex].name.c_str(), capability_.props[propIndex].propId,
in PropDump() 526 capability_.props[propIndex].value);
in PropDump()
|
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_album_napi.cpp | 55 napi_property_descriptor props[] = { in PhotoAccessInit() local 71 PhotoAlbumNapiConstructor, nullptr, sizeof(props) / sizeof(props[0]), props, in PhotoAccessInit()
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | uitest_napi.cpp | 524 napi_property_descriptor props[] = { in Export() local 528 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(props) / sizeof(props[0]), props)); in Export()
|
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
H A D | image_pixel_map_imgndk_test.cpp | 32 napi_property_descriptor props[] = { in Init() local 52 napi_define_properties(env, exports, sizeof(props) / sizeof(props[0]), props); in Init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLCommandQueue.cpp | 115 auto props = mProperties.synchronize(); in setProperty() local 118 *oldProperties = props->get(); in setProperty() 125 props->clear(properties); in setProperty() 129 props->set(properties); in setProperty()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_autogen.h | 138 const GLenum *props, 529 const GLenum *props, 540 const GLenum *props, 551 const GLenum *props,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-kerx-table.hh | 282 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in transition() 886 if (HB_DIRECTION_IS_HORIZONTAL (c->buffer->props.direction) != st->u.header.is_horizontal ()) in apply() 890 HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction); in apply() 905 pos[i].attach_chain() = HB_DIRECTION_IS_FORWARD (c->buffer->props.direction) ? -1 : +1; in apply()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 668 VkExtensionProperties props{}; 669 copy_string_to_char_array(extensionName, &props.extensionName[0], VK_MAX_EXTENSION_NAME_SIZE); 670 props.specVersion = specVersion; 671 return props;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_model_ng.h | 25 void Create(const MenuItemProperties& props) override;
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | NodeImpl.h | 31 static void GetPropertyDescs(BASE_NS::vector<napi_property_descriptor>& props);
|
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | popoverCheckBox.js | 57 props: ["headername", "options", "type"],
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.h | 104 const CObjectVector<CProperty> &props,
|
/third_party/lzma/CPP/7zip/ |
H A D | IStream.h | 134 x(GetProps2(CStreamFileProps *props))
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.h | 159 GLsizei propCount, const GLenum *props,
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ppucd.h | 153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.h | 153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | provider.h | 50 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
|
/third_party/skia/src/core/ |
H A D | SkSpecialImage.h | 53 const SkSurfaceProps& props() const { return fProps; } in props() function in SkSpecialImage
|
H A D | SkRemoteGlyphCache.h | 65 const SkSurfaceProps& props,
|
/third_party/openssl/include/internal/ |
H A D | provider.h | 50 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.h | 153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 188 bdf_property_t* props; /* Font properties themselves. */ member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | contextualTypingOfOptionalMembers.js | 72 declare function App4<State, Actions extends ActionsObjectOr<State>>(props: Options<State, Actions>["actions"] & { state: State }): JSX.Element;
|
/third_party/skia/include/utils/ |
H A D | SkPaintFilterCanvas.h | 93 bool onGetProps(SkSurfaceProps* props) const override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_pattern.cpp | 251 auto props = swiperNode->GetLayoutProperty<SwiperLayoutProperty>(); in UpdateSwiperDisableSwipe() local 252 CHECK_NULL_VOID(props); in UpdateSwiperDisableSwipe() 253 props->UpdateDisableSwipe(disableSwipe); in UpdateSwiperDisableSwipe()
|