Home
last modified time | relevance | path

Searched refs:obj_str (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/tools/
Dmerge_static_libs.py38 obj_str = proc.communicate()[0]
39 current_objects = obj_str.rstrip().split('\n')
/third_party/gn/patches/
Dfd9f2036f26d83f9fcfe93042fb952e5a7fe2167.patch63 std::string obj_str = obj_out.str();
64 - EXPECT_EQ(std::string(obj_expected), obj_str);
65 + EXPECT_EQ(obj_expected, obj_str);
/third_party/selinux/libsepol/cil/src/
Dcil_internal.h574 char *obj_str; member
588 char *obj_str; member
629 char *obj_str; member
645 char *obj_str; member
656 char *obj_str; member
Dcil_copy_ast.c710 new->obj_str = orig->obj_str; in cil_copy_roletransition()
727 new->obj_str = orig->obj_str; in cil_copy_nametypetransition()
746 new->obj_str = orig->obj_str; in cil_copy_rangetransition()
803 new->obj_str = orig->obj_str; in cil_copy_fill_permissionx()
867 new->obj_str = orig->obj_str; in cil_copy_type_rule()
Dcil_write_ast.c307 fprintf(out, "%s ", datum_or_str(DATUM(permx->obj), permx->obj_str)); in write_permx()
816 fprintf(out, "%s ", datum_or_str(DATUM(permx->obj), permx->obj_str)); in cil_write_ast_node()
1101 fprintf(out, "%s ", datum_or_str(DATUM(roletrans->obj), roletrans->obj_str)); in cil_write_ast_node()
1159 fprintf(out, "%s ", datum_or_str(DATUM(rule->obj), rule->obj_str)); in cil_write_ast_node()
1169 fprintf(out, "%s ", datum_or_str(DATUM(rule->obj), rule->obj_str)); in cil_write_ast_node()
1180 fprintf(out, "%s ", datum_or_str(DATUM(rule->obj), rule->obj_str)); in cil_write_ast_node()
Dcil.c2386 (*nametypetrans)->obj_str = NULL; in cil_nametypetransition_init()
2402 (*rangetrans)->obj_str = NULL; in cil_rangetransition_init()
2467 (*permx)->obj_str = NULL; in cil_permissionx_init()
2482 (*type_rule)->obj_str = NULL; in cil_type_rule_init()
2496 (*role_trans)->obj_str = NULL; in cil_roletransition_init()
Dcil_resolve_ast.c300 rc = cil_resolve_name(current, permx->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum); in cil_resolve_permissionx()
401 rc = cil_resolve_name(current, rule->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum); in cil_resolve_type_rule()
656 rc = cil_resolve_name(current, nametypetrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum); in cil_resolve_nametypetransition()
712 rc = cil_resolve_name(current, rangetrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum); in cil_resolve_rangetransition()
1097 rc = cil_resolve_name(current, roletrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum); in cil_resolve_roletransition()
Dcil_build_ast.c1896 roletrans->obj_str = parse_current->next->next->next->data; in cil_gen_roletransition()
2168 permx->obj_str = parse_current->next->data; in cil_fill_permissionx()
2320 rule->obj_str = parse_current->next->next->next->data; in cil_gen_type_rule()
3372 nametypetrans->obj_str = s3; in cil_gen_typetransition()
3386 rule->obj_str = s3; in cil_gen_typetransition()
3446 rangetrans->obj_str = parse_current->next->next->next->data; in cil_gen_rangetransition()
Dcil_binary.c1015 cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str); in __cil_insert_type_rule()
1048 cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str); in __cil_insert_type_rule()
1229 trans.obj_str = typetrans->obj_str; in __cil_typetransition_to_avtab()
/third_party/python/Python/
Dceval.c6246 const char *obj_str; in format_exc_check_arg() local
6251 obj_str = PyUnicode_AsUTF8(obj); in format_exc_check_arg()
6252 if (!obj_str) in format_exc_check_arg()
6255 _PyErr_Format(tstate, exc, format_str, obj_str); in format_exc_check_arg()
/third_party/gn/src/gn/
Dninja_c_binary_target_writer_unittest.cc418 std::string obj_str = obj_out.str(); in TEST_F() local
419 EXPECT_EQ(std::string(obj_expected), obj_str); in TEST_F()
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c581 CuAssertStrEquals(tc, ((struct cil_type_rule *)test_ast_node->data)->obj_str, test_copy->obj_str); in test_cil_copy_type_rule()
Dtest_cil_build_ast.c8493 …CuAssertStrEquals(tc, ((struct cil_type_rule*)test_ast_node->data)->obj_str, test_tree->root->cl_h… in test_cil_gen_type_rule_transition()
8641 …CuAssertStrEquals(tc, ((struct cil_type_rule*)test_ast_node->data)->obj_str, test_tree->root->cl_h… in test_cil_gen_type_rule_change()
8789 …CuAssertStrEquals(tc, ((struct cil_type_rule*)test_ast_node->data)->obj_str, test_tree->root->cl_h… in test_cil_gen_type_rule_member()