/external/curl/tests/data/ |
D | test506 | 91 lock: share [Pigs in space]: 0 92 unlock: share [Pigs in space]: 1 94 lock: cookie [Pigs in space]: 2 95 unlock: cookie [Pigs in space]: 3 97 lock: cookie [Pigs in space]: 4 98 unlock: cookie [Pigs in space]: 5 100 lock: cookie [Pigs in space]: 6 101 unlock: cookie [Pigs in space]: 7 103 lock: cookie [Pigs in space]: 8 104 unlock: cookie [Pigs in space]: 9 [all …]
|
/external/v8/src/snapshot/ |
D | default-serializer-allocator.cc | 27 static uint32_t PageSizeOfSpace(int space) { in PageSizeOfSpace() argument 29 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(space))); in PageSizeOfSpace() 32 uint32_t DefaultSerializerAllocator::TargetChunkSize(int space) { in TargetChunkSize() argument 33 if (custom_chunk_size_ == 0) return PageSizeOfSpace(space); in TargetChunkSize() 34 DCHECK_LE(custom_chunk_size_, PageSizeOfSpace(space)); in TargetChunkSize() 38 SerializerReference DefaultSerializerAllocator::Allocate(AllocationSpace space, in Allocate() argument 40 DCHECK(space >= 0 && space < kNumberOfPreallocatedSpaces); in Allocate() 41 DCHECK(size > 0 && size <= PageSizeOfSpace(space)); in Allocate() 44 DCHECK_NE(MAP_SPACE, space); in Allocate() 46 uint32_t old_chunk_size = pending_chunk_[space]; in Allocate() [all …]
|
D | default-deserializer-allocator.cc | 30 Address DefaultDeserializerAllocator::AllocateRaw(AllocationSpace space, in AllocateRaw() argument 32 if (space == LO_SPACE) { in AllocateRaw() 42 } else if (space == MAP_SPACE) { in AllocateRaw() 46 DCHECK_LT(space, kNumberOfPreallocatedSpaces); in AllocateRaw() 47 Address address = high_water_[space]; in AllocateRaw() 49 high_water_[space] += size; in AllocateRaw() 52 const Heap::Reservation& reservation = reservations_[space]; in AllocateRaw() 53 int chunk_index = current_chunk_[space]; in AllocateRaw() 54 DCHECK_LE(high_water_[space], reservation[chunk_index].end); in AllocateRaw() 56 if (space == CODE_SPACE) SkipList::Update(address, size); in AllocateRaw() [all …]
|
D | builtin-serializer-allocator.cc | 12 SerializerReference BuiltinSerializerAllocator::Allocate(AllocationSpace space, in Allocate() argument 14 DCHECK_EQ(space, CODE_SPACE); in Allocate() 48 for (int space = FIRST_SPACE; space < kNumberOfSpaces; space++) { in OutputStatistics() local 49 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space))); in OutputStatistics() 53 for (int space = FIRST_SPACE; space < kNumberOfSpaces; space++) { in OutputStatistics() local 54 uint32_t space_size = (space == CODE_SPACE) ? allocated_bytes_ : 0; in OutputStatistics()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_allocator_test.cc | 27 uint64_t space = orig_space; in RunTest() local 28 void* result = Align(alignment, size, ptr, space); in RunTest() 31 EXPECT_EQ(orig_space, space); in RunTest() 38 EXPECT_GE(space, size); in RunTest() 39 EXPECT_LE(space, orig_space); in RunTest() 40 EXPECT_EQ(ptr_val + space, orig_ptr_val + orig_space); in RunTest() 46 for (const uint64_t space : in TEST() 49 for (uint64_t alignment = 1; alignment <= space * 4; alignment *= 2) { in TEST() 57 space == 1 ? static_cast<uint64_t>(1) : space - 1, space, in TEST() 58 space + 1}) { in TEST() [all …]
|
/external/e2fsprogs/tests/m_minrootdir/ |
D | output.sed | 1 …space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:… 2 …space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
|
/external/e2fsprogs/tests/m_rootdir/ |
D | output.sed | 1 …space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:… 2 …space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 57 return list(ObservableProperty.MODIFIERS, space(), none(), space()); in modifiers() 72 return list(ObservableProperty.ANNOTATIONS, space(), none(), newline()); in annotations() 76 …perty.TYPE_PARAMETERS, CsmElement.sequence(CsmElement.comma(), CsmElement.space()), CsmElement.tok… in typeParameters() 77 … CsmElement.sequence(CsmElement.token(GeneratedJavaParserConstants.GT), CsmElement.space())); in typeParameters() 81 …operty.TYPE_ARGUMENTS, CsmElement.sequence(CsmElement.comma(), CsmElement.space()), CsmElement.tok… in typeArguments() 97 CsmElement.space(), in concreteSyntaxModelByClass.put() argument 99 CsmElement.space(), in concreteSyntaxModelByClass.put() 113 CsmElement.space(), in concreteSyntaxModelByClass.put() argument 117 …NT, CsmElement.sequence(CsmElement.space(), CsmElement.token(GeneratedJavaParserConstants._DEFAULT… in concreteSyntaxModelByClass.put() argument 126 space(), in concreteSyntaxModelByClass.put() argument [all …]
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_scratch.cpp | 33 struct swr_scratch_space *space, in swr_copy_to_scratch_space() argument 38 assert(space); in swr_copy_to_scratch_space() 45 if (max_size_in_flight > space->current_size) { in swr_copy_to_scratch_space() 46 space->current_size = max_size_in_flight; in swr_copy_to_scratch_space() 48 if (space->base) { in swr_copy_to_scratch_space() 51 swr_fence_work_free(screen->flush_fence, space->base, true); in swr_copy_to_scratch_space() 52 space->base = NULL; in swr_copy_to_scratch_space() 55 if (!space->base) { in swr_copy_to_scratch_space() 56 space->base = (uint8_t *)AlignedMalloc(space->current_size, in swr_copy_to_scratch_space() 58 space->head = (void *)space->base; in swr_copy_to_scratch_space() [all …]
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | nbsp | 13 symbols[Group1]= [ space ] 25 symbols[Group1]= [ space, nobreakspace ] 38 symbols[Group1]= [ space, space, nobreakspace ] 48 symbols[Group1]= [ space, space, nobreakspace, NoSymbol ] 57 symbols[Group1]= [ space, space, space, nobreakspace ] 65 // level3n provides narrow no-breaking space in addition to the normal one 70 symbols[Group1]= [ space, space, nobreakspace, 0x100202F ] 74 // level4n provides narrow no-breaking space in addition to the normal one 79 symbols[Group1]= [ space, space, space, nobreakspace, space, 0x100202F, NoSymbol, NoSymbol ] 83 // level4nl provides narrow no-breaking space in addition to the normal one [all …]
|
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | indic-vowel-letter-spoofing.tests | 1 …8235c2f72bbd6f8eb37424.ttf::U+0904,U+0020,U+0905,U+0946:[ashortdeva=0+764|space=1+260|adeva=2+764|… 2 …d228235c2f72bbd6f8eb37424.ttf::U+0906,U+0020,U+0905,U+093E:[aadeva=0+1023|space=1+260|adeva=2+764|… 3 …5c2f72bbd6f8eb37424.ttf::U+0908,U+0020,U+0930,U+094D,U+0907:[iideva=0+491|space=1+260|uni25CC=2+51… 4 …9d228235c2f72bbd6f8eb37424.ttf::U+090A,U+0020,U+0909,U+0941:[uudeva=0+765|space=1+260|udeva=2+548|… 5 …235c2f72bbd6f8eb37424.ttf::U+090D,U+0020,U+090F,U+0945:[ecandradeva=0+553|space=1+260|edeva=2+553|… 6 …8235c2f72bbd6f8eb37424.ttf::U+090E,U+0020,U+090F,U+0946:[eshortdeva=0+553|space=1+260|edeva=2+553|… 7 …9d228235c2f72bbd6f8eb37424.ttf::U+0910,U+0020,U+090F,U+0947:[aideva=0+553|space=1+260|edeva=2+553|… 8 …U+0020,U+0906,U+0945:[ocandradeva=0+1023|space=1+260|adeva=2+764|uni25CC=2+510|ocandravowelsigndev… 9 …A,U+0020,U+0906,U+0946:[oshortdeva=0+1023|space=1+260|adeva=2+764|uni25CC=2+510|oshortvowelsigndev… 10 …5,U+094B,U+0020,U+0906,U+0947:[odeva=0+1023|space=1+260|adeva=2+764|uni25CC=2+510|ovowelsigndeva=2… [all …]
|
D | mongolian-variation-selector.tests | 7 …e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180D,U+200D:[uni182D.EA1E_g.init3=0+650|space=0+0] 8 …+200D,U+182D,U+180B,U+200D:[uni182D.E8E2_g.init=0+1000|space=0+0|uni182D.E8E5_g.medi1=2+800|space=… 9 …e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180C,U+200D:[uni182D.EA1D_g.init2=0+950|space=0+0] 10 …e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180D,U+200D:[uni182D.EA1E_g.init3=0+650|space=0+0] 11 …0D,U+200D,U+182D,U+180B,U+200D:[space=0+0|uni182D.E8E4_g.medi=1+800|space=1+0|space=1+0|uni182D.E8… 12 …92a8eae1c9e7829ebad8.ttf::U+200D,U+182D,U+180C,U+200D:[space=0+0|uni182D.E8E6_g.medi2=1+650|space=… 13 …92a8eae1c9e7829ebad8.ttf::U+200D,U+182D,U+180D,U+200D:[space=0+0|uni182D.E8E6_g.medi2=1+650|space=… 14 …e1c9e7829ebad8.ttf::U+200D,U+182D,U+200D,U+182D,U+180B:[space=0+0|uni182D.E8E4_g.medi=1+800|space=… 15 ../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+200D,U+182D,U+180C:[space=0+0|uni182D.E8E9… 16 …ebad8.ttf::U+1820,U+200C,U+182D,U+1820,U+1837:[uni1820.E820_a.isol=0+1550|space=1+0|uni182D.E8E2_g… [all …]
|
/external/u-boot/doc/mvebu/ |
D | armada-8k-memory.txt | 15 0xF0000000 0xF0FFFFFF AP Internal registers space 20 space. 23 space. 25 0xF6000000 0xF6FFFFFF CP-0 / PCIe#0 Memory space. 27 0xF7000000 0xF7FFFFFF CP-0 / PCIe#1 Memory space. 29 0xF8000000 0xF8FFFFFF CP-0 / PCIe#2 Memory space. 31 0xF9000000 0xF900FFFF CP-0 / PCIe#0 IO space. 33 0xF9010000 0xF901FFFF CP-0 / PCIe#1 IO space. 35 0xF9020000 0xF902FFFF CP-0 / PCIe#2 IO space. 39 0xFA000000 0xFAFFFFFF CP-1 / PCIe#0 Memory space. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-branch-ranges.s | 11 .space 0xfffffe 14 .space 0xfffffe 20 .space 0x1000000 32 .space 0x1000000 37 .space 0xffffc 44 .space 0x100000 53 .space 0x100000 57 .space 0xfffffc 64 .space 0x1000000 70 .space 0x1000000 [all …]
|
D | thumb-branches.s | 12 .space 0x3fffff 17 .space 0x400000 22 .space 0xffffff 25 .space 0xffffff 30 .space 0x1000000 39 .space 0x1000000 43 .space 0x3ffffc 47 .space 0x400000 52 .space 0xfffffc 58 .space 0xfffffc [all …]
|
/external/pcre/dist2/testdata/ |
D | testoutput8-32-2 | 13 Memory allocation (code space): 48 24 Memory allocation (code space): 76 39 Memory allocation (code space): 72 54 Memory allocation (code space): 60 64 Memory allocation (code space): 20 76 Memory allocation (code space): 28 89 Memory allocation (code space): 28 98 Memory allocation (code space): 28 107 Memory allocation (code space): 40 117 Memory allocation (code space): 52 [all …]
|
D | testoutput8-8-4 | 13 Memory allocation (code space): 25 24 Memory allocation (code space): 35 39 Memory allocation (code space): 33 54 Memory allocation (code space): 45 64 Memory allocation (code space): 11 76 Memory allocation (code space): 13 89 Memory allocation (code space): 13 98 Memory allocation (code space): 13 107 Memory allocation (code space): 17 117 Memory allocation (code space): 26 [all …]
|
D | testoutput8-16-3 | 13 Memory allocation (code space): 32 24 Memory allocation (code space): 48 39 Memory allocation (code space): 46 54 Memory allocation (code space): 50 64 Memory allocation (code space): 14 76 Memory allocation (code space): 18 89 Memory allocation (code space): 18 98 Memory allocation (code space): 18 107 Memory allocation (code space): 24 117 Memory allocation (code space): 34 [all …]
|
D | testoutput8-16-4 | 13 Memory allocation (code space): 32 24 Memory allocation (code space): 48 39 Memory allocation (code space): 46 54 Memory allocation (code space): 50 64 Memory allocation (code space): 14 76 Memory allocation (code space): 18 89 Memory allocation (code space): 18 98 Memory allocation (code space): 18 107 Memory allocation (code space): 24 117 Memory allocation (code space): 34 [all …]
|
D | testoutput8-8-3 | 13 Memory allocation (code space): 21 24 Memory allocation (code space): 30 39 Memory allocation (code space): 28 54 Memory allocation (code space): 43 64 Memory allocation (code space): 9 76 Memory allocation (code space): 11 89 Memory allocation (code space): 11 98 Memory allocation (code space): 11 107 Memory allocation (code space): 15 117 Memory allocation (code space): 22 [all …]
|
D | testoutput8-32-4 | 13 Memory allocation (code space): 48 24 Memory allocation (code space): 76 39 Memory allocation (code space): 72 54 Memory allocation (code space): 60 64 Memory allocation (code space): 20 76 Memory allocation (code space): 28 89 Memory allocation (code space): 28 98 Memory allocation (code space): 28 107 Memory allocation (code space): 40 117 Memory allocation (code space): 52 [all …]
|
D | testoutput8-32-3 | 13 Memory allocation (code space): 48 24 Memory allocation (code space): 76 39 Memory allocation (code space): 72 54 Memory allocation (code space): 60 64 Memory allocation (code space): 20 76 Memory allocation (code space): 28 89 Memory allocation (code space): 28 98 Memory allocation (code space): 28 107 Memory allocation (code space): 40 117 Memory allocation (code space): 52 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-13.ll | 16 ; CHECK-VECTOR: .space 1 17 ; CHECK-VECTOR-NEXT: .space 1 18 ; CHECK-VECTOR-NEXT: .space 1 19 ; CHECK-VECTOR-NEXT: .space 1 24 ; CHECK-VECTOR-NEXT: .space 1 25 ; CHECK-VECTOR-NEXT: .space 1 26 ; CHECK-VECTOR-NEXT: .space 1 27 ; CHECK-VECTOR-NEXT: .space 1 28 ; CHECK-VECTOR-NEXT: .space 1 29 ; CHECK-VECTOR-NEXT: .space 1 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-13.ll | 16 ; CHECK-VECTOR: .space 1 17 ; CHECK-VECTOR-NEXT: .space 1 18 ; CHECK-VECTOR-NEXT: .space 1 19 ; CHECK-VECTOR-NEXT: .space 1 24 ; CHECK-VECTOR-NEXT: .space 1 25 ; CHECK-VECTOR-NEXT: .space 1 26 ; CHECK-VECTOR-NEXT: .space 1 27 ; CHECK-VECTOR-NEXT: .space 1 28 ; CHECK-VECTOR-NEXT: .space 1 29 ; CHECK-VECTOR-NEXT: .space 1 [all …]
|
/external/v8/src/heap/ |
D | sweeper.h | 95 void AddPage(AllocationSpace space, Page* page, AddPageMode mode); 114 Page* GetSweptPageSafe(PagedSpace* space); 141 ForAllSweepingSpaces([this, &is_done](AllocationSpace space) { in IsDoneSweeping() 142 if (!sweeping_list_[GetSweepSpaceIndex(space)].empty()) is_done = false; in IsDoneSweeping() 155 Page* GetSweepingPageSafe(AllocationSpace space); 157 void PrepareToBeSweptPage(AllocationSpace space, Page* page); 163 bool IsValidIterabilitySpace(AllocationSpace space) { in IsValidIterabilitySpace() argument 164 return space == NEW_SPACE || space == RO_SPACE; in IsValidIterabilitySpace() 167 static bool IsValidSweepingSpace(AllocationSpace space) { in IsValidSweepingSpace() argument 168 return space >= FIRST_GROWABLE_PAGED_SPACE && in IsValidSweepingSpace() [all …]
|