HomeSort by relevance Sort by last modified time
    Searched refs:input_root (Results 1 - 5 of 5) sorted by null

  /external/v8/tools/gyp/test/rules-variables/src/
test.input_root.c 7 void input_root() { function
8 printf("input_root\n");
  /external/v8/tools/gyp/test/rules-variables/src/subdir/
test.c 5 extern void input_root();
12 input_root();
  /external/pdfium/testing/tools/
run_javascript_tests.py 23 input_root, _ = os.path.splitext(input_filename)
24 input_path = os.path.join(source_dir, input_root + '.in')
25 pdf_path = os.path.join(working_dir, input_root + '.pdf')
26 txt_path = os.path.join(working_dir, input_root + '.txt')
27 expected_path = os.path.join(source_dir, input_root + '_expected.txt')
34 cmd_to_run = common.DrMemoryWrapper(drmem_wrapper, input_root)
pngdiffer.py 71 input_root, _ = os.path.splitext(input_filename)
72 actual_path = os.path.join(working_dir, input_root + self.ACTUAL_TEMPLATE)
74 source_dir, input_root + self.EXPECTED_TEMPLATE)
76 source_dir, input_root + self.PLATFORM_EXPECTED_TEMPLATE)
run_pixel_tests.py 25 input_root, _ = os.path.splitext(input_filename)
26 input_path = os.path.join(source_dir, input_root + '.in')
27 pdf_path = os.path.join(working_dir, input_root + '.pdf')
41 cmd_to_run = common.DrMemoryWrapper(drmem_wrapper, input_root)

Completed in 423 milliseconds