Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 157) 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/v8/src/heap/
Dspaces-inl.h32 PageIterator::PageIterator(PagedSpace* space) in PageIterator()
53 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator()
58 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
Dmark-compact.cc109 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
125 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
183 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
201 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation()
343 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
436 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
447 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
498 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
507 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
538 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {} in SweeperTask()
[all …]
Dheap.cc236 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, in SelectGarbageCollector()
463 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in SizeOfObjects() local
486 for (PagedSpace* space = spaces.next(); space != NULL; in RepairFreeListsAfterBoot() local
684 #define UPDATE_COUNTERS_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
691 #define UPDATE_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
698 #define UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
912 Heap* heap, AllocationSpace space, const char* gc_reason = NULL) { in AbortIncrementalMarkingAndCollectGarbage()
927 for (int space = NEW_SPACE; space <= LAST_PAGED_SPACE; space++) { in ReserveSpace() local
2325 AllocationSpace space) { in AllocateFillerObject()
2626 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateHeapNumber() local
[all …]
Dspaces.cc21 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator()
30 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, in HeapObjectIterator()
55 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end, in Initialize()
660 ObjectSpace space = static_cast<ObjectSpace>(1 << owner->identity()); in AllocateChunk() local
703 ObjectSpace space = in Free() local
750 void MemoryAllocator::PerformAllocationCallback(ObjectSpace space, in PerformAllocationCallback()
773 MemoryAllocationCallback callback, ObjectSpace space, in AddMemoryAllocationCallback()
1716 SemiSpace* space = page->semi_space(); in AssertValidRange() local
1735 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space) { in SemiSpaceIterator()
1740 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space, in SemiSpaceIterator()
[all …]
Dheap-inl.h92 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateOneByteInternalizedString() local
124 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateTwoByteInternalizedString() local
166 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, in AllocateRaw()
394 AllocationSpace space = TargetSpaceId(type); in TargetSpace() local
581 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason, in CollectGarbage()
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
Dstring_buffer.cc37 size_t space; in Printf() local
/external/apache-harmony/support/src/test/resources/tests/resources/
Dhyts_PropertiesTest.properties26 space=\ c key
/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/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/chromium_org/third_party/angle/src/compiler/preprocessor/
DToken.cpp40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
/external/valgrind/main/memcheck/tests/amd64/
Dinsn-pcmpistri.c43 void *space; in test_strlen() 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/chromium_org/third_party/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/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/webtreemap/src/
Dwebtreemap.js105 function selectSpan(nodes, space, start) { argument
/external/chromium_org/third_party/libevent/test/
Dbench.c85 int *cp, space; in run_once() local
/external/ceres-solver/internal/ceres/
Dstringprintf.cc55 char space[1024]; in StringAppendV() local

1234567