HomeSort by relevance Sort by last modified time
    Searched full:distribution (Results 1 - 25 of 33301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lit/utils/
README.txt 2 distribution.
check-sdist 22 # Create the source distribution.
23 echo "Creating source distribution."
27 # Creating list of files in source distribution.
28 echo "Creating source distribution file list."
  /external/iproute2/netem/
pareto.c 2 * Pareto distribution table generator
23 printf("# This is the distribution table for the pareto distribution.\n");
README.distribution 1 Notes about distribution tables from Nistnet
3 I. About the distribution tables
5 The table used for "synthesizing" the distribution is essentially a scaled,
6 translated, inverse to the cumulative distribution function.
8 Here's how to think about it: Let F() be the cumulative distribution
9 function for a probability distribution X. We'll assume we've scaled
26 distribution has the same approximate "shape" as X, simply by letting
28 To see this, it's enough to show that Y's cumulative distribution function,
41 II. How to create distribution tables (in theory)
45 pareto distribution is one example of this. In other cases, an
    [all...]
paretonormal.c 2 * Paretoormal distribution table generator
4 * This distribution is simply .25*normal + .75*pareto; a combination
7 * The entries represent a scaled inverse of the cumulative distribution
61 "# This is the distribution table for the paretonormal distribution.\n"
  /external/chromium_org/third_party/simplejson/
README.chromium 12 Removed unit tests from current distribution.
  /external/chromium_org/third_party/skia/gyp/
chromeos_deps.gyp 3 # distribution so we have to build a few of them ourselves.
  /external/clang/test/Index/Inputs/CommentXML/
valid-availability-attr-01.xml 5 <Availability distribution="OS X">
valid-availability-attr-02.xml 5 <Availability distribution="OS X">
  /external/iputils/
in6_flowlabel.h 1 /* The in6_flowlabel.h file in the iputils distribution exists to provide
  /external/jpeg/
jversion.h 6 * For conditions of distribution and use, see the accompanying README file.
  /external/libpng/projects/
netware.txt 2 libpng-1.2.5-project-netware.zip from a libpng distribution
wince.txt 2 libpng-1.2.46-project-wince.zip from a libpng distribution
  /external/qemu/distrib/jpeg-6b/
jversion.h 6 * For conditions of distribution and use, see the accompanying README file.
  /external/skia/gyp/
chromeos_deps.gyp 3 # distribution so we have to build a few of them ourselves.
  /external/valgrind/main/drd/tests/
linuxthreads_det.stderr.exp-linuxthreads 4 after having upgraded to a newer version of your Linux distribution.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
__init__.py 3 The main package for the Python Module Distribution Utilities. Normally
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
__init__.py 3 The main package for the Python Module Distribution Utilities. Normally
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...]
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.pom 14 <distribution>repo</distribution>
20 <distribution>repo</distribution>
  /external/iproute2/
README.distribution 1 I. About the distribution tables
3 The table used for "synthesizing" the distribution is essentially a scaled,
4 translated, inverse to the cumulative distribution function.
6 Here's how to think about it: Let F() be the cumulative distribution
7 function for a probability distribution X. We'll assume we've scaled
24 distribution has the same approximate "shape" as X, simply by letting
26 To see this, it's enough to show that Y's cumulative distribution function,
39 II. How to create distribution tables (in theory)
43 Pareto distribution is one example of this. In other cases, and
44 especially for matching an experimentally observed distribution, it'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
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,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
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,
  /external/chromium_org/chrome/installer/util/
installation_state.cc 48 BrowserDistribution* distribution) {
49 const std::wstring version_key(distribution->GetVersionKey());
50 const std::wstring state_key(distribution->GetStateKey());
117 if (distribution->GetType() == BrowserDistribution::CHROME_BINARIES)
126 key.Open(root_key, distribution->GetStateMediumKey().c_str(),
239 BrowserDistribution* distribution; local
241 distribution = BrowserDistribution::GetSpecificDistribution(
243 user_products_[CHROME_BROWSER_INDEX].Initialize(false, distribution);
244 system_products_[CHROME_BROWSER_INDEX].Initialize(true, distribution);
246 distribution = BrowserDistribution::GetSpecificDistribution
    [all...]

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 91011>>