/third_party/lzma/CPP/7zip/Compress/ |
H A D | BranchMisc.cpp | 46 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
in SetCoderProperties() argument 55 const PROPVARIANT &prop = props[i];
in SetCoderProperties() 93 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size))
in SetDecoderProperties2() argument 100 val = GetUi32(props);
in SetDecoderProperties2()
|
H A D | DeltaFilter.cpp | 53 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
in SetCoderProperties() argument 58 const PROPVARIANT &prop = props[i];
in SetCoderProperties() 112 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size))
in SetDecoderProperties2() argument 116 _delta = (unsigned)props[0] + 1;
in SetDecoderProperties2()
|
H A D | LzmaEncoder.cpp | 170 CLzmaEncProps props;
in SetCoderProperties() local 171 LzmaEncProps_Init(&props);
in SetCoderProperties() 182 props.writeEndMark = (prop.boolVal != VARIANT_FALSE);
in SetCoderProperties() 185 RINOK(SetLzmaProp(propID, prop, props))
in SetCoderProperties() 188 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props));
in SetCoderProperties() 209 Byte props[LZMA_PROPS_SIZE];
in WriteCoderProperties() local 211 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size))
in WriteCoderProperties() 212 return WriteStream(outStream, props, size);
in WriteCoderProperties()
|
/third_party/node/benchmark/napi/ref/ |
H A D | addon.c | 67 napi_property_descriptor props[] = { in NAPI_MODULE_INIT() local 77 sizeof(props) / sizeof(*props), in NAPI_MODULE_INIT() 78 props)); in NAPI_MODULE_INIT()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | checkJsxChildrenProperty12.js | 14 return <InnerButton {...this.props} /> 17 return (<InnerButton {...this.props} > 62 return <InnerButton {...this.props}/>;
65 return (<InnerButton {...this.props}>
|
H A D | ignoredJsxAttributes.js | 13 declare function Yadda(props: Props): JSX.Element; 15 let props: Props = { 30 var props = {
|
H A D | checkJsxIntersectionElementPropsType.js | 3 interface ElementAttributesProperty { props: {}; } 7 constructor(props: Readonly<P>); 8 readonly props: Readonly<P>;
|
/third_party/skia/infra/bots/buildstats/ |
H A D | buildstats_cpp.py | 32 props = propstr.split(' ') 33 for i in range(0, len(props), 2): 34 results[props[i]] = props[i+1]
|
/third_party/skia/bench/ |
H A D | GlyphQuadFillBench.cpp | 44 SkSurfaceProps props; variable 45 if (canvas) { canvas->getProps(&props); } 48 SkGlyphRunListPainter painter{props, kUnknown_SkColorType, 53 GrSDFTControl control{false, props.isUseDeviceIndependentFonts(), 256, 256};
|
/third_party/skia/gm/ |
H A D | skbug_12212.cpp | 20 SkSurfaceProps props(/*flags=*/0, kRGB_H_SkPixelGeometry); in DEF_SIMPLE_GM_BG() 22 canvas->recordingContext(), SkBudgeted::kNo, imageInfo, /*sampleCount=*/0, &props); in DEF_SIMPLE_GM_BG() 24 surface = SkSurface::MakeRaster(imageInfo, &props); in DEF_SIMPLE_GM_BG()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape.cc | 53 _hb_apply_morx (hb_face_t *face, const hb_segment_properties_t *props) in _hb_apply_morx() argument 57 (HB_DIRECTION_IS_HORIZONTAL (props->direction) || !hb_ot_layout_has_substitution (face)); in _hb_apply_morx() 77 const hb_segment_properties_t *props) : in hb_ot_shape_planner_t() 79 props (*props), in hb_ot_shape_planner_t() 80 map (face, props), in hb_ot_shape_planner_t() 81 aat_map (face, props) in hb_ot_shape_planner_t() 83 , apply_morx (_hb_apply_morx (face, props)) in hb_ot_shape_planner_t() 100 plan.props = props; in compile() 76 hb_ot_shape_planner_t(hb_face_t *face, const hb_segment_properties_t *props) hb_ot_shape_planner_t() argument [all...] |
H A D | hb-ot-shape-fallback.cc | 233 if (buffer->props.direction == HB_DIRECTION_LTR) { in position_mark() 236 } else if (buffer->props.direction == HB_DIRECTION_RTL) { in position_mark() 348 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base() 373 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base() 374 horiz_dir = plan->props.direction; in position_around_base() 376 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base() 401 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base() 468 font (font_), direction (buffer->props.direction) {} in hb_ot_shape_fallback_kern_driver_t() 495 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction) ? in _hb_ot_shape_fallback_kern() 500 bool reverse = HB_DIRECTION_IS_BACKWARD (buffer->props in _hb_ot_shape_fallback_kern() [all...] |
H A D | hb-buffer.cc | 236 props = default_props; in clear() 574 if (props.script == HB_SCRIPT_INVALID) { in guess_segment_properties() 580 props.script = script; in guess_segment_properties() 587 if (props.direction == HB_DIRECTION_INVALID) { in guess_segment_properties() 588 props.direction = hb_script_get_horizontal_direction (props.script); in guess_segment_properties() 589 if (props.direction == HB_DIRECTION_INVALID) in guess_segment_properties() 590 props.direction = HB_DIRECTION_LTR; in guess_segment_properties() 594 if (props.language == HB_LANGUAGE_INVALID) { in guess_segment_properties() 596 props in guess_segment_properties() 981 hb_buffer_set_segment_properties(hb_buffer_t *buffer, const hb_segment_properties_t *props) hb_buffer_set_segment_properties() argument 1000 hb_buffer_get_segment_properties(hb_buffer_t *buffer, hb_segment_properties_t *props) hb_buffer_get_segment_properties() argument [all...] |
/third_party/lzma/C/ |
H A D | Lzma2DecMt.c | 90 CLzma2DecMtProps props;
member 142 // Lzma2DecMtProps_Init(&p->props);
in Lzma2DecMt_Create() 285 size_t limit = me->props.outBlockMax;
in Lzma2DecMt_MtCallback_Parse() 321 if (t->dec.unpackSize > me->props.outBlockMax - t->dec.decoder.dicPos)
in Lzma2DecMt_MtCallback_Parse() 343 // && limit == me->props.outBlockMax
in Lzma2DecMt_MtCallback_Parse() 621 if (!p->inBuf || p->inBufSize != p->props.inBufSize_ST)
in Lzma2Dec_Prepare_ST() 625 p->inBuf = (Byte *)ISzAlloc_Alloc(p->allocMid, p->props.inBufSize_ST);
in Lzma2Dec_Prepare_ST() 628 p->inBufSize = p->props.inBufSize_ST;
in Lzma2Dec_Prepare_ST() 713 if (next - wrPos > p->props.outStep_ST)
in Lzma2Dec_Decode_ST() 714 next = wrPos + (SizeT)p->props in Lzma2Dec_Decode_ST() 802 Lzma2DecMt_Decode(CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, ISeqOutStreamPtr outStream, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream, UInt64 *inProcessed, int *isMT, ICompressProgressPtr progress) Lzma2DecMt_Decode() argument 984 Lzma2DecMt_Init(CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream) Lzma2DecMt_Init() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_container_pattern.cpp | 42 auto props = host->GetLayoutProperty(); in BeforeCreateLayoutWrapper() local 43 if (inset.IsValid() || props->GetSafeAreaInsets()) { in BeforeCreateLayoutWrapper() 44 props->UpdateSafeAreaInsets(inset); in BeforeCreateLayoutWrapper()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 527 VkMemoryPropertyFlags props = device->memory.types[i].propertyFlags; in anv_physical_device_init_heaps() local 528 if ((props & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) && in anv_physical_device_init_heaps() 529 !(props & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)) in anv_physical_device_init_heaps() 2332 VkPhysicalDeviceAccelerationStructurePropertiesKHR *props = (void *)ext; in anv_GetPhysicalDeviceProperties2() local 2333 props->maxGeometryCount = (1u << 24) - 1; in anv_GetPhysicalDeviceProperties2() 2334 props->maxInstanceCount = (1u << 24) - 1; in anv_GetPhysicalDeviceProperties2() 2335 props->maxPrimitiveCount = (1u << 29) - 1; in anv_GetPhysicalDeviceProperties2() 2336 props->maxPerStageDescriptorAccelerationStructures = UINT16_MAX; in anv_GetPhysicalDeviceProperties2() 2337 props->maxPerStageDescriptorUpdateAfterBindAccelerationStructures = UINT16_MAX; in anv_GetPhysicalDeviceProperties2() 2338 props in anv_GetPhysicalDeviceProperties2() 2379 VkPhysicalDeviceFragmentShadingRatePropertiesKHR *props = anv_GetPhysicalDeviceProperties2() local 2427 VkPhysicalDeviceDrmPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local 2442 VkPhysicalDeviceExternalMemoryHostPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local 2450 VkPhysicalDeviceLineRasterizationPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local 2476 VkPhysicalDeviceMeshShaderPropertiesNV *props = anv_GetPhysicalDeviceProperties2() local 2558 VkPhysicalDevicePresentationPropertiesANDROID *props = anv_GetPhysicalDeviceProperties2() local 2590 VkPhysicalDeviceSampleLocationsPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local 2609 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local 2620 VkPhysicalDeviceTransformFeedbackPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local 2638 VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local 2646 VkPhysicalDeviceMultiDrawPropertiesEXT *props = (VkPhysicalDeviceMultiDrawPropertiesEXT *)ext; anv_GetPhysicalDeviceProperties2() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_pattern.cpp | 581 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetValue() local 582 CHECK_NULL_VOID(props); in SetValue() 583 props->UpdateContent(value); in SetValue() 597 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetFontSize() local 598 CHECK_NULL_VOID(props); in SetFontSize() 599 props->UpdateFontSize(value); in SetFontSize() 604 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetItalicFontStyle() local 605 CHECK_NULL_VOID(props); in SetItalicFontStyle() 606 props->UpdateItalicFontStyle(value); in SetItalicFontStyle() 611 auto props in SetFontWeight() local 618 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); SetFontFamily() local 625 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); SetFontColor() local 1008 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); ToJsonArrowAndText() local 1050 auto props = options_[0]->GetPaintProperty<OptionPaintProperty>(); ToJsonDivider() local 1277 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); GetFontSize() local 1451 auto props = option->GetPaintProperty<OptionPaintProperty>(); SetDivider() local [all...] |
/test/testfwk/arkxtest/jsunit/src/module/mock/ |
H A D | MockKit.js | 46 var props = Object.keys(this); 47 for (var i = 0; i < props.length; i++) { 48 delete this[props[i]]; 51 var props = Object.getOwnPropertyNames(this); 52 for (var i = 0; i < props.length; i++) { 53 delete this[props[i]];
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAnimator.cpp | 53 * // TODO: more props? 109 // Modulate animated props. in modulateProps() 111 mod.props = this->modulateProps(mod.props, mod.coverage); in modulateProps() 115 TextAnimator::ResolvedProps TextAnimator::modulateProps(const ResolvedProps& props, in modulateProps() argument 117 auto modulated_props = props; in modulateProps() 119 // Transform props compose. in modulateProps() 144 modulated_props.fill_color = lerp_color(props.fill_color, fc, clamped_amount); in modulateProps() 148 modulated_props.stroke_color = lerp_color(props.stroke_color, sc, clamped_amount); in modulateProps()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutThi_test_ng.cpp | 295 auto props = menuNode->GetLayoutProperty<MenuLayoutProperty>(); in HWTEST_F() local 296 ASSERT_NE(props, nullptr); in HWTEST_F() 297 props->ResetMenuPlacement(); in HWTEST_F() 329 auto props = menuNode->GetLayoutProperty<MenuLayoutProperty>(); in HWTEST_F() local 330 ASSERT_NE(props, nullptr); in HWTEST_F() 335 props->UpdateLayoutConstraint(parentLayoutConstraint); in HWTEST_F() 336 props->UpdateContentConstraint(); in HWTEST_F() 395 auto props = menuNode->GetLayoutProperty<MenuLayoutProperty>(); in HWTEST_F() local 396 ASSERT_NE(props, nullptr); in HWTEST_F() 403 props in HWTEST_F() 443 auto props = menuNode->GetLayoutProperty<MenuLayoutProperty>(); HWTEST_F() local 510 auto props = menuNode->GetLayoutProperty<MenuLayoutProperty>(); HWTEST_F() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_test.cc | 126 using props = ti::PropertiesOfT<profile>; in TYPED_TEST_P() 133 EXPECT_TRUE((std::is_same<props, arch_props>::value)); in TYPED_TEST_P() 134 EXPECT_TRUE((std::is_same<props, expected_props>::value)); in TYPED_TEST_P() 137 EXPECT_EQ(props::default_constructible_support, in TYPED_TEST_P() 140 EXPECT_EQ(props::move_constructible_support, in TYPED_TEST_P() 143 EXPECT_EQ(props::copy_constructible_support, in TYPED_TEST_P() 146 EXPECT_EQ(props::destructible_support, expected_props::destructible_support); in TYPED_TEST_P() 150 if (!std::is_same<props, arch_props>::value) { in TYPED_TEST_P() 167 EXPECT_EQ(props::default_constructible_support, in TYPED_TEST_P() 229 EXPECT_EQ(props in TYPED_TEST_P() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | content_root_pattern.cpp | 27 auto props = host->GetLayoutProperty(); in BeforeCreateLayoutWrapper() local 28 if (inset.IsValid() || props->GetSafeAreaInsets()) { in BeforeCreateLayoutWrapper() 29 props->UpdateSafeAreaInsets(inset); in BeforeCreateLayoutWrapper()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrCoverageSetOpXP.h | 46 auto props = AnalysisProperties::kIgnoresInputColor; variable 49 props |= AnalysisProperties::kUnaffectedByDstValue; 61 return props;
|
/third_party/skia/docs/examples/ |
H A D | Surface_MakeRenderTarget_2.cpp | 25 SkSurfaceProps props(0, geometry); in REG_FIDDLE() 27 ? SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 0, &props) in REG_FIDDLE() 28 : SkSurface::MakeRaster(info, &props); in REG_FIDDLE()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 76 drmModeObjectProperties *props; member 87 drmModeObjectProperties *props; member 98 drmModeObjectProperties *props; member 444 if (_connector->props) { in dump_connectors() 445 printf(" props:\n"); in dump_connectors() 446 for (j = 0; j < (int)_connector->props->count_props; j++) in dump_connectors() 448 _connector->props->props[j], in dump_connectors() 449 _connector->props->prop_values[j]); in dump_connectors() 475 if (_crtc->props) { in dump_crtcs() 982 drmModeObjectProperties *props = NULL; set_property() local [all...] |