/third_party/typescript/tests/baselines/reference/ |
H A D | identicalTypesNoDifferByCheckOrder.js | 22 (props: P & { children?: unknown }): void; 27 (props: P & { children?: unknown }): void;
|
H A D | tsxGenericAttributesType3.js | 11 return <B1 {...this.props} x="hi" />; 50 return <B1 {...this.props} x="hi"/>;
|
H A D | tsxGenericAttributesType4.js | 11 return <B1 {...this.props} x="hi" />; 50 return <B1 {...this.props} x="hi"/>;
|
H A D | tsxSpreadDoesNotReportExcessProps.js | 8 return (<div {...this.props} className="ok"></div>); 53 return (react_1["default"].createElement("div", __assign({}, this.props, { className: "ok" })));
|
H A D | tsxUnionTypeComponent1.js | 10 const { AnyComponent } = this.props; 51 var AnyComponent = this.props.AnyComponent;
|
H A D | excessPropertyCheckWithUnions.js | 142 function F1(_arg: { props: Properties }) { } 144 props: { 221 props: {
|
/third_party/skia/bench/ |
H A D | DDLRecorderBench.cpp | 33 SkSurfaceProps props(0x0, kUnknown_SkPixelGeometry); in create_characterization() 37 kTopLeft_GrSurfaceOrigin, props, false); in create_characterization()
|
H A D | SkGlyphCacheBench.cpp | 224 SkSurfaceProps props; variable 225 if (modelCanvas) { modelCanvas->getProps(&props); } 226 std::unique_ptr<SkCanvas> canvas = fServer->makeAnalysisCanvas(1024, 1024, props,
|
/third_party/skia/src/utils/ |
H A D | SkPaintFilterCanvas.cpp | 259 const SkSurfaceProps& props) { in onNewSurface() 260 return this->proxy()->makeSurface(info, &props); in onNewSurface() 284 bool SkPaintFilterCanvas::onGetProps(SkSurfaceProps* props) const { in onGetProps() 285 return this->proxy()->getProps(props); in onGetProps() 258 onNewSurface(const SkImageInfo& info, const SkSurfaceProps& props) onNewSurface() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 5119 const auto& props = *findStructure<VkPhysicalDeviceDescriptorBufferPropertiesEXT>(&context.getDeviceProperties2()); 5122 const size_t maxResourceDescriptorSize = std::max(props.storageImageDescriptorSize, 5123 std::max(props.sampledImageDescriptorSize, 5124 std::max(props.robustUniformTexelBufferDescriptorSize, 5125 std::max(props.robustStorageTexelBufferDescriptorSize, 5126 std::max(props.robustUniformBufferDescriptorSize, 5127 std::max(props.robustStorageBufferDescriptorSize, 5128 std::max(props.inputAttachmentDescriptorSize, 5129 std::max(props.accelerationStructureDescriptorSize, size_t(0u))))))))); 5139 CHECK_MAX_LIMIT(props, robustUniformTexelBufferDescriptorSiz [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 5061 const auto& props = *findStructure<VkPhysicalDeviceDescriptorBufferPropertiesEXT>(&context.getDeviceProperties2()); 5064 const size_t maxResourceDescriptorSize = std::max(props.storageImageDescriptorSize, 5065 std::max(props.sampledImageDescriptorSize, 5066 std::max(props.robustUniformTexelBufferDescriptorSize, 5067 std::max(props.robustStorageTexelBufferDescriptorSize, 5068 std::max(props.robustUniformBufferDescriptorSize, 5069 std::max(props.robustStorageBufferDescriptorSize, 5070 std::max(props.inputAttachmentDescriptorSize, 5071 std::max(props.accelerationStructureDescriptorSize, size_t(0u))))))))); 5081 CHECK_MAX_LIMIT(props, robustUniformTexelBufferDescriptorSiz [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 495 cl_context_properties *props) in opencl_device_create_internal() 596 if (!props) { in opencl_device_create_internal() 597 props = default_props; in opencl_device_create_internal() 602 if (props[0] == CL_CONTEXT_PLATFORM && props[1] == 0) in opencl_device_create_internal() 603 props[1] = (intptr_t)platform_id; in opencl_device_create_internal() 606 hwctx->context = clCreateContext(props, 1, &hwctx->device_id, in opencl_device_create_internal() 728 cl_context_properties *props = NULL; in opencl_device_init() local 753 props = av_malloc(props_size); in opencl_device_init() 754 if (!props) in opencl_device_init() 493 opencl_device_create_internal(AVHWDeviceContext *hwdev, const OpenCLDeviceSelector *selector, cl_context_properties *props) opencl_device_create_internal() argument 1245 cl_context_properties props[7] = { opencl_device_derive() local 1290 cl_context_properties props[5] = { opencl_device_derive() local 1327 cl_context_properties props[5] = { opencl_device_derive() local 2694 const cl_import_properties_arm props[3] = { opencl_map_from_drm_arm() local [all...] |
/third_party/lzma/C/Util/Lzma/ |
H A D | LzmaUtil.c | 193 CLzmaEncProps props;
in Encode() local 199 LzmaEncProps_Init(&props);
in Encode() 200 res = LzmaEnc_SetProps(enc, &props);
in Encode()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | program_resource.c | 251 const GLenum *props, GLsizei bufSize, in _mesa_GetProgramResourceiv() 259 propCount, props, bufSize, length, params); in _mesa_GetProgramResourceiv() 278 propCount, props, bufSize, length, params); in _mesa_GetProgramResourceiv() 249 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) _mesa_GetProgramResourceiv() argument
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | helpers.h | 254 unsigned props; member 261 unsigned props; member 266 unsigned props; member
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 44 objc_property_t *props = class_copyPropertyList(cls, &propCount); 47 NSString *propertyName = [NSString stringWithUTF8String:property_getName(props[i])]; 50 free(props);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucasemap.cpp | 281 uint16_t props = UTRIE2_GET16(trie, c); in toLower() local 282 if (UCASE_HAS_EXCEPTION(props)) { break; } in toLower() 284 if (!UCASE_IS_UPPER_OR_TITLE(props) || (delta = UCASE_GET_DELTA(props)) == 0) { in toLower() 389 uint16_t props = UTRIE2_GET16(trie, c); in toUpper() local 390 if (UCASE_HAS_EXCEPTION(props)) { break; } in toUpper() 392 if (UCASE_GET_TYPE(props) != UCASE_LOWER || (delta = UCASE_GET_DELTA(props)) == 0) { in toUpper()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-indic.cc | 264 if (plan->props.script == indic_configs[i].script) { in data_create_indic() 284 bool zero_context = !indic_plan->is_old_spec && plan->props.script != HB_SCRIPT_MALAYALAM; in data_create_indic() 419 if (buffer->props.script == HB_SCRIPT_KANNADA && in initial_reordering_consonant_syllable() 662 bool disallow_double_halants = buffer->props.script == HB_SCRIPT_KANNADA; in initial_reordering_consonant_syllable() 833 buffer->props.script == HB_SCRIPT_DEVANAGARI) in initial_reordering_consonant_syllable() 1037 if (buffer->props.script == HB_SCRIPT_MALAYALAM) in final_reordering_syllable_indic() 1106 if (buffer->props.script != HB_SCRIPT_MALAYALAM && buffer->props.script != HB_SCRIPT_TAMIL) in final_reordering_syllable_indic() 1367 if (buffer->props.script != HB_SCRIPT_MALAYALAM && buffer->props in final_reordering_syllable_indic() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libopenh264enc.c | 138 AVCPBProperties *props; in svc_encode_init() local 374 props = ff_add_cpb_side_data(avctx); in svc_encode_init() 375 if (!props) in svc_encode_init() 377 props->max_bitrate = param.iMaxBitrate; in svc_encode_init() 378 props->avg_bitrate = param.iTargetBitrate; in svc_encode_init()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 188 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new() local 208 props = ossl_encoder_parsed_properties(encoder); in ossl_encoder_instance_new() 209 if (props == NULL) { in ossl_encoder_instance_new() 217 prop = ossl_property_find_property(props, libctx, "output"); in ossl_encoder_instance_new() 229 prop = ossl_property_find_property(props, libctx, "structure"); in ossl_encoder_instance_new()
|
/third_party/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 188 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new() local 208 props = ossl_encoder_parsed_properties(encoder); in ossl_encoder_instance_new() 209 if (props == NULL) { in ossl_encoder_instance_new() 217 prop = ossl_property_find_property(props, libctx, "output"); in ossl_encoder_instance_new() 229 prop = ossl_property_find_property(props, libctx, "structure"); in ossl_encoder_instance_new()
|
/third_party/skia/gm/ |
H A D | surface.cpp | 50 SkSurfaceProps props(0, geo); in make_surface() 52 return SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, 0, &props); in make_surface() 54 return SkSurface::MakeRaster(info, &props); in make_surface() 159 // Assert that the props were communicated transitively through the first image 160 SkASSERT(equal(surf->props(), surf2->props()));
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 1902 const std::vector<glw::GLenum>& props, 1912 std::vector<glw::GLint> propValues (props.size() + 1, -2); 1914 DE_ASSERT(props.size() == validators.size()); 2048 gl.getProgramResourceiv(programID, glInterface, resourceNdx, (int)props.size(), &props[0], (int)propValues.size(), &written, &propValues[0]); 2049 GLU_EXPECT_NO_ERROR(gl.getError(), "get props"); 2051 if (written != (int)props.size()) 2053 testCtx.getLog() << tcu::TestLog::Message << "getProgramResourceiv returned unexpected number of values, expected " << (int)props.size() << ", got " << written << tcu::TestLog::EndMessage; 2074 message << "\t" << glu::getProgramResourcePropertyName(props[propNdx]) << ":\t" << validators[propNdx]->getHumanReadablePropertyString(propValues[propNdx]) << "\n"; 2180 // Check interface props [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zEncode.cpp | 91 static HRESULT SetCoderProps2(const CProps &props, const UInt64 *dataSizeReduce, IUnknown *coder)
in SetCoderProps2() argument 97 return props.SetCoderProps(setCoderProperties, dataSizeReduce);
in SetCoderProps2() 98 return props.AreThereNonOptionalProps() ? E_INVALIDARG : S_OK;
in SetCoderProps2() 295 static HRESULT FillProps_from_Coder(IUnknown *coder, CByteBuffer &props)
in FillProps_from_Coder() argument 306 outStreamSpec->CopyToBuffer(props);
in FillProps_from_Coder() 309 props.Free();
in FillProps_from_Coder()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1208 VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *props = in lvp_GetPhysicalDeviceProperties2() local 1211 props->maxVertexAttribDivisor = UINT32_MAX; in lvp_GetPhysicalDeviceProperties2() 1213 props->maxVertexAttribDivisor = 1; in lvp_GetPhysicalDeviceProperties2() 1268 VkPhysicalDeviceSubgroupSizeControlProperties *props = (VkPhysicalDeviceSubgroupSizeControlProperties *)ext; in lvp_GetPhysicalDeviceProperties2() local 1269 props->minSubgroupSize = lp_native_vector_width / 32; in lvp_GetPhysicalDeviceProperties2() 1270 props->maxSubgroupSize = lp_native_vector_width / 32; in lvp_GetPhysicalDeviceProperties2() 1271 props->maxComputeWorkgroupSubgroups = 32; in lvp_GetPhysicalDeviceProperties2() 1272 props->requiredSubgroupSizeStages = VK_SHADER_STAGE_FRAGMENT_BIT | VK_SHADER_STAGE_COMPUTE_BIT; in lvp_GetPhysicalDeviceProperties2() 1283 VkPhysicalDeviceMultiDrawPropertiesEXT *props = (VkPhysicalDeviceMultiDrawPropertiesEXT *)ext; in lvp_GetPhysicalDeviceProperties2() local 1284 props in lvp_GetPhysicalDeviceProperties2() 1298 VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT *props = (VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT *)ext; lvp_GetPhysicalDeviceProperties2() local 1304 VkPhysicalDeviceRobustness2PropertiesEXT *props = lvp_GetPhysicalDeviceProperties2() local [all...] |