Home
last modified time | relevance | path

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

1234567

/external/pdfium/core/fxcrt/
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()
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 …]
/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/v8/src/snapshot/
Ddeserializer.cc174 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
Dserializer.cc69 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/
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/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/mesa3d/src/gallium/drivers/swr/
Dswr_scratch.cpp34 struct swr_scratch_space *space, in swr_copy_to_scratch_space()
/external/v8/src/heap/
Dmark-compact.cc127 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 …]
Dcode-stats.cc49 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics()
61 void CodeStatistics::CollectCodeStatistics(LargeObjectSpace* space, in CollectCodeStatistics()
Dincremental-marking.cc338 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/
Dvc4_cl.c37 cl_ensure_space(struct vc4_cl *cl, uint32_t space) in cl_ensure_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
/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/mesa3d/src/gallium/drivers/radeonsi/
Dsi_hw_context.c44 unsigned space = 0; in si_ce_needed_cs_space() local
/external/toybox/toys/other/
Dxxd.c41 int i, len, space; local
/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/regex-re2/util/
Dstringprintf.cc11 char space[1024]; in StringAppendV() local
/external/skia/gm/
Dcolorspacexform.cpp72 auto space = SkColorSpace::MakeSRGBLinear(); in onDraw() local
Dyuvtorgbeffect.cpp109 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/
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/swiftshader/third_party/subzero/bloat/
Dwebtreemap.js105 function selectSpan(nodes, space, start) { argument

1234567