OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_root
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/testing/tools/
test_runner.py
50
input_root
, _ = os.path.splitext(input_filename)
51
expected_txt_path = os.path.join(source_dir,
input_root
+ '_expected.txt')
53
pdf_path = os.path.join(self.working_dir,
input_root
+ '.pdf')
64
raised_exception = self.Generate(source_dir, input_filename,
input_root
,
73
raised_exception = self.TestText(
input_root
, expected_txt_path, pdf_path)
75
raised_exception, results = self.TestPixel(
input_root
, pdf_path)
99
def Generate(self, source_dir, input_filename,
input_root
, pdf_path):
101
input_path = os.path.join(source_dir,
input_root
+ '.in')
103
input_event_path = os.path.join(source_dir,
input_root
+ '.evt')
119
def TestText(self,
input_root
, expected_txt_path, pdf_path)
[
all
...]
pngdiffer.py
107
input_root
, _ = os.path.splitext(input_filename)
109
input_root
+ ACTUAL_TEMPLATE)
111
source_dir,
input_root
+ EXPECTED_TEMPLATE)
113
source_dir,
input_root
+ PLATFORM_EXPECTED_TEMPLATE)
/external/v8/src/compiler/
node.h
326
InputEdges(Node**
input_root
, Use* use_root, int count)
327
: input_root_(
input_root
), use_root_(use_root), count_(count) {}
348
explicit Inputs(Node* const*
input_root
, int count)
349
: input_root_(
input_root
), count_(count) {}
Completed in 235 milliseconds