Home
last modified time | relevance | path

Searched defs:span (Results 1 - 25 of 290) sorted by relevance

12345678910>>...12

/third_party/rust/crates/codespan/codespan/src/
H A Dlib.rs15 mod span; modules
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_access_variable_array.c8 unsigned long span = 0; variable
/kernel/linux/linux-6.6/rust/macros/
H A Dpaste.rs8 let mut span = None; in concat() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/
H A Dabsl_hardening_test.cc61 auto span = absl::Span<const int>(v); in TEST() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
H A Dgrid_col_layout_property.cpp33 auto span = GetSpan(sizeType); in ToJsonValue() local
H A Dgrid_col_layout_property.h61 auto span = GetSpanValue(); in GetSpan() local
H A Dgrid_col_model_ng.cpp24 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 Dgrid_col_model_impl.cpp29 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 Dspan_test.go[all...]
H A Dimport.go
/third_party/rust/crates/quote/src/
H A Dident_fragment.rs20 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 Drender_grid_item.cpp49 void RenderGridItem::SetColumnSpan(int32_t span) in SetColumnSpan() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.h30 int32_t span = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.h35 explicit MutableSpanString(RefPtr<CustomSpan>& span) : SpanString(span) {} in MutableSpanString() argument
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_parser.h137 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 Dspan.h172 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 Dsinglepix.c37 __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 Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestjitter.c13 void synthIn(JitterBufferPacket *in, int idx, int span) { in synthIn() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_span.h30 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 Dsha3sum.c67 int span, ii, len, rate = 200-TT.a/4; in do_sha3sum() local
[all...]

Completed in 7 milliseconds

12345678910>>...12