Searched full:aligns (Results 1 – 25 of 382) sorted by relevance
12345678910>>...16
| /external/flatbuffers/docs-old/source/ |
| D | GoApi_generated.txt | 71 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/ |
| D | builder.py | 673 Note: aligns and checks for space. 680 Note: aligns and checks for space. 687 Note: aligns and checks for space. 694 Note: aligns and checks for space. 701 Note: aligns and checks for space. 708 Note: aligns and checks for space. 715 Note: aligns and checks for space. 722 Note: aligns and checks for space. 729 Note: aligns and checks for space. 736 Note: aligns and checks for space. [all …]
|
| /external/flatbuffers/go/ |
| D | builder.go | 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. 727 // Aligns and checks for space. 734 // Aligns and checks for space. 741 // Aligns and checks for space. [all …]
|
| /external/open-dice/docs/ |
| D | android.md | 99 of the prefix `"android."` followed by the Android version number it aligns 120 The profile named `"android.14"` aligns with Android 14. 134 The profile named `"android.15"` aligns with Android 15. It is backwards 143 The profile named `"android.16"` aligns with Android 16 and is still subject to
|
| /external/flatbuffers/net/FlatBuffers/ |
| D | FlatBufferBuilder.cs | 259 /// 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/chromiumos-config/payload_utils/checker/common_checks/ |
| D | check_second_source_factory_cache.py | 28 3. Check that each SSFC value within a project aligns with a segment. 44 # For every SSFC value within a project design, check the value aligns with
|
| D | check_firmware_configuration.py | 33 2. Check that each mask defined in a FirmwareConfiguration aligns with a 51 # aligns with a segment.
|
| /external/pytorch/aten/src/ATen/ |
| D | LegacyVmapTransforms.h | 55 // permutes all of the batch dims to the front of the tensor, aligns 66 // - aligns all the batch dims to the collective levels of all of the tensors. 69 // - aligns the non-batch dims to have the same dimensionality, adding extra
|
| /external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ |
| D | ResourceDescriptorOrBuilder.java | 71 * 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
|
| /external/mesa3d/src/util/ |
| D | blob.h | 127 * 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/rust/android-crates-io/crates/tokio/src/util/ |
| D | cacheline.rs | 4 /// Pads and aligns a value to the length of a cache line. 71 /// Pads and aligns a value to the length of a cache line.
|
| /external/pytorch/aten/src/ATen/functorch/ |
| D | LegacyVmapTransforms.h | 62 // permutes all of the batch dims to the front of the tensor, aligns 73 // - aligns all the batch dims to the collective levels of all of the tensors. 76 // - aligns the non-batch dims to have the same dimensionality, adding extra
|
| /external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/ |
| D | FoldAwareColumnScope.kt | 55 * 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/deqp/ |
| D | .clang-format | 7 # Aligns escaped newlines as far left as possible 19 # If true, aligns trailing comments.
|
| /external/clang/docs/ |
| D | ClangFormatStyleOptions.rst | 154 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/eigen/Eigen/ |
| D | StdList | 16 #if EIGEN_COMP_MSVC && EIGEN_OS_WIN64 && (EIGEN_MAX_STATIC_ALIGN_BYTES<=16) /* MSVC auto aligns up …
|
| D | StdVector | 17 #if EIGEN_COMP_MSVC && EIGEN_OS_WIN64 && (EIGEN_MAX_STATIC_ALIGN_BYTES<=16) /* MSVC auto aligns up …
|
| D | StdDeque | 17 #if EIGEN_COMP_MSVC && EIGEN_OS_WIN64 && (EIGEN_MAX_STATIC_ALIGN_BYTES<=16) /* MSVC auto aligns up …
|
| /external/pytorch/docs/cpp/source/_static/ |
| D | cpp_theme.css | 29 /* Properly aligns keywords the left */
|
| /external/clang/include/clang/Format/ |
| D | Format.h | 73 /// \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/webrtc/modules/audio_processing/aec3/ |
| D | render_delay_controller.h | 40 // Aligns the render buffer content with the capture signal.
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/ |
| D | GUIDE.md | 748 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/clang/test/CodeGen/ |
| D | malign-double-x86-nacl.c | 2 // Check that i686-nacl essentially has -malign-double, which aligns
|
| D | string-literal-short-wstring.c | 6 // Hexagon aligns arrays of size 8+ bytes to a 64-bit boundary, which fails
|
| /external/cronet/tot/build/android/gyp/ |
| D | finalize_apk.py | 4 """Signs and aligns an APK."""
|
12345678910>>...16