/external/mesa3d/src/glsl/ |
loop_unroll.cpp | 196 exec_list copy_list; local 198 copy_list.make_empty(); 199 clone_ir_list(mem_ctx, ©_list, &ir->body_instructions); 201 ir_if = ((ir_instruction *) copy_list.get_tail())->as_if(); 204 ir_to_replace->insert_before(©_list); 227 exec_list copy_list; local 229 copy_list.make_empty(); 230 clone_ir_list(mem_ctx, ©_list, &ir->body_instructions); 232 ir->insert_before(©_list);
|
/external/selinux/libsepol/cil/test/unit/ |
test_cil_copy_ast.c | 67 struct cil_list *copy_list; local 68 cil_list_init(©_list); 70 int rc =cil_copy_list(cil_l, ©_list); 72 CuAssertStrEquals(tc, copy_list->head->data, cil_l->head->data); 73 CuAssertStrEquals(tc, copy_list->head->next->data, cil_l->head->next->data); 74 CuAssertIntEquals(tc, copy_list->head->flavor, cil_l->head->flavor); 75 CuAssertIntEquals(tc, copy_list->head->next->flavor, cil_l->head->next->flavor); 89 struct cil_list *copy_list; local 90 cil_list_init(©_list); 92 int rc = cil_copy_list(cil_l, ©_list); 113 struct cil_list *copy_list; local 136 struct cil_list *copy_list; local [all...] |
/external/libchrome/base/ |
values_unittest.cc | 522 ListValue* copy_list = NULL; local 523 ASSERT_TRUE(copy_value->GetAsList(©_list)); 524 ASSERT_TRUE(copy_list); 525 ASSERT_EQ(2U, copy_list->GetSize()); 528 ASSERT_TRUE(copy_list->Get(0, ©_list_element_0)); 536 ASSERT_TRUE(copy_list->Get(1, ©_list_element_1)); 666 std::unique_ptr<Value> copy_list = original_list->CreateDeepCopy(); local 676 EXPECT_TRUE(original_list->Equals(copy_list.get())); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree.h | [all...] |