Home
last modified time | relevance | path

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

1234567

/external/pdfium/core/include/fxcrt/
Dfx_xml.h121 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const in GetAttrValue()
138 int GetAttrInteger(FX_BSTR space, FX_BSTR name) const in GetAttrInteger()
154 FX_FLOAT GetAttrFloat(FX_BSTR space, FX_BSTR name) const in GetAttrFloat()
172 CXML_Element* GetElement(FX_BSTR space, FX_BSTR tag) const in GetElement()
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp139 void CXML_Parser::GetName(CFX_ByteStringL &space, CFX_ByteStringL &name) in GetName()
327 void CXML_Parser::GetTagName(CFX_ByteStringL &space, CFX_ByteStringL &name, FX_BOOL &bEndTag, FX_BO… in GetTagName()
490 CFX_ByteStringL space, name; in ParseElement() local
753 void CXML_Element::GetAttrByIndex(int index, CFX_ByteString& space, CFX_ByteString& name, CFX_WideS… in GetAttrByIndex()
763 void CXML_Element::GetAttrByIndex(int index, CFX_ByteStringL &space, CFX_ByteStringL &name, CFX_Wid… in GetAttrByIndex()
797 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const in GetAttrValue()
806 const CFX_WideStringL* CXML_Element::GetAttrValuePtr(FX_BSTR space, FX_BSTR name) const in GetAttrValuePtr()
821 FX_BOOL CXML_Element::GetAttrInteger(FX_BSTR space, FX_BSTR name, int& attribute) const in GetAttrInteger()
836 FX_BOOL CXML_Element::GetAttrFloat(FX_BSTR space, FX_BSTR name, FX_FLOAT& attribute) const in GetAttrFloat()
893 FX_DWORD CXML_Element::CountElements(FX_BSTR space, FX_BSTR tag) const in CountElements()
[all …]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
Djspipe_node.cc79 int* space = va_arg(args, int*); in VIoctl() local
84 int* space = va_arg(args, int*); in VIoctl() local
/external/valgrind/main/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/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
Dstring_buffer.cc37 size_t space; in Printf() local
/external/chromium_org/v8/src/
Dspaces-inl.h31 PageIterator::PageIterator(PagedSpace* space) in PageIterator()
54 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator()
59 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
Dmark-compact.cc110 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
126 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
189 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
207 static void VerifyEvacuation(PagedSpace* space) { in VerifyEvacuation()
350 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
448 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
459 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
513 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
522 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
553 SweeperTask(Heap* heap, PagedSpace* space) in SweeperTask()
[all …]
Dheap.cc245 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, in SelectGarbageCollector()
453 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in SizeOfObjects() local
476 for (PagedSpace* space = spaces.next(); in RepairFreeListsAfterBoot() local
685 #define UPDATE_COUNTERS_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
692 #define UPDATE_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
698 #define UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
924 AllocationSpace space, in AbortIncrementalMarkingAndCollectGarbage()
940 for (int space = NEW_SPACE; space <= LAST_PAGED_SPACE; space++) { in ReserveSpace() local
2336 AllocationSpace space) { in AllocateFillerObject()
2623 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateHeapNumber() local
[all …]
Dheap-inl.h105 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateOneByteInternalizedString() local
136 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateTwoByteInternalizedString() local
178 AllocationSpace space, in AllocateRaw()
329 AllocationSpace space = TargetSpaceId(type); in TargetSpace() local
517 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage()
Dspaces.cc20 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator()
33 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, in HeapObjectIterator()
65 void HeapObjectIterator::Initialize(PagedSpace* space, in Initialize()
697 ObjectSpace space = static_cast<ObjectSpace>(1 << owner->identity()); in AllocateChunk() local
749 ObjectSpace space = in Free() local
799 void MemoryAllocator::PerformAllocationCallback(ObjectSpace space, in PerformAllocationCallback()
823 ObjectSpace space, in AddMemoryAllocationCallback()
1758 SemiSpace* space = page->semi_space(); in AssertValidRange() local
1777 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space) { in SemiSpaceIterator()
1782 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space, in SemiSpaceIterator()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
D3dfx_mmio.h38 #define tdfx_wait(space) \ argument
Dmatrox_mmio.h38 #define mga_wait(space) \ argument
/external/apache-harmony/support/src/test/resources/tests/resources/
Dhyts_PropertiesTest.properties26 space=\ c key
/external/valgrind/main/memcheck/tests/amd64/
Dinsn-pcmpistri.c43 void *space; in test_strlen() local
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DToken.cpp40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
/external/chromium_org/third_party/skia/src/core/
DSkPathRef.cpp323 size_t space = numVbs * sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForRepeatedVerb() local
393 size_t space = sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForVerb() local
/external/skia/src/core/
DSkPathRef.cpp323 size_t space = numVbs * sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForRepeatedVerb() local
393 size_t space = sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForVerb() local
/external/qemu/android/skin/
Dcomposer.h68 struct SkinPlateSpace space; member
90 SkinPlate* space; member
/external/regex-re2/util/
Dstringprintf.cc11 char space[1024]; in StringAppendV() local
/external/llvm/lib/Target/NVPTX/
DNVPTXutil.cpp36 static int encode_leb128(uint64_t val, int *nbytes, char *space, int splen) { in encode_leb128()
/external/chromium_org/third_party/re2/util/
Dstringprintf.cc15 char space[1024]; in StringAppendV() local
/external/chromium_org/third_party/webtreemap/src/
Dwebtreemap.js105 function selectSpan(nodes, space, start) { argument
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-fallback-shape.cc109 hb_codepoint_t space; in _hb_fallback_shape() local
/external/e2fsprogs/lib/quota/
Dmkquota.c292 qsize_t space) in quota_data_add()
318 qsize_t space) in quota_data_sub()
370 qsize_t space; in quota_compute_usage() local
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Dwebtreemap.js116 function selectSpan(nodes, space, start) { argument

1234567