HomeSort by relevance Sort by last modified time
    Searched defs:entryType (Results 1 - 25 of 38) sorted by null

1 2

  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
CertificateEntry.java 51 private final LogEntryType entryType;
53 // Only used when entryType is LOG_ENTRY_TYPE_PRECERT
56 /* If entryType == PRECERT_ENTRY, this is the encoded TBS of the precertificate.
57 If entryType == X509_ENTRY, this is the encoded leaf certificate. */
60 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) {
61 if (entryType == LogEntryType.PRECERT_ENTRY && issuerKeyHash == null) {
63 } else if (entryType == LogEntryType.X509_ENTRY && issuerKeyHash != null) {
71 this.entryType = entryType;
115 return entryType;
    [all...]
  /external/guice/core/src/com/google/inject/internal/
InjectorImpl.java 303 Type entryType = ((ParameterizedType) providerType).getActualTypeArguments()[0];
306 Key<T> providedKey = (Key<T>) key.ofType(entryType);
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 185 final int entryType = entry.getEntryType();
186 if (entryType == RecipientEntry.ENTRY_TYPE_PERSON) {
190 } else if (entryType == RecipientEntry.ENTRY_TYPE_PERMISSION_REQUEST) {
  /external/icu/icu4c/source/i18n/
transreg.cpp 454 } entryType;
484 entryType = NONE;
490 if (entryType == PROTOTYPE) {
492 } else if (entryType == RBT_DATA) {
498 } else if (entryType == COMPOUND_RBT) {
507 if (entryType == PROTOTYPE) {
510 entryType = PROTOTYPE;
516 if (entryType == PROTOTYPE) {
519 entryType = FACTORY;
593 if (entry->entryType == TransliteratorEntry::RULES_FORWARD |
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp     [all...]
omx_vdec.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 521 milliseconds

1 2