| /external/pdfium/core/include/fxcrt/ |
| D | fx_xml.h | 121 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/ |
| D | fx_xml_parser.cpp | 139 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/ |
| D | jspipe_node.cc | 79 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/ |
| 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/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/ |
| D | string_buffer.cc | 37 size_t space; in Printf() local
|
| /external/chromium_org/v8/src/ |
| D | spaces-inl.h | 31 PageIterator::PageIterator(PagedSpace* space) in PageIterator() 54 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator() 59 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
|
| D | mark-compact.cc | 110 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 …]
|
| D | heap.cc | 245 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 …]
|
| D | heap-inl.h | 105 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()
|
| D | spaces.cc | 20 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/ |
| D | 3dfx_mmio.h | 38 #define tdfx_wait(space) \ argument
|
| D | matrox_mmio.h | 38 #define mga_wait(space) \ argument
|
| /external/apache-harmony/support/src/test/resources/tests/resources/ |
| D | hyts_PropertiesTest.properties | 26 space=\ c key
|
| /external/valgrind/main/memcheck/tests/amd64/ |
| D | insn-pcmpistri.c | 43 void *space; in test_strlen() local
|
| /external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
| D | Token.cpp | 40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
|
| /external/chromium_org/third_party/skia/src/core/ |
| D | SkPathRef.cpp | 323 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/ |
| D | SkPathRef.cpp | 323 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/ |
| D | composer.h | 68 struct SkinPlateSpace space; member 90 SkinPlate* space; member
|
| /external/regex-re2/util/ |
| D | stringprintf.cc | 11 char space[1024]; in StringAppendV() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXutil.cpp | 36 static int encode_leb128(uint64_t val, int *nbytes, char *space, int splen) { in encode_leb128()
|
| /external/chromium_org/third_party/re2/util/ |
| D | stringprintf.cc | 15 char space[1024]; in StringAppendV() local
|
| /external/chromium_org/third_party/webtreemap/src/ |
| D | webtreemap.js | 105 function selectSpan(nodes, space, start) { argument
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| D | hb-fallback-shape.cc | 109 hb_codepoint_t space; in _hb_fallback_shape() local
|
| /external/e2fsprogs/lib/quota/ |
| D | mkquota.c | 292 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/ |
| D | webtreemap.js | 116 function selectSpan(nodes, space, start) { argument
|