Home
last modified time | relevance | path

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

12345678910>>...36

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_storage_format.function14 * Test that it has the expected representation.
16 * On error, including if the key representation in storage differs,
63 /** Write a key with the given representation to storage, then check
66 * On error, including if the key representation in storage differs,
72 const data_t *representation,
83 PSA_ASSERT( psa_its_set( uid, representation->len, representation->x, 0 ) );
154 data_t *representation )
186 uid, representation ) );
199 data_t *representation, int flags )
225 /* Test that we can use a key with the given representation. This
[all …]
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dprotocol.txt36 returned query string representation, NUL terminated
49 this is the number of bytes before the string representation
55 length of the string representation: 4 bytes, little endian
56 string representation, NUL terminated
62 string representation, NUL terminated
69 message structure string representation: remaining bytes, NUL terminated
74 string representation, NUL terminated
81 string representation, NUL terminated
85 string representation of the error domain, NUL terminated
/third_party/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.
Dstruct.proto45 // might be supported by a native representation. For example, in
47 // object. The details of that representation are described together
50 // The JSON representation for `Struct` is JSON object.
61 // The JSON representation for `Value` is JSON value.
83 // The JSON representation for `NullValue` is JSON `null`.
91 // The JSON representation for `ListValue` is JSON array.
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Drender_tree.dart7 /// A Flutter Driver command that requests a string representation of the render tree.
9 /// Create a command to request a string representation of the render tree.
19 /// A string representation of the render tree, the result of a
22 /// Creates a [RenderTree] object with the given string representation.
25 /// String representation of the render tree.
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c86 GstMPDRepresentationNode *representation; in gst_mpd_client_get_representation_with_id() local
90 representation = (GstMPDRepresentationNode *) list->data; in gst_mpd_client_get_representation_with_id()
91 if (!g_strcmp0 (representation->id, rep_id)) in gst_mpd_client_get_representation_with_id()
92 return GST_MPD_NODE (representation); in gst_mpd_client_get_representation_with_id()
166 GstMPDRepresentationNode *representation, *best_rep = NULL;
175 representation = (GstMPDRepresentationNode *) list->data;
176 if (representation && representation->bandwidth <= max_bandwidth) {
177 best_rep = representation;
657 GstMPDRepresentationNode *representation = n->data; in gst_mpd_client_fetch_on_load_external_resources() local
659 if (representation->SegmentList in gst_mpd_client_fetch_on_load_external_resources()
[all …]
/third_party/ffmpeg/libavformat/
Ddashdec.c77 struct representation { struct
126 struct representation **videos; argument
128 struct representation **audios;
130 struct representation **subtitles;
252 static int64_t get_segment_start_time_based_on_timeline(struct representation *pls, int64_t cur_seq… in get_segment_start_time_based_on_timeline()
287 static int64_t calc_next_seg_no_from_timelines(struct representation *pls, int64_t cur_time) in calc_next_seg_no_from_timelines()
326 static void free_fragment_list(struct representation *pls) in free_fragment_list()
337 static void free_timelines_list(struct representation *pls) in free_timelines_list()
348 static void free_representation(struct representation *pls) in free_representation()
372 struct representation *pls = c->videos[i]; in free_video_list()
[all …]
/third_party/skia/third_party/externals/oboe/src/opensles/
DOpenSLESUtilities.cpp67 SLDataFormat_PCM format, SLuint32 representation) { in OpenSLES_createExtendedFormat() argument
76 format_pcm_ex.representation = representation; in OpenSLES_createExtendedFormat()
/third_party/rust/crates/serde/test_suite/tests/ui/enum-representation/
Duntagged-and-adjacent.stderr2 --> tests/ui/enum-representation/untagged-and-adjacent.rs:4:9
8 --> tests/ui/enum-representation/untagged-and-adjacent.rs:5:9
14 --> tests/ui/enum-representation/untagged-and-adjacent.rs:5:20
Duntagged-and-content.stderr2 --> tests/ui/enum-representation/untagged-and-content.rs:4:9
8 --> tests/ui/enum-representation/untagged-and-content.rs:5:9
Duntagged-and-internal.stderr2 --> tests/ui/enum-representation/untagged-and-internal.rs:4:9
8 --> tests/ui/enum-representation/untagged-and-internal.rs:5:9
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-bignum-dtoa.cc45 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation() argument
46 int len = strlen(representation.start()); in TrimRepresentation()
49 if (representation[i] != '0') break; in TrimRepresentation()
51 representation[i + 1] = '\0'; in TrimRepresentation()
337 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
355 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
376 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
398 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
Dtest-fast-dtoa.cc45 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation() argument
46 int len = strlen(representation.start()); in TrimRepresentation()
49 if (representation[i] != '0') break; in TrimRepresentation()
51 representation[i + 1] = '\0'; in TrimRepresentation()
324 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
353 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
388 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
Dtest-dtoa.cc68 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation() argument
69 int len = strlen(representation.start()); in TrimRepresentation()
72 if (representation[i] != '0') break; in TrimRepresentation()
74 representation[i + 1] = '\0'; in TrimRepresentation()
438 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
458 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
481 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
505 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
/third_party/python/Doc/c-api/
Dcomplex.rst40 representation.
46 :c:type:`Py_complex` representation.
52 :c:type:`Py_complex` representation.
58 representation.
64 representation.
73 representation.
Dlong.rst89 representation of the number. If *base* is ``0``, *str* is interpreted using
118 Return a C :c:type:`long` representation of *obj*. If *obj* is not an
136 Return a C :c:type:`long` representation of *obj*. If *obj* is not an
159 Return a C :c:type:`long long` representation of *obj*. If *obj* is not an
177 Return a C :c:type:`long long` representation of *obj*. If *obj* is not an
203 Return a C :c:type:`Py_ssize_t` representation of *pylong*. *pylong* must
218 Return a C :c:type:`unsigned long` representation of *pylong*. *pylong*
234 Return a C :c:type:`size_t` representation of *pylong*. *pylong* must be
249 Return a C :c:type:`unsigned long long` representation of *pylong*. *pylong*
264 Return a C :c:type:`unsigned long` representation of *obj*. If *obj* is not
[all …]
/third_party/libabigail/doc/manuals/
Dabidw.rst7 representation of its ABI to standard output. The emitted
8 representation format, named ``ABIXML``, includes all the globally
9 defined functions and variables, along with a complete representation
10 of their types. It also includes a representation of the globally
16 `Linux Kernel`_ binaries and emits an XML representation of the
20 functions and variables, along with a complete representation of their
23 To generate either ABI or KMI representation, by default ``abidw``
77 This option instructs ``abidw`` to emit the XML representation of
83 This option instructs ``abidw`` to not emit the XML representation
85 builds the internal representation of the ABI and exits. This
[all …]
/third_party/python/Doc/library/
Dpprint.rst17 types, the representation may not be loadable. This may be the case if objects
21 The formatted representation keeps objects on a single line if it can, and
116 Return the formatted representation of *object* as a string. *indent*,
132 Prints the formatted representation of *object* followed by a newline.
144 Prints the formatted representation of *object* on *stream*, followed by a
176 Determine if the formatted representation of *object* is "readable", or can be
186 Determine if *object* requires a recursive representation.
193 Return a string representation of *object*, protected against recursive data
194 structures. If the representation of *object* exposes a recursive entry, the
196 id=number>``. The representation is not otherwise formatted.
[all …]
Dreprlib.rst99 Maximum number of characters in the representation for an integer. Digits
105 Limit on the number of characters in the representation of the string. Note
106 that the "normal" representation of the string is used as the character source:
107 if escape sequences are needed in the representation, these may be mangled when
108 the representation is shortened. The default is ``30``.
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c2262 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2287 representation = in GST_START_TEST()
2289 segmentTemplate = representation->SegmentTemplate; in GST_START_TEST()
2306 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2333 representation = in GST_START_TEST()
2335 segmentBase = representation->SegmentBase; in GST_START_TEST()
2352 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2374 representation = (GstMPDRepresentationNode *) in GST_START_TEST()
2376 segmentTemplate = representation->SegmentTemplate; in GST_START_TEST()
2445 GstMPDRepresentationNode *representation; in GST_START_TEST() local
[all …]
/third_party/openssl/doc/man3/
DPKCS12_add_friendlyname_asc.pod24 PKCS12_add_friendlyname_asc() adds an ASCII string representation of the PKCS#9
27 PKCS12_add_friendlyname_utf8() adds a UTF-8 string representation of the PKCS#9
30 PKCS12_add_friendlyname_uni() adds a Unicode string representation of the PKCS#9
DBN_bn2bin.pod65 hexadecimal number representation and converts them to a B<BIGNUM> and
67 B<a> is NULL, it only computes the length of valid representation.
78 the most significant bit signals a negative number (the representation
81 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to>
85 BN_mpi2bn() converts the B<len> bytes long representation at B<s> to
104 BN_bn2mpi() returns the length of the representation. BN_mpi2bn()
/third_party/flutter/engine/flutter/lib/ui/plugins/
Dcallback_cache.cc138 const auto representation = root_obj[kRepresentationKey].GetObject(); in LoadCacheFromDisk() local
142 cb.name = representation[kNameKey].GetString(); in LoadCacheFromDisk()
143 cb.class_name = representation[kClassNameKey].GetString(); in LoadCacheFromDisk()
144 cb.library_path = representation[kLibraryPathKey].GetString(); in LoadCacheFromDisk()
/third_party/openGLES/extensions/ARB/
DARB_depth_buffer_float.txt112 fixed-point or floating-point representation. If the depth buffer
113 uses fixed-point representation, we assume that the representation
118 clamped to the range appropriate given the depth buffer's representation.
126 buffer representation. It is the smallest difference in window
149 fixed-point representation, m is a function of depth values in the
157 buffer uses a floating-point representation.
214 representation. For fixed-point depth buffers, the element is first
218 a floating-point representation, but clamping is.
324 fixed-point representation. An element taken from the depth buffer
329 representation.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_depth_buffer_float.txt102 fixed-point or floating-point representation. If the depth buffer
103 uses fixed-point representation, we assume that the representation
108 clamped to the range appropriate given the depth buffer's representation.
116 buffer representation. It is the smallest difference in window
139 fixed-point representation, m is a function of depth values in the
147 buffer uses a floating-point representation.
204 representation. For fixed-point depth buffers, the element is first
208 a floating-point representation, but clamping is.
314 fixed-point representation. An element taken from the depth buffer
319 representation.
[all …]

12345678910>>...36