Home
last modified time | relevance | path

Searched full:foo* (Results 30451 - 30475 of 30613) sorted by relevance

1...<<1211121212131214121512161217121812191220>>...1225

/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c114 * a case where a non-seclabel fs is mounted on /foo and
136 * mounted on /foo and then a seclabel fs is
/third_party/selinux/libsepol/cil/test/integration_testing/
H A Dordered_lists_hard.cil4 (class foo (read))
7 (allow bar self (foo (read)))
H A Dsmall.cil1 (class foo (read))
4 (allow bar self (foo (read)))
/third_party/skia/bench/
H A DGeometryBench.cpp33 * inner loop), since it will fool the compiler into assuming that "n" is actually
/third_party/spirv-tools/source/fuzz/
H A Doverflow_id_source.h43 // transformation, T1, outlines "stmt1; stmt2;" into a function foo, giving us:
45 // foo() {
51 // foo();
56 // The second transformation, T2, outlines "foo(); stmt3;" from main into a
59 // foo() {
65 // foo();
78 // The fresh ids used by T2 - FRESH - are sufficient to outline "foo(); stmt3;".
79 // However, because we did not apply T1, "foo();" does not exist and instead the
/third_party/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_instances.h89 // REPEATED_PASS_INSTANCE(Foo);
/third_party/spirv-tools/source/
H A Dtext_handler.h238 // from "%foo".
/third_party/spirv-tools/test/
H A Dassembly_format_test.cpp38 SetText("\n\n%foo = OpName %1 \"bar\""); in TEST_F()
44 "Cannot set ID %foo because OpName does not produce a result ID.", in TEST_F()
H A Dbinary_parse_test.cpp1144 {"OpName !0 \"foo\"", "Id is 0"},
H A Dbinary_to_text.literal_test.cpp46 "OpName %1 \"foo\"\n", // normal
47 "OpName %1 \"foo bar\"\n", // string with spaces
48 "OpName %1 \"foo\tbar\"\n", // string with tab
50 "OpName %1 \" foo\"\n", // starts with space
51 "OpName %1 \"foo \"\n", // ends with space
52 "OpName %1 \"foo\t\"\n", // ends with tab
53 "OpName %1 \"foo\nbar\"\n", // contains newline
56 "OpName %1 \"\\\"foo\nbar\\\"\"\n", // escaped quote
57 "OpName %1 \"\\\\foo\nbar\\\\\"\n", // escaped backslash
80 {"OpName %1 \"\\foo\"\
[all...]
H A Dbinary_to_text_test.cpp49 OpEntryPoint Kernel %1 "foo"
195 "%2 = OpNot %1 %foo",
199 "%2 = OpNot %1 %foo",
237 const std::string input = R"(OpEntryPoint Kernel %1 "foo" in TEST_F()
H A Dext_inst.non_semantic_test.cpp83 %3 = OpExtInst %2 %1 1 "foobar" in TEST_F()
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_pass_donate_modules_test.cpp78 OpName %20 "foo(vu4;" in TEST()
1573 OpName %6 "foo("
H A Dfuzzer_replayer_test.cpp33 // void foo() {
44 // foo();
48 // foo();
65 OpName %6 "foo("
H A Dfuzzer_shrinker_test.cpp34 // void foo() {
45 // foo();
49 // foo();
66 OpName %6 "foo("
H A Dtransformation_add_dead_break_test.cpp1848 // applied so that the loop from foo is in the main loop's continue construct: in TEST()
1850 // int foo() { in TEST()
1859 // for (int i = 0; i < 100; i += foo()) { in TEST()
H A Dtransformation_add_dead_continue_test.cpp527 // applied so that the loop from foo is in the main loop's continue construct: in TEST()
529 // int foo() { in TEST()
538 // for (int i = 0; i < 100; i += foo()) { in TEST()
H A Dtransformation_add_synonym_test.cpp1419 OpName %6 "foo(" in TEST()
H A Dtransformation_outline_function_test.cpp664 OpName %10 "foo(i1;" in TEST()
714 OpName %10 "foo(i1;" in TEST()
2133 OpName %10 "foo(i1;"
H A Dtransformation_replace_constant_with_uniform_test.cpp386 // void foo(int a) { } in TEST()
394 // foo(4); in TEST()
405 OpName %10 "foo(i1;" in TEST()
593 OpName %10 "foo(i1;" in TEST()
H A Dtransformation_replace_id_with_synonym_test.cpp632 // void foo(int x) { } in TEST()
637 // foo(a); in TEST()
647 OpName %10 "foo(i1;" in TEST()
H A Dtransformation_set_function_control_test.cpp37 OpName %11 "foo(i1;i1;" in TEST()
180 OpName %11 "foo(i1;i1;" in TEST()
/third_party/spirv-tools/test/link/
H A Dentry_points_test.cpp31 OpEntryPoint GLCompute %3 "foo" in TEST_F()
57 OpEntryPoint GLCompute %3 "foo" in TEST_F()
66 OpEntryPoint Vertex %3 "foo" in TEST_F()
83 OpEntryPoint GLCompute %3 "foo" in TEST_F()
92 OpEntryPoint GLCompute %3 "foo" in TEST_F()
103 HasSubstr("The entry point \"foo\", with execution model " in TEST_F()
113 OpDecorate %7 LinkageAttributes "foo" Export in TEST_F()
131 OpDecorate %3 LinkageAttributes "foo" Import in TEST_F()
H A Dmatching_imports_to_exports_test.cpp32 OpDecorate %1 LinkageAttributes "foo" Import in TEST_F()
42 OpDecorate %1 LinkageAttributes "foo" Export in TEST_F()
75 OpDecorate %1 LinkageAttributes "foo" Export in TEST_F()
105 OpDecorate %1 LinkageAttributes "foo" Export in TEST_F()
121 OpDecorate %1 LinkageAttributes "foo" Export in TEST_F()
138 OpDecorate %1 LinkageAttributes "foo" Import in TEST_F()
152 HasSubstr("Unresolved external reference to \"foo\".")); in TEST_F()
161 OpDecorate %1 LinkageAttributes "foo" Import in TEST_F()
171 OpDecorate %1 LinkageAttributes "foo" Export in TEST_F()
183 HasSubstr("Type mismatch on symbol \"foo\" betwee in TEST_F()
[all...]
H A Dpartial_linkage_test.cpp32 OpDecorate %1 LinkageAttributes "foo" Import in TEST_F()
61 OpDecorate %1 LinkageAttributes "foo" Import in TEST_F()
80 OpDecorate %1 LinkageAttributes "foo" Import in TEST_F()
101 HasSubstr("Unresolved external reference to \"foo\".")); in TEST_F()

Completed in 48 milliseconds

1...<<1211121212131214121512161217121812191220>>...1225