Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/lib/newlib_tests/
H A 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()
/aosp_15_r20/external/cronet/base/
H A Dcheck_op.cc90 char* CreateCheckOpLogMessageString(const char* expr_str, in CreateCheckOpLogMessageString()
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dedify_test.cpp24 static void expect(const std::string& expr_str, const char* expected) { in expect()
H A Dupdater_test.cpp61 static void expect(const char* expected, const std::string& expr_str, CauseCode cause_code, in expect()
87 static void expect(const char* expected, const std::string& expr_str, CauseCode cause_code) { in expect()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dtf_gpu_runtime_wrappers.cc45 const char *expr_str) { in GPUReportIfError()
/aosp_15_r20/external/ply/ply/example/BASIC/
H A Dbasinterp.py378 def expr_str(self, expr): member in BasicInterpreter
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_policy.c970 char *expr_str; in cil_mlsconstrains_to_policy() local
993 char *expr_str; in cil_validatetrans_to_policy() local
1640 char *expr_str; in cil_constrains_to_policy() local
H A Dandroid.c277 static int cil_attrib_type_expr(struct cil_list *expr_str, struct version_args *args) in cil_attrib_type_expr()
H A Dcil_internal.h646 struct cil_list *expr_str; member
H A Dcil_binary.c4805 char *expr_str; in __cil_print_permissionx() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dvalue.rs430 let expr_str = expr.format(attrs, ctx, int)?; in format() localVariable
/aosp_15_r20/external/python/cpython3/Parser/
Dstring_parser.c299 fstring_find_expr_location(Token *parent, const char* expr_start, char *expr_str, int *p_lines, int… in fstring_find_expr_location()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dis.py272 expr_str = "x + 1" variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcrtdbg.h113 #define _ASSERT_EXPR(expr,expr_str) ((void)0) argument