/external/gptfdisk/ |
D | gptcurses.h | 67 struct Space { struct 72 Space *nextSpace; argument 73 Space *prevSpace; argument 80 Space *firstSpace; 81 Space *lastSpace; 82 Space *currentSpace; 94 void UnlinkSpace(Space *theSpace); 95 void LinkToEnd(Space *theSpace); 100 Space* ShowSpace(int spaceNum, int lineNum);
|
D | gptcurses.cc | 73 Space *trash; in EmptySpaces() 89 Space *tempSpace; in MakeSpacesFromParts() 94 tempSpace = new Space; in MakeSpacesFromParts() 107 Space *tempSpace; in AddEmptySpace() 109 tempSpace = new Space; in AddEmptySpace() 122 Space *current; in AddEmptySpaces() 151 void GPTDataCurses::UnlinkSpace(Space *theSpace) { in UnlinkSpace() 168 void GPTDataCurses::LinkToEnd(Space *theSpace) { in LinkToEnd() 184 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() 221 Space* GPTDataCurses::ShowSpace(int spaceNum, int lineNum) { in ShowSpace() [all …]
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
D | Constraint.java | 62 …Space targetSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("tarspace")).byteVal… in Constraint() 72 …Space ownerSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("ownspace")).byteValu… in Constraint() 120 public static enum Space { enum in Constraint 132 public static Space valueOf(byte c) { in valueOf()
|
D | Feature.java | 11 import com.jme3.scene.plugins.blender.constraints.Constraint.Space; 23 protected Space space; 45 public Feature(Space space, Long oma, BlenderContext blenderContext) { in Feature() 63 public Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) { in Feature() 80 public Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) { in Feature()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-abi_align.ll | 290 ; Space for s1 is allocated at sp+32 291 ; Space for s2 is allocated at sp 295 ; Space for s1 is allocated at fp-24 = sp+72 296 ; Space for s2 is allocated at sp+48 326 ; Space for s1 is allocated at x29-32 = sp+64 327 ; Space for s2 is allocated at sp+32 337 ; Space for s1 is allocated at fp-24 338 ; Space for s2 is allocated at fp-48 398 ; Space for s1 is allocated at sp+32 399 ; Space for s2 is allocated at sp [all …]
|
/external/llvm/lib/CodeGen/ |
D | SlotIndexes.cpp | 129 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local 130 static_assert((Space & 3) == 0, "InstrDist must be a multiple of 2*NUM"); in renumberIndexes() 135 curItr->setIndex(index += Space); in renumberIndexes()
|
/external/v8/src/heap/ |
D | spaces.h | 97 class Space; variable 307 Space* owner() const { in owner() 310 return reinterpret_cast<Space*>(reinterpret_cast<intptr_t>(owner_) - in owner() 317 void set_owner(Space* space) { in set_owner() 682 Executability executable, Space* owner); 816 class Space : public Malloced { 818 Space(Heap* heap, AllocationSpace id, Executability executable) in Space() function 821 virtual ~Space() {} in ~Space() 1010 LargePage* AllocateLargePage(intptr_t object_size, Space* owner, 1052 Executability executable, Space* space); [all …]
|
D | spaces.cc | 42 Space* owner = page->owner(); in HeapObjectIterator() 432 Executability executable, Space* owner) { in Initialize() 551 Space* owner) { in AllocateChunk() 691 Space* owner, in AllocateLargePage() 882 : Space(heap, id, executable), in PagedSpace() 2799 : Space(heap, id, NOT_EXECUTABLE), // Managed on a per-allocation basis in LargeObjectSpace()
|
/external/selinux/policycoreutils/sandbox/ |
D | sandbox.config | 1 # Space separate list of homedirs
|
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 8195 FormatStyle Space = getLLVMStyle(); in TEST_F() local 8196 Space.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F() 8198 verifyFormat("int f ();", Space); in TEST_F() 8203 Space); in TEST_F() 8208 Space); in TEST_F() 8212 Space); in TEST_F() 8217 Space); in TEST_F() 8218 verifyFormat("A::A () : a (1) {}", Space); in TEST_F() 8219 verifyFormat("void f () __attribute__ ((asdf));", Space); in TEST_F() 8224 Space); in TEST_F() [all …]
|
/external/tcpdump/tests/ |
D | mpls-ldp-hello.out | 3 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/ |
D | DESCRIPTION | 20 - Space/Comments before the very end or before various characters are 23 - Space/Comments at the very beginning or after various characters are
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmssamp.c | 71 cmsColorSpaceSignature Space; in BlackPointAsDarkerColorant() local 90 Space = cmsGetColorSpace(hInput); in BlackPointAsDarkerColorant() 93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) { in BlackPointAsDarkerColorant()
|
D | cmspcs.c | 698 cmsBool _cmsEndPointsBySpace(cmsColorSpaceSignature Space, in _cmsEndPointsBySpace() argument 716 switch (Space) { in _cmsEndPointsBySpace()
|
D | lcms2_internal.h | 890 cmsBool _cmsEndPointsBySpace(cmsColorSpaceSignature Space,
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/ |
D | README.rst | 37 - Space/Comments before the very end or before various characters are 40 - Space/Comments at the very beginning or after various characters are
|
D | PKG-INFO | 229 - Space/Comments before the very end or before various characters are 232 - Space/Comments at the very beginning or after various characters are
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 63 auto Space = make_unique<DIE>(dwarf::DW_TAG_namespace); in TEST() local 66 Space->addValue(dwarf::DW_AT_name, dwarf::DW_FORM_strp, &SpaceStr); in TEST() 68 Space->addValue(dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, &One); in TEST() 77 Space->addChild(std::move(Foo)); in TEST() 78 CU.addChild(std::move(Space)); in TEST()
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 42 Space, enumerator
|
/external/llvm/test/CodeGen/R600/ |
D | store.ll | 7 ; Global Address Space 207 ; Local Address Space
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 528 return AsmToken(AsmToken::Space, StringRef(TokStart, len)); in LexToken()
|
/external/llvm/docs/ |
D | NVPTXUsage.rst | 77 Address Space Memory Space 130 Address Space Conversion
|
/external/freetype/src/autofit/ |
D | afblue.dat | 37 // string. Space characters within the string are ignored too. If there
|
/external/eigen/doc/ |
D | TutorialGeometry.dox | 3 /** \eigenManualPage TutorialGeometry Space transformations
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2867 unsigned Space = (PrevReg < Reg) ? (Reg - PrevReg) : (Reg + 32 - PrevReg); in parseVectorList() local 2869 if (Space == 0 || Space > 3) { in parseVectorList() 2873 Count += Space; in parseVectorList()
|