Home
last modified time | relevance | path

Searched refs:props (Results 851 - 875 of 1592) sorted by relevance

1...<<31323334353637383940>>...64

/foundation/graphic/graphic_3d/kits/js/include/
H A DSceneResourceImpl.h64 static void GetPropertyDescs(BASE_NS::vector<napi_property_descriptor>& props);
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_prop_list_data.h31 bool SetProps(std::shared_ptr<std::vector<Property>> &props);
/third_party/lzma/C/
H A DLzma2Enc.h32 SZ_ERROR_PARAM - Incorrect paramater in props
45 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
/third_party/skia/src/core/
H A DSkSpecialSurface.h35 const SkSurfaceProps& props() const { return fProps; } in props() function in SkSpecialSurface
/third_party/typescript/tests/baselines/reference/
H A DtsxDiscriminantPropertyInference.js19 declare function Comp(props: DiscriminatorTrue | DiscriminatorFalse): JSX.Element;
H A DmappedTypes2.js26 declare function assign<T>(obj: T, props: Partial<T>): void;
152 declare function assign<T>(obj: T, props: Partial<T>): void;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.cpp25 auto props = AceType::DynamicCast<GridLayoutProperty>(wrapper_->GetLayoutProperty()); in GridLayoutRangeSolver() local
26 opts_ = &props->GetLayoutOptions().value(); in GridLayoutRangeSolver()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp204 vector<napi_property_descriptor> props = { in Export() local
212 HashStreamNExporter::Constructor, move(props)); in Export()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_n_exporter.cpp205 vector<napi_property_descriptor> props = { in Export() local
212 NClass::DefineClass(exports_.env_, className, WatcherNExporter::Constructor, std::move(props)); in Export()
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
H A Dclient-buffers.c21 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_rx_ring()
59 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_tx_ring()
/kernel/linux/linux-6.6/drivers/staging/fbtft/
H A Dfb_ssd1351.c197 __func__, bd->props.power, bd->props.fb_blank); in update_onboard_backlight()
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
H A Dclient-buffers.c21 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_rx_ring()
59 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_tx_ring()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h323 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);
324 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_child.c192 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument
196 return evp_set_default_properties_int(ctx, props, 0, 1); in provider_global_props_cb()
/third_party/openssl/crypto/
H A Dprovider_child.c192 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument
196 return evp_set_default_properties_int(ctx, props, 0, 1); in provider_global_props_cb()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DSwapChainPanelNativeWindow.cpp93 ComPtr<IPropertySet> props = propertySet; in initialize() local
103 result = props.As(&mPropertyMap); in initialize()
H A DInspectableNativeWindow.cpp69 ComPtr<IInspectable> props = window; in IsEGLConfiguredPropertySet() local
75 HRESULT result = props.As(&propSet); in IsEGLConfiguredPropertySet()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp218 SkSurfaceProps props(0, kUnknown_SkPixelGeometry); in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
222 nullptr, &props)); in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c505 if (xs->props.family == AF_INET) { in ixgbe_ipsec_check_mgmt_ip()
578 if (xs->props.mode != XFRM_MODE_TRANSPORT) { in ixgbe_ipsec_add_sa()
619 if (xs->props.family == AF_INET6) in ixgbe_ipsec_add_sa()
684 if (rsa.xs->props.family == AF_INET6) in ixgbe_ipsec_add_sa()
821 if (xs->props.family == AF_INET) { in ixgbe_ipsec_offload_ok()
921 xs->props.family = sam->family; in ixgbe_ipsec_vf_add_sa()
922 if (xs->props.family == AF_INET6) in ixgbe_ipsec_vf_add_sa()
941 xs->props.ealgo = algo->desc.sadb_alg_id; in ixgbe_ipsec_vf_add_sa()
1117 * as the static value found in xs->props.trailer_len (21). in ixgbe_ipsec_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c505 if (xs->props.family == AF_INET) { in ixgbe_ipsec_check_mgmt_ip()
579 if (xs->props.mode != XFRM_MODE_TRANSPORT) { in ixgbe_ipsec_add_sa()
625 if (xs->props.family == AF_INET6) in ixgbe_ipsec_add_sa()
690 if (rsa.xs->props.family == AF_INET6) in ixgbe_ipsec_add_sa()
827 if (xs->props.family == AF_INET) { in ixgbe_ipsec_offload_ok()
926 xs->props.family = sam->family; in ixgbe_ipsec_vf_add_sa()
927 if (xs->props.family == AF_INET6) in ixgbe_ipsec_vf_add_sa()
946 xs->props.ealgo = algo->desc.sadb_alg_id; in ixgbe_ipsec_vf_add_sa()
1122 * as the static value found in xs->props.trailer_len (21). in ixgbe_ipsec_tx()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCaseMapImpl.java473 int props = CASE_TRIE.getFromU16SingleLead(lead); in internalToLower()
474 if (UCaseProps.propsHasException(props)) { break; } in internalToLower()
476 if (!UCaseProps.isUpperOrTitleFromProps(props) || in internalToLower()
477 (delta = UCaseProps.getDelta(props)) == 0) { in internalToLower()
554 int props = CASE_TRIE.getFromU16SingleLead(lead); in internalToUpper()
555 if (UCaseProps.propsHasException(props)) { break; } in internalToUpper()
557 if (UCaseProps.getTypeFromProps(props) != UCaseProps.LOWER || in internalToUpper()
558 (delta = UCaseProps.getDelta(props)) == 0) { in internalToUpper()
/third_party/icu/icu4c/source/common/
H A Ducasemap.cpp280 uint16_t props = UTRIE2_GET16(trie, c); in toLower() local
281 if (UCASE_HAS_EXCEPTION(props)) { break; } in toLower()
283 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()
388 uint16_t props = UTRIE2_GET16(trie, c); in toUpper() local
389 if (UCASE_HAS_EXCEPTION(props)) { break; } in toUpper()
391 if (UCASE_GET_TYPE(props) != UCASE_LOWER || (delta = UCASE_GET_DELTA(props)) == 0) { in toUpper()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCaseMapImpl.java467 int props = CASE_TRIE.getFromU16SingleLead(lead); in internalToLower()
468 if (UCaseProps.propsHasException(props)) { break; } in internalToLower()
470 if (!UCaseProps.isUpperOrTitleFromProps(props) || in internalToLower()
471 (delta = UCaseProps.getDelta(props)) == 0) { in internalToLower()
548 int props = CASE_TRIE.getFromU16SingleLead(lead); in internalToUpper()
549 if (UCaseProps.propsHasException(props)) { break; } in internalToUpper()
551 if (UCaseProps.getTypeFromProps(props) != UCaseProps.LOWER || in internalToUpper()
552 (delta = UCaseProps.getDelta(props)) == 0) { in internalToUpper()
/third_party/node/deps/icu-small/source/common/
H A Ducasemap.cpp280 uint16_t props = UTRIE2_GET16(trie, c); in toLower() local
281 if (UCASE_HAS_EXCEPTION(props)) { break; } in toLower()
283 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower()
388 uint16_t props = UTRIE2_GET16(trie, c); in toUpper() local
389 if (UCASE_HAS_EXCEPTION(props)) { break; } in toUpper()
391 if (UCASE_GET_TYPE(props) != UCASE_LOWER || (delta = UCASE_GET_DELTA(props)) == 0) { in toUpper()
/third_party/skia/src/gpu/v1/
H A DDevice.cpp159 const SkSurfaceProps& props, in Make()
170 props, in Make()
926 const SkSurfaceProps& props) { in replaceBackingProxy()
928 std::move(colorSpace), origin, props); in replaceBackingProxy()
997 SkSurfaceProps props(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice()
1008 fSurfaceDrawContext->colorInfo().refColorSpace(), fit, cinfo.fInfo.dimensions(), props, in onCreateDevice()
1022 sk_sp<SkSurface> Device::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() argument
1028 fSurfaceDrawContext->origin(), &props); in makeSurface()
151 Make(GrRecordingContext* rContext, SkBudgeted budgeted, const SkImageInfo& ii, SkBackingFit fit, int sampleCount, GrMipmapped mipMapped, GrProtected isProtected, GrSurfaceOrigin origin, const SkSurfaceProps& props, InitContents init) Make() argument
921 replaceBackingProxy(SkSurface::ContentChangeMode mode, sk_sp<GrRenderTargetProxy> newRTP, GrColorType grColorType, sk_sp<SkColorSpace> colorSpace, GrSurfaceOrigin origin, const SkSurfaceProps& props) replaceBackingProxy() argument

Completed in 20 milliseconds

1...<<31323334353637383940>>...64