HomeSort by relevance Sort by last modified time
    Searched refs:Distribution (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
20 from distutils.dist import Distribution
64 Distribution instance; find and parse config files; parse the command
69 The Distribution instance might be an instance of a class supplied via
71 supplied, then the Distribution class (in dist.py) is instantiated.
73 attributes of the Distribution instance.
88 driven entirely by the Distribution object (which each command object
96 # Determine the distribution class -- either caller-supplied or
97 # our Distribution (see below).
102 klass = Distribution
    [all...]
cmd.py 56 from distutils.dist import Distribution
58 if not isinstance(dist, Distribution):
59 raise TypeError, "dist must be a Distribution instance"
63 self.distribution = dist
68 # commands fall back on the Distribution's behaviour. None means
69 # "not defined, check self.distribution's copy", while 0 or 1 mean
101 return getattr(self.distribution, attr)
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
306 """Wrapper around Distribution's 'get_command_obj()' method: find
311 cmd_obj = self.distribution.get_command_obj(command, create
    [all...]
dist.py 3 Provides the Distribution class, which represents the module distribution
34 class Distribution:
36 is really done within a Distribution instance, which farms the work out
39 Setup scripts will almost never instantiate Distribution directly,
42 Distribution for some specialized purpose, and then pass the subclass
44 necessary to respect the expectations that 'setup' has of Distribution.
129 """Construct a new Distribution instance: initialize all the
130 attributes of a Distribution, and then use 'attrs' (a dictionary
146 # Store the distribution meta-data (name, version, author, and s
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 16 from distutils.core import Distribution
57 dist = Distribution({'name': 'foo', 'version': '0.1',
test_cmd.py 7 from distutils.dist import Distribution
18 dist = Distribution()
support.py 13 from distutils.core import Distribution
105 - a Distribution instance using keywords
108 It returns the package directory and the distribution
114 dist = Distribution(attrs=kw)
test_sdist.py 27 from distutils.core import Distribution
84 dist = Distribution(metadata)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
20 from distutils.dist import Distribution
64 Distribution instance; find and parse config files; parse the command
69 The Distribution instance might be an instance of a class supplied via
71 supplied, then the Distribution class (in dist.py) is instantiated.
73 attributes of the Distribution instance.
88 driven entirely by the Distribution object (which each command object
96 # Determine the distribution class -- either caller-supplied or
97 # our Distribution (see below).
102 klass = Distribution
    [all...]
cmd.py 56 from distutils.dist import Distribution
58 if not isinstance(dist, Distribution):
59 raise TypeError, "dist must be a Distribution instance"
63 self.distribution = dist
68 # commands fall back on the Distribution's behaviour. None means
69 # "not defined, check self.distribution's copy", while 0 or 1 mean
101 return getattr(self.distribution, attr)
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
306 """Wrapper around Distribution's 'get_command_obj()' method: find
311 cmd_obj = self.distribution.get_command_obj(command, create
    [all...]
dist.py 3 Provides the Distribution class, which represents the module distribution
34 class Distribution:
36 is really done within a Distribution instance, which farms the work out
39 Setup scripts will almost never instantiate Distribution directly,
42 Distribution for some specialized purpose, and then pass the subclass
44 necessary to respect the expectations that 'setup' has of Distribution.
129 """Construct a new Distribution instance: initialize all the
130 attributes of a Distribution, and then use 'attrs' (a dictionary
146 # Store the distribution meta-data (name, version, author, and s
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 16 from distutils.core import Distribution
57 dist = Distribution({'name': 'foo', 'version': '0.1',
test_cmd.py 7 from distutils.dist import Distribution
18 dist = Distribution()
support.py 13 from distutils.core import Distribution
105 - a Distribution instance using keywords
108 It returns the package directory and the distribution
114 dist = Distribution(attrs=kw)
test_sdist.py 27 from distutils.core import Distribution
84 dist = Distribution(metadata)
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 20 Distribution: Redhat 7 and above.
  /external/lz4/
Makefile 15 # other materials provided with the distribution.
120 @echo Distribution $(DISTRIBNAME) built
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 239 BlockMass Mass; ///< Mass distribution from the entry block.
329 /// \brief Distribution of unscaled probability weight.
331 /// Distribution of unscaled probability weight to a set of successors.
336 /// the distribution. It should never overflow twice.
337 struct Distribution {
343 Distribution() : Total(0), DidOverflow(false) {}
354 /// \brief Normalize the distribution.
378 /// \brief Add all edges out of a packaged loop to the distribution.
385 Distribution &Dist);
387 /// \brief Add an edge to the distribution
    [all...]
  /external/v8/tools/
run-deopt-fuzzer.py 13 # with the distribution.
87 print "Using random distribution with seed %d" % seed
98 F1: Factor of the first derivation of the distribution function.
99 F2: Factor of the second derivation of the distribution function.
100 With F1 and F2 set to 0, the distribution will be equal.
123 # Project the distribution into the interval [0:M].
127 # distribution.
132 # Difference factor between actual and equal distribution.
140 def Distribution(options):
174 result.add_option("--distribution-factor1", help=("Factor of the first
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 

Completed in 1374 milliseconds

12 3