Home
last modified time | relevance | path

Searched refs:prop (Results 226 - 250 of 796) sorted by relevance

12345678910>>...32

/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests.js437 function check_circular_property(prop) {
439 assert_equals(actual[prop], actual);
466 function check_absent_property(prop) {
468 assert_false(prop in actual);
483 function check_writable_property(prop) {
485 assert_equals(actual[prop], input[prop]);
486 actual[prop] += ' baz';
487 assert_equals(actual[prop], input[prop]
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c211 PCF_Property prop = &face->properties[i]; in PCF_Face_Done() local
214 if ( prop ) in PCF_Face_Done()
216 FT_FREE( prop->name ); in PCF_Face_Done()
217 if ( prop->isString ) in PCF_Face_Done()
218 FT_FREE( prop->value.atom ); in PCF_Face_Done()
593 PCF_Property prop; in pcf_get_bdf_property() local
596 prop = pcf_find_property( face, prop_name ); in pcf_get_bdf_property()
597 if ( prop ) in pcf_get_bdf_property()
599 if ( prop->isString ) in pcf_get_bdf_property()
602 aproperty->u.atom = prop in pcf_get_bdf_property()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_prop_list_data.h34 static void WriteProperty(std::vector<uint8_t> &outBuffer, const Property &prop);
35 static void WritePropertyStrValue(std::vector<uint8_t> &outBuffer, const Property &prop);
36 static void WritePropertyIntValue(std::vector<uint8_t> &outBuffer, const Property &prop);
/third_party/typescript/tests/baselines/reference/
H A DprivateNameAccessorssDerivedClasses.js3 get #prop(): number { return 123; }
5 console.log(x.#prop);
10 console.log(x.#prop);
H A DprivateNameFieldDerivedClasses.js3 #prop: number = 123;
5 console.log(x.#prop);
10 console.log(x.#prop);
H A DprivateNameMethodsDerivedClasses.js3 #prop(): number{ return 123; }
5 console.log(x.#prop());
10 console.log(x.#prop());
H A DprivateNameStaticAccessorssDerivedClasses.js3 static get #prop(): number { return 123; }
5 console.log(x.#prop);
10 console.log(x.#prop);
H A DjsNoImplicitAnyNoCascadingReferenceErrors.js5 prop: T;
13 this.prop.alpha = 12;
41 _this.prop.alpha = 12;
H A DjsdocInTypeScript.js7 prop: number;
10 x.prop;
67 x.prop;
H A DtsxUnionElementType5.js12 function SFC2(prop: { x: boolean }) {
20 let a1 = <EmptySFCComp data-prop />
33 function SFC2(prop) {
39 var a1 = React.createElement(EmptySFCComp, { "data-prop": true });
H A DtsxUnionElementType6.js12 function SFC2(prop: { x: boolean }) {
22 let d = <SFC2AndEmptyComp data-prop />;
36 function SFC2(prop) {
45 var d = React.createElement(SFC2AndEmptyComp, { "data-prop": true });
H A DtypeGuardsTypeParameters.js5 prop: string;
12 x.prop;
48 x.prop;
H A DjsDeclarationsReactComponents.js6 import PropTypes from "prop-types"
66 const TabbedShowLayout = (/** @type {{className: string}}*/prop) => {
68 <div className={prop.className} key="">
81 import PropTypes from 'prop-types';
106 var prop_types_1 = __importDefault(require("prop-types"));
158 var TabbedShowLayout = function (/** @type {{className: string}}*/ prop) {
159 return (react_1.default.createElement("div", { className: prop.className, key: "" }, "ok"));
172 var prop_types_1 = __importDefault(require("prop-types"));
199 import PropTypes from "prop-types";
222 declare function TabbedShowLayout(prop
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c136 unsigned count = info->prop.fp.numColourResults * 4; in nvc0_fp_assign_output_slots()
293 if (info->prop.tp.outputPrim == PIPE_PRIM_MAX) { in nvc0_tp_get_tess_mode()
297 switch (info->prop.tp.domain) { in nvc0_tp_get_tess_mode()
315 if (info->prop.tp.outputPrim != PIPE_PRIM_POINTS) { in nvc0_tp_get_tess_mode()
316 if (info->prop.tp.domain == PIPE_PRIM_LINES) in nvc0_tp_get_tess_mode()
323 if (info->prop.tp.domain != PIPE_PRIM_LINES && in nvc0_tp_get_tess_mode()
324 info->prop.tp.outputPrim != PIPE_PRIM_POINTS && in nvc0_tp_get_tess_mode()
325 info->prop.tp.winding > 0) in nvc0_tp_get_tess_mode()
328 switch (info->prop.tp.partitioning) { in nvc0_tp_get_tess_mode()
355 tcp->hdr[2] = info->prop in nvc0_tcp_gen_header()
[all...]
/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp681 UProperty prop; member
687 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value; in intPropertyFilter()
779 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() argument
781 if (prop == UCHAR_GENERAL_CATEGORY_MASK) { in applyIntPropertyValue()
782 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
784 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) { in applyIntPropertyValue()
785 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
788 } else if (0 <= prop && prop < UCHAR_BINARY_LIMIT) { in applyIntPropertyValue()
790 const USet *set = u_getBinaryPropertySet(prop, in applyIntPropertyValue()
810 applyPropertyAlias(const UnicodeString& prop, const UnicodeString& value, UErrorCode& ec) applyPropertyAlias() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp678 UProperty prop; member
684 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value; in intPropertyFilter()
776 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() argument
778 if (prop == UCHAR_GENERAL_CATEGORY_MASK) { in applyIntPropertyValue()
779 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
781 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) { in applyIntPropertyValue()
782 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
785 } else if (0 <= prop && prop < UCHAR_BINARY_LIMIT) { in applyIntPropertyValue()
787 const USet *set = u_getBinaryPropertySet(prop, in applyIntPropertyValue()
807 applyPropertyAlias(const UnicodeString& prop, const UnicodeString& value, UErrorCode& ec) applyPropertyAlias() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_print.cpp991 INFO(" \"prop\":{\n"); in nv50_ir_prog_info_out_print()
995 info_out->prop.vp.usesDrawParameters ? "true" : "false"); in nv50_ir_prog_info_out_print()
1000 INFO(" \"outputPatchSize\":\"%d\"\n", info_out->prop.tp.outputPatchSize); in nv50_ir_prog_info_out_print()
1001 INFO(" \"partitioning\":\"%d\"\n", info_out->prop.tp.partitioning); in nv50_ir_prog_info_out_print()
1002 INFO(" \"winding\":\"%d\"\n", info_out->prop.tp.winding); in nv50_ir_prog_info_out_print()
1003 INFO(" \"domain\":\"%d\"\n", info_out->prop.tp.domain); in nv50_ir_prog_info_out_print()
1004 INFO(" \"outputPrim\":\"%d\"\n", info_out->prop.tp.outputPrim); in nv50_ir_prog_info_out_print()
1008 INFO(" \"outputPrim\":\"%d\"\n", info_out->prop.gp.outputPrim); in nv50_ir_prog_info_out_print()
1009 INFO(" \"instancesCount\":\"%d\"\n", info_out->prop.gp.instanceCount); in nv50_ir_prog_info_out_print()
1010 INFO(" \"maxVertices\":\"%d\"\n", info_out->prop in nv50_ir_prog_info_out_print()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp681 UProperty prop; member
687 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value; in intPropertyFilter()
779 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() argument
781 if (prop == UCHAR_GENERAL_CATEGORY_MASK) { in applyIntPropertyValue()
782 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
784 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) { in applyIntPropertyValue()
785 const UnicodeSet* inclusions = CharacterProperties::getInclusionsForProperty(prop, ec); in applyIntPropertyValue()
788 } else if (0 <= prop && prop < UCHAR_BINARY_LIMIT) { in applyIntPropertyValue()
790 const USet *set = u_getBinaryPropertySet(prop, in applyIntPropertyValue()
810 applyPropertyAlias(const UnicodeString& prop, const UnicodeString& value, UErrorCode& ec) applyPropertyAlias() argument
[all...]
/third_party/node/test/js-native-api/test_object/
H A Dtest_null.c34 napi_value return_value, object, key, prop; in GetProperty() local
46 napi_get_property(NULL, object, key, &prop)); in GetProperty()
48 napi_get_property(env, NULL, key, &prop); in GetProperty()
51 napi_get_property(env, object, NULL, &prop); in GetProperty()
127 napi_value return_value, object, prop; in GetNamedProperty() local
137 napi_get_named_property(NULL, object, "key", &prop)); in GetNamedProperty()
139 napi_get_named_property(env, NULL, "key", &prop); in GetNamedProperty()
142 napi_get_named_property(env, object, NULL, &prop); in GetNamedProperty()
200 napi_value return_value, object, prop; in GetElement() local
210 napi_get_element(NULL, object, 0, &prop)); in GetElement()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_test_ng.cpp1739 TextPickerOptionProperty prop; in HWTEST_F() local
1740 prop.height = 2.0f; in HWTEST_F()
1741 prop.fontheight = 1.0f; in HWTEST_F()
1742 prop.prevDistance = 4.0f; in HWTEST_F()
1743 prop.nextDistance = 5.0f; in HWTEST_F()
1744 textPickerColumnPattern->optionProperties_.emplace_back(prop); in HWTEST_F()
1745 textPickerColumnPattern->optionProperties_.emplace_back(prop); in HWTEST_F()
1746 textPickerColumnPattern->optionProperties_.emplace_back(prop); in HWTEST_F()
1747 textPickerColumnPattern->optionProperties_.emplace_back(prop); in HWTEST_F()
1765 TextPickerOptionProperty prop; in HWTEST_F() local
1789 TextPickerOptionProperty prop; HWTEST_F() local
1814 TextPickerOptionProperty prop; HWTEST_F() local
1844 TextPickerOptionProperty prop; HWTEST_F() local
[all...]
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp66 SystemBarProperty prop; in OnRemoteRequest()
68 bool res = parcel.ReadUint32(type) && parcel.ReadBool(prop.enable_) && in OnRemoteRequest()
69 parcel.ReadUint32(prop.backgroundColor_) && parcel.ReadUint32(prop.contentColor_) && in OnRemoteRequest()
73 tint.prop_ = prop; in OnRemoteRequest()
/foundation/ability/ability_runtime/frameworks/js/napi/wantConstant/
H A Dwant_constant.cpp149 napi_value prop = nullptr; in SetNamedProperty() local
150 napi_create_string_utf8(env, objName, NAPI_AUTO_LENGTH, &prop); in SetNamedProperty()
151 napi_set_named_property(env, dstObj, propName, prop); in SetNamedProperty()
157 napi_value prop = nullptr; in SetNamedProperty() local
158 napi_create_int32(env, objValue, &prop); in SetNamedProperty()
159 napi_set_named_property(env, dstObj, propName, prop); in SetNamedProperty()
/third_party/eudev/src/udev/
H A Dudevadm-monitor.c45 static void print_device(struct udev_device *device, const char *source, int prop) { in print_device() argument
54 if (prop) { in print_device()
81 bool prop = false; in adm_monitor() local
111 prop = true; in adm_monitor()
264 print_device(device, "KERNEL", prop); in adm_monitor()
272 print_device(device, "UDEV", prop); in adm_monitor()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOArrayLengthTests.cpp120 const glw::GLenum prop = GL_OFFSET; in init() local
126 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result); in init()
133 const glw::GLenum prop = GL_OFFSET; in init() local
139 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result); in init()
146 const glw::GLenum prop = GL_ARRAY_STRIDE; in init() local
152 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result); in init()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp803 NCOM::CPropVariant prop; in GetTime() local
804 RINOK(getProp->GetProp(propID, &prop)) in GetTime()
805 if (prop.vt == VT_FILETIME) in GetTime()
807 ft = prop.filetime; in GetTime()
810 else if (prop.vt != VT_EMPTY) in GetTime()
818 NCOM::CPropVariant prop; in GetItemBoolProp() local
820 RINOK(getProp->GetProp(propID, &prop)) in GetItemBoolProp()
821 if (prop.vt == VT_BOOL) in GetItemBoolProp()
822 result = VARIANT_BOOLToBool(prop.boolVal); in GetItemBoolProp()
823 else if (prop in GetItemBoolProp()
856 NCOM::CPropVariant prop; GetStream7() local
888 NCOM::CPropVariant prop; GetStream7() local
[all...]

Completed in 18 milliseconds

12345678910>>...32