/external/pdfium/core/fxcrt/ |
D | fx_xml_parser.cpp | 260 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 …]
|
D | fx_xml.h | 86 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/ |
D | deserializer.cc | 168 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
|
D | serializer.cc | 67 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/ |
D | wc.c | 36 int i, space = 7, first = 1; local 52 int len = 0, clen = 1, space = 0; in do_wc() local
|
/external/valgrind/coregrind/m_demangle/ |
D | dyn-string.c | 72 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/ |
D | mark-compact.cc | 130 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 …]
|
D | code-stats.cc | 49 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics() 61 void CodeStatistics::CollectCodeStatistics(LargeObjectSpace* space, in CollectCodeStatistics()
|
D | incremental-marking.cc | 345 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
|
D | heap.cc | 240 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/ |
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
|
/external/syslinux/core/include/ |
D | ctype.h | 27 int space = 0; in isspace() local
|
/external/apache-harmony/support/src/test/resources/tests/resources/ |
D | hyts_PropertiesTest.properties | 26 space=\ c key
|
/external/v8/src/ |
D | address-map.h | 72 static SerializerReference BackReference(AllocationSpace space, in BackReference() 107 AllocationSpace space() const { in space() function
|
/external/tinyalsa/ |
D | tinymix.c | 161 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/ |
D | insn-pcmpistri.c | 43 void *space; in test_strlen() local
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Token.cpp | 48 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.cc | 71 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/ |
D | xxd.c | 41 int i, len, space; local
|
/external/skia/gm/ |
D | yuvtorgbeffect.cpp | 109 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
|
D | imagetoyuvplanes.cpp | 91 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { variable
|
D | colorspacexform.cpp | 71 auto space = SkColorSpace::MakeSRGBLinear(); in onDraw() local
|
/external/regex-re2/util/ |
D | stringprintf.cc | 11 char space[1024]; in StringAppendV() local
|
/external/e2fsprogs/lib/support/ |
D | mkquota.c | 374 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/ |
D | ColorSpaceTest.cpp | 22 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
|