Home
last modified time | relevance | path

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

12345678

/external/pdfium/core/fxcrt/
Dfx_xml_parser.cpp260 void CXML_Parser::GetName(CFX_ByteString* space, CFX_ByteString* name) { in GetName()
445 CFX_ByteString* space, in GetTagName()
586 CFX_ByteString space; in ParseElement() local
722 CFX_ByteString& space, in GetAttrByIndex()
749 bool CXML_Element::GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue()
775 bool CXML_Element::GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger()
795 bool CXML_Element::GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat()
827 uint32_t CXML_Element::CountElements(const CFX_ByteStringC& space, in CountElements()
843 CXML_Element* CXML_Element::GetElement(const CFX_ByteStringC& space, in GetElement()
875 bool CXML_AttrItem::Matches(const CFX_ByteString& space, in Matches()
[all …]
Dfx_xml.h86 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue()
103 int GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger()
120 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat()
131 CXML_Element* GetElement(const CFX_ByteStringC& space, in GetElement()
/external/v8/src/snapshot/
Ddeserializer.cc168 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in ~Deserializer() local
199 int space = code & kSpaceMask; in DeserializeDeferredObjects() local
226 int space = code & kSpaceMask; in DeserializeInternalFields() local
273 HeapObject* Deserializer::PostProcessNewObject(HeapObject* obj, int space) { in PostProcessNewObject()
345 HeapObject* Deserializer::GetBackReferencedObject(int space) { in GetBackReferencedObject()
609 #define SINGLE_CASE(where, how, within, space) \ in ReadData() argument
719 int space = source_.Get(); in ReadData() local
Dserializer.cc67 for (int space = 0; space < kNumberOfSpaces; space++) { in OutputStatistics() local
71 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in OutputStatistics() local
131 AllocationSpace space = reference.space(); in BackReferenceIsAlreadyAllocated() local
192 AllocationSpace space = reference.space(); in SerializeBackReference() local
285 SerializerReference Serializer::Allocate(AllocationSpace space, int size) { in Allocate()
335 void Serializer::ObjectSerializer::SerializePrologue(AllocationSpace space, in SerializePrologue()
411 AllocationSpace space = in SerializeExternalString() local
510 AllocationSpace space = in Serialize() local
/external/toybox/toys/posix/
Dwc.c36 int i, space = 7, first = 1; local
52 int len = 0, clen = 1, space = 0; in do_wc() local
/external/valgrind/coregrind/m_demangle/
Ddyn-string.c72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) in dyn_string_init()
99 dyn_string_new (int space) in dyn_string_new()
152 dyn_string_resize (dyn_string_t ds, int space) in dyn_string_resize()
/external/v8/src/heap/
Dmark-compact.cc130 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
146 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
198 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
215 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation()
268 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
327 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
335 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
380 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
387 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
444 ForAllSweepingSpaces([this](AllocationSpace space) { in StartSweeping()
[all …]
Dcode-stats.cc49 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics()
61 void CodeStatistics::CollectCodeStatistics(LargeObjectSpace* space, in CollectCodeStatistics()
Dincremental-marking.cc345 PagedSpace* space) { in DeactivateIncrementalWriteBarrierForSpace()
353 NewSpace* space) { in DeactivateIncrementalWriteBarrierForSpace()
372 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) { in ActivateIncrementalWriteBarrier()
379 void IncrementalMarking::ActivateIncrementalWriteBarrier(NewSpace* space) { in ActivateIncrementalWriteBarrier()
494 Space* space = it.next(); in Start() local
960 Space* space = it.next(); in Stop() local
Dheap.cc240 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in Available() local
253 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, in SelectGarbageCollector()
451 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in SizeOfObjects() local
479 for (PagedSpace* space = spaces.next(); space != NULL; in RepairFreeListsAfterDeserialization() local
689 #define UPDATE_COUNTERS_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
696 #define UPDATE_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
703 #define UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
1146 for (int space = NEW_SPACE; space < SerializerDeserializer::kNumberOfSpaces; in ReserveSpace() local
2099 AllocationSpace space) { in AllocateFillerObject()
2416 AllocationSpace space = SelectSpace(pretenure); in AllocateHeapNumber() local
[all …]
/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
/external/syslinux/core/include/
Dctype.h27 int space = 0; in isspace() local
/external/apache-harmony/support/src/test/resources/tests/resources/
Dhyts_PropertiesTest.properties26 space=\ c key
/external/v8/src/
Daddress-map.h72 static SerializerReference BackReference(AllocationSpace space, in BackReference()
107 AllocationSpace space() const { in space() function
/external/tinyalsa/
Dtinymix.c161 static void tinymix_print_enum(struct mixer_ctl *ctl, const char *space, in tinymix_print_enum()
196 const char *space = g_tabs_only ? "\t" : " "; in tinymix_detail_control() local
/external/valgrind/memcheck/tests/amd64/
Dinsn-pcmpistri.c43 void *space; in test_strlen() local
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.cpp48 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
/external/v8/src/profiler/
Dsampling-heap-profiler.cc71 for (Space* space = spaces.next(); space != nullptr; space = spaces.next()) { in SamplingHeapProfiler() local
82 for (Space* space = spaces.next(); space != nullptr; space = spaces.next()) { in ~SamplingHeapProfiler() local
/external/toybox/toys/other/
Dxxd.c41 int i, len, space; local
/external/skia/gm/
Dyuvtorgbeffect.cpp109 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { in onDraw() local
242 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { in onDraw() local
Dimagetoyuvplanes.cpp91 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { variable
Dcolorspacexform.cpp71 auto space = SkColorSpace::MakeSRGBLinear(); in onDraw() local
/external/regex-re2/util/
Dstringprintf.cc11 char space[1024]; in StringAppendV() local
/external/e2fsprogs/lib/support/
Dmkquota.c374 qsize_t space) in quota_data_add()
401 qsize_t space) in quota_data_sub()
454 qsize_t space; in quota_compute_usage() local
/external/skia/tests/
DColorSpaceTest.cpp22 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space()
224 static void test_serialize(skiatest::Reporter* r, SkColorSpace* space, bool isNamed) { in test_serialize()
358 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkColorSpace::kSRGB_RenderTargetGamma, in DEF_TEST() local

12345678