Home
last modified time | relevance | path

Searched refs:props (Results 151 - 175 of 663) sorted by relevance

12345678910>>...27

/third_party/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp53 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 DLzmaEncoder.cpp170 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 Daddon.c67 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 DcheckJsxChildrenProperty12.js14 return <InnerButton {...this.props} />
17 return (<InnerButton {...this.props} >
62 return <InnerButton {...this.props}/>;
65 return (<InnerButton {...this.props}>
H A DignoredJsxAttributes.js13 declare function Yadda(props: Props): JSX.Element;
15 let props: Props = {
30 var props = {
H A DcheckJsxIntersectionElementPropsType.js3 interface ElementAttributesProperty { props: {}; }
7 constructor(props: Readonly<P>);
8 readonly props: Readonly<P>;
/third_party/skia/infra/bots/buildstats/
H A Dbuildstats_cpp.py32 props = propstr.split(' ')
33 for i in range(0, len(props), 2):
34 results[props[i]] = props[i+1]
H A Dbuildstats_flutter.py37 props = propstr.split(' ')
38 for i in range(0, len(props), 2):
39 results[props[i]] = props[i+1]
/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp44 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/mesa3d/src/intel/vulkan/
H A Danv_device.c527 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...]
/third_party/lzma/C/
H A DLzma2DecMt.c90 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...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-fallback.cc233 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 Dhb-buffer.cc236 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/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_test.cc126 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...]
/third_party/skia/gm/
H A Dskbug_12212.cpp20 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/modules/skottie/src/text/
H A DTextAnimator.cpp53 * // 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()
/third_party/libdrm/tests/modetest/
H A Dmodetest.c76 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...]
/third_party/node/deps/v8/tools/
H A Dgc-nvp-trace-processor.py75 self.props = keywords
89 if 'style' in self.props:
90 args.append('with %s' % self.props['style'])
91 if 'lc' in self.props:
92 args.append('lc rgb "%s"' % self.props['lc'])
93 if 'fs' in self.props:
94 args.append('fs %s' % self.props['fs'])
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dtask_builder.go240 func (b *taskBuilder) recipeProps(props map[string]string) {
241 for k, v := range props {
250 props := make(map[string]interface{}, len(b.recipeProperties)+2)
258 props["buildername"] = buildername
259 props["$kitchen"] = struct {
267 props[k] = v
270 return marshalJson(props)
/third_party/skia/src/gpu/effects/
H A DGrCoverageSetOpXP.h46 auto props = AnalysisProperties::kIgnoresInputColor; variable
49 props |= AnalysisProperties::kUnaffectedByDstValue;
61 return props;
/third_party/skia/docs/examples/
H A DSurface_MakeRenderTarget_2.cpp25 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/mesa3d/src/gallium/frontends/clover/api/
H A Dqueue.cpp30 cl_command_queue_properties props, in clCreateCommandQueue()
38 if (props & ~(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | in clCreateCommandQueue()
43 return new command_queue(ctx, dev, props); in clCreateCommandQueue()
94 buf.as_scalar<cl_command_queue_properties>() = q.props(); in clGetCommandQueueInfo()
29 clCreateCommandQueue(cl_context d_ctx, cl_device_id d_dev, cl_command_queue_properties props, cl_int *r_errcode) clCreateCommandQueue() argument
/third_party/node/test/js-native-api/test_instance_data/
H A Dtest_instance_data.c84 napi_property_descriptor props[] = { in Init() local
92 env, exports, sizeof(props) / sizeof(*props), props)); in Init()
/third_party/node/benchmark/napi/define_properties/
H A Dbinding.c82 napi_property_descriptor props[] = { in NAPI_MODULE_INIT() local
102 env, exports, sizeof(props) / sizeof(*props), props)); in NAPI_MODULE_INIT()
/third_party/skia/src/core/
H A DSkPictureImageGenerator.cpp80 SkSurfaceProps props(0, kUnknown_SkPixelGeometry); in onGetPixels()
81 std::unique_ptr<SkCanvas> canvas = SkCanvas::MakeRasterDirect(info, pixels, rowBytes, &props); in onGetPixels()
104 SkSurfaceProps props(0, kUnknown_SkPixelGeometry); in onGenerateTexture()
110 &props, mipmapped == GrMipmapped::kYes); in onGenerateTexture()

Completed in 15 milliseconds

12345678910>>...27