Home
last modified time | relevance | path

Searched refs:Space (Results 1 – 25 of 65) sorted by relevance

123

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraint.java62Space targetSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("tarspace")).byteVal… in Constraint()
72Space 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()
DFeature.java11 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/lib/CodeGen/
DSlotIndexes.cpp129 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local
130 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM"); in renumberIndexes()
135 curItr->setIndex(index += Space); in renumberIndexes()
/external/v8/src/
Dspaces.h120 class Space; variable
321 Space* owner() const { in owner()
324 return reinterpret_cast<Space*>(owner_ - kFailureTag); in owner()
330 void set_owner(Space* space) { in set_owner()
635 Space* owner);
757 class Space : public Malloced {
759 Space(Heap* heap, AllocationSpace id, Executability executable) in Space() function
762 virtual ~Space() {} in ~Space()
957 Space* owner);
988 Space* space);
[all …]
Dserialize.h364 Address Allocate(int space_number, Space* space, int size);
365 void ReadObject(int space_number, Space* space, Object** write_back);
Dunicode.h267 struct Space { struct
Dspaces.cc71 Space* owner = page->owner(); in HeapObjectIterator()
436 Space* owner) { in Initialize()
492 Space* owner) { in AllocateChunk()
589 Space* owner) { in AllocateLargePage()
780 : Space(heap, id, executable), in PagedSpace()
2545 : Space(heap, id, NOT_EXECUTABLE), // Managed on a per-allocation basis in LargeObjectSpace()
Dserialize.cc595 Address Deserializer::Allocate(int space_index, Space* space, int size) { in Allocate()
736 Space* space, in ReadObject()
759 Space* dest_space; \
Dunicode.cc724 bool Space::Is(uchar c) { in Is()
/external/tcpdump/tests/
Dmpls-ldp-hello.new2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
Dmpls-ldp-hello.out2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
/external/webkit/Source/WebCore/inspector/front-end/
DHelpScreen.js50 WebInspector.KeyboardShortcut.Keys.Space.code,
DSidebarPane.js128 if (isEnterKey(event) || event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
DKeyboardShortcut.js56 Space: { code: 32, name: "<Space>" }, property
/external/qemu-pc-bios/bochs/bios/
Dacpi-dsdt.dsl152 0x0000, // Address Space Granularity
165 0x0000, // Address Space Granularity
172 0x0000, // Address Space Granularity
179 0x00000000, // Address Space Granularity
186 0x00000000, // Address Space Granularity
/external/dropbear/libtomcrypt/notes/
Dtech0005.txt2 Minimizing Code Space
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dmenu.js116 case 'U+0020': // Space
Dmenu_button.js159 case 'U+0020': // Space
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h40 Space, enumerator
/external/chromium/chrome/browser/ui/cocoa/
Dspeech_input_window_controller.mm19 const int kBubbleControlVerticalSpacing = 10; // Space between controls.
20 const int kBubbleHorizontalMargin = 5; // Space on either sides of controls.
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm35 // Space between two popup links.
38 // Space taken in total by one popup link.
41 // Space between popup list and surrounding UI elements.
/external/oprofile/doc/
DCodingStyle78 Space types like this :
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp446 return AsmToken(AsmToken::Space, StringRef(TokStart, len)); in LexToken()
/external/webkit/LayoutTests/platform/android/
Dtest_expectations.txt126 …e to multiple input boxes fitting on one line on Apple, ours are wrapped. Space at line ends are s…
136 …e to multiple frame boxes fitting on one line on Apple, ours are wrapped. Space at line ends are s…
/external/quake/
DREADME102 Alt Space TAB +showscores Shows scores in multiplayer games

123