Home
last modified time | relevance | path

Searched defs:representation (Results 1 – 25 of 26) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DGenericKey.java8 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/
DDashUtil.java55 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()
DDefaultDashChunkSource.java178 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DAbstractListChromosome.java34 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()
DBinaryChromosome.java35 public BinaryChromosome(List<Integer> representation) { in BinaryChromosome()
43 public BinaryChromosome(Integer[] representation) { in BinaryChromosome()
DRandomKey.java81 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/
Dtime.h38 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/
DSegmentBase.java55 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()
DDashManifest.java222 Representation representation = representations.get(key.trackIndex); in copyAdaptationSets() local
/external/libchrome/base/
Dvalue_conversions.cc67 UnguessableTokenRepresentation representation; in CreateUnguessableTokenValue() local
87 UnguessableTokenRepresentation representation; in GetValueAsUnguessableToken() local
/external/oboe/src/opensles/
DOpenSLESUtilities.cpp67 SLDataFormat_PCM format, SLuint32 representation) { in OpenSLES_createExtendedFormat()
DAudioInputStreamOpenSLES.cpp126 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
DAudioOutputStreamOpenSLES.cpp167 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/
DDashDownloader.java136 Representation representation = adaptationSet.representations.get(i); in addSegmentsForAdaptationSet() local
182 DataSource dataSource, int trackType, Representation representation) in getSegmentIndex()
/external/llvm-project/libunwind/src/
DUnwind-EHABI.cpp741 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/
Dchrono-duration.cc91 const auto representation = data[0]; in LLVMFuzzerTestOneInput() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DX9Curve.java66 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/
DX9Curve.java66 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9Curve.java64 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h359 OperationName(RepresentationUnion representation) in OperationName()
557 uint64_t representation; member
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h68 std::vector<int> representation; member
/external/llvm-project/lldb/source/Target/
DLanguage.cpp434 FunctionNameRepresentation representation, in GetFunctionDisplayName()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java601 private int representation; field in ECFieldElement.Fp.F2m
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECFieldElement.java615 private int representation; field in ECFieldElement.Fp.F2m
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DECFieldElement.java615 private int representation; field in ECFieldElement.Fp.F2m

12