/external/harfbuzz_ng/test/shaping/tests/ |
D | mongolian-variation-selector.tests | 3 …space=11+500|uni182D.E8E2_g.init=12+1000|uni182D.E8E8_g.fina1=13+1250|space=15+500|uni182D.EA1B_g.…
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_PhysicsSpace.cpp | 51 jmePhysicsSpace* space = new jmePhysicsSpace(env, object); in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() local 52 if (space == NULL) { in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() 57 space->createPhysicsSpace(minX, minY, minZ, maxX, maxY, maxZ, broadphase, threading); in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() 58 return reinterpret_cast<jlong>(space); in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() 68 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_stepSimulation() local 69 if (space == NULL) { in Java_com_jme3_bullet_PhysicsSpace_stepSimulation() 74 space->stepSimulation(tpf, maxSteps, accuracy); in Java_com_jme3_bullet_PhysicsSpace_stepSimulation() 84 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() local 86 if (space == NULL) { in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() 97 userPointer -> space = space; in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() [all …]
|
/external/pcre/dist/testdata/ |
D | testoutput11-16 | 8 Memory allocation (code space): 24 19 Memory allocation (code space): 38 34 Memory allocation (code space): 36 49 Memory allocation (code space): 46 59 Memory allocation (code space): 10 72 Memory allocation (code space): 14 85 Memory allocation (code space): 14 94 Memory allocation (code space): 14 103 Memory allocation (code space): 20 113 Memory allocation (code space): 26 [all …]
|
D | testoutput11-8 | 8 Memory allocation (code space): 17 19 Memory allocation (code space): 25 34 Memory allocation (code space): 23 49 Memory allocation (code space): 41 59 Memory allocation (code space): 7 72 Memory allocation (code space): 9 85 Memory allocation (code space): 9 94 Memory allocation (code space): 9 103 Memory allocation (code space): 13 113 Memory allocation (code space): 18 [all …]
|
D | testoutput11-32 | 8 Memory allocation (code space): 48 19 Memory allocation (code space): 76 34 Memory allocation (code space): 72 49 Memory allocation (code space): 60 59 Memory allocation (code space): 20 72 Memory allocation (code space): 28 85 Memory allocation (code space): 28 94 Memory allocation (code space): 28 103 Memory allocation (code space): 40 113 Memory allocation (code space): 52 [all …]
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
D | GhostControl.java | 32 protected PhysicsSpace space = null; field in GhostControl 100 if (space != null) { in setEnabled() 106 space.addCollisionObject(this); in setEnabled() 109 space.removeCollisionObject(this); in setEnabled() 128 if (enabled && space != null && space.getDebugManager() != null) { in render() 130 attachDebugShape(space.getDebugManager()); in render() 140 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace() argument 141 if (space == null) { in setPhysicsSpace() 142 if (this.space != null) { in setPhysicsSpace() 143 this.space.removeCollisionObject(this); in setPhysicsSpace() [all …]
|
D | CharacterControl.java | 31 protected PhysicsSpace space = null; field in CharacterControl 97 if (space != null) { in setEnabled() 102 space.addCollisionObject(this); in setEnabled() 105 space.removeCollisionObject(this); in setEnabled() 155 if (enabled && space != null && space.getDebugManager() != null) { in render() 157 attachDebugShape(space.getDebugManager()); in render() 166 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace() argument 167 if (space == null) { in setPhysicsSpace() 168 if (this.space != null) { in setPhysicsSpace() 169 this.space.removeCollisionObject(this); in setPhysicsSpace() [all …]
|
D | RigidBodyControl.java | 38 protected PhysicsSpace space = null; field in RigidBodyControl 138 if (space != null) { in setEnabled() 144 space.addCollisionObject(this); in setEnabled() 147 space.removeCollisionObject(this); in setEnabled() 213 if (enabled && space != null && space.getDebugManager() != null) { in render() 215 attachDebugShape(space.getDebugManager()); in render() 226 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace() argument 227 if (space == null) { in setPhysicsSpace() 228 if (this.space != null) { in setPhysicsSpace() 229 this.space.removeCollisionObject(this); in setPhysicsSpace() [all …]
|
D | VehicleControl.java | 35 protected PhysicsSpace space = null; field in VehicleControl 154 if (space != null) { in setEnabled() 160 space.addCollisionObject(this); in setEnabled() 163 space.removeCollisionObject(this); in setEnabled() 190 if (enabled && space != null && space.getDebugManager() != null) { in render() 192 attachDebugShape(space.getDebugManager()); in render() 231 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace() argument 232 createVehicle(space); in setPhysicsSpace() 233 if (space == null) { in setPhysicsSpace() 234 if (this.space != null) { in setPhysicsSpace() [all …]
|
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 30 const CFX_WideString* Lookup(FX_BSTR space, FX_BSTR name) const; 31 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value); 32 void RemoveAt(FX_BSTR space, FX_BSTR name); 82 …void GetAttrByIndex(int index, CFX_ByteString &space, CFX_ByteString &name, CFX_WideString &va… 94 FX_BOOL GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const; 95 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const in GetAttrValue() argument 98 GetAttrValue(space, name, attr); in GetAttrValue() 110 FX_BOOL GetAttrInteger(FX_BSTR space, FX_BSTR name, int& attribute) const; 111 int GetAttrInteger(FX_BSTR space, FX_BSTR name) const in GetAttrInteger() argument 114 GetAttrInteger(space, name, attr); in GetAttrInteger() [all …]
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces.cl | 10 …ip = gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of point… 11 …ip = &li; // expected-error {{assigning '__local int *' to 'int *' changes address space of pointe… 12 …ip = &ci; // expected-error {{assigning '__constant int *' to 'int *' changes address space of poi… 17 …xpected-error {{casting '__local int *' to type '__global int *' changes address space of pointer}} 18 …cted-error {{casting '__constant int *' to type '__global int *' changes address space of pointer}} 19 …rror {{casting 'const __constant int *' to type '__global int *' changes address space of pointer}} 20 … // expected-error {{casting 'int *' to type '__global int *' changes address space of pointer}} 22 …xpected-error {{casting '__global int *' to type '__local int *' changes address space of pointer}} 23 …ected-error {{casting '__constant int *' to type '__local int *' changes address space of pointer}} 24 …error {{casting 'const __constant int *' to type '__local int *' changes address space of pointer}} [all …]
|
D | address-spaces-conversions-cl2.0.cl | 1 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DCONSTANT -cl-std=C… 2 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DGLOBAL -cl-std=CL2… 3 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DGENERIC -cl-std=CL… 9 * an unnamed address space is added, called '__generic'. Pointers to the 10 * generic address space can be interchangabley used with pointers to any 11 * other address space except for __constant address space (Section 6.5.5). 15 * space conversions used in initialisations, assignments, casts, comparisons 58 …g '__constant int *' with an expression of type '__global int *' changes address space of pointer}} 63 …bal|constant}} int *' with an expression of type '__local int *' changes address space of pointer}} 68 …l|generic}} int *' with an expression of type '__constant int *' changes address space of pointer}} [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | PhysicsHoverControl.java | 59 protected PhysicsSpace space = null; field in PhysicsHoverControl 129 public void prePhysicsTick(PhysicsSpace space, float f) { in prePhysicsTick() argument 169 public void physicsTick(PhysicsSpace space, float f) { in physicsTick() argument 179 if (enabled && space != null && space.getDebugManager() != null) { in render() 181 attachDebugShape(space.getDebugManager()); in render() 191 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace() argument 192 if (space == null) { in setPhysicsSpace() 193 if (this.space != null) { in setPhysicsSpace() 194 this.space.removeCollisionObject(this); in setPhysicsSpace() 195 this.space.removeTickListener(this); in setPhysicsSpace() [all …]
|
D | BombControl.java | 57 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace() argument 58 super.setPhysicsSpace(space); in setPhysicsSpace() 59 if (space != null) { in setPhysicsSpace() 60 space.addCollisionListener(this); in setPhysicsSpace() 92 if (space == null) { in collision() 96 space.add(ghostObject); in collision() 98 space.addTickListener(this); in collision() 105 space.remove(this); in collision() 110 public void prePhysicsTick(PhysicsSpace space, float f) { in prePhysicsTick() argument 111 space.removeCollisionListener(this); in prePhysicsTick() [all …]
|
/external/vboot_reference/utility/ |
D | chromeos-tpm-recovery-test | 58 if [ -e space.$index.data -a -e tpm-owned ]; then 70 echo $size > space.$index.size 71 echo $permissions > space.$index.perm 73 echo -n "ff " >> space.$index.data 99 echo space blah has permissions $(cat space.$2.perm) 105 maxsize=$(cat space.$index.size) 110 dd if=space.$index.data bs=1 count=$(($3 * 3)) 2> /dev/null 118 maxsize=$(cat space.$index.size) 124 sed "s/$re/$bytes /" < space.$index.data > _tmp_ 125 mv _tmp_ space.$index.data [all …]
|
/external/v8/src/ |
D | json.js | 167 function JSONStringify(value, replacer, space) { argument 171 if (IS_OBJECT(space)) { 173 if (IS_NUMBER_WRAPPER(space)) { 174 space = ToNumber(space); 175 } else if (IS_STRING_WRAPPER(space)) { 176 space = ToString(space); 180 if (IS_NUMBER(space)) { 181 space = MathMax(0, MathMin(ToInteger(space), 10)); 182 gap = %_SubString(" ", 0, space); 183 } else if (IS_STRING(space)) { [all …]
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
D | Feature.java | 23 protected Space space; field in Feature 45 public Feature(Space space, Long oma, BlenderContext blenderContext) { in Feature() argument 46 this.space = space; in Feature() 63 public Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) { in Feature() argument 64 this(space, oma, blenderContext); in Feature() 80 public Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) { in Feature() argument 81 this(space, oma, blenderContext); in Feature() 124 switch (space) { in getTransform() 155 throw new IllegalStateException("Invalid space type for target object: " + space.toString()); in getTransform() 159 switch (space) { in getTransform() [all …]
|
/external/pdfium/core/src/fxcrt/ |
D | fx_xml_parser.cpp | 125 void CXML_Parser::GetName(CFX_ByteString &space, CFX_ByteString &name) in GetName() argument 137 space = buf.GetByteString(); in GetName() 313 void CXML_Parser::GetTagName(CFX_ByteString &space, CFX_ByteString &name, FX_BOOL &bEndTag, FX_BOOL… in GetTagName() argument 347 GetName(space, name); in GetTagName() 350 GetName(space, name); in GetTagName() 454 CFX_ByteString space, name; in ParseElement() local 455 GetName(space, name); in ParseElement() 637 void CXML_Element::GetAttrByIndex(int index, CFX_ByteString& space, CFX_ByteString& name, CFX_WideS… in GetAttrByIndex() argument 643 space = item.m_QSpaceName; in GetAttrByIndex() 659 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const in GetAttrValue() argument [all …]
|
/external/valgrind/coregrind/m_demangle/ |
D | dyn-string.c | 72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) in dyn_string_init() argument 75 if (space == 0) in dyn_string_init() 76 space = 1; in dyn_string_init() 79 ds_struct_ptr->s = (char *) malloc (space); in dyn_string_init() 83 ds_struct_ptr->s = XNEWVEC (char, space); in dyn_string_init() 85 ds_struct_ptr->allocated = space; in dyn_string_init() 99 dyn_string_new (int space) in dyn_string_new() argument 106 if (!dyn_string_init (result, space)) in dyn_string_new() 113 dyn_string_init (result, space); in dyn_string_new() 152 dyn_string_resize (dyn_string_t ds, int space) in dyn_string_resize() argument [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | directive_space.s | 4 # CHECK: .space 1 6 .space 1 9 # CHECK: .space 2,3 11 .space 2, 3 14 # CHECK: .space 1
|
/external/ceres-solver/include/ceres/internal/ |
D | manual_constructor.h | 114 inline void* space() { 120 new(space()) Type; 125 new(space()) Type(p1); 130 new(space()) Type(p1, p2); 135 new(space()) Type(p1, p2, p3); 140 new(space()) Type(p1, p2, p3, p4); 146 new(space()) Type(p1, p2, p3, p4, p5); 153 new(space()) Type(p1, p2, p3, p4, p5, p6); 160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7); 167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8); [all …]
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
D | WebSocketGeneratorRFC6455.java | 91 int space = mask ? 14 : 10; in addFrame() local 100 if (payload + space > _buffer.capacity()) in addFrame() 104 payload = _buffer.capacity() - space; in addFrame() 110 if (_buffer.space() <= space) in addFrame() 113 if (_buffer.space() <= space) in addFrame() 160 int chunk = remaining < _buffer.space() ? remaining : _buffer.space(); in addFrame() 171 if (_buffer.space() > 0) in addFrame()
|
D | WebSocketGeneratorD08.java | 87 int space = mask ? 14 : 10; in addFrame() local 96 if (payload + space > _buffer.capacity()) in addFrame() 100 payload = _buffer.capacity() - space; in addFrame() 106 if (_buffer.space() <= space) in addFrame() 109 if (_buffer.space() <= space) in addFrame() 156 int chunk = remaining < _buffer.space() ? remaining : _buffer.space(); in addFrame() 167 if (_buffer.space() > 0) in addFrame()
|
D | WebSocketGeneratorD06.java | 71 int space=(_maskGen!=null)?14:10; in addFrame() local 79 if (payload+space>_buffer.capacity()) in addFrame() 83 payload=_buffer.capacity()-space; in addFrame() 89 if (_buffer.space() <= space) in addFrame() 134 int chunk = remaining < _buffer.space() ? remaining : _buffer.space(); in addFrame() 145 if (_buffer.space() > 0) in addFrame() 216 while (_buffer.space()==0) in expelBuffer()
|
/external/regex-re2/util/ |
D | stringprintf.cc | 11 char space[1024]; in StringAppendV() local 18 int result = vsnprintf(space, sizeof(space), format, backup_ap); in StringAppendV() 21 if ((result >= 0) && (result < sizeof(space))) { in StringAppendV() 23 dst->append(space, result); in StringAppendV() 28 int length = sizeof(space); in StringAppendV()
|