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

1 2

  /external/conscrypt/src/main/java/org/conscrypt/ct/
CertificateEntry.java 48 private final LogEntryType entryType;
50 // Only used when entryType is LOG_ENTRY_TYPE_PRECERT
53 /* If entryType == PRECERT_ENTRY, this is the encoded TBS of the precertificate.
54 If entryType == X509_ENTRY, this is the encoded leaf certificate. */
57 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) {
58 if (entryType == LogEntryType.PRECERT_ENTRY && issuerKeyHash == null) {
60 } else if (entryType == LogEntryType.X509_ENTRY && issuerKeyHash != null) {
68 this.entryType = entryType;
112 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 434 } entryType;
464 entryType = NONE;
470 if (entryType == PROTOTYPE) {
472 } else if (entryType == RBT_DATA) {
478 } else if (entryType == COMPOUND_RBT) {
487 if (entryType == PROTOTYPE) {
490 entryType = PROTOTYPE;
496 if (entryType == PROTOTYPE) {
499 entryType = FACTORY;
566 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...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
sisu-guice-3.1.3-no_aop.jar 
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.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 

Completed in 9454 milliseconds

1 2