Searched defs:zip_path (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 293 def make_control_dep_tests(zip_path): argument 385 def make_zip_of_tests(zip_path, argument 606 def f(zip_path, expected_tf_failures=0): argument 650 def make_l2_pool_tests(zip_path): argument 654 def make_avg_pool_tests(zip_path): argument 658 def make_max_pool_tests(zip_path): argument 662 def make_abs_tests(zip_path): argument 685 def make_elu_tests(zip_path): argument 712 def make_relu_tests(zip_path): argument 736 def make_relu1_tests(zip_path): argument [all …]
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | zip_utils.py | 55 def _WriteZipFile(zip_path, zip_contents): argument 61 def WriteZipFile(zip_path, zip_contents): argument
|
/external/python/cpython2/PCbuild/ |
D | get_external.py | 25 def extract_zip(externals_dir, zip_path): argument
|
/external/python/cpython3/PCbuild/ |
D | get_external.py | 25 def extract_zip(externals_dir, zip_path): argument
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 252 def ExtractAll(zip_path, path=None, no_clobber=True, pattern=None, argument 292 def AddToZipHermetic(zip_file, zip_path, src_path=None, data=None, argument
|
/external/python/cpython2/PC/os2emx/ |
D | getpathp.c | 266 char zip_path[MAXPATHLEN+1]; in calculate_path() local
|
/external/python/cpython2/Modules/ |
D | getpath.c | 379 char zip_path[MAXPATHLEN+1]; in calculate_path() local
|
/external/python/cpython2/PC/ |
D | getpathp.c | 475 char zip_path[MAXPATHLEN+1]; in calculate_path() local
|
/external/python/cpython3/Modules/ |
D | getpath.c | 127 wchar_t zip_path[MAXPATHLEN+1]; /* ".../lib/pythonXY.zip" */ member
|
/external/python/cpython3/PC/ |
D | getpathp.c | 129 wchar_t zip_path[MAXPATHLEN+1]; member
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 1619 def _parts(self, zip_path): argument 1655 def _extract_resource(self, manager, zip_path): argument 1710 def _is_current(self, file_path, zip_path): argument
|