/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | GenericKey.java | 8 private Object representation; field in GenericKey 14 public GenericKey(Object representation) in GenericKey() 20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey() 26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DashUtil.java | 55 public static DataSpec buildDataSpec(Representation representation, RangedUri requestUri) { in buildDataSpec() 88 Representation representation = getFirstRepresentation(period, primaryTrackType); in loadDrmInitData() local 115 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadSampleFormat() 137 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadChunkIndex() 158 DataSource dataSource, int trackType, Representation representation, boolean loadIndex) in loadInitializationData() 187 Representation representation, in loadInitializationData()
|
D | DefaultDashChunkSource.java | 178 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | AbstractListChromosome.java | 34 private final List<T> representation; field in AbstractListChromosome 40 public AbstractListChromosome(final List<T> representation) { in AbstractListChromosome() 53 public AbstractListChromosome(final T[] representation) { in AbstractListChromosome()
|
D | BinaryChromosome.java | 35 public BinaryChromosome(List<Integer> representation) { in BinaryChromosome() 43 public BinaryChromosome(Integer[] representation) { in BinaryChromosome()
|
D | RandomKey.java | 81 public RandomKey(List<Double> representation) { in RandomKey() 98 public RandomKey(Double[] representation) { in RandomKey() 119 …private static <S> List<S> decodeGeneric(List<S> sequence, List<Double> representation, List<Doubl… in decodeGeneric()
|
/external/ruy/ruy/ |
D | time.h | 38 Duration DurationFromSeconds(RepresentationType representation) { in DurationFromSeconds() 44 Duration DurationFromMilliseconds(RepresentationType representation) { in DurationFromMilliseconds() 50 Duration DurationFromNanoseconds(RepresentationType representation) { in DurationFromNanoseconds()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | SegmentBase.java | 55 public RangedUri getInitialization(Representation representation) { in getInitialization() 215 public abstract RangedUri getSegmentUrl(Representation representation, long index); in getSegmentUrl() 270 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl() 339 public RangedUri getInitialization(Representation representation) { in getInitialization() 350 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl()
|
D | DashManifest.java | 222 Representation representation = representations.get(key.trackIndex); in copyAdaptationSets() local
|
/external/libchrome/base/ |
D | value_conversions.cc | 67 UnguessableTokenRepresentation representation; in CreateUnguessableTokenValue() local 87 UnguessableTokenRepresentation representation; in GetValueAsUnguessableToken() local
|
/external/oboe/src/opensles/ |
D | OpenSLESUtilities.cpp | 67 SLDataFormat_PCM format, SLuint32 representation) { in OpenSLES_createExtendedFormat()
|
D | AudioInputStreamOpenSLES.cpp | 126 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
|
D | AudioOutputStreamOpenSLES.cpp | 167 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/ |
D | DashDownloader.java | 136 Representation representation = adaptationSet.representations.get(i); in addSegmentsForAdaptationSet() local 182 DataSource dataSource, int trackType, Representation representation) in getSegmentIndex()
|
/external/llvm-project/libunwind/src/ |
D | Unwind-EHABI.cpp | 741 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern() 761 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() 820 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal() 873 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get() 889 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop()
|
/external/fmtlib/test/fuzzing/ |
D | chrono-duration.cc | 91 const auto representation = data[0]; in LLVMFuzzerTestOneInput() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ |
D | X9Curve.java | 66 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/ |
D | X9Curve.java | 66 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | X9Curve.java | 64 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | OperationSupport.h | 359 OperationName(RepresentationUnion representation) in OperationName() 557 uint64_t representation; member
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | DynamicSymmetry.h | 68 std::vector<int> representation; member
|
/external/llvm-project/lldb/source/Target/ |
D | Language.cpp | 434 FunctionNameRepresentation representation, in GetFunctionDisplayName()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 601 private int representation; field in ECFieldElement.Fp.F2m
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 615 private int representation; field in ECFieldElement.Fp.F2m
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 615 private int representation; field in ECFieldElement.Fp.F2m
|