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

1 2

  /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 330 * Sets the criterion for the {@literal SubjectKeyIdentifier} extension.
349 * Returns the criterion for the {@literal SubjectKeyIdentifier} extension.
364 * Sets the criterion for the {@literal AuthorityKeyIdentifier} extension.
382 * Returns the criterion for the {@literal AuthorityKeyIdentifier}
398 * Sets the criterion for the validity date of the certificate.
411 * Returns the criterion for the validity date of the certificate.
423 * Sets the criterion for the validity date of the private key.
439 * Returns the criterion for the validity date of the private key.
475 * Sets the criterion for the subject public key signature algorithm.
496 * 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/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)));
  /cts/apps/CtsVerifier/jni/audioquality/
LinearityTest.cpp 30 hard failure criterion for this test should be only based on the
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 66 * Sets the attribute certificate being checked. This is not a criterion.
  /external/jpeg/
jquant2.c 604 * approach is that we can apply Heckbert's locality criterion to quickly
606 * three-fourths of the colormap entries are rejected by Heckbert's criterion,
609 * small means too much overhead, too big loses because Heckbert's criterion
653 * This routine uses Heckbert's "locally sorted search" criterion to select
    [all...]
install.doc 272 you plan to process, so a lot of systems don't meet this criterion.
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 27 * mean-squared weighted error criterion is used in the quantizer search. *
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
qgain795.cpp 518 Steps in calculation of the error criterion (dist):
639 of the search criterion */
    [all...]
  /external/strace/
strace.1 505 option by the specified criterion. Legal values are
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java     [all...]
  /external/qemu/elff/
dwarf_defs.h 154 * The encoding for signed LEB128 numbers is similar, except that the criterion
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h     [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H     [all...]
  /external/dnsmasq/
COPYING-v3 110 menu, a prominent item in the list meets this criterion.
    [all...]
  /external/freetype/src/base/
ftstroke.c 919 /* TODO: find better criterion to switch off the optimization */
    [all...]
  /external/grub/stage2/
gunzip.c 95 too harsh a criterion.) Valid only for 1.93a. 2.04c does allow
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.c     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man7/
gpl.7 250 menu, a prominent item in the list meets this criterion.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man7/
gpl.7 253 menu, a prominent item in the list meets this criterion.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man7/
gpl.7 253 menu, a prominent item in the list meets this criterion.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man7/
gpl.7 253 menu, a prominent item in the list meets this criterion.
    [all...]

Completed in 523 milliseconds

1 2