/prebuilts/gdb/darwin-x86/share/gdb/syscalls/ |
gdb-syscalls.dtd | 3 Copying and distribution of this file, with or without modification,
|
/prebuilts/gdb/linux-x86/share/gdb/syscalls/ |
gdb-syscalls.dtd | 3 Copying and distribution of this file, with or without modification,
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/ |
fragment.properties | 5 # which accompanies this distribution, and is available at
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/ |
NOTICE | 4 which accompanies this distribution, and is available at
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/ |
NOTICE | 4 which accompanies this distribution, and is available at
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.build/0.7.1.201405082137/ |
NOTICE | 4 which accompanies this distribution, and is available at
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/ |
NOTICE | 4 which accompanies this distribution, and is available at
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/ |
NOTICE | 4 which accompanies this distribution, and is available at
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
README | 8 Copying and distribution of this file, with or without modification,
|
/external/iproute2/netem/ |
normal.c | 2 * Normal distribution table generator 37 printf("# This is the distribution table for the normal distribution.\n");
|
/external/owasp/sanitizer/tools/emma/ |
README.txt | 8 The top level directories in this distribution are:
32 To limit the download size, this distribution does not include the source
43 distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/families/ |
about.jd | 4 meta.tags="families, googleplay, distribution" 30 ????????????????????????????????????????<a href="http://play.google.com/about/developer-content-policy.html">????? ????</a>?<a href="http://play.google.com/about/developer-distribution-agreement.html">??????????</a>?<a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">Designed for Families ???????? / ?????????</a>???????
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/families/ |
about.jd | 4 meta.tags="families, googleplay, distribution" 47 ???? <a href="http://play.google.com/about/developer-content-policy.html">??? ??</a>, <a href="http://play.google.com/about/developer-distribution-agreement.html">??? ?? ??</a> ? <a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">Designed for Families DDA ??</a>? ?????.
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/families/ |
about.jd | 4 meta.tags="families, googleplay, distribution" 48 ???????????</a>, <a href="http://play.google.com/about/developer-distribution-agreement.html">?????????? 49 ? ??????????????? ??</a> ? <a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">?????????? ? ?????????? ? ??????????????? ?? ??? ?????????
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/families/ |
about.jd | 4 meta.tags="families, googleplay, distribution" 47 ??????<a href="http://play.google.com/about/developer-content-policy.html">????</a>?<a href="http://play.google.com/about/developer-distribution-agreement.html">???????</a>?<a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/families/ |
about.jd | 4 meta.tags="families, googleplay, distribution" 30 ?????????????????????????<a href="http://play.google.com/about/developer-content-policy.html">????</a>?<a href="http://play.google.com/about/developer-distribution-agreement.html">????????</a>???<a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">Designed for Families DDA ????</a>?
|
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/ |
jarjar-1.3.pom | 16 <description>Jar Jar Links is a utility that makes it easy to repackage Java libraries and embed them into your own distribution.</description> 22 <distribution>repo</distribution>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
AbstractIntegerDistribution.java | 17 package org.apache.commons.math.distribution; 31 * from distribution to distribution. 42 * RandomData instance used to generate samples from the distribution 56 * to this distribution, this method returns P(X ≤ x). In other words, 57 * this method represents the (cumulative) distribution function, or 58 * CDF, for this distribution. 63 * @param x the value at which the distribution function is evaluated. 65 * distribution takes a value less than or equal to <code>x</code> 75 * to this distribution, this method returns P(x0 ≤ X ≤ x1) [all...] |
BinomialDistributionImpl.java | 17 package org.apache.commons.math.distribution; 45 * Create a binomial distribution with the given number of trials and 58 * Access the number of trials for this distribution. 67 * Access the probability of success for this distribution. 76 * Change the number of trials for this distribution. 89 * Change the number of trials for this distribution. 104 * Change the probability of success for this distribution. 117 * Change the probability of success for this distribution. 158 * For this distribution, X, this method returns P(X ≤ x). 161 * @return PDF for this distribution [all...] |
PascalDistributionImpl.java | 17 package org.apache.commons.math.distribution; 46 * Create a Pascal distribution with the given number of trials and 58 * Access the number of successes for this distribution. 66 * Access the probability of success for this distribution. 74 * Change the number of successes for this distribution. 86 * Change the number of successes for this distribution. 101 * Change the probability of success for this distribution. 113 * Change the probability of success for this distribution. 152 * For this distribution, X, this method returns P(X ≤ x). 154 * @return PDF for this distribution [all...] |
ZipfDistributionImpl.java | 18 package org.apache.commons.math.distribution; 40 /** Exponent parameter of the distribution. */ 44 * Create a new Zipf distribution with the given number of elements and 59 * Get the number of elements (e.g. corpus size) for the distribution. 68 * Set the number of elements (e.g. corpus size) for the distribution. 81 * Set the number of elements (e.g. corpus size) for the distribution. 98 * Get the exponent characterising the distribution. 107 * Set the exponent characterising the distribution. 121 * Set the exponent characterising the distribution. 139 * The probability mass function P(X = x) for a Zipf distribution [all...] |
HypergeometricDistributionImpl.java | 18 package org.apache.commons.math.distribution; 48 * Construct a new hypergeometric distribution with the given the population 77 * For this distribution, X, this method returns P(X ≤ x). 80 * @return PDF for this distribution. 100 * Return the domain for the given hypergeometric distribution parameters. 106 * hypergeometric distribution. 139 * Return the lowest domain value for the given hypergeometric distribution 145 * @return the lowest domain value of the hypergeometric distribution. 179 * Return the highest domain value for the given hypergeometric distribution 184 * @return the highest domain value of the hypergeometric distribution [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/ |
invalidation.py | 33 def __init__(self, paths=None, connection=None, distribution=None, caller_reference=''): 38 self.distribution = distribution 43 # If we passed in a distribution, 45 if distribution: 46 self.connection = distribution 108 A resultset for listing invalidations on a given CloudFront distribution. 111 distribution you can iterate over all invalidations in a reasonably 130 CloudFront distribution. 195 Returns a Distribution object representing the parent CloudFron [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
PKIXCRLStoreSelector.java | 101 * Enables or disables the issuing distribution point check. 104 * issuing distribution point check. 113 * Sets the issuing distribution point. 115 * The issuing distribution point extension is a CRL extension which 116 * identifies the scope and the distribution point of a CRL. The scope 119 * distribution points. 126 * @param issuingDistributionPoint The issuing distribution point to set. 165 * Returns if the issuing distribution point criteria should be applied. 168 * You may also set the issuing distribution point criteria if not a missing 169 * issuing distribution point should be assumed [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509CRLStoreSelector.java | 40 * Returns if the issuing distribution point criteria should be applied. 43 * You may also set the issuing distribution point criteria if not a missing 44 * issuing distribution point should be assumed. 46 * @return Returns if the issuing distribution point check is enabled. 54 * Enables or disables the issuing distribution point check. 57 * issuing distribution point check. 292 * Returns the issuing distribution point. Defaults to <code>null</code>, 293 * which is a missing issuing distribution point extension. 300 * @return Returns the issuing distribution point. 309 * Sets the issuing distribution point [all...] |