HomeSort by relevance Sort by last modified time
    Searched refs:distribution (Results 51 - 75 of 2131) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 21 description = "create an RPM distribution"
45 "use bzip2 instead of gzip to create source distribution"),
52 ('distribution-name=', None,
53 "name of the (Linux) distribution to which this "
54 "RPM applies (*not* the name of the module distribution!)"),
214 if not self.distribution.has_ext_modules():
225 "%s <%s>" % (self.distribution.get_contact(),
226 self.distribution.get_contact_email()))
292 "%s.spec" % self.distribution.get_name())
301 # Make a source distribution and copy to SOURCES directory wit
    [all...]
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
89 bdist = self.distribution.get_command_obj('bdist')
98 if not self.skip_build and self.distribution.has_ext_modules():
112 for script in self.distribution.scripts:
124 (self.distribution.has_ext_modules() or
125 self.distribution.has_c_libraries())):
127 ("distribution contains extensions and/or C libraries; "
144 if self.distribution.has_ext_modules()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 21 description = "create an RPM distribution"
45 "use bzip2 instead of gzip to create source distribution"),
52 ('distribution-name=', None,
53 "name of the (Linux) distribution to which this "
54 "RPM applies (*not* the name of the module distribution!)"),
214 if not self.distribution.has_ext_modules():
225 "%s <%s>" % (self.distribution.get_contact(),
226 self.distribution.get_contact_email()))
292 "%s.spec" % self.distribution.get_name())
301 # Make a source distribution and copy to SOURCES directory wit
    [all...]
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
89 bdist = self.distribution.get_command_obj('bdist')
98 if not self.skip_build and self.distribution.has_ext_modules():
112 for script in self.distribution.scripts:
124 (self.distribution.has_ext_modules() or
125 self.distribution.has_c_libraries())):
127 ("distribution contains extensions and/or C libraries; "
144 if self.distribution.has_ext_modules()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 21 description = "create an RPM distribution"
45 "use bzip2 instead of gzip to create source distribution"),
52 ('distribution-name=', None,
53 "name of the (Linux) distribution to which this "
54 "RPM applies (*not* the name of the module distribution!)"),
214 if not self.distribution.has_ext_modules():
225 "%s <%s>" % (self.distribution.get_contact(),
226 self.distribution.get_contact_email()))
292 "%s.spec" % self.distribution.get_name())
301 # Make a source distribution and copy to SOURCES directory wit
    [all...]
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
89 bdist = self.distribution.get_command_obj('bdist')
98 if not self.skip_build and self.distribution.has_ext_modules():
112 for script in self.distribution.scripts:
124 (self.distribution.has_ext_modules() or
125 self.distribution.has_c_libraries())):
127 ("distribution contains extensions and/or C libraries; "
144 if self.distribution.has_ext_modules()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
97 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
109 if (self.distribution.has_ext_modules() and
112 ("can't make a dumb built distribution where "
124 if self.distribution.has_ext_modules():
128 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_rpm.py 21 description = "create an RPM distribution"
45 "use bzip2 instead of gzip to create source distribution"),
52 ('distribution-name=', None,
53 "name of the (Linux) distribution to which this "
54 "RPM applies (*not* the name of the module distribution!)"),
214 if not self.distribution.has_ext_modules():
225 "%s <%s>" % (self.distribution.get_contact(),
226 self.distribution.get_contact_email()))
292 "%s.spec" % self.distribution.get_name())
301 # Make a source distribution and copy to SOURCES directory with
    [all...]
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
87 bdist = self.distribution.get_command_obj('bdist')
94 if not self.skip_build and self.distribution.has_ext_modules():
108 for script in self.distribution.scripts:
120 (self.distribution.has_ext_modules() or
121 self.distribution.has_c_libraries())):
123 ("distribution contains extensions and/or C libraries; "
140 if self.distribution.has_ext_modules():
    [all...]
  /external/python/cpython2/Lib/distutils/command/
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
89 bdist = self.distribution.get_command_obj('bdist')
98 if not self.skip_build and self.distribution.has_ext_modules():
112 for script in self.distribution.scripts:
124 (self.distribution.has_ext_modules() or
125 self.distribution.has_c_libraries())):
127 ("distribution contains extensions and/or C libraries; "
144 if self.distribution.has_ext_modules()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
89 bdist = self.distribution.get_command_obj('bdist')
98 if not self.skip_build and self.distribution.has_ext_modules():
112 for script in self.distribution.scripts:
124 (self.distribution.has_ext_modules() or
125 self.distribution.has_c_libraries())):
127 ("distribution contains extensions and/or C libraries; "
144 if self.distribution.has_ext_modules()
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractDistribution.java 17 package org.apache.commons.math.distribution;
31 implements Distribution, Serializable {
45 * to this distribution, this method returns P(x0 &le; X &le; x1).
53 * @return the probability that a random variable with this distribution
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
SimpleRegression.java 23 import org.apache.commons.math.distribution.TDistribution;
24 import org.apache.commons.math.distribution.TDistributionImpl;
63 /** the distribution used to compute inference statistics. */
64 private TDistribution distribution; field in class:SimpleRegression
100 * Create an empty SimpleRegression using the given distribution object to
102 * @param t the distribution used to compute inference statistics.
116 * @param degrees Number of degrees of freedom of the distribution
155 distribution.setDegreesOfFreedom(n - 2);
187 distribution.setDegreesOfFreedom(n - 2);
523 * Bivariate Normal Distribution</a>.</p
    [all...]
  /frameworks/support/buildSrc/src/main/groovy/android/support/
SupportLibraryMavenUploader.groovy 46 distribution 'repo'
54 distribution 'repo'

Completed in 2497 milliseconds

1 23 4 5 6 7 8 91011>>