/third_party/skia/modules/skottie/tests/ |
H A D | Keyframe.cpp | 48 MockProperty<ScalarValue> prop(R"({})"); in DEF_TEST() 49 REPORTER_ASSERT(reporter, !prop); in DEF_TEST() 52 MockProperty<ScalarValue> prop(R"({ "a": 1, "k": [] })"); in DEF_TEST() 53 REPORTER_ASSERT(reporter, !prop); in DEF_TEST() 57 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() 65 REPORTER_ASSERT(reporter, prop); in DEF_TEST() 66 REPORTER_ASSERT(reporter, !prop.isStatic()); in DEF_TEST() 67 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(prop( -1), 1)); in DEF_TEST() 68 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(prop( 0), 1)); in DEF_TEST() 69 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(prop( in DEF_TEST() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | emitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.js | 5 return { prop: 2 }; 7 foo().prop **= 2; 8 var result0 = foo().prop **= 2; 9 foo().prop **= foo().prop **= 2; 10 var result1 = foo().prop **= foo().prop **= 2; 11 foo().prop **= foo().prop ** 2; 12 var result2 = foo().prop ** [all...] |
H A D | derivedClassSuperProperties.js | 11 prop = true; 19 prop = true; 27 prop = true; 35 prop = true; 43 prop = true; 51 prop = true; 59 prop = true; 67 prop = true; 75 prop = true; 83 prop [all...] |
H A D | contextualTypeWithUnionTypeObjectLiteral.js | 5 var objStr: { prop: string }; 6 var objNum: { prop: number }; 7 var objStrOrNum1: { prop: string } | { prop: number } = objStr || objNum; 8 var objStrOrNum2: { prop: string | number } = objStr || objNum; 15 var objStrOrNum3: { prop: string } | { prop: number } = { property 16 prop: strOrNumber 18 var objStrOrNum4: { prop: string | number } = { property 19 prop 21 var objStrOrNum5: { prop: string; anotherP: string; } | { prop: number } = { prop: strOrNumber }; global() property 22 prop: strOrNumber, global() property 26 prop: strOrNumber, global() property 30 prop: strOrNumber, global() property [all...] |
H A D | jsxChildrenGenericContextualTypes.js | 9 const Elem = <T,U=never>(p: { prop: T, children: (t: T) => T }) => <div></div>; 10 Elem({prop: {a: "x"}, children: i => ({a: "z"})}); 11 const q = <Elem prop={{a: "x"}} children={i => ({a: "z"})} /> 12 const qq = <Elem prop={{a: "x"}}>{i => ({a: "z"})}</Elem> 14 interface LitProps<T> { prop: T, children: (x: this) => T } 16 ElemLit({prop: "x", children: () => "x"}); 17 const j = <ElemLit prop="x" children={() => "x"} /> 18 const jj = <ElemLit prop="x">{() => "x"}</ElemLit> 21 const arg = <ElemLit prop="x" children={p => "y"} /> 22 const argchild = <ElemLit prop [all...] |
H A D | classStaticBlock27.js | 5 static prop = 1 7 console.log(Foo.prop); 8 Foo.prop++; 11 console.log(Foo.prop); 12 Foo.prop++; 15 console.log(Foo.prop); 16 Foo.prop++; 28 _a.prop = 1,
30 console.log(_a.prop);
31 _a.prop [all...] |
/device/soc/rockchip/common/sdk_linux/scripts/dtc/ |
H A D | checks.c | 61 check_msg(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const char *fmt, ...) in check_msg() argument 72 if (prop && prop->srcpos) { in check_msg() 73 pos = prop->srcpos; in check_msg() 91 if (prop) { in check_msg() 92 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg() 104 if (!prop && pos) { in check_msg() 125 #define FAIL_PROP(c, dti, node, prop, ...) \ 129 check_msg((c), dti, node, prop, __VA_ARGS__); \ 200 struct property *prop; in check_is_string() local 218 struct property *prop; check_is_string_list() local 244 struct property *prop; check_is_cell() local 279 struct property *prop, *prop2; check_duplicate_property_names() local 330 struct property *prop = get_property(node, "reg"); check_unit_address_vs_reg() local 358 struct property *prop; check_property_name_chars() local 372 struct property *prop; check_property_name_chars_strict() local 407 check_duplicate_label(struct check *c, struct dt_info *dti, const char *label, struct node *node, struct property *prop, struct marker *mark) check_duplicate_label() argument 436 struct property *prop; check_duplicate_label_node() local 454 struct property *prop; check_phandle_prop() local 534 struct property **pp, *prop = NULL; check_name_properties() local 571 struct property *prop; fixup_phandle_references() local 608 struct property *prop; fixup_path_references() local 648 struct property *prop; fixup_omit_unused_nodes() local 677 struct property *prop; check_names_is_string_list() local 694 struct property *prop; check_alias_paths() local 719 struct property *prop; fixup_addr_size_cells() local 768 struct property *prop; check_reg_format() local 800 struct property *prop; check_ranges_format() local 850 struct property *prop; check_pci_bridge() local 897 struct property *prop; check_pci_device_bus_num() local 929 struct property *prop; check_pci_device_reg() local 982 struct property *prop; node_is_compatible() local 1008 struct property *prop; check_simple_bus_reg() local 1089 struct property *prop; check_i2c_bus_reg() local 1155 struct property *prop; check_spi_bus_bridge() local 1190 struct property *prop; check_spi_bus_reg() local 1275 struct property *prop; check_avoid_unnecessary_addr_size() local 1303 struct property *prop; node_is_disabled() local 1377 struct property *prop; check_obsolete_chosen_interrupt_controller() local 1409 struct property *prop; check_chosen_node_bootargs() local 1427 struct property *prop; check_chosen_node_stdout_path() local 1453 check_property_phandle_args(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const struct provider *provider) check_property_phandle_args() argument 1525 struct property *prop; check_provider_cells_property() local 1555 prop_is_gpio(struct property *prop) prop_is_gpio() argument 1582 struct property *prop; check_gpios_property() local 1607 struct property *prop; check_deprecated_gpio_property() local 1629 struct property *prop; node_is_interrupt_provider() local 1646 struct property *prop; check_interrupt_provider() local 1668 struct property *irq_prop, *prop = NULL; check_interrupts_property() local 1775 struct property *prop = get_property(child, "reg"); check_graph_child_address() local 1796 struct property *prop; check_graph_reg() local 1841 struct property *prop; get_remote_endpoint() local [all...] |
/third_party/libinput/src/ |
H A D | util-prop-parsers.c | 24 #include "util-prop-parsers.h" 48 * @param prop The value of the udev property (without the MOUSE_DPI=) 52 parse_mouse_dpi_property(const char *prop) in parse_mouse_dpi_property() argument 57 if (!prop) in parse_mouse_dpi_property() 60 while (*prop != 0) { in parse_mouse_dpi_property() 61 if (*prop == ' ') { in parse_mouse_dpi_property() 62 prop++; in parse_mouse_dpi_property() 65 if (*prop == '*') { in parse_mouse_dpi_property() 66 prop++; in parse_mouse_dpi_property() 68 if (!isdigit(prop[ in parse_mouse_dpi_property() 102 parse_mouse_wheel_click_count_property(const char *prop) parse_mouse_wheel_click_count_property() argument 126 parse_mouse_wheel_click_angle_property(const char *prop) parse_mouse_wheel_click_angle_property() argument 151 parse_dimension_property(const char *prop, size_t *w, size_t *h) parse_dimension_property() argument 177 parse_calibration_property(const char *prop, float calibration_out[6]) parse_calibration_property() argument 207 parse_switch_reliability_property(const char *prop, enum switch_reliability *reliability) parse_switch_reliability_property() argument 237 parse_tpkbcombo_layout_poperty(const char *prop, enum tpkbcombo_layout *layout) parse_tpkbcombo_layout_poperty() argument 262 parse_range_property(const char *prop, int *hi, int *lo) parse_range_property() argument 288 parse_boolean_property(const char *prop, bool *b) parse_boolean_property() argument 368 parse_evcode_property(const char *prop, struct input_event *events, size_t *nevents) parse_evcode_property() argument 438 parse_input_prop_property(const char *prop, struct input_prop *props_out, size_t *nprops) parse_input_prop_property() argument 451 unsigned int prop; parse_input_prop_property() local 498 parse_evdev_abs_prop(const char *prop, struct input_absinfo *abs) parse_evdev_abs_prop() argument [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | proplist.c | 57 static void property_free(struct property *prop) { in property_free() argument 58 pa_assert(prop); in property_free() 60 pa_xfree(prop->key); in property_free() 61 pa_xfree(prop->value); in property_free() 62 pa_xfree(prop); in property_free() 77 struct property *prop; in pa_proplist_sets() local 87 if (!(prop = pa_hashmap_get(MAKE_HASHMAP_CONST(p), key))) { in pa_proplist_sets() 88 prop = pa_xnew(struct property, 1); in pa_proplist_sets() 89 prop->key = pa_xstrdup(key); in pa_proplist_sets() 92 pa_xfree(prop in pa_proplist_sets() 98 pa_hashmap_put(MAKE_HASHMAP(p), prop->key, prop); pa_proplist_sets() local 105 struct property *prop; proplist_setn() local 135 pa_hashmap_put(MAKE_HASHMAP(p), prop->key, prop); proplist_setn() local 156 struct property *prop; proplist_sethex() local 199 pa_hashmap_put(MAKE_HASHMAP(p), prop->key, prop); proplist_sethex() local 206 struct property *prop; pa_proplist_setf() local 236 pa_hashmap_put(MAKE_HASHMAP(p), prop->key, prop); pa_proplist_setf() local 246 struct property *prop; pa_proplist_set() local 270 pa_hashmap_put(MAKE_HASHMAP(p), prop->key, prop); pa_proplist_set() local 276 struct property *prop; pa_proplist_gets() local 303 struct property *prop; pa_proplist_get() local 323 struct property *prop; pa_proplist_update() local 374 struct property *prop; pa_proplist_iterate() local [all...] |
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_plane.cpp | 68 DrmProperty prop; in GetCrtcProp() local 70 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 71 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 72 mPropCrtc_xId = prop.propId; in GetCrtcProp() 73 crtc_x = prop.value; in GetCrtcProp() 75 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 76 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp() 77 mPropCrtc_yId = prop.propId; in GetCrtcProp() 78 crtc_y = prop.value; in GetCrtcProp() 80 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 103 DrmProperty prop; GetSrcProp() local 134 DrmProperty prop; GetNameProp() local 165 DrmProperty prop; Init() local [all...] |
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 66 DrmProperty prop; in GetCrtcProp() local 68 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 70 DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 71 mPropCrtc_xId = prop.propId; in GetCrtcProp() 72 crtc_x = prop.value; in GetCrtcProp() 74 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 76 DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp() 77 mPropCrtc_yId = prop.propId; in GetCrtcProp() 78 crtc_y = prop.value; in GetCrtcProp() 80 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 102 DrmProperty prop; GetSrcProp() local 139 DrmProperty prop; Init() local [all...] |
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 65 DrmProperty prop; in GetCrtcProp() local 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 69 mPropCrtc_xId = prop.propId; in GetCrtcProp() 70 crtc_x = prop.value; in GetCrtcProp() 72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 73 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp() 74 mPropCrtc_yId = prop.propId; in GetCrtcProp() 75 crtc_y = prop.value; in GetCrtcProp() 77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 97 DrmProperty prop; GetSrcProp() local 130 DrmProperty prop; Init() local [all...] |
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 65 DrmProperty prop; in GetCrtcProp() local 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 69 mPropCrtc_xId = prop.propId; in GetCrtcProp() 70 crtc_x = prop.value; in GetCrtcProp() 72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 73 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp() 74 mPropCrtc_yId = prop.propId; in GetCrtcProp() 75 crtc_y = prop.value; in GetCrtcProp() 77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 97 DrmProperty prop; GetSrcProp() local 130 DrmProperty prop; Init() local [all...] |
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 65 DrmProperty prop; in GetCrtcProp() local 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 69 mPropCrtc_xId = prop.propId; in GetCrtcProp() 70 crtc_x = prop.value; in GetCrtcProp() 72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 73 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp() 74 mPropCrtc_yId = prop.propId; in GetCrtcProp() 75 crtc_y = prop.value; in GetCrtcProp() 77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 97 DrmProperty prop; GetSrcProp() local 130 DrmProperty prop; Init() local [all...] |
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 55 DrmProperty prop;
in GetCrtcProp() local 57 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop);
in GetCrtcProp() 58 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id"));
in GetCrtcProp() 59 mPropCrtc_xId = prop.propId;
in GetCrtcProp() 60 crtc_x = prop.value;
in GetCrtcProp() 62 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop);
in GetCrtcProp() 63 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id"));
in GetCrtcProp() 64 mPropCrtc_yId = prop.propId;
in GetCrtcProp() 65 crtc_y = prop.value;
in GetCrtcProp() 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop);
in GetCrtcProp() 87 DrmProperty prop; GetSrcProp() local 119 DrmProperty prop; Init() local [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_mode_config.c | 218 struct drm_property *prop; in drm_mode_create_standard_properties() local 226 prop = drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE, "type", drm_plane_type_enum_list, in drm_mode_create_standard_properties() 228 if (!prop) { in drm_mode_create_standard_properties() 231 dev->mode_config.plane_type_property = prop; in drm_mode_create_standard_properties() 233 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, "SRC_X", 0, UINT_MAX); in drm_mode_create_standard_properties() 234 if (!prop) { in drm_mode_create_standard_properties() 237 dev->mode_config.prop_src_x = prop; in drm_mode_create_standard_properties() 239 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, "SRC_Y", 0, UINT_MAX); in drm_mode_create_standard_properties() 240 if (!prop) { in drm_mode_create_standard_properties() 243 dev->mode_config.prop_src_y = prop; in drm_mode_create_standard_properties() [all...] |
/third_party/toybox/kconfig/ |
H A D | symbol.c | 40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local 42 prop->expr = expr_alloc_symbol(sym_lookup(def, 1)); in sym_add_default() 116 struct property *prop; in sym_get_choice_prop() local 118 for_all_choices(sym, prop) in sym_get_choice_prop() 119 return prop; in sym_get_choice_prop() 125 struct property *prop; in sym_get_default_prop() local 127 for_all_defaults(sym, prop) { in sym_get_default_prop() 128 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 129 if (prop in sym_get_default_prop() 137 struct property *prop; sym_get_range_prop() local 165 struct property *prop; sym_validate_range() local 198 struct property *prop; sym_calc_visibility() local 229 struct property *prop; sym_calc_choice() local 268 struct property *prop; sym_calc_value() local 391 struct property *prop; sym_set_changed() local 445 struct property *prop; sym_set_tristate_value() local 532 struct property *prop; sym_string_within_range() local 795 struct property *prop; sym_check_deps() local 835 struct property *prop; prop_alloc() local 855 prop_get_symbol(struct property *prop) prop_get_symbol() argument [all...] |
H A D | menu.c | 28 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() argument 32 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn() 124 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() local 126 prop->menu = current_entry; in menu_add_prop() 127 prop->expr = expr; in menu_add_prop() 128 prop->visible.expr = menu_check_dep(dep); in menu_add_prop() 132 prop_warn(prop, "leading whitespace ignored"); in menu_add_prop() 137 prop_warn(prop, "prompt redefined"); in menu_add_prop() 138 current_entry->prompt = prop; in menu_add_prop() 162 struct property *prop; menu_add_option() local 186 struct property *prop; sym_check_prop() local 232 struct property *prop; menu_finalize() local [all...] |
/third_party/libdrm/tests/proptest/ |
H A D | proptest.c | 80 drmModePropertyPtr prop; in dump_prop() local 82 prop = drmModeGetProperty(fd, prop_id); in dump_prop() 85 if (!prop) { in dump_prop() 90 printf(" %s:\n", prop->name); in dump_prop() 93 if (prop->flags & DRM_MODE_PROP_PENDING) in dump_prop() 95 if (prop->flags & DRM_MODE_PROP_IMMUTABLE) in dump_prop() 97 if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) in dump_prop() 99 if (drm_property_type_is(prop, DRM_MODE_PROP_RANGE)) in dump_prop() 101 if (drm_property_type_is(prop, DRM_MODE_PROP_ENUM)) in dump_prop() 103 if (drm_property_type_is(prop, DRM_MODE_PROP_BITMAS in dump_prop() [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_query.c | 37 OSSL_PROPERTY_TYPE ossl_property_get_type(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_type() argument 39 return prop->type; in ossl_property_get_type() 43 const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_string_value() 47 if (prop != NULL && prop->type == OSSL_PROPERTY_TYPE_STRING) in ossl_property_get_string_value() 48 value = ossl_property_value_str(libctx, prop->v.str_val); in ossl_property_get_string_value() 52 int64_t ossl_property_get_number_value(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_number_value() argument 56 if (prop != NULL && prop->type == OSSL_PROPERTY_TYPE_NUMBER) in ossl_property_get_number_value() 57 value = prop in ossl_property_get_number_value() 42 ossl_property_get_string_value(OSSL_LIB_CTX *libctx, const OSSL_PROPERTY_DEFINITION *prop) ossl_property_get_string_value() argument 70 const OSSL_PROPERTY_DEFINITION *prop; ossl_property_is_enabled() local [all...] |
/third_party/openssl/crypto/property/ |
H A D | property_query.c | 37 OSSL_PROPERTY_TYPE ossl_property_get_type(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_type() argument 39 return prop->type; in ossl_property_get_type() 43 const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_string_value() 47 if (prop != NULL && prop->type == OSSL_PROPERTY_TYPE_STRING) in ossl_property_get_string_value() 48 value = ossl_property_value_str(libctx, prop->v.str_val); in ossl_property_get_string_value() 52 int64_t ossl_property_get_number_value(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_number_value() argument 56 if (prop != NULL && prop->type == OSSL_PROPERTY_TYPE_NUMBER) in ossl_property_get_number_value() 57 value = prop in ossl_property_get_number_value() 42 ossl_property_get_string_value(OSSL_LIB_CTX *libctx, const OSSL_PROPERTY_DEFINITION *prop) ossl_property_get_string_value() argument 70 const OSSL_PROPERTY_DEFINITION *prop; ossl_property_is_enabled() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_xclass.c | 136 const ucd_record *prop = GET_UCD(c); in xclass() local 147 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in xclass() 148 prop->chartype == ucp_Lt) == isprop) return !negated; in xclass() 152 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in xclass() 157 if ((data[1] == prop->chartype) == isprop) return !negated; in xclass() 161 if ((data[1] == prop->script) == isprop) return !negated; in xclass() 165 ok = (data[1] == prop->script || in xclass() 166 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), data[1]) != 0); in xclass() 171 if ((PRIV(ucp_gentype)[prop in xclass() [all...] |
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdfdrivr.c | 217 bdf_property_t* prop; in bdf_interpret_style() local 225 prop = bdf_get_font_property( font, "SLANT" ); in bdf_interpret_style() 226 if ( prop && prop->format == BDF_ATOM && in bdf_interpret_style() 227 prop->value.atom && in bdf_interpret_style() 228 ( *(prop->value.atom) == 'O' || *(prop->value.atom) == 'o' || in bdf_interpret_style() 229 *(prop->value.atom) == 'I' || *(prop->value.atom) == 'i' ) ) in bdf_interpret_style() 232 strings[2] = ( *(prop in bdf_interpret_style() 402 bdf_property_t* prop = NULL; FT_CALLBACK_DEF() local 884 bdf_property_t* prop; bdf_get_bdf_property() local [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | PropVariantConv.cpp | 126 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw()
in ConvertPropVariantToShortString() argument 129 switch (prop.vt)
in ConvertPropVariantToShortString() 133 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
in ConvertPropVariantToShortString() 134 case VT_UI2: ConvertUInt32ToString(prop.uiVal, dest); return;
in ConvertPropVariantToShortString() 135 case VT_UI4: ConvertUInt32ToString(prop.ulVal, dest); return;
in ConvertPropVariantToShortString() 136 case VT_UI8: ConvertUInt64ToString(prop.uhVal.QuadPart, dest); return;
in ConvertPropVariantToShortString() 139 // const unsigned prec = prop.wReserved1;
in ConvertPropVariantToShortString() 147 ConvertUtcFileTimeToString(prop.filetime, dest, level);
in ConvertPropVariantToShortString() 150 // case VT_I1: return ConvertInt64ToString(prop.cVal, dest); return;
in ConvertPropVariantToShortString() 151 case VT_I2: ConvertInt64ToString(prop in ConvertPropVariantToShortString() 159 ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) ConvertPropVariantToShortString() argument [all...] |
/third_party/libinput/udev/ |
H A D | test-libinput-fuzz-extract.c | 38 const char *prop; in START_TEST() member 43 .prop = "1:2", in START_TEST() 46 .prop = "1:2:", in START_TEST() 49 .prop = "10:20:30", in START_TEST() 52 .prop = "::100", in START_TEST() 55 .prop = "10:", in START_TEST() 58 .prop = ":10:1001", in START_TEST() 61 .prop = "1:2:3:4", in START_TEST() 64 .prop = "1:2:3:4:5", in START_TEST() 67 .prop in START_TEST() [all...] |