Home
last modified time | relevance | path

Searched full:aligns (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/external/flatbuffers/docs/source/
DGoApi_generated.txt71 PrependBool prepends a bool to the Builder buffer. Aligns and checks for
75 PrependByte prepends a byte to the Builder buffer. Aligns and checks for
79 PrependFloat32 prepends a float32 to the Builder buffer. Aligns and
83 PrependFloat64 prepends a float64 to the Builder buffer. Aligns and
87 PrependInt16 prepends a int16 to the Builder buffer. Aligns and checks
91 PrependInt32 prepends a int32 to the Builder buffer. Aligns and checks
95 PrependInt64 prepends a int64 to the Builder buffer. Aligns and checks
99 PrependInt8 prepends a int8 to the Builder buffer. Aligns and checks for
107 PrependUint16 prepends a uint16 to the Builder buffer. Aligns and checks
111 PrependUint32 prepends a uint32 to the Builder buffer. Aligns and checks
[all …]
/external/flatbuffers/python/flatbuffers/
Dbuilder.py643 Note: aligns and checks for space.
650 Note: aligns and checks for space.
657 Note: aligns and checks for space.
664 Note: aligns and checks for space.
671 Note: aligns and checks for space.
678 Note: aligns and checks for space.
685 Note: aligns and checks for space.
692 Note: aligns and checks for space.
699 Note: aligns and checks for space.
706 Note: aligns and checks for space.
[all …]
/external/flatbuffers/go/
Dbuilder.go657 // Aligns and checks for space.
664 // Aligns and checks for space.
671 // Aligns and checks for space.
678 // Aligns and checks for space.
685 // Aligns and checks for space.
692 // Aligns and checks for space.
699 // Aligns and checks for space.
706 // Aligns and checks for space.
713 // Aligns and checks for space.
720 // Aligns and checks for space.
[all …]
/external/open-dice/docs/
Dandroid.md98 of the prefix `"android."` followed by the Android version number it aligns
119 The profile named `"android.14"` aligns with Android 14.
133 The profile named `"android.15"` aligns with Android 15. It is backwards
142 The profile named `"android.16"` aligns with Android 16 and is still subject to
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs259 /// Add a `bool` to the buffer (aligns the data and grows if necessary).
265 /// Add a `sbyte` to the buffer (aligns the data and grows if necessary).
271 /// Add a `byte` to the buffer (aligns the data and grows if necessary).
277 /// Add a `short` to the buffer (aligns the data and grows if necessary).
283 /// Add an `ushort` to the buffer (aligns the data and grows if necessary).
289 /// Add an `int` to the buffer (aligns the data and grows if necessary).
295 /// Add an `uint` to the buffer (aligns the data and grows if necessary).
301 /// Add a `long` to the buffer (aligns the data and grows if necessary).
307 /// Add an `ulong` to the buffer (aligns the data and grows if necessary).
313 /// Add a `float` to the buffer (aligns the data and grows if necessary).
[all …]
/external/mesa3d/src/util/
Dblob.h127 * Aligns the blob to the given alignment.
160 * blob_read_uint32, since it aligns the offset correctly.
168 * blob_read_intptr, since it aligns the offset correctly.
333 * particular alignment. Note that this only aligns relative to blob->data
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DResourceDescriptorOrBuilder.java71 * The path pattern must follow the syntax, which aligns with HTTP binding
96 * The path pattern must follow the syntax, which aligns with HTTP binding
121 * The path pattern must follow the syntax, which aligns with HTTP binding
147 * The path pattern must follow the syntax, which aligns with HTTP binding
DResourceDescriptor.java495 * The path pattern must follow the syntax, which aligns with HTTP binding
522 * The path pattern must follow the syntax, which aligns with HTTP binding
549 * The path pattern must follow the syntax, which aligns with HTTP binding
577 * The path pattern must follow the syntax, which aligns with HTTP binding
1664 * The path pattern must follow the syntax, which aligns with HTTP binding
1691 * The path pattern must follow the syntax, which aligns with HTTP binding
1718 * The path pattern must follow the syntax, which aligns with HTTP binding
1746 * The path pattern must follow the syntax, which aligns with HTTP binding
1774 * The path pattern must follow the syntax, which aligns with HTTP binding
1809 * The path pattern must follow the syntax, which aligns with HTTP binding
[all …]
/external/rust/crates/tokio/src/util/
Dcacheline.rs4 /// Pads and aligns a value to the length of a cache line.
77 /// Pads and aligns a value to the length of a cache line.
/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/
DFoldAwareColumnScope.kt55 * Position the element horizontally such that its [alignmentLine] aligns with sibling elements in ignoreFold()
75 * determined by [alignmentLineBlock] aligns with sibling elements also configured to in ignoreFold()
/external/clang/docs/
DClangFormatStyleOptions.rst154 If ``true``, horizontally aligns arguments after an open bracket.
189 If ``true``, aligns consecutive assignments.
201 If ``true``, aligns consecutive declarations.
213 If ``true``, aligns escaped newlines as far left as possible.
220 Specifically, this aligns operands of a single expression that needs to be
229 If ``true``, aligns trailing comments.
/external/deqp/
D.clang-format7 # Aligns escaped newlines as far left as possible
19 # If true, aligns trailing comments.
/external/eigen/Eigen/
DStdList16 #if EIGEN_COMP_MSVC && EIGEN_OS_WIN64 && (EIGEN_MAX_STATIC_ALIGN_BYTES<=16) /* MSVC auto aligns up …
DStdDeque17 #if EIGEN_COMP_MSVC && EIGEN_OS_WIN64 && (EIGEN_MAX_STATIC_ALIGN_BYTES<=16) /* MSVC auto aligns up …
DStdVector17 #if EIGEN_COMP_MSVC && EIGEN_OS_WIN64 && (EIGEN_MAX_STATIC_ALIGN_BYTES<=16) /* MSVC auto aligns up …
/external/clang/include/clang/Format/
DFormat.h73 /// \brief If ``true``, horizontally aligns arguments after an open bracket.
79 /// \brief If ``true``, aligns consecutive assignments.
90 /// \brief If ``true``, aligns consecutive declarations.
101 /// \brief If ``true``, aligns escaped newlines as far left as possible.
108 /// Specifically, this aligns operands of a single expression that needs to be
116 /// \brief If ``true``, aligns trailing comments.
/external/rust/crates/libz-sys/src/zlib-ng/
Dzutil_p.h25 return (void *)malloc(size); /* MacOS always aligns to 16 bytes */ in zng_alloc()
/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
DGUIDE.md748 Justifying aligns contents along the **main axis**. Justify the layout
754 `start-justified`| <code>--layout-start-justified</code> | Aligns contents at the start of the main…
756 `end-justified` | <code>--layout-end-justified</code> | Aligns contents to the end of the main axis.
757 `justified` | <code>--layout-justified</code> | Aligns contents with equal spaces between children.
758 `around-justified` | <code>--layout-around-justified</code> | Aligns contents with equal spaces arr…
970 `self-start`| <code>--layout-self-start</code> | Aligns the child at the start of the cross-axis.
972 `self-end` | <code>--layout-self-end</code> | Aligns the child at the end of the cross-axis.
/external/webrtc/modules/audio_processing/aec3/
Drender_delay_controller.h40 // Aligns the render buffer content with the capture signal.
/external/clang/test/CodeGen/
Dmalign-double-x86-nacl.c2 // Check that i686-nacl essentially has -malign-double, which aligns
Dstring-literal-short-wstring.c6 // Hexagon aligns arrays of size 8+ bytes to a 64-bit boundary, which fails
/external/sg3_utils/inhex/
Dnvme_write_ctl.hex36 # This utility (and most others in the package) aligns data-in and
Dnvme_read_ctl.hex37 # This utility (and most others in the package) aligns data-in and
/external/angle/build/android/gyp/
Dfinalize_apk.py4 """Signs and aligns an APK."""
/external/cronet/build/android/gyp/
Dfinalize_apk.py4 """Signs and aligns an APK."""

12345678910>>...13