| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | stringprintf.cc | 60 char space[kSpaceLength]; in StringAppendV() local
|
| /base/startup/init/services/param/manager/ |
| H A D | param_persist.c | 41 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 D | list_item_group_model_ng.cpp | 42 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 D | flex_model_ng.cpp | 284 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 D | linear_indicator_model_ng.cpp | 91 void LinearIndicatorModelNG::SetIndicatorStyleSpace(FrameNode* frameNode, const Dimension& space) in SetIndicatorStyleSpace() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_linear_indicator.cpp | 42 CalcDimension space; in SetIndicatorStyleSize() local
|
| H A D | arkts_native_list_item_group_bridge.cpp | 136 double space = 0.0; in SetListItemGroupInitialize() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | chain_animation.cpp | 69 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 D | node_list_item_group_modifier.cpp | 107 void SetListItemGroupSpace(ArkUINodeHandle node, ArkUI_Float64 space) in SetListItemGroupSpace() argument
|
| H A D | linear_indicator_modifier.cpp | 27 void SetLinearIndicatorIndicatorStyleSpace(ArkUINodeHandle node, ArkUI_Float32 space, ArkUI_Int32 unit) in SetLinearIndicatorIndicatorStyleSpace() argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_queue.c | 177 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 D | tokenTypes.js | 39 var space = 32; // ` `.charCodeAt(0); variable
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_query_hw.c | 359 unsigned space = NV50_HW_QUERY_ALLOC_SPACE; in nv50_hw_create_query() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | basic-memory-chunk.cc | 53 BasicMemoryChunk::BasicMemoryChunk(Heap* heap, BaseSpace* space, in BasicMemoryChunk() argument
|
| H A D | code-stats.cc | 65 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics() argument 77 void CodeStatistics::CollectCodeStatistics(OldLargeObjectSpace* space, in CollectCodeStatistics() argument
|
| H A D | marking-barrier.cc | 178 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 D | heap-page.cc | 116 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 D | heap-statistics-collector.cc | 121 bool HeapStatisticsCollector::VisitNormalPageSpace(NormalPageSpace& space) { in VisitNormalPageSpace() argument 134 bool HeapStatisticsCollector::VisitLargePageSpace(LargePageSpace& space) { in VisitLargePageSpace() argument
|
| H A D | heap-space.h | 93 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 D | object-allocator.h | 138 void* ObjectAllocator::AllocateObjectOnSpace(NormalPageSpace& space, in AllocateObjectOnSpace() argument 186 void* ObjectAllocator::AllocateObjectOnSpace(NormalPageSpace& space, in AllocateObjectOnSpace() argument [all...] |
| H A D | heap-base.cc | 133 bool VisitNormalPageSpace(NormalPageSpace& space) { in ResetRememberedSet() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | node.c | 443 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 D | io.hpp | 58 char_type space; member in glm::io::format_punct
|
| /third_party/toybox/toys/lsb/ |
| H A D | md5sum.c | 350 int space = 0, fail = 0; in do_c_line() local
|
| /third_party/vixl/test/ |
| H A D | test-donkey.cc | 218 size_t space = buffer_s.find(' '); in main() variable
|