HomeSort by relevance Sort by last modified time
    Searched refs: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...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleRecipientEntry.java 30 protected BugleRecipientEntry(final int entryType, final String displayName,
35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId,
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 101 protected RecipientEntry(int entryType, String displayName, String destination,
105 this(entryType, displayName, destination, destinationType,
110 protected RecipientEntry(int entryType, String displayName, String destination,
114 mEntryType = entryType;
133 protected RecipientEntry(int entryType, String displayName, String destination,
137 this(entryType, displayName, destination, destinationType, destinationLabel,
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 
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 305 if (auto entryType = getCommonType(Entries[index].Type, type)) {
306 Entries[index].Type = entryType;
  /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...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.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...]
  /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 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /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 

Completed in 1240 milliseconds

1 2