| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | ui_line_break.cpp | 114 GetNextLineAndWidth(const char* text, uint16_t fontId, uint8_t fontSize, int16_t space, bool allBreak, int16_t& maxWidth, int16_t& maxHeight, uint16_t& letterIndex, SpannableString* spannableString, uint16_t len, bool eliminateTrailingSpaces) GetNextLineAndWidth() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_font_test.cpp | 463 const char* space = " "; in HWTEST_F() local 575 const char* space = " "; in HWTEST_F() local 609 const char* space = " "; HWTEST_F() local 697 const char* space = " "; HWTEST_F() local [all...] |
| /foundation/communication/netstack/test/unittest/utils/common_utils/ |
| H A D | NetStackCommonUtilsTest.cpp | 177 const char space = ' '; in HWTEST_F() local
|
| /foundation/communication/netstack/test/unittest/websocket_test/ |
| H A D | NetStackCommonUtilsTest.cpp | 177 const char space = ' ';
in HWTEST_F() local
|
| /third_party/f2fs-tools/fsck/ |
| H A D | mkquota.c | 228 void quota_data_add(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_add() argument 250 void quota_data_sub(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_sub() argument 305 qsize_t space = (inode->i_blocks - 1) * BLOCK_SZ; in quota_add_inode_usage() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mlvdec.c | 407 unsigned int size, space; in read_packet() local
|
| /third_party/alsa-lib/src/control/ |
| H A D | control_ext.c | 437 static int snd_ctl_ext_poll_descriptors(snd_ctl_t *handle, struct pollfd *pfds, unsigned int space) in snd_ctl_ext_poll_descriptors() argument
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| H A D | adp.c | 258 LosVmSpace *space = LOS_SpaceGet(vaddr); in remap_pfn_range() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_container.h | 79 uint32_t space; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_query_hw_sm.c | 374 unsigned space; in nv50_hw_sm_create_query() local
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | heap-page.h | 38 BaseSpace& space() const { return space_; } in space() function in cppgc::internal::BasePage
|
| H A D | object-allocator.cc | 60 void AddToFreeList(NormalPageSpace& space, Address start, size_t size) { in AddToFreeList() argument 71 void ReplaceLinearAllocationBuffer(NormalPageSpace& space, in ReplaceLinearAllocationBuffer() argument 92 void* AllocateLargeObject(PageBackend& page_backend, LargePageSpace& space, in AllocateLargeObject() argument 119 void* ObjectAllocator::OutOfLineAllocate(NormalPageSpace& space, size_ argument 137 OutOfLineAllocateImpl(NormalPageSpace& space, size_t size, AlignVal alignment, GCInfoIndex gcinfo) OutOfLineAllocateImpl() argument 173 RefillLinearAllocationBuffer(NormalPageSpace& space, size_t size) RefillLinearAllocationBuffer() argument 207 RefillLinearAllocationBufferFromFreeList( NormalPageSpace& space, size_t size) RefillLinearAllocationBufferFromFreeList() argument 231 VisitNormalPageSpace(NormalPageSpace& space) ResetLinearAllocationBuffers() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | spaces-inl.h | 181 Space* space = space_iterator_.Next(); in HasNext() local
|
| H A D | sweeper.h | 186 IsValidIterabilitySpace(AllocationSpace space) IsValidIterabilitySpace() argument 190 IsValidSweepingSpace(AllocationSpace space) IsValidSweepingSpace() argument 195 GetSweepSpaceIndex(AllocationSpace space) GetSweepSpaceIndex() argument [all...] |
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-stream.h | 213 int space() const { return capacity_ - length_; } in space() function in v8::internal::final
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | node.c | 551 static void ppir_node_print_node(ppir_node *node, int space) in ppir_node_print_node() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_query_hw.c | 530 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE; in nvc0_hw_create_query() local
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bss_bio.c | 396 ossl_ssize_t num, space; in bio_nwrite() local
|
| /third_party/openssl/crypto/bio/ |
| H A D | bss_bio.c | 396 ossl_ssize_t num, space; in bio_nwrite() local
|
| /third_party/skia/tests/ |
| H A D | ColorSpaceTest.cpp | 30 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() argument 96 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize() argument 225 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); DEF_TEST() local [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | callbacks.c | 161 int *space; in _CallPythonObject() local [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_render.h | 239 void SetFinalSpace (const dng_color_space &space) in SetFinalSpace() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | message_lite.h | 142 char space[sizeof(T)]; member
|
| /base/global/i18n_lite/frameworks/i18n/src/ |
| H A D | number_data.cpp | 152 int space = 0; // 0 = 0020, 1 = c2a0
in ParsePercentPattern() local 188 ParseOtherPerPattern(const char *pattern, const int len, const int perSignPos, const int space, const int hasSpace) ParseOtherPerPattern() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
| H A D | render_select_popup.cpp | 210 double space = selectRightBottom_.GetX(); in AdjustChildHorizontalLayout() local
|