Home
last modified time | relevance | path

Searched refs:init_py (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/python/setuptools/setuptools/command/
Dbuild_py.py156 init_py = orig.build_py.check_package(self, package, package_dir)
157 self.packages_checked[package] = init_py
159 if not init_py or not self.distribution.namespace_packages:
160 return init_py
166 return init_py
168 with io.open(init_py, 'rb') as f:
177 return init_py
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dbuild_py.py199 init_py = os.path.join(package_dir, "__init__.py")
200 if os.path.isfile(init_py):
201 return init_py
204 "(or not a regular file)"), init_py)
268 init_py = self.check_package(package, package_dir)
270 if init_py:
271 modules.append((package, "__init__", init_py))
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dbuild_py.py200 init_py = os.path.join(package_dir, "__init__.py")
201 if os.path.isfile(init_py):
202 return init_py
205 "(or not a regular file)"), init_py)
269 init_py = self.check_package(package, package_dir)
271 if init_py:
272 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dbuild_py.py199 init_py = os.path.join(package_dir, "__init__.py")
200 if os.path.isfile(init_py):
201 return init_py
204 "(or not a regular file)"), init_py)
268 init_py = self.check_package(package, package_dir)
270 if init_py:
271 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dbuild_py.py199 init_py = os.path.join(package_dir, "__init__.py")
200 if os.path.isfile(init_py):
201 return init_py
204 "(or not a regular file)"), init_py)
268 init_py = self.check_package(package, package_dir)
270 if init_py:
271 modules.append((package, "__init__", init_py))
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dbuild_py.py199 init_py = os.path.join(package_dir, "__init__.py")
200 if os.path.isfile(init_py):
201 return init_py
204 "(or not a regular file)"), init_py)
268 init_py = self.check_package(package, package_dir)
270 if init_py:
271 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dbuild_py.py199 init_py = os.path.join(package_dir, "__init__.py")
200 if os.path.isfile(init_py):
201 return init_py
204 "(or not a regular file)"), init_py)
268 init_py = self.check_package(package, package_dir)
270 if init_py:
271 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dbuild_py.py199 init_py = os.path.join(package_dir, "__init__.py")
200 if os.path.isfile(init_py):
201 return init_py
204 "(or not a regular file)"), init_py)
268 init_py = self.check_package(package, package_dir)
270 if init_py:
271 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dbuild_py.py199 init_py = os.path.join(package_dir, "__init__.py")
200 if os.path.isfile(init_py):
201 return init_py
204 "(or not a regular file)"), init_py)
268 init_py = self.check_package(package, package_dir)
270 if init_py:
271 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py234 init_py = orig.build_py.check_package(self, package, package_dir)
235 self.packages_checked[package] = init_py
237 if not init_py or not self.distribution.namespace_packages:
238 return init_py
244 return init_py
246 with io.open(init_py, 'rb') as f:
255 return init_py
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py234 init_py = orig.build_py.check_package(self, package, package_dir)
235 self.packages_checked[package] = init_py
237 if not init_py or not self.distribution.namespace_packages:
238 return init_py
244 return init_py
246 with io.open(init_py, 'rb') as f:
255 return init_py
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py234 init_py = orig.build_py.check_package(self, package, package_dir)
235 self.packages_checked[package] = init_py
237 if not init_py or not self.distribution.namespace_packages:
238 return init_py
244 return init_py
246 with io.open(init_py, 'rb') as f:
255 return init_py
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py234 init_py = orig.build_py.check_package(self, package, package_dir)
235 self.packages_checked[package] = init_py
237 if not init_py or not self.distribution.namespace_packages:
238 return init_py
244 return init_py
246 with io.open(init_py, 'rb') as f:
255 return init_py
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_py.py205 init_py = os.path.join(package_dir, "__init__.py")
206 if os.path.isfile(init_py):
207 return init_py
271 init_py = self.check_package(package, package_dir)
273 if init_py:
274 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_py.py205 init_py = os.path.join(package_dir, "__init__.py")
206 if os.path.isfile(init_py):
207 return init_py
271 init_py = self.check_package(package, package_dir)
273 if init_py:
274 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_py.py205 init_py = os.path.join(package_dir, "__init__.py")
206 if os.path.isfile(init_py):
207 return init_py
271 init_py = self.check_package(package, package_dir)
273 if init_py:
274 modules.append((package, "__init__", init_py))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_py.py205 init_py = os.path.join(package_dir, "__init__.py")
206 if os.path.isfile(init_py):
207 return init_py
271 init_py = self.check_package(package, package_dir)
273 if init_py:
274 modules.append((package, "__init__", init_py))
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dcreate_python_tree.py295 init_py = (
298 if not init_py.exists():
299 init_py.touch()
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/
H A DBUILD15 "//tensorflow/python/compiler/tensorrt:init_py",
/aosp_15_r20/external/python/cpython2/Lib/
Dpkgutil.py522 init_py = "__init__" + os.extsep + "py"
532 initfile = os.path.join(subdir, init_py)
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-python.c312 static void init_py(afl_state_t *afl, py_mutator_t *py_mutator, in init_py() function
504 init_py(afl, py_mutator, rand_below(afl, 0xFFFFFFFF)); in load_custom_mutator_py()
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A DBUILD23 name = "init_py",
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_python.cpp1785 const std::string init_py = in SaveType() local
1787 SaveFile(init_py.c_str(), "", false); in SaveType()