Home
last modified time | relevance | path

Searched defs:expr_str (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/lib/newlib_tests/
Dtst_bool_expr.c56 static void do_eval_test(const char *expr_str, int set_a, int set_b, int set_c, int exp_res) in do_eval_test()
/third_party/ffmpeg/libavfilter/
Dblend.h69 char *expr_str; member
Dsetpts.c92 char *expr_str; member
Df_metadata.c81 char *expr_str; member
Df_select.c146 char *expr_str; member
Dvf_perspective.c41 char *expr_str[4][2]; member
Dvf_geq.c51 char *expr_str[4+3]; ///< expression strings for each plane member
Dvf_dctdnoiz.c46 char *expr_str; member
/third_party/selinux/libsepol/cil/src/
Dcil_policy.c970 char *expr_str; in cil_mlsconstrains_to_policy() local
993 char *expr_str; in cil_validatetrans_to_policy() local
1639 char *expr_str; in cil_constrains_to_policy() local
Dcil_internal.h631 struct cil_list *expr_str; member
Dcil_binary.c4694 char *expr_str; in __cil_print_permissionx() local
/third_party/python/Parser/
Dstring_parser.c287 fstring_find_expr_location(Token *parent, const char* expr_start, char *expr_str, int *p_lines, int… in fstring_find_expr_location()
/third_party/python/Lib/test/
Dtest_dis.py225 expr_str = "x + 1" variable
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp4507 static bool expression_ends_with(const string &expr_str, const std::string &ending) in expression_ends_with()
4518 string CompilerMSL::unpack_expression_type(string expr_str, const SPIRType &type, uint32_t physical… in unpack_expression_type()
Dspirv_glsl.cpp4230 string CompilerGLSL::unpack_expression_type(string expr_str, const SPIRType &, uint32_t, bool, bool) in unpack_expression_type()