/external/pdfium/core/fxcrt/ |
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()
|
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 …]
|
/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/v8/src/snapshot/ |
D | deserializer.cc | 174 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in ~Deserializer() local 205 int space = code & kSpaceMask; in DeserializeDeferredObjects() local 231 int space = code & kSpaceMask; in DeserializeInternalFields() local 279 HeapObject* Deserializer::PostProcessNewObject(HeapObject* obj, int space) { in PostProcessNewObject() 355 HeapObject* Deserializer::GetBackReferencedObject(int space) { in GetBackReferencedObject() 619 #define SINGLE_CASE(where, how, within, space) \ in ReadData() argument 729 int space = source_.Get(); in ReadData() local
|
D | serializer.cc | 69 for (int space = 0; space < kNumberOfSpaces; space++) { in OutputStatistics() local 73 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in OutputStatistics() local 133 AllocationSpace space = reference.space(); in BackReferenceIsAlreadyAllocated() local 194 AllocationSpace space = reference.space(); in SerializeBackReference() local 287 SerializerReference Serializer::Allocate(AllocationSpace space, int size) { in Allocate() 337 void Serializer::ObjectSerializer::SerializePrologue(AllocationSpace space, in SerializePrologue() 413 AllocationSpace space = in SerializeExternalString() local 512 AllocationSpace space = in Serialize() 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/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/mesa3d/src/gallium/drivers/swr/ |
D | swr_scratch.cpp | 34 struct swr_scratch_space *space, in swr_copy_to_scratch_space()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 127 static void VerifyMarking(NewSpace* space) { in VerifyMarking() 143 static void VerifyMarking(PagedSpace* space) { in VerifyMarking() 195 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation() 212 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation() 265 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation() 323 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean() 331 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean() 374 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace() 381 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace() 438 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 | 338 PagedSpace* space) { in DeactivateIncrementalWriteBarrierForSpace() 346 NewSpace* space) { in DeactivateIncrementalWriteBarrierForSpace() 365 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) { in ActivateIncrementalWriteBarrier() 372 void IncrementalMarking::ActivateIncrementalWriteBarrier(NewSpace* space) { in ActivateIncrementalWriteBarrier() 487 Space* space = it.next(); in Start() local 943 Space* space = it.next(); in Stop() local
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_cl.c | 37 cl_ensure_space(struct vc4_cl *cl, uint32_t space) in cl_ensure_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
|
/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/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_hw_context.c | 44 unsigned space = 0; in si_ce_needed_cs_space() local
|
/external/toybox/toys/other/ |
D | xxd.c | 41 int i, len, space; local
|
/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/regex-re2/util/ |
D | stringprintf.cc | 11 char space[1024]; in StringAppendV() local
|
/external/skia/gm/ |
D | colorspacexform.cpp | 72 auto space = SkColorSpace::MakeSRGBLinear(); in onDraw() local
|
D | yuvtorgbeffect.cpp | 109 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { in onDraw() local 240 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { in onDraw() local
|
/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/swiftshader/third_party/subzero/bloat/ |
D | webtreemap.js | 105 function selectSpan(nodes, space, start) { argument
|