Home
last modified time | relevance | path

Searched defs:input_root (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/tools/
Dtest_runner.py99 def Generate(self, source_dir, input_filename, input_root, pdf_path): argument
119 def TestText(self, input_root, expected_txt_path, pdf_path): argument
129 def TestPixel(self, input_root, pdf_path): argument
/external/v8/src/compiler/
Dnode.h326 InputEdges(Node** input_root, Use* use_root, int count) in InputEdges()
348 explicit Inputs(Node* const* input_root, int count) in Inputs()