/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 97 CsmElement.space(), in concreteSyntaxModelByClass.put() 113 CsmElement.space(), in concreteSyntaxModelByClass.put() 117 …onditional(ObservableProperty.DEFAULT_VALUE, IS_PRESENT, CsmElement.sequence(CsmElement.space(), C… in concreteSyntaxModelByClass.put() 126 space(), in concreteSyntaxModelByClass.put() argument 128 …list(TYPE_PARAMETERS, sequence(comma(), space()), string(GeneratedJavaParserConstants.LT), string(… in concreteSyntaxModelByClass.put() argument 131 sequence(space(), token(GeneratedJavaParserConstants.EXTENDS), space()), in concreteSyntaxModelByClass.put() 148 list(ObservableProperty.PARAMETERS, sequence(comma(), space()), none(), none()), in concreteSyntaxModelByClass.put() argument 150 …t(ObservableProperty.THROWN_EXCEPTIONS, sequence(comma(), space()), sequence(space(), token(Genera… in concreteSyntaxModelByClass.put() 159 …list(ObservableProperty.ARGUMENTS, sequence(comma(), space()), token(GeneratedJavaParserConstants.… in concreteSyntaxModelByClass.put() argument 160 …conditional(CLASS_BODY, IS_NOT_EMPTY, sequence(space(), token(GeneratedJavaParserConstants.LBRACE)… in concreteSyntaxModelByClass.put() [all …]
|
/external/v8/src/snapshot/ |
D | default-serializer-allocator.cc | 27 static uint32_t PageSizeOfSpace(int space) { in PageSizeOfSpace() 32 uint32_t DefaultSerializerAllocator::TargetChunkSize(int space) { in TargetChunkSize() 38 SerializerReference DefaultSerializerAllocator::Allocate(AllocationSpace space, in Allocate() 85 AllocationSpace space = reference.space(); in BackReferenceIsAlreadyAllocated() local 138 for (int space = FIRST_SPACE; space < kNumberOfSpaces; space++) { in OutputStatistics() local 143 for (int space = FIRST_SPACE; space < kNumberOfPreallocatedSpaces; space++) { in OutputStatistics() local
|
D | builtin-serializer-allocator.cc | 12 SerializerReference BuiltinSerializerAllocator::Allocate(AllocationSpace space, in Allocate() 48 for (int space = FIRST_SPACE; space < kNumberOfSpaces; space++) { in OutputStatistics() local 53 for (int space = FIRST_SPACE; space < kNumberOfSpaces; space++) { in OutputStatistics() local
|
D | default-deserializer-allocator.cc | 30 Address DefaultDeserializerAllocator::AllocateRaw(AllocationSpace space, in AllocateRaw() 61 Address DefaultDeserializerAllocator::Allocate(AllocationSpace space, in Allocate() 86 void DefaultDeserializerAllocator::MoveToNextChunk(AllocationSpace space) { in MoveToNextChunk() 108 HeapObject* DefaultDeserializerAllocator::GetObject(AllocationSpace space, in GetObject() 221 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in ReservationsAreFullyUsed() local
|
D | builtin-deserializer-allocator.h | 57 void MoveToNextChunk(AllocationSpace space) { UNREACHABLE(); } in MoveToNextChunk() 76 HeapObject* GetObject(AllocationSpace space, uint32_t chunk_index, in GetObject()
|
D | references.h | 35 SerializerReference(uint32_t space, uint32_t chunk_index, in SerializerReference() 41 static SerializerReference BackReference(AllocationSpace space, in BackReference() 78 AllocationSpace space() const { in space() function
|
D | serializer.cc | 29 for (int space = 0; space < LAST_SPACE; ++space) { in Serializer() local 38 for (int space = 0; space < LAST_SPACE; ++space) { in Serializer() local 50 for (int space = 0; space < LAST_SPACE; ++space) { in ~Serializer() local 62 AllocationSpace space) { in CountInstanceType() 193 AllocationSpace space = reference.space(); in SerializeBackReference() local 327 void Serializer<AllocatorT>::PutNextChunk(int space) { in PutNextChunk() 364 AllocationSpace space, int size, Map* map) { in SerializePrologue() 551 AllocationSpace space = in SerializeExternalStringAsSequentialString() local 652 AllocationSpace space = in SerializeObject() local
|
/external/pdfium/core/fxcrt/xml/ |
D | cxml_element.cpp | 76 ByteString* space, in GetAttrByIndex() 109 size_t CXML_Element::CountElements(const ByteStringView& space, in CountElements() 124 CXML_Element* CXML_Element::GetElement(const ByteStringView& space, in GetElement() 138 void CXML_Element::SetAttribute(const ByteString& space, in SetAttribute() 152 const ByteStringView& space, in MatchesElement() 158 const WideString* CXML_Element::Lookup(const ByteString& space, in Lookup()
|
D | cxml_attritem.cpp | 9 bool CXML_AttrItem::Matches(const ByteString& space, in Matches()
|
D | cxml_parser.cpp | 127 void CXML_Parser::GetName(ByteString* space, ByteString* name) { in GetName() 310 ByteString* space, in GetTagName() 460 ByteString space; in ParseElementInternal() local
|
/external/v8/src/heap/ |
D | sweeper.cc | 141 ForAllSweepingSpaces([this, marking_state](AllocationSpace space) { in StartSweeping() 157 ForAllSweepingSpaces([this](AllocationSpace space) { in StartSweeperTasks() 183 Page* Sweeper::GetSweptPageSafe(PagedSpace* space) { in GetSweptPageSafe() 218 [this](AllocationSpace space) { ParallelSweepSpace(space, 0); }); in EnsureCompleted() 222 ForAllSweepingSpaces([this](AllocationSpace space) { in EnsureCompleted() 232 Space* space = p->owner(); in RawSweep() local 457 void Sweeper::AddPage(AllocationSpace space, Page* page, in AddPage() 473 void Sweeper::PrepareToBeSweptPage(AllocationSpace space, Page* page) { in PrepareToBeSweptPage() 484 Page* Sweeper::GetSweepingPageSafe(AllocationSpace space) { in GetSweepingPageSafe() 497 AllocationSpace space = page->owner()->identity(); in EnsurePageIsIterable() local
|
D | local-allocator-inl.h | 15 AllocationResult LocalAllocator::Allocate(AllocationSpace space, in Allocate() 33 void LocalAllocator::FreeLast(AllocationSpace space, HeapObject* object, in FreeLast()
|
D | sweeper.h | 163 bool IsValidIterabilitySpace(AllocationSpace space) { in IsValidIterabilitySpace() 167 static bool IsValidSweepingSpace(AllocationSpace space) { in IsValidSweepingSpace() 172 static int GetSweepSpaceIndex(AllocationSpace space) { in GetSweepSpaceIndex()
|
D | code-stats.cc | 60 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics() 72 void CodeStatistics::CollectCodeStatistics(LargeObjectSpace* space, in CollectCodeStatistics()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_cl.c | 42 vc5_cl_ensure_space(struct vc5_cl *cl, uint32_t space, uint32_t alignment) in vc5_cl_ensure_space() 61 vc5_cl_ensure_space_with_branch(struct vc5_cl *cl, uint32_t space) in vc5_cl_ensure_space_with_branch()
|
/external/toybox/toys/posix/ |
D | wc.c | 36 int i, space = 0, first = 1; local 61 int len = 0, clen = 1, space = 0; in do_wc() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | wmma.py | 19 def get_aspace(space): argument 31 def get_pspace(space): argument
|
/external/skqp/tests/ |
D | ColorSpaceTest.cpp | 29 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() 95 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize() 124 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 157 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 224 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); in DEF_TEST() local
|
/external/skia/tests/ |
D | ColorSpaceTest.cpp | 29 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() 95 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize() 124 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 157 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 224 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); in DEF_TEST() local
|
/external/skia/src/shaders/ |
D | SkColorShader.cpp | 42 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader() 77 sk_sp<SkShader> SkShader::MakeColorShader(const SkColor4f& color, sk_sp<SkColorSpace> space) { in MakeColorShader()
|
/external/skqp/src/shaders/ |
D | SkColorShader.cpp | 42 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader() 77 sk_sp<SkShader> SkShader::MakeColorShader(const SkColor4f& color, sk_sp<SkColorSpace> space) { in MakeColorShader()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | mutex.h | 54 void* space[2]; member 156 void* space[2]; member
|
/external/apache-harmony/support/src/test/resources/tests/resources/ |
D | hyts_PropertiesTest.properties | 26 space=\ c key
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_scratch.cpp | 33 struct swr_scratch_space *space, in swr_copy_to_scratch_space()
|
/external/iptables/extensions/ |
D | libxt_iprange.c | 322 char *space = ""; in iprange_xlate() local 344 char *space = ""; in iprange_mt4_xlate() local 370 char *space = ""; in iprange_mt6_xlate() local
|