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

1 2 3 4 5

  /libcore/luni/src/main/java/java/security/cert/
X509CRLSelector.java 41 // issuerNames criterion:
47 // minCRLNumber criterion
49 // maxCRLNumber criterion
51 // dateAndTime criterion
62 * Sets the criterion for the issuer distinguished names.
86 * {@link #addIssuerName} instead. Sets the criterion for the issuer
93 * each name to be included in the criterion. The name is specified as a
129 * Adds an issuer to the criterion for the issuer distinguished names.
135 * the issuer to add to the criterion
164 * Adds an issuer to the criterion for the issuer distinguished names. Th
    [all...]
X509CertSelector.java 331 * Sets the criterion for the {@literal SubjectKeyIdentifier} extension.
350 * Returns the criterion for the {@literal SubjectKeyIdentifier} extension.
365 * Sets the criterion for the {@literal AuthorityKeyIdentifier} extension.
383 * Returns the criterion for the {@literal AuthorityKeyIdentifier}
399 * Sets the criterion for the validity date of the certificate.
412 * Returns the criterion for the validity date of the certificate.
424 * Sets the criterion for the validity date of the private key.
440 * Returns the criterion for the validity date of the private key.
476 * Sets the criterion for the subject public key signature algorithm.
497 * Returns the criterion for the subject public key signature algorithm
    [all...]
  /external/proguard/src/proguard/util/
StringMatcher.java 26 * criterion, which is specified by the implementation.
35 * @return a boolean indicating whether the string matches the criterion.
  /external/iproute2/man/man7/
tc-hfsc.7 21 criterion)
24 upperlimit criterion)
71 Still \- we need more elaborate criterion than just the above (although in
72 most generic case it can be reduced to it). The criterion has to take two
83 Let's define the criterion as follows:
149 In realtime criterion, selects packets eligible for sending. If none are
150 eligible, HFSC will use linkshare criterion. Eligible time \&'et' is calculated
154 In realtime criterion, selects the most suitable packet from the ones chosen
159 In linkshare criterion, arbitrates which packet to send next. Note that V() is
160 function of a virtual time \- see \fBLINKSHARE CRITERION\fR section fo
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 527 * @return UiSelector with this added search criterion
550 * @return UiSelector with this added search criterion
638 String getString(int criterion) {
639 return (String) mSelectorAttributes.get(criterion, null);
642 boolean getBoolean(int criterion) {
643 return (Boolean) mSelectorAttributes.get(criterion, false);
646 int getInt(int criterion) {
647 return (Integer) mSelectorAttributes.get(criterion, 0);
650 Pattern getPattern(int criterion) {
651 return (Pattern) mSelectorAttributes.get(criterion, null)
658 int criterion = mSelectorAttributes.keyAt(x); local
908 final int criterion = mSelectorAttributes.keyAt(i); local
    [all...]
  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 20 EXPECT_EQ(URLMatcherCondition::HOST_SUFFIX, m1.criterion());
25 EXPECT_EQ(URLMatcherCondition::HOST_SUFFIX, m2.criterion());
29 EXPECT_EQ(URLMatcherCondition::HOST_SUFFIX, m3.criterion());
171 factory.CreateHostPrefixCondition("foo").criterion());
173 factory.CreateHostSuffixCondition("foo").criterion());
175 factory.CreateHostContainsCondition("foo").criterion());
177 factory.CreateHostEqualsCondition("foo").criterion());
179 factory.CreatePathPrefixCondition("foo").criterion());
181 factory.CreatePathSuffixCondition("foo").criterion());
183 factory.CreatePathContainsCondition("foo").criterion());
    [all...]
url_matcher.h 37 enum Criterion {
62 URLMatcherCondition(Criterion criterion,
68 Criterion criterion() const { return criterion_; } function in class:url_matcher::URLMatcherCondition
94 Criterion criterion_;
190 URLMatcherCondition CreateCondition(URLMatcherCondition::Criterion criterion,
url_matcher.cc 144 bool IsRegexCriterion(URLMatcherCondition::Criterion criterion) {
145 return criterion == URLMatcherCondition::URL_MATCHES;
148 bool IsOriginAndPathRegexCriterion(URLMatcherCondition::Criterion criterion) {
149 return criterion == URLMatcherCondition::ORIGIN_AND_PATH_MATCHES;
165 Criterion criterion,
167 : criterion_(criterion),
493 URLMatcherCondition::Criterion criterion
    [all...]
  /external/chromium_org/base/test/
test_pending_task.h 36 // In that case, the caller must use some other criterion (probably
  /external/chromium_org/sync/internal_api/public/base/
ordinal_unittest.cc 86 // Create Ordinals that satisfy all but one criterion for validity.
89 // Length criterion.
96 // Character criterion.
102 // Zero criterion.
106 // Trailing zero criterion.
114 // Length criterion.
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.cc 68 // Can we swap dragging panel with its left panel? The criterion is that
102 // Can we swap dragging panel with its right panel? The criterion is that
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 46 boolean passes (IItem item, int criterion); // ideally, criteria should come from a double-dispatched API
99 public boolean passes (final IItem item, final int criterion)
164 public boolean passes (final IItem item, final int criterion)
169 return ((double) n) * IItem.PRECISION >= ((double) d) * m_scale * criterion;
ReportProperties.java 412 final double criterion; local
420 criterion = Double.parseDouble (metricSpec.substring (separator + 1));
421 if ((criterion < 0.0) || (criterion > 101.0)) continue;
436 _metrics.put (out [0], (int) Math.round (((criterion * IItem.PRECISION) / 100.0)));
  /external/chromium_org/net/base/
network_change_notifier_linux.cc 76 // MessageLoop::current() meets that criterion.
network_config_watcher_mac.cc 125 // MessageLoop::current() meets that criterion.
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 205 * absImaginaryThreshold criterion, false otherwise.
228 * absImaginaryThreshold criterion, false otherwise.
251 * absImaginaryThreshold criterion, false otherwise.
274 * absImaginaryThreshold criterion, false otherwise.
  /external/chromium/net/base/
network_change_notifier_linux.cc 153 // MessageLoop::current() meets that criterion.
network_config_watcher_mac.cc 115 // MessageLoop::current() meets that criterion.
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 139 EGLint criterion; member in struct:__anon15243
361 if (_eglValidationTable[i].criterion == ATTRIB_CRITERION_SPECIAL)
437 if (_eglValidationTable[i].criterion == ATTRIB_CRITERION_IGNORE)
446 switch (_eglValidationTable[i].criterion) {
  /external/mesa3d/src/egl/main/
eglconfig.c 139 EGLint criterion; member in struct:__anon25710
361 if (_eglValidationTable[i].criterion == ATTRIB_CRITERION_SPECIAL)
437 if (_eglValidationTable[i].criterion == ATTRIB_CRITERION_IGNORE)
446 switch (_eglValidationTable[i].criterion) {
  /external/qemu/target-mips/
TODO 26 up to 256 ASID tags as additional matching criterion (which roughly
  /external/ceres-solver/include/ceres/
iteration_callback.h 75 // acceptance criterion used by the non-monotonic trust region
164 // optimize anymore (some user specified termination criterion has
  /external/ceres-solver/internal/ceres/
conjugate_gradients_solver.cc 35 // We have also augmented the termination criterion used by this
197 // This termination criterion is more useful when using CG to
linear_solver.h 210 // This is the most commonly used termination criterion for
223 // This termination criterion is more useful when using CG to
  /external/chromium_org/chrome/common/extensions/api/
declarative_web_request.json 424 "description": "Inclusive upper bound on the cookie lifetime (specified in seconds after current time). Only cookies whose expiration date-time is in the interval [now, now + ageUpperBound] fulfill this criterion. Session cookies and cookies whose expiration date-time is in the past do not meet the criterion of this filter. The cookie lifetime is calculated from either 'max-age' or 'expires' cookie attributes. If both are specified, 'max-age' is used to calculate the cookie lifetime.",
430 "description": "Inclusive lower bound on the cookie lifetime (specified in seconds after current time). Only cookies whose expiration date-time is set to 'now + ageLowerBound' or later fulfill this criterion. Session cookies do not meet the criterion of this filter. The cookie lifetime is calculated from either 'max-age' or 'expires' cookie attributes. If both are specified, 'max-age' is used to calculate the cookie lifetime.",

Completed in 751 milliseconds

1 2 3 4 5