Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 197) sorted by relevance

12345678

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java97 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/
Ddefault-serializer-allocator.cc27 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
Dbuiltin-serializer-allocator.cc12 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
Ddefault-deserializer-allocator.cc30 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
Dbuiltin-deserializer-allocator.h57 void MoveToNextChunk(AllocationSpace space) { UNREACHABLE(); } in MoveToNextChunk()
76 HeapObject* GetObject(AllocationSpace space, uint32_t chunk_index, in GetObject()
Dreferences.h35 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
Dserializer.cc29 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/
Dcxml_element.cpp76 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()
Dcxml_attritem.cpp9 bool CXML_AttrItem::Matches(const ByteString& space, in Matches()
Dcxml_parser.cpp127 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/
Dsweeper.cc141 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
Dlocal-allocator-inl.h15 AllocationResult LocalAllocator::Allocate(AllocationSpace space, in Allocate()
33 void LocalAllocator::FreeLast(AllocationSpace space, HeapObject* object, in FreeLast()
Dsweeper.h163 bool IsValidIterabilitySpace(AllocationSpace space) { in IsValidIterabilitySpace()
167 static bool IsValidSweepingSpace(AllocationSpace space) { in IsValidSweepingSpace()
172 static int GetSweepSpaceIndex(AllocationSpace space) { in GetSweepSpaceIndex()
Dcode-stats.cc60 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics()
72 void CodeStatistics::CollectCodeStatistics(LargeObjectSpace* space, in CollectCodeStatistics()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_cl.c42 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/
Dwc.c36 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/
Dwmma.py19 def get_aspace(space): argument
31 def get_pspace(space): argument
/external/skqp/tests/
DColorSpaceTest.cpp29 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/
DColorSpaceTest.cpp29 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/
DSkColorShader.cpp42 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/
DSkColorShader.cpp42 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/
Dmutex.h54 void* space[2]; member
156 void* space[2]; member
/external/apache-harmony/support/src/test/resources/tests/resources/
Dhyts_PropertiesTest.properties26 space=\ c key
/external/mesa3d/src/gallium/drivers/swr/
Dswr_scratch.cpp33 struct swr_scratch_space *space, in swr_copy_to_scratch_space()
/external/iptables/extensions/
Dlibxt_iprange.c322 char *space = ""; in iprange_xlate() local
344 char *space = ""; in iprange_mt4_xlate() local
370 char *space = ""; in iprange_mt6_xlate() local

12345678