| /third_party/rust/crates/codespan/codespan/src/ |
| H A D | lib.rs | 15 mod span; modules
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_access_variable_array.c | 8 unsigned long span = 0; variable
|
| /kernel/linux/linux-6.6/rust/macros/ |
| H A D | paste.rs | 8 let mut span = None; in concat() variables [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/ |
| H A D | absl_hardening_test.cc | 61 auto span = absl::Span<const int>(v); in TEST() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/ |
| H A D | grid_col_layout_property.cpp | 33 auto span = GetSpan(sizeType);
in ToJsonValue() local
|
| H A D | grid_col_layout_property.h | 61 auto span = GetSpanValue(); in GetSpan() local
|
| H A D | grid_col_model_ng.cpp | 24 V2::GridContainerSize span = V2::GridContainerSize(1); in Create() local 30 void GridColModelNG::Create(const V2::GridContainerSize &span, const V2::GridContainerSize &offset, in Create() argument 52 void GridColModelNG::SetSpan(const V2::GridContainerSize &span) in SetSpan() argument 67 void GridColModelNG::SetSpan(FrameNode *frameNode, const V2::GridContainerSize &span) in SetSpan() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | grid_col_model_impl.cpp | 29 void GridColModelImpl::Create(const V2::GridContainerSize& span, const V2::GridContainerSize& offset, in Create() argument 39 void GridColModelImpl::SetSpan(const V2::GridContainerSize& span) in SetSpan() argument
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| H A D | span_test.go | [all...] |
| H A D | import.go | |
| /third_party/rust/crates/quote/src/ |
| H A D | ident_fragment.rs | 20 fn span(&self) -> Option<Span> { in span() functions 26 fn span(&self) -> Option<Span> { in span() functions 36 fn span(&self) -> Option<Span> { in span() functions 46 fn span(&self) -> Option<Span> { in span() functions 64 fn span(&self) -> Option<Span> { in span() functions
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid/ |
| H A D | render_grid_item.cpp | 49 void RenderGridItem::SetColumnSpan(int32_t span) in SetColumnSpan() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/ |
| H A D | grid_row_layout_algorithm.h | 30 int32_t span = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| H A D | mutable_span_string.h | 35 explicit MutableSpanString(RefPtr<CustomSpan>& span) : SpanString(span) {} in MutableSpanString() argument
|
| /kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
| H A D | ssh_parser.h | 137 sshp_buf_span_from(struct sshp_buf *buf, size_t offset, struct ssam_span *span) sshp_buf_span_from() argument [all...] |
| /third_party/gn/src/base/containers/ |
| H A D | span.h | 172 class span { global() class 197 constexpr span(T* begin, T* end) noexcept : span(begin, end - begin) { span() function in base::span 246 span(const span<U, OtherExtent>& other) span() argument [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | singlepix.c | 37 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) __indirect_glGetSeparableFilter() argument
|
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | names.rs | 36 pub fn span(&self) -> Span { in span() functions
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | names.rs | 36 pub fn span(&self) -> Span { in span() functions
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | names.rs | 36 pub fn span(&self) -> Span { in span() functions
|
| /third_party/rust/crates/cxx/syntax/ |
| H A D | names.rs | 36 pub fn span(&self) -> Span { in span() functions
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | names.rs | 36 pub fn span(&self) -> Span { in span() functions
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | testjitter.c | 13 void synthIn(JitterBufferPacket *in, int idx, int span) { in synthIn() argument
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | ityp_span.h | 30 class span { class 34 constexpr span() : mData(nullptr), mSize(0) { in span() function in ityp::span 36 constexpr span(Value* data, Index size) : mData(data), mSize(size) { in span() function in ityp::span
|
| /third_party/toybox/toys/other/ |
| H A D | sha3sum.c | 67 int span, ii, len, rate = 200-TT.a/4; in do_sha3sum() local [all...] |