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

  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_html.py 36 def GenerateIncludeTag(resource_path):
37 (dir_name, file_name) = os.path.split(resource_path)
43 assert resource_path
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
full_test.py 108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
109 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
not_strict_test.py 67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 65 const std::string resource_path; member in class:__anon18352::ApmTest
75 : resource_path(webrtc::test::ProjectRootPath() +
78 output_filename(resource_path + "output_data_fixed.pb"),
80 output_filename(resource_path + "output_data_float.pb"),
106 std::string input_filename = resource_path + "aec_far.pcm";
110 input_filename = resource_path + "aec_near.pcm";
    [all...]

Completed in 479 milliseconds