Searched refs:test_program (Results 1 – 8 of 8) sorted by relevance
/external/flac/ |
D | autogen.sh | 20 test_program () { function 28 test_program $prog 32 test_program gettext
|
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/ |
D | Test.pm | 53 my $test_program = $args->{test_program}; 73 write_file($test_program_file, $test_program);
|
/external/antlr/runtime/Perl5/t/ |
D | lexer.t | 20 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' }); 47 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' }); 105 g_test_output_is({ grammar => scalar grammar_file('XMLLexer.g'), test_program => <<'CODE', expected…
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderUtils.cpp | 626 _tessellation_vertex_counter_program test_program(m_gl); in getAmountOfVerticesGeneratedByTessellator() local 629 vertex_spacing, primitive_mode, is_point_mode_enabled, test_program); in getAmountOfVerticesGeneratedByTessellator() 631 result = test_program.n_data_vertices; in getAmountOfVerticesGeneratedByTessellator() 665 _tessellation_vertex_counter_program test_program(m_gl); in getDataGeneratedByTessellator() local 668 point_mode, test_program); in getDataGeneratedByTessellator() 669 return test_program.m_data; in getDataGeneratedByTessellator()
|
/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 723 struct test_program { struct 730 struct test_program prog[] = { argument 756 struct test_program extended[] = { 818 int run_test(int flags, int size, char *dir, struct test_program *prog) in run_test() 822 struct test_program *pc; in run_test()
|
/external/antlr/runtime/Perl5/t/examples/ |
D | fig.t | 14 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
|
D | simplecalc.t | 12 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
|
D | expr.t | 12 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
|