Home
last modified time | relevance | path

Searched refs:props (Results 676 - 700 of 892) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-vowel-constraints.cc56 switch ((unsigned) buffer->props.script) in _hb_preprocess_text_vowel_constraints()
/third_party/vulkan-loader/loader/
H A Dloader_common.h83 VkExtensionProperties props; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp205 auto props = AceType::DynamicCast<GridLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Layout() local
206 CHECK_NULL_VOID(props); in Layout()
219 const int32_t cacheCount = props->GetCachedCountValue(1); in Layout()
239 if (props->GetPositionProperty()) { in Layout()
240 align = props->GetPositionProperty()->GetAlignment().value_or(align); in Layout()
303 props->GetShowCachedItemsValue(false)); in Layout()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c2442 DBusMessageIter args, props; in endpoint_set_configuration() local
2459 dbus_message_iter_recurse(&args, &props); in endpoint_set_configuration()
2460 if (dbus_message_iter_get_arg_type(&props) != DBUS_TYPE_DICT_ENTRY) in endpoint_set_configuration()
2466 while (dbus_message_iter_get_arg_type(&props) == DBUS_TYPE_DICT_ENTRY) { in endpoint_set_configuration()
2471 dbus_message_iter_recurse(&props, &entry); in endpoint_set_configuration()
2528 dbus_message_iter_next(&props); in endpoint_set_configuration()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp150 vector<napi_property_descriptor> props = { in DeflateExport() local
167 return props; in DeflateExport()
172 vector<napi_property_descriptor> props = { in InflateExport() local
194 return props; in InflateExport()
199 vector<napi_property_descriptor> props = { in Export() local
213 props.push_back(prop); in Export()
217 props.push_back(prop); in Export()
223 tie(succ, cls) = NapiClass::DefineClass(exports_.env_, className, ZipNExporter::Constructor, move(props)); in Export()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp463 IRenderPreprocessorSystem::Properties props; in CreateDefaultEcs() local
464 props.dataStorePrefix = dataStorePrefix; in CreateDefaultEcs()
465 props.dataStoreScene = sceneDataStore; in CreateDefaultEcs()
466 props.dataStoreCamera = cameraDataStore; in CreateDefaultEcs()
467 props.dataStoreLight = lightDataStore; in CreateDefaultEcs()
468 props.dataStoreMaterial = materialDataStore; in CreateDefaultEcs()
469 props.dataStoreMorph = morphDataStore; in CreateDefaultEcs()
471 *ScopedHandle<IRenderPreprocessorSystem::Properties>(renderPreprocessorSystem->GetProperties()) = props; in CreateDefaultEcs()
H A Decs_serializer.cpp670 const auto* props = ec.GetSerializedProperties(entity, cm.GetUid()); in WriteComponent() local
671 if (props) { in WriteComponent()
676 for (auto& propertyPath : *props) { in WriteComponent()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp608 const auto* props = ec.GetSerializedProperties(entity, cm.GetUid()); in WriteComponent() local
609 if (props) { in WriteComponent()
614 for (const auto& propertyPath : *props) { in WriteComponent()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dauxiliary_picture_napi.cpp99 napi_property_descriptor props[] = { in Init() local
117 Constructor, nullptr, IMG_ARRAY_SIZE(props), in Init()
118 props, &constructor)), in Init()
H A Dimage_creator_napi.cpp122 napi_property_descriptor props[] = { in Init() local
141 size_t props_count = IMG_ARRAY_SIZE(props); in Init()
146 nullptr, props_count, props, &constructor)), in Init()
H A Dpicture_napi.cpp240 napi_property_descriptor props[] = { in Init() local
263 napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, nullptr, IMG_ARRAY_SIZE(props), in Init()
264 props, &constructor)), nullptr, IMAGE_LOGE("define class fail") in Init()
H A Dimage_packer_napi.cpp418 napi_property_descriptor props[] = { in Init() local
435 nullptr, IMG_ARRAY_SIZE(props), props, &constructor)), nullptr, in Init()
H A Dimage_receiver_napi.cpp142 napi_property_descriptor props[] = { in Init() local
163 size_t props_count = IMG_ARRAY_SIZE(props); in Init()
168 nullptr, props_count, props, &constructor)), in Init()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp144 napi_property_descriptor props[] = { in Init() local
164 size_t props_count = IMG_ARRAY_SIZE(props); in Init()
169 nullptr, props_count, props, &constructor)), in Init()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Dcolor_picker_napi.cpp127 napi_property_descriptor props[] = { in Init() local
147 EFFECT_ARRAY_SIZE(props), props, in Init()
/third_party/ffmpeg/fftools/
H A Dopt_common.c697 printf((desc->props & AV_CODEC_PROP_INTRA_ONLY) ? "I" : "."); in show_codecs()
698 printf((desc->props & AV_CODEC_PROP_LOSSY) ? "L" : "."); in show_codecs()
699 printf((desc->props & AV_CODEC_PROP_LOSSLESS) ? "S" : "."); in show_codecs()
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp1060 const CObjectVector<CProperty> *props, in ListArchives()
1143 optProps.Props = *props; in ListArchives()
1148 options.props = props; in ListArchives()
1046 ListArchives( const CListOptions &listOptions, CCodecs *codecs, const CObjectVector<COpenType> &types, const CIntVector &excludedFormats, bool stdInMode, UStringVector &arcPaths, UStringVector &arcPathsFull, bool processAltStreams, bool showAltStreams, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, const CObjectVector<CProperty> *props, UInt64 &numErrors, UInt64 &numWarnings) ListArchives() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c141 load_store_opcode_props[instructions[i]->op].props & LDST_ADDRESS) { in mir_create_dependency_graph()
598 if (alu_opcode_props[ins->op].props & unit) in mir_has_unit()
903 if (GET_CHANNEL_COUNT(alu_opcode_props[instructions[i]->op].props)) in mir_comparison_mobile()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c121 VkFormatProperties props; in wsi_wl_display_add_vk_format() local
124 format, &props); in wsi_wl_display_add_vk_format()
125 if (!(props.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT)) in wsi_wl_display_add_vk_format()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js26 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c990 const char *props = NULL; in key2any_set_ctx_params() local
994 if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props)) in key2any_set_ctx_params()
1002 EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL)) in key2any_set_ctx_params()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp1030 VkExternalBufferProperties props = { in verifyBufferProperties() local
1036 m_context.getInstanceInterface().getPhysicalDeviceExternalBufferProperties(m_context.getPhysicalDevice(), &bufferInfo, &props); in verifyBufferProperties()
1038 checkExternalMemoryProperties(props.externalMemoryProperties); in verifyBufferProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp1030 VkExternalBufferProperties props = { in verifyBufferProperties() local
1036 m_context.getInstanceInterface().getPhysicalDeviceExternalBufferProperties(m_context.getPhysicalDevice(), &bufferInfo, &props); in verifyBufferProperties()
1038 checkExternalMemoryProperties(props.externalMemoryProperties); in verifyBufferProperties()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c979 const char *props = NULL; in key2any_set_ctx_params() local
983 if (propsp != NULL && !OSSL_PARAM_get_utf8_string_ptr(propsp, &props)) in key2any_set_ctx_params()
991 EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL)) in key2any_set_ctx_params()
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_pattern_test_controlsize_ng.cpp578 * @tc.steps: step1+. Create vector options_[0] props HasDivider. in HWTEST_F()
581 auto props = selectPattern->options_[0]->GetPaintProperty<OptionPaintProperty>(); in HWTEST_F() local
584 props->UpdateDivider(divider); in HWTEST_F()

Completed in 56 milliseconds

1...<<21222324252627282930>>...36