OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testcase_file
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/utils/
test_debuginfo.pl
17
my $
testcase_file
= $ARGV[0];
20
my $input_filename = basename $
testcase_file
;
28
open(INPUT, $
testcase_file
);
55
system("FileCheck", "-input-file", "$output_file", "$
testcase_file
");
/external/llvm/utils/
test_debuginfo.pl
22
my $
testcase_file
= $ARGV[0];
25
my $input_filename = basename $
testcase_file
;
38
open(INPUT, $
testcase_file
);
72
system("FileCheck", "-input-file", "$output_file", "$
testcase_file
");
/frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl
29
my $
testcase_file
= $ARGV[1];
32
my $input_filename = basename $
testcase_file
;
45
open(INPUT, $
testcase_file
);
80
system("$filecheck_tool", "-input-file", "$output_file", "$
testcase_file
");
85
print "$filecheck_tool -input-file $output_file $
testcase_file
\n";
Completed in 518 milliseconds