OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_expectations_dir
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/tests/
render_pictures_test.py
161
self.
_expectations_dir
= tempfile.mkdtemp()
167
shutil.rmtree(self.
_expectations_dir
)
342
expectations_path = os.path.join(self.
_expectations_dir
, 'empty')
643
"""Creates expectations JSON file within self.
_expectations_dir
.
649
rel_path: (string) relative path within self.
_expectations_dir
to write
680
path = os.path.join(self.
_expectations_dir
, rel_path)
/external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_server.py
211
self.
_expectations_dir
= expectations_dir
262
for root, dirs, files in os.walk(self.
_expectations_dir
):
378
json_path = os.path.join(self.
_expectations_dir
, device_name,
Completed in 73 milliseconds