Home
last modified time | relevance | path

Searched full:padding (Results 1 – 25 of 234) sorted by relevance

12345678910

/device/generic/vulkan-cereal/host-common/
Dvirtio_gpu.h105 uint32_t padding; member
114 uint32_t padding; member
124 uint32_t padding; member
140 uint32_t padding; member
165 uint32_t padding; member
174 uint32_t padding; member
180 uint32_t padding; member
194 uint32_t padding; member
241 uint32_t padding; member
248 uint32_t padding; member
[all …]
/device/generic/opengl-transport/host/linux_uapi/linux/
Dvirtio_gpu.h62 __le32 padding; member
68 __le32 padding; member
76 __le32 padding; member
87 __le32 padding; member
106 __le32 padding; member
113 __le32 padding; member
118 __le32 padding; member
128 __le32 padding; member
166 __le32 padding; member
171 __le32 padding; member
[all …]
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dstring_writer.h69 // Appends an integer to the buffer, padding with |padchar| if the number of
70 // digits of the integer is less than |padding|.
71 template <char padchar, uint64_t padding>
75 AppendPaddedInt<padchar, padding>(absolute_value, negate); in AppendPaddedInt()
82 // Appends an unsigned integer to the buffer, padding with |padchar| if the
83 // number of digits of the integer is less than |padding|.
84 template <char padchar, uint64_t padding>
86 AppendPaddedInt<padchar, padding>(value, false); in AppendPaddedUnsignedInt()
137 template <char padchar, uint64_t padding>
142 constexpr auto kSizeNeeded = kMaxDigits > padding ? kMaxDigits : padding; in AppendPaddedInt()
[all …]
/device/google/barbet/barbet/overlay/frameworks/base/packages/SystemUI/res/values/
Ddimens.xml20 <!-- Don't need the left side padding due to being inset from the cutout -->
23 <!-- for 20dp of padding at 3.5px/dp at default density -->
26 <!-- the padding on the top of the statusbar (usually 0) -->
29 <!-- Padding for the system icons on the keyguard (when no multi user switch is showing).
30 The icons always have a 4dp padding in the container so we only need 56 extra px of padding
34 <!-- Multi user switch has some intrinsic padding to it -->
/device/generic/vulkan-cereal/protocols/vulkan/config/
Dkhronos.css84 /** Define consistent border, margin, and padding. */
85 fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
87 /** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out…
88 legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
105 /** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
106 input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
111 /** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
114 /** Remove inner padding and border in Firefox 4+. */
115 button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
134 body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvet…
[all …]
/device/generic/goldfish/overlay/frameworks/base/packages/overlays/pixel_5/SystemUIOverlay/res/values/
Ddimens.xml19 <!-- for 20dp of padding at 3.5px/dp at default density -->
21 <!-- the padding on the top of the statusbar (usually 0) -->
23 <!-- Padding for the system icons on the keyguard (when no multi user switch is showing).
24 The icons always have a 4dp padding in the container so we only need 56 extra px of padding
27 <!-- Multi user switch has some intrinsic padding to it -->
/device/google/bramble/bramble/overlay/frameworks/base/packages/SystemUI/res/values/
Ddimens.xml20 <!-- for 20dp of padding at 3.5px/dp at default density -->
23 <!-- the padding on the top of the statusbar (usually 0) -->
26 <!-- Padding for the system icons on the keyguard (when no multi user switch is showing).
27 The icons always have a 4dp padding in the container so we only need 56 extra px of padding
31 <!-- Multi user switch has some intrinsic padding to it -->
/device/google/redfin/redfin/overlay/frameworks/base/packages/SystemUI/res/values/
Ddimens.xml19 <!-- for 20dp of padding at 3.5px/dp at default density -->
21 <!-- the padding on the top of the statusbar (usually 0) -->
23 <!-- Padding for the system icons on the keyguard (when no multi user switch is showing).
24 The icons always have a 4dp padding in the container so we only need 56 extra px of padding
27 <!-- Multi user switch has some intrinsic padding to it -->
/device/generic/vulkan-cereal/protocols/vulkan/config/themes/
Dpdf-theme.yml146 padding: [0, $horizontal_rhythm, 0, $horizontal_rhythm]
160 # FIXME disable negative padding bottom once margin collapsing is implemented
161padding: [0, $horizontal_rhythm, $block_margin_bottom * -0.75, $horizontal_rhythm + $blockquote_bo…
169 padding: $code_font_size
187 # FIXME reenable padding bottom once margin collapsing is implemented
188 padding: [$vertical_rhythm, $horizontal_rhythm, 0, $horizontal_rhythm]
199 # FIXME reenable padding bottom once margin collapsing is implemented
200 padding: [$vertical_rhythm, $vertical_rhythm * 1.25, 0, $vertical_rhythm * 1.25]
248 padding: [$base_line_height_length / 2, 1, 0, 1]
/device/linaro/hikey/installer/hikey960/
Dmkdtimg101 def write_padding(args, padding): argument
102 for i in range(0, padding):
114 padding = align_page_size(dtb_offset, args.pagesize)
118 dtb_offset + padding)
121 write_padding(args, padding)
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DStructureHLSL.cpp125 // no padding needed, HLSL will align the field to a new register in prePadding()
135 // no padding needed, HLSL will align the field to a new register in prePadding()
142 // no padding needed, HLSL will align the field to a new register in prePadding()
162 TString padding; in prePaddingString() local
166 padding += " float pad_" + next() + ";\n"; in prePaddingString()
169 return padding; in prePaddingString()
214 TString padding; in postPaddingString() local
217 padding += " float pad_" + next() + ";\n"; in postPaddingString()
219 return padding; in postPaddingString()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c145 //verify padding is appropriate and valid in validateSignature()
147 fprintf(stderr, "Padding header is invalid\n"); in validateSignature()
151 //verify first two bytes of padding in validateSignature()
153 fprintf(stderr, "Padding bytes 0..1 are invalid\n"); in validateSignature()
157 //verify last 3 bytes of padding and the zero terminator in validateSignature()
159 fprintf(stderr, "Padding last bytes & terminator invalid\n"); in validateSignature()
163 //verify middle padding bytes in validateSignature()
166 fprintf(stderr, "Padding word %d invalid\n", i); in validateSignature()
372 //write padding in handleSign()
373 rsa->num[i++] = rand32_no_zero_bytes() << 8; //low byte here must be zero as per padding spec in handleSign()
[all …]
/device/google/bonito/sdm710/original-kernel-headers/media/
Dcam_defs.h289 * @padding: Padding for the structure
312 uint32_t padding; member
322 * @padding: Padding
330 uint32_t padding; member
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dcam_defs.h289 * @padding: Padding for the structure
312 uint32_t padding; member
322 * @padding: Padding
330 uint32_t padding; member
/device/generic/goldfish/overlay/frameworks/base/packages/overlays/pixel_4_xl/SystemUIOverlay/res/values/
Ddimens.xml19 <!-- for 20dp of padding at 3.5px/dp at default density -->
22 <!-- the padding on the top of the statusbar (usually 0) -->
/device/generic/goldfish/overlay/frameworks/base/packages/overlays/pixel_4/SystemUIOverlay/res/values/
Ddimens.xml19 <!-- for 20dp of padding at 2.75px/dp at default density -->
22 <!-- the padding on the top of the statusbar (usually 0) -->
/device/google/coral/coral/overlay/frameworks/base/packages/SystemUI/res/values/
Ddimens.xml19 <!-- for 20dp of padding at 3.5px/dp at default density -->
22 <!-- the padding on the top of the statusbar (usually 0) -->
/device/google/coral/flame/overlay/frameworks/base/packages/SystemUI/res/values/
Ddimens.xml19 <!-- for 20dp of padding at 2.75px/dp at default density -->
22 <!-- the padding on the top of the statusbar (usually 0) -->
/device/generic/goldfish/overlay/frameworks/base/packages/overlays/pixel_4a/SystemUIOverlay/res/values/
Ddimens.xml19 <!-- Padding around the status bar -->
25 <!-- the padding on the top of the statusbar (usually 0) -->
/device/generic/vulkan-cereal/third-party/angle/doc/img/
DStateChangeNotificationFlow.svg3padding-top: 37px; margin-left: 321px;"><div style="box-sizing: border-box; font-size: 0; text-ali…
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc353 bool WriteEnd(SharedFD out, const GptEnd& end, std::int64_t padding) { in WriteEnd() argument
355 end_str.resize(end_str.size() + padding, '\0'); in WriteEnd()
438 std::uint64_t padding = in AggregateImage() local
441 padding_str.resize(padding, '\0'); in AggregateImage()
443 LOG(FATAL) << "Could not write partition padding to \"" << output_path in AggregateImage()
447 std::uint64_t padding = in AggregateImage() local
449 if (!WriteEnd(output, builder.End(beginning), padding)) { in AggregateImage()
482 std::uint64_t padding = in CreateCompositeDisk() local
484 if (!WriteEnd(footer, builder.End(beginning), padding)) { in CreateCompositeDisk()
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/
Dstyle.css70 padding: 10px;
105 padding: 20px;
106 padding-top: 1px;
Dcontrols.css18 padding-left: 2px;
19 padding-right: 7px;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h95 padding(0)
108 float padding; member
113 Compute() : numWorkGroups{0u}, padding(0u) {} in Compute()
115 unsigned int padding; // This just pads the struct to 16 bytes member
121 : baseLevel(0), internalFormatBits(0), wrapModes(0), padding(0), intBorderColor{0} in SamplerMetadata()
127 int padding; // This just pads the struct to 32 bytes member
136 ImageMetadata() : layer(0), level(0), padding{0} {} in ImageMetadata()
140 int padding[2]; // This just pads the struct to 16 bytes member
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dcam_defs.h325 * @padding: Padding for the structure
348 uint32_t padding; member
358 * @padding: Padding
366 uint32_t padding; member

12345678910