Home
last modified time | relevance | path

Searched refs:representation (Results 1 – 25 of 979) sorted by relevance

12345678910>>...40

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DGenericKey.java8 private Object representation; field in GenericKey
14 public GenericKey(Object representation) in GenericKey() argument
17 this.representation = representation; in GenericKey()
20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey() argument
23 this.representation = representation; in GenericKey()
26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey() argument
29 this.representation = representation; in GenericKey()
39 return representation; in getRepresentation()
/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() argument
57 .setUri(requestUri.resolveUri(representation.baseUrl)) in buildDataSpec()
60 .setKey(representation.getCacheKey()) in buildDataSpec()
88 Representation representation = getFirstRepresentation(period, primaryTrackType); in loadDrmInitData() local
89 if (representation == null) { in loadDrmInitData()
91 representation = getFirstRepresentation(period, primaryTrackType); in loadDrmInitData()
92 if (representation == null) { in loadDrmInitData()
96 Format manifestFormat = representation.format; in loadDrmInitData()
97 Format sampleFormat = DashUtil.loadSampleFormat(dataSource, primaryTrackType, representation); in loadDrmInitData()
115 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadSampleFormat() argument
[all …]
DDefaultDashChunkSource.java178 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource() local
183 representation, in DefaultDashChunkSource()
216 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i));
218 representationHolders[i].copyWithNewRepresentation(periodDurationUs, representation);
306 Representation selectedRepresentation = representationHolder.representation;
408 representationHolder.representation.presentationTimeOffsetUs));
490 Representation representation = representationHolder.representation;
495 requestUri = initializationUri.attemptMerge(indexUri, representation.baseUrl);
502 DataSpec dataSpec = DashUtil.buildDataSpec(representation, requestUri);
517 Representation representation = representationHolder.representation;
[all …]
/external/libchrome/base/
Dvalue_conversions.cc67 UnguessableTokenRepresentation representation; in CreateUnguessableTokenValue() local
68 representation.field.high = token.GetHighForSerialization(); in CreateUnguessableTokenValue()
69 representation.field.low = token.GetLowForSerialization(); in CreateUnguessableTokenValue()
72 HexEncode(representation.buffer, sizeof(representation.buffer))); in CreateUnguessableTokenValue()
87 UnguessableTokenRepresentation representation; in GetValueAsUnguessableToken() local
88 if (high_low_bytes.size() != sizeof(representation.buffer)) { in GetValueAsUnguessableToken()
93 std::begin(representation.buffer)); in GetValueAsUnguessableToken()
94 *token = UnguessableToken::Deserialize(representation.field.high, in GetValueAsUnguessableToken()
95 representation.field.low); in GetValueAsUnguessableToken()
/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() argument
42 checkValidity(representation); in AbstractListChromosome()
46 this.representation = Collections.unmodifiableList(new ArrayList<T> (representation)); in AbstractListChromosome()
53 public AbstractListChromosome(final T[] representation) { in AbstractListChromosome() argument
54 this(Arrays.asList(representation)); in AbstractListChromosome()
71 return representation; in getRepresentation()
DRandomKey.java81 public RandomKey(List<Double> representation) { in RandomKey() argument
82 super(representation); in RandomKey()
98 public RandomKey(Double[] representation) { in RandomKey() argument
99 this(Arrays.asList(representation)); in RandomKey()
119 …private static <S> List<S> decodeGeneric(List<S> sequence, List<Double> representation, List<Doubl… in decodeGeneric() argument
122 if (representation.size() != l) { in decodeGeneric()
123 …for decoding (%s) has to be equal to the length of the RandomKey (%s)", l, representation.size())); in decodeGeneric()
125 if (representation.size() != sortedRepr.size()) { in decodeGeneric()
126 …rmat("Representation and sortedRepr must have same sizes, %d != %d", representation.size(), sorted… in decodeGeneric()
129 …List<Double> reprCopy = new ArrayList<Double> (representation);// do not modify the orig. represen… in decodeGeneric()
DBinaryChromosome.java35 public BinaryChromosome(List<Integer> representation) { in BinaryChromosome() argument
36 super(representation); in BinaryChromosome()
43 public BinaryChromosome(Integer[] representation) { in BinaryChromosome() argument
44 super(representation); in BinaryChromosome()
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h68 std::vector<int> representation; member
72 for (std::size_t i = 0; i < representation.size(); i++) in isId()
73 if (i != (size_t)representation[i]) in isId()
93 …return std::array<Index, N>{{ idx[n >= m_numIndices ? n : m_elements[which].representation[n]]... … in h_permute()
101 for (auto k : m_elements[which].representation) in h_permute()
111 result.representation.reserve(m_numIndices); in ge()
115 result.representation.push_back(g.two); in ge()
117 result.representation.push_back(g.one); in ge()
119 result.representation.push_back(int(k)); in ge()
143 if (ee.representation == e.representation) in findElement()
[all …]
/external/llvm-project/libunwind/src/
DUnwind-EHABI.cpp741 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern() argument
744 switch (representation) { in ValueAsBitPattern()
761 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument
766 representation, in _Unwind_VRS_Set()
767 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
771 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
778 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set()
780 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set()
795 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
802 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set()
[all …]
/external/ruy/ruy/
Dtime.h38 Duration DurationFromSeconds(RepresentationType representation) { in DurationFromSeconds() argument
40 std::chrono::duration<RepresentationType>(representation)); in DurationFromSeconds()
44 Duration DurationFromMilliseconds(RepresentationType representation) { in DurationFromMilliseconds() argument
46 std::chrono::duration<RepresentationType, std::milli>(representation)); in DurationFromMilliseconds()
50 Duration DurationFromNanoseconds(RepresentationType representation) { in DurationFromNanoseconds() argument
52 std::chrono::duration<RepresentationType, std::nano>(representation)); in DurationFromNanoseconds()
/external/python/pyasn1/pyasn1/type/
Dtagmap.py59 representation = '%s object' % self.__class__.__name__
62 representation += ', present %s' % repr(self.__presentTypes)
65 representation += ', skip %s' % repr(self.__skipTypes)
68 representation += ', default %s' % repr(self.__defaultType)
70 return '<%s>' % representation
Dtag.py67 representation = '[%s:%s:%s]' % (
70 self.__class__.__name__, representation)
197 representation = '-'.join(['%s:%s:%s' % (x.tagClass, x.tagFormat, x.tagId)
199 if representation:
200 representation = 'tags ' + representation
202 representation = 'untagged'
204 return '<%s object, %s>' % (self.__class__.__name__, representation)
Dnamedval.py107 representation = ', '.join(['%s=%d' % x for x in self.items()])
109 if len(representation) > 64:
110 representation = representation[:32] + '...' + representation[-32:]
113 self.__class__.__name__, representation)
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DSegmentBase.java55 public RangedUri getInitialization(Representation representation) { in getInitialization() argument
215 public abstract RangedUri getSegmentUrl(Representation representation, long index); in getSegmentUrl() argument
270 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl() argument
339 public RangedUri getInitialization(Representation representation) { in getInitialization() argument
341 String urlString = initializationTemplate.buildUri(representation.format.id, 0, in getInitialization()
342 representation.format.bitrate, 0); in getInitialization()
345 return super.getInitialization(representation); in getInitialization()
350 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl() argument
357 String uriString = mediaTemplate.buildUri(representation.format.id, sequenceNumber, in getSegmentUrl()
358 representation.format.bitrate, time); in getSegmentUrl()
/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
139 index = getSegmentIndex(dataSource, adaptationSet.type, representation); in addSegmentsForAdaptationSet()
157 String baseUrl = representation.baseUrl; in addSegmentsForAdaptationSet()
158 RangedUri initializationUri = representation.getInitializationUri(); in addSegmentsForAdaptationSet()
162 RangedUri indexUri = representation.getIndexUri(); in addSegmentsForAdaptationSet()
182 DataSource dataSource, int trackType, Representation representation) in getSegmentIndex() argument
184 DashSegmentIndex index = representation.getIndex(); in getSegmentIndex()
188 ChunkIndex seekMap = DashUtil.loadChunkIndex(dataSource, trackType, representation); in getSegmentIndex()
191 : new DashWrappingSegmentIndex(seekMap, representation.presentationTimeOffsetUs); in getSegmentIndex()
/external/protobuf/src/google/protobuf/
Dwrappers.proto55 // The JSON representation for `DoubleValue` is JSON number.
63 // The JSON representation for `FloatValue` is JSON number.
71 // The JSON representation for `Int64Value` is JSON string.
79 // The JSON representation for `UInt64Value` is JSON string.
87 // The JSON representation for `Int32Value` is JSON number.
95 // The JSON representation for `UInt32Value` is JSON number.
103 // The JSON representation for `BoolValue` is JSON `true` and `false`.
111 // The JSON representation for `StringValue` is JSON string.
119 // The JSON representation for `BytesValue` is JSON string.
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.proto55 // The JSON representation for `DoubleValue` is JSON number.
63 // The JSON representation for `FloatValue` is JSON number.
71 // The JSON representation for `Int64Value` is JSON string.
79 // The JSON representation for `UInt64Value` is JSON string.
87 // The JSON representation for `Int32Value` is JSON number.
95 // The JSON representation for `UInt32Value` is JSON number.
103 // The JSON representation for `BoolValue` is JSON `true` and `false`.
111 // The JSON representation for `StringValue` is JSON string.
119 // The JSON representation for `BytesValue` is JSON string.
/external/rust/crates/pin-project/tests/ui/pin_project/
Dpacked-name-value.stderr1 error[E0552]: unrecognized representation hint
7 error[E0552]: unrecognized representation hint
13 error[E0552]: unrecognized representation hint
/external/python/cpython2/Doc/library/
Dpprint.rst16 types, the representation may not be loadable. This may be the case if objects
20 The formatted representation keeps objects on a single line if it can, and
46 formatted representation. The keywords are *indent*, *depth*, and *width*. The
78 Return the formatted representation of *object* as a string. *indent*, *width*
88 Prints the formatted representation of *object* on *stream*, followed by a
113 Determine if the formatted representation of *object* is "readable," or can be
123 Determine if *object* requires a recursive representation.
130 Return a string representation of *object*, protected against recursive data
131 structures. If the representation of *object* exposes a recursive entry, the
133 id=number>``. The representation is not otherwise formatted.
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DatasetToGraph.pbtxt7 A variant tensor representing the dataset to return the graph representation for.
13 The graph representation of the dataset (as serialized GraphDef).
18 Returns a graph representation for `input_dataset`.
Dapi_def_DatasetToGraphV2.pbtxt7 A variant tensor representing the dataset to return the graph representation for.
13 The graph representation of the dataset (as serialized GraphDef).
18 Returns a graph representation for `input_dataset`.
/external/pdfium/third_party/lcms/
D0019-utf8.patch39 //device representation of the color are given. Both representations are 16-bit values.
40 -//The device representation corresponds to the header?s ?color space of data? field.
41 -//This representation should be consistent with the ?number of device components?
42 +//The device representation corresponds to the header's "color space of data" field.
43 +//This representation should be consistent with the "number of device components"
45 -//The PCS representation corresponds to the header?s PCS field. The PCS representation
46 +//The PCS representation corresponds to the header's PCS field. The PCS representation
/external/grpc-grpc/doc/
Dinternationalization.md17 Recommended representation in language-specific APIs: string type.
22 Recommended representation in language-specific APIs: string/unicode string.
31 Recommended representation in language-specific APIs: unicode string.
36 Recommended representation in language-specific APIs: string.
41 Recommended representation in language-specific APIs: string.
/external/oboe/src/opensles/
DOpenSLESUtilities.cpp67 SLDataFormat_PCM format, SLuint32 representation) { in OpenSLES_createExtendedFormat() argument
76 format_pcm_ex.representation = representation; in OpenSLES_createExtendedFormat()
/external/libtextclassifier/java/src/com/android/textclassifier/
DActionsSuggestionsHelper.java176 Pair<String, String> representation = getRepresentation(conversationAction);
177 if (representation == null) {
180 Integer existingCount = counter.getOrDefault(representation, 0);
181 counter.put(representation, existingCount + 1);
185 Pair<String, String> representation = getRepresentation(conversationAction);
186 if (representation == null || counter.getOrDefault(representation, 0) == 1) {

12345678910>>...40