Home
last modified time | relevance | path

Searched refs:ensure_string (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py212 self.ensure_string('group', "Development/Libraries")
213 self.ensure_string('vendor',
216 self.ensure_string('packager')
223 self.ensure_string('release', "1")
224 self.ensure_string('serial') # should it be an int?
226 self.ensure_string('distribution_name')
228 self.ensure_string('changelog')
254 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py233 self.ensure_string('group', "Development/Libraries")
234 self.ensure_string(
239 self.ensure_string('packager')
246 self.ensure_string('release', "1")
247 self.ensure_string('serial') # should it be an int?
249 self.ensure_string('distribution_name')
251 self.ensure_string('changelog')
277 self.ensure_string('force_arch')
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py224 self.ensure_string('group', "Development/Libraries")
225 self.ensure_string('vendor',
228 self.ensure_string('packager')
235 self.ensure_string('release', "1")
236 self.ensure_string('serial') # should it be an int?
238 self.ensure_string('distribution_name')
240 self.ensure_string('changelog')
266 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py233 self.ensure_string('group', "Development/Libraries")
234 self.ensure_string(
239 self.ensure_string('packager')
246 self.ensure_string('release', "1")
247 self.ensure_string('serial') # should it be an int?
249 self.ensure_string('distribution_name')
251 self.ensure_string('changelog')
277 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py233 self.ensure_string('group', "Development/Libraries")
234 self.ensure_string(
239 self.ensure_string('packager')
246 self.ensure_string('release', "1")
247 self.ensure_string('serial') # should it be an int?
249 self.ensure_string('distribution_name')
251 self.ensure_string('changelog')
277 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dbdist_rpm.py212 self.ensure_string('group', "Development/Libraries")
213 self.ensure_string('vendor',
216 self.ensure_string('packager')
223 self.ensure_string('release', "1")
224 self.ensure_string('serial') # should it be an int?
226 self.ensure_string('distribution_name')
228 self.ensure_string('changelog')
254 self.ensure_string('force_arch')
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dbdist_rpm.py212 self.ensure_string('group', "Development/Libraries")
213 self.ensure_string('vendor',
216 self.ensure_string('packager')
223 self.ensure_string('release', "1")
224 self.ensure_string('serial') # should it be an int?
226 self.ensure_string('distribution_name')
228 self.ensure_string('changelog')
254 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py212 self.ensure_string('group', "Development/Libraries")
213 self.ensure_string('vendor',
216 self.ensure_string('packager')
223 self.ensure_string('release', "1")
224 self.ensure_string('serial') # should it be an int?
226 self.ensure_string('distribution_name')
228 self.ensure_string('changelog')
254 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py233 self.ensure_string('group', "Development/Libraries")
234 self.ensure_string(
239 self.ensure_string('packager')
246 self.ensure_string('release', "1")
247 self.ensure_string('serial') # should it be an int?
249 self.ensure_string('distribution_name')
251 self.ensure_string('changelog')
277 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py212 self.ensure_string('group', "Development/Libraries")
213 self.ensure_string('vendor',
216 self.ensure_string('packager')
223 self.ensure_string('release', "1")
224 self.ensure_string('serial') # should it be an int?
226 self.ensure_string('distribution_name')
228 self.ensure_string('changelog')
254 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py212 self.ensure_string('group', "Development/Libraries")
213 self.ensure_string('vendor',
216 self.ensure_string('packager')
223 self.ensure_string('release', "1")
224 self.ensure_string('serial') # should it be an int?
226 self.ensure_string('distribution_name')
228 self.ensure_string('changelog')
254 self.ensure_string('force_arch')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py212 self.ensure_string('group', "Development/Libraries")
213 self.ensure_string('vendor',
216 self.ensure_string('packager')
223 self.ensure_string('release', "1")
224 self.ensure_string('serial') # should it be an int?
226 self.ensure_string('distribution_name')
228 self.ensure_string('changelog')
254 self.ensure_string('force_arch')
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_cmd.py83 cmd.ensure_string('option1')
86 cmd.ensure_string('option2', 'xxx')
90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
/aosp_15_r20/external/python/cpython2/Lib/distutils/tests/
Dtest_cmd.py83 cmd.ensure_string('option1')
86 cmd.ensure_string('option2', 'xxx')
90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_cmd.py83 cmd.ensure_string('option1')
86 cmd.ensure_string('option2', 'xxx')
90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_cmd.py83 cmd.ensure_string('option1')
86 cmd.ensure_string('option2', 'xxx')
90 self.assertRaises(DistutilsOptionError, cmd.ensure_string, 'option3')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dcmd.py217 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dcmd.py217 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py222 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dcmd.py217 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py222 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py222 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dcmd.py217 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py222 def ensure_string(self, option, default=None): member in Command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dcmd.py217 def ensure_string(self, option, default=None): member in Command

12