Searched refs:Space (Results 1 - 25 of 41) sorted by relevance

12

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraint.java62 Space targetSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("tarspace")).byteValue());
72 Space ownerSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("ownspace")).byteValue());
120 public static enum Space { enum in class:Constraint
132 public static Space valueOf(byte c) {
H A DFeature.java11 import com.jme3.scene.plugins.blender.constraints.Constraint.Space;
23 protected Space space;
45 public Feature(Space space, Long oma, BlenderContext blenderContext) {
63 public Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) {
80 public Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DHelpScreen.js103 WebInspector.KeyboardShortcut.Keys.Space.code,
H A DSidebarPane.js148 if (isEnterKey(event) || event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
H A DKeyboardShortcut.js63 Space: { code: 32, name: "Space" },
H A Dtreeoutline.js380 else if (event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp129 const unsigned Space = SlotIndex::InstrDist/2; local
130 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
135 curItr->setIndex(index += Space);
/external/chromium_org/v8/src/
H A Dspaces.h118 class Space;
321 Space* owner() const {
324 return reinterpret_cast<Space*>(reinterpret_cast<intptr_t>(owner_) -
331 void set_owner(Space* space) {
719 Space* owner);
861 // Space is the abstract superclass for all allocation spaces.
862 class Space : public Malloced { class in namespace:v8::internal
864 Space(Heap* heap, AllocationSpace id, Executability executable) function in class:v8::internal::Space
867 virtual ~Space() {}
1061 intptr_t object_size, Space* owne
[all...]
H A Dunicode.h218 struct Space { struct in namespace:unibrow
H A Dspaces.cc70 Space* owner = page->owner();
453 Space* owner) {
577 Space* owner) {
727 Space* owner,
925 : Space(heap, id, executable),
2915 : Space(heap, id, NOT_EXECUTABLE), // Managed on a per-allocation basis
H A Dunicode.cc713 // Space: point.category == 'Zs'
721 bool Space::Is(uchar c) {
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h40 Space, enumerator in enum:llvm::AsmToken::TokenKind
/external/v8/src/
H A Dspaces.h120 class Space;
321 Space* owner() const {
324 return reinterpret_cast<Space*>(owner_ - kFailureTag);
330 void set_owner(Space* space) {
635 Space* owner);
756 // Space is the abstract superclass for all allocation spaces.
757 class Space : public Malloced { class in namespace:v8::internal
759 Space(Heap* heap, AllocationSpace id, Executability executable) function in class:v8::internal::Space
762 virtual ~Space() {}
957 Space* owne
[all...]
H A Dserialize.h364 Address Allocate(int space_number, Space* space, int size);
365 void ReadObject(int space_number, Space* space, Object** write_back);
H A Dunicode.h267 struct Space { struct in namespace:unibrow
H A Dspaces.cc71 Space* owner = page->owner();
436 Space* owner) {
492 Space* owner) {
589 Space* owner) {
780 : Space(heap, id, executable),
2545 : Space(heap, id, NOT_EXECUTABLE), // Managed on a per-allocation basis
H A Dserialize.cc595 Address Deserializer::Allocate(int space_index, Space* space, int size) {
736 Space* space,
759 Space* dest_space; \
H A Dunicode.cc716 // Space: point.category == 'Zs'
724 bool Space::Is(uchar c) {
H A Dheap.h2128 // Space iterator for iterating over all spaces of the heap.
2132 Space* next();
2139 // Space iterator for iterating over all old spaces of the heap: Old pointer
2151 // Space iterator for iterating over all the paged spaces of the heap:
2163 // Space iterator for iterating over all spaces of the heap.
2218 // Space iterator for iterating all the spaces.
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp446 return AsmToken(AsmToken::Space, StringRef(TokStart, len));
H A DAsmParser.cpp1843 if (Lexer.is(AsmToken::Space)) {
1849 if (ArgumentDelimiter == AsmToken::Space ||
1862 ArgumentDelimiter = AsmToken::Space;
/external/chromium_org/third_party/libxml/src/
H A Dparser.c4394 "Space required after 'SYSTEM'\n");
4405 "Space required after 'PUBLIC'\n");
4418 "Space required after the Public Identifier\n");
5008 "Space required after '<!NOTATION'\n");
5020 "Space required after the NOTATION name'\n");
5093 "Space required after '<!ENTITY'\n");
5101 "Space required after '%'\n");
5120 "Space required after the entity name\n");
5231 "Space required before 'NDATA'\n");
5238 "Space require
[all...]
H A DHTMLparser.c3019 "Space required after 'SYSTEM'\n", NULL, NULL);
3033 "Space required after 'PUBLIC'\n", NULL, NULL);
/external/libxml2/
H A Dparser.c4474 "Space required after 'SYSTEM'\n");
4485 "Space required after 'PUBLIC'\n");
4498 "Space required after the Public Identifier\n");
5075 "Space required after '<!NOTATION'\n");
5087 "Space required after the NOTATION name'\n");
5160 "Space required after '<!ENTITY'\n");
5168 "Space required after '%'\n");
5187 "Space required after the entity name\n");
5298 "Space required before 'NDATA'\n");
5305 "Space require
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c2499 ** 0 return indicates an error of some kind. Space to hold the

Completed in 573 milliseconds

12