Home
last modified time | relevance | path

Searched refs:represents (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/third_party/boost/libs/regex/doc/
Dlocale.qbk133 …[[118][The character which when preceded by an escape character represents the word boundary asser…
134 …[[119][The character which when preceded by an escape character represents the non-word boundary a…
135 …[[120][The character which when preceded by an escape character represents the word-start boundary…
136 …[[121][The character which when preceded by an escape character represents the word-end boundary a…
137 …[[122][The character which when preceded by an escape character represents any word character.]["w…
138 …[[123][The character which when preceded by an escape character represents a non-word character.][…
139 …[[124][The character which when preceded by an escape character represents a start of buffer asser…
140 …[[125][The character which when preceded by an escape character represents an end of buffer assert…
143 …[[128][The character which when preceded by an escape character represents the bell character.]["a…
144 …[[129][The character which when preceded by an escape character represents the form feed character…
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Ddata-structures.txt6 parse.h contains the definition of struct statement, which represents a C statement.
8 expression.h contains the definition of struct expression, which represents a C expression. That h…
15 A symbol, then, represents a name in a C file. A symbol might represent a variable, a function, a …
17 "struct symbol" represents one symbol.
22 So, that represents most of the "front-end" of Sparse: parsing C and generating that abstract synta…
31 That represents an entrypoint to the code, which would normally mean a function.
34 A basic block represents a series of instructions with no branches.
49 struct pseudo represents one of those single-assignment variables.
50 Each one has a pointer to the symbol it represents (which may have many pseudos referencing it).
/third_party/boost/boost/icl/type_traits/
Drep_type_of.hpp33 struct represents // Rep represents Type; Type is_wrapper_of Rep struct
36 typedef represents type; argument
/third_party/boost/libs/asio/doc/requirements/
DDynamicBuffer_v2.qbk26 [This type represents the underlying memory as a sequence of @c const_buffer
33 [This type represents the underlying memory as a sequence of @c
55 [Returns a constant buffer sequence `u` that represents the underlying
61 [Returns a mutable buffer sequence `u` that represents the underlying
DDynamicBuffer_v1.qbk31 [This type represents the memory associated with the input sequence.]
37 [This type represents the memory associated with the output sequence.]
59 [Returns a constant buffer sequence `u` that represents the memory
/third_party/boost/libs/metaparse/doc/
Dboxed_value.qbk5 `const` or `constexpr` member called `value`. The class represents that value as
9 For example the following `struct` represents the `true` value of type `bool`:
/third_party/openGLES/extensions/AMD/
DAMD_compressed_ATC_texture.txt91 "level" number in this case represents the actual mip-level number,
101 Assuming 8-bit component source texels, this represents a 8:1 compression
108 Assuming 8-bit component source texels, this represents a 4:1 compression
116 Assuming 8-bit component source texels, this represents a 4:1 compression
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dannotations.dart37 /// represents the class.
53 /// A class annotation to provide a URL to an image that represents the class.
79 /// The URL to an image that represents the annotated class.
111 /// represents the class.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_compressed_ATC_texture.txt91 "level" number in this case represents the actual mip-level number,
101 Assuming 8-bit component source texels, this represents a 8:1 compression
108 Assuming 8-bit component source texels, this represents a 4:1 compression
116 Assuming 8-bit component source texels, this represents a 4:1 compression
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/
Dlogic.dart18 /// A token that represents a number.
27 /// A token that represents an integer.
32 /// A token that represents a floating point number.
46 /// A token that represents a number that is the result of a computation.
60 /// A token that represents the unary minus prefix.
67 /// A token that represents an arithmetic operation symbol.
119 /// represents the appropriate expression when one additional key tap occurs.
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/outcome/
D_index.md9 …, EP = varies, NoValuePolicy = policy::default_policy<T, EC, EP>>" >}} represents either a success…
14 - `EC` represents a *recoverable* failure from a lower-layer function, perhaps which was returned t…
15 - `EP` represents an *unrecoverable* failure where a C++ exception would ordinarily have been throw…
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dplaceholder_span.dart17 /// [PlaceholderSpan] represents a placeholder that acts as a stand-in for other
27 /// * [WidgetSpan], a leaf node that represents an embedded inline widget.
28 /// * [TextSpan], a node that represents text in a [TextSpan] tree.
/third_party/boost/libs/histogram/doc/concepts/
DIntervalAxis.qbk10 …rvals with a well-defined lower and upper edge, and a center. Each bin represents an interval of v…
22 * `B` is the type that represents the bin interval
42 …Const member function which returns an instance that represents the current bin. Nothing about the…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DREADME.md17 The `glInternalFormat` member of `angle::Format` represents the "closest" GL
19 not be exactly what the format represents.
/third_party/EGL/extensions/NV/
DEGL_NV_stream_remote.txt234 represents one endpoint of a remote stream and has not yet
312 object represents the consumer side of a remote stream.
315 object represents the producer side of a remote stream.
325 object represents one endpoint of a remote stream whose other
332 object represents one endpoint of a remote stream whose other
341 object represents one endpoint of a remote stream whose other
349 object represents one endpoint of a remote stream whose other
359 object represents one endpoint of a remote stream whose other
369 descriptor. The details of what this file descriptor represents
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_remote.txt234 represents one endpoint of a remote stream and has not yet
312 object represents the consumer side of a remote stream.
315 object represents the producer side of a remote stream.
325 object represents one endpoint of a remote stream whose other
332 object represents one endpoint of a remote stream whose other
341 object represents one endpoint of a remote stream whose other
349 object represents one endpoint of a remote stream whose other
359 object represents one endpoint of a remote stream whose other
369 descriptor. The details of what this file descriptor represents
/third_party/icu/docs/userguide/datetime/
Dindex.md25 A time zone represents an offset applied to Greenwich Mean Time (GMT) to obtain
66 Since this list changes one or more times a year, *this document only represents
92 ICU represents dates and times using `UDate`s. A `UDate` is a scalar value that
136 `Calendar` is an abstract base class that represents a calendar system.
149 `TimeZone` is an abstract base class that represents a time zone. `TimeZone`
/third_party/python/Doc/c-api/
Dcomplex.rst12 the other is a C structure which represents the actual complex number value.
85 This subtype of :c:type:`PyObject` represents a Python complex number object.
90 This instance of :c:type:`PyTypeObject` represents the Python complex number
Dbytearray.rst13 This subtype of :c:type:`PyObject` represents a Python bytearray object.
18 This instance of :c:type:`PyTypeObject` represents the Python bytearray type;
/third_party/icu/icu4c/source/test/testdata/
Dra.txt19 * @note {0} represents the position of OSNAME and {1} represents the position of job name
/third_party/boost/boost/function_types/
Dis_function.hpp21 : function_types::represents
Dis_nonmember_callable_builtin.hpp22 : function_types::represents
Dis_function_pointer.hpp22 : function_types::represents
Dis_member_pointer.hpp21 : function_types::represents
Dis_member_function_pointer.hpp22 : function_types::represents

12345678910>>...45