Home
last modified time | relevance | path

Searched defs:space (Results 51 - 75 of 290) sorted by relevance

12345678910>>...12

/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc60 char space[kSpaceLength]; in StringAppendV() local
/base/startup/init/services/param/manager/
H A Dparam_persist.c41 WorkSpace *space = GetWorkSpace(WORKSPACE_INDEX_DAC); in GetPersistCommitId() local
56 WorkSpace *space = GetWorkSpace(WORKSPACE_INDEX_DAC); in UpdatePersistCommitId() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_model_ng.cpp42 void ListItemGroupModelNG::SetSpace(const Dimension& space) in SetSpace() argument
142 void ListItemGroupModelNG::SetSpace(FrameNode* frameNode, const Dimension& space) in SetSpace() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_model_ng.cpp284 void FlexModelNG::SetMainSpace(const std::optional<Dimension>& space) in SetMainSpace() argument
292 void FlexModelNG::SetCrossSpace(const std::optional<Dimension>& space) in SetCrossSpace() argument
300 void FlexModelNG::SetMainSpace(FrameNode* frameNode, const std::optional<Dimension>& space) in SetMainSpace() argument
308 SetCrossSpace(FrameNode* frameNode, const std::optional<Dimension>& space) SetCrossSpace() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_model_ng.cpp91 void LinearIndicatorModelNG::SetIndicatorStyleSpace(FrameNode* frameNode, const Dimension& space) in SetIndicatorStyleSpace() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_linear_indicator.cpp42 CalcDimension space; in SetIndicatorStyleSize() local
H A Darkts_native_list_item_group_bridge.cpp136 double space = 0.0; in SetListItemGroupInitialize() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.cpp69 ChainAnimation::ChainAnimation(float space, float maxSpace, float minSpace, RefPtr<SpringProperty> springProperty) in ChainAnimation() argument
203 void ChainAnimation::SetSpace(float space, floa argument
28 ChainAnimationNode( int32_t index, float space, float maxSpace, float minSpace, RefPtr<SpringProperty> springProperty) ChainAnimationNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_item_group_modifier.cpp107 void SetListItemGroupSpace(ArkUINodeHandle node, ArkUI_Float64 space) in SetListItemGroupSpace() argument
H A Dlinear_indicator_modifier.cpp27 void SetLinearIndicatorIndicatorStyleSpace(ArkUINodeHandle node, ArkUI_Float32 space, ArkUI_Int32 unit) in SetLinearIndicatorIndicatorStyleSpace() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_queue.c177 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space) in nine_queue_alloc() argument
[all...]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DtokenTypes.js39 var space = 32; // ` `.charCodeAt(0); variable
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c359 unsigned space = NV50_HW_QUERY_ALLOC_SPACE; in nv50_hw_create_query() local
/third_party/node/deps/v8/src/heap/
H A Dbasic-memory-chunk.cc53 BasicMemoryChunk::BasicMemoryChunk(Heap* heap, BaseSpace* space, in BasicMemoryChunk() argument
H A Dcode-stats.cc65 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics() argument
77 void CodeStatistics::CollectCodeStatistics(OldLargeObjectSpace* space, in CollectCodeStatistics() argument
H A Dmarking-barrier.cc178 void MarkingBarrier::DeactivateSpace(PagedSpace* space) { in DeactivateSpace() argument
185 void MarkingBarrier::DeactivateSpace(NewSpace* space) { in DeactivateSpace() argument
215 void MarkingBarrier::ActivateSpace(PagedSpace* space) { in ActivateSpace() argument
222 void MarkingBarrier::ActivateSpace(NewSpace* space) { in ActivateSpace() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc116 BasePage::BasePage(HeapBase& heap, BaseSpace& space, PageType type) in BasePage() argument
124 Create(PageBackend& page_backend, NormalPageSpace& space) Create() argument
155 const BaseSpace& space = page->space(); Destroy() local
163 NormalPage(HeapBase& heap, BaseSpace& space) NormalPage() argument
207 LargePage(HeapBase& heap, BaseSpace& space, size_t size) LargePage() argument
218 Create(PageBackend& page_backend, LargePageSpace& space, size_t size) Create() argument
242 const BaseSpace& space = page->space(); Destroy() local
[all...]
H A Dheap-statistics-collector.cc121 bool HeapStatisticsCollector::VisitNormalPageSpace(NormalPageSpace& space) { in VisitNormalPageSpace() argument
134 bool HeapStatisticsCollector::VisitLargePageSpace(LargePageSpace& space) { in VisitLargePageSpace() argument
H A Dheap-space.h93 static NormalPageSpace& From(BaseSpace& space) { in From() argument
97 static const NormalPageSpace& From(const BaseSpace& space) { in From() argument
118 static LargePageSpace& From(BaseSpace& space) { in From() argument
122 static const LargePageSpace& From(const BaseSpace& space) { in From() argument
[all...]
H A Dobject-allocator.h138 void* ObjectAllocator::AllocateObjectOnSpace(NormalPageSpace& space, in AllocateObjectOnSpace() argument
186 void* ObjectAllocator::AllocateObjectOnSpace(NormalPageSpace& space, in AllocateObjectOnSpace() argument
[all...]
H A Dheap-base.cc133 bool VisitNormalPageSpace(NormalPageSpace& space) { in ResetRememberedSet() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnode.c443 static void gpir_node_print_node(gpir_node *node, int type, int space) in gpir_node_print_node() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dio.hpp58 char_type space; member in glm::io::format_punct
/third_party/toybox/toys/lsb/
H A Dmd5sum.c350 int space = 0, fail = 0; in do_c_line() local
/third_party/vixl/test/
H A Dtest-donkey.cc218 size_t space = buffer_s.find(' '); in main() variable

Completed in 14 milliseconds

12345678910>>...12