Home
last modified time | relevance | path

Searched refs:prop_type (Results 1 – 10 of 10) sorted by relevance

/third_party/toybox/kconfig/
Dlkc.h83 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d…
84 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
85 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
86 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
112 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
Dmenu.c122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop()
145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
150 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
155 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
410 enum prop_type type; in menu_get_parent_menu()
Dexpr.h109 enum prop_type { enum
116 enum prop_type type;
Dlkc_proto.h38 P(prop_get_type_name,const char *,(enum prop_type type));
Dsymbol.c833 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
863 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py470 prop_type = words[0]
471 null_value = prop_type_nulls[prop_type]
485 prop = (prop_type, aliases, set(), {})
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c7509 int prop_type, prop_value; in compile_branch() local
7519 prop_type = previous[1]; in compile_branch()
7526 prop_type = prop_value = -1; in compile_branch()
7602 if (prop_type >= 0) in compile_branch()
7604 *code++ = prop_type; in compile_branch()
7639 if (prop_type >= 0) in compile_branch()
7641 *code++ = prop_type; in compile_branch()
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts713 prop_type?: string) {
726 … return expectedDecorators.includes(decoratorName) && prop_type === "CustomDialogController"
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts735 prop_type?: string) {
748 … return expectedDecorators.includes(decoratorName) && prop_type === "CustomDialogController"
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c1373 GType prop_type; member
1385 if (!element_has_property (element, helper->prop_name, helper->prop_type)) { in find_property()