Searched defs:space (Results 26 - 50 of 117) sorted by relevance

12345

/external/chromium/net/websockets/
H A Dwebsocket_handshake.cc278 uint32 space = rand_(1, 12); local
279 uint32 max = 4294967295U / space;
281 uint32 product = *number * space;
291 for (uint32 i = 0; i < space; i++) {
/external/chromium/third_party/libevent/
H A Dbuffer.c140 size_t space; local
145 /* make sure that at least some space is available */
151 space = buf->totallen - used;
158 sz = evutil_vsnprintf(buffer, space, fmt, aq);
164 if ((size_t)sz < space) {
261 /* Expands the available space in the event buffer to at least datlen */
274 * alignment to happen. Afterwards, we have enough space.
381 /* If we don't have FIONREAD, we might waste some space here */
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
H A DBulletAppState.java256 public void prePhysicsTick(PhysicsSpace space, float f) { argument
259 public void physicsTick(PhysicsSpace space, float f) { argument
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_PhysicsSpace.cpp51 jmePhysicsSpace* space = new jmePhysicsSpace(env, object); local
52 if (space == NULL) {
54 env->ThrowNew(newExc, "The physics space has not been created.");
57 space->createPhysicsSpace(minX, minY, minZ, maxX, maxY, maxZ, broadphase, threading);
58 return reinterpret_cast<jlong>(space);
68 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
69 if (space == NULL) {
71 env->ThrowNew(newExc, "The physics space does not exist.");
74 space->stepSimulation(tpf, maxSteps, accuracy);
84 jmePhysicsSpace* space local
109 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
133 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
157 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
181 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
208 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
232 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
254 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
276 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
298 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
320 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
342 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
364 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
392 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
402 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*> (spaceId); local
[all...]
H A Dcom_jme3_bullet_objects_PhysicsVehicle.cpp71 jmePhysicsSpace *space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
72 if (space == NULL) {
77 btDefaultVehicleRaycaster* caster = new btDefaultVehicleRaycaster(space->getDynamicsWorld());
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DPhysicsHoverControl.java59 protected PhysicsSpace space = null; field in class:PhysicsHoverControl
129 public void prePhysicsTick(PhysicsSpace space, float f) { argument
169 public void physicsTick(PhysicsSpace space, float f) { argument
179 if (enabled && space != null && space.getDebugManager() != null) {
181 attachDebugShape(space.getDebugManager());
191 public void setPhysicsSpace(PhysicsSpace space) { argument
192 if (space == null) {
193 if (this.space != null) {
194 this.space
[all...]
/external/kernel-headers/original/linux/
H A Dftape.h66 long space; member in union:__anon6878
74 long space; member in union:__anon6880
/external/openssl/crypto/bio/
H A Dbss_bio.c142 * never more than buffer space (size-len) warrants. */
426 * bio_nwrite0: check how much space is available
482 ossl_ssize_t num, space; local
489 space = bio_nwrite0(bio, buf);
490 if (num > space)
491 num = space;
/external/skia/src/gpu/
H A DGrBufferAllocPool.cpp176 // We could honor the space request using by a partial update of the current
236 // if we locked a vb to satisfy the make space and we're releasing
401 void* space = makeSpace(layout, vertexCount, buffer, startVertex); local
402 if (NULL != space) {
403 memcpy(space,
459 void* space = makeSpace(indexCount, buffer, startIndex); local
460 if (NULL != space) {
461 memcpy(space, indices, sizeof(uint16_t) * indexCount);
/external/stlport/stlport/stl/
H A D_ctype.h42 space = _Locale_SPACE, enumerator in enum:ctype_base::mask
H A D_monetary.h42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
/external/v8/src/
H A Dspaces-inl.h53 PageIterator::PageIterator(PagedSpace* space) argument
54 : space_(space),
55 prev_page_(&space->anchor_),
76 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) argument
77 : prev_page_(NewSpacePage::FromAddress(space->ToSpaceStart())->prev_page()),
78 next_page_(NewSpacePage::FromAddress(space->ToSpaceStart())),
79 last_page_(NewSpacePage::FromLimit(space->ToSpaceEnd())) { }
81 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) argument
82 : prev_page_(space->anchor()),
204 // space
[all...]
H A Dstring-stream.h184 int space() const { return capacity_ - length_; } function in class:v8::internal::StringStream
/external/webkit/Source/JavaScriptCore/assembler/
H A DAssemblerBufferWithConstantPool.h52 The flush mechanism is called when no space remain to insert the next instruction
118 void ensureSpace(int space) argument
120 flushIfNoSpaceFor(space);
121 AssemblerBuffer::ensureSpace(space);
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DCharacterNames.h76 const UChar space = 0x0020; member in namespace:WTF::Unicode
130 using WTF::Unicode::space;
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.cpp258 // Give the renderer some space to use. This needs to be valid until the
260 char space[4096]; local
261 if (!wkCACFContextBeginUpdate(m_context, space, sizeof(space), CACurrentMediaTime(), bounds, windowDirtyRects.data(), windowDirtyRects.size()))
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp257 WCHAR space = L' '; local
259 GetGlyphIndices(dc, &space, 1, &spaceGlyph, 0);
336 // Sometimes characters common to script (e.g. space) is at
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h146 static void encode(ArgumentEncoder* encoder, const WebCore::ProtectionSpace& space) argument
148 encoder->encode(CoreIPC::In(space.host(), space.port(), static_cast<uint32_t>(space.serverType()), space.realm(), static_cast<uint32_t>(space.authenticationScheme())));
151 static bool decode(ArgumentDecoder* decoder, WebCore::ProtectionSpace& space) argument
162 space = WebCore::ProtectionSpace(host, port, static_cast<WebCore::ProtectionSpaceServerType>(serverType), realm, static_cast<WebCore::ProtectionSpaceAuthenticationScheme>(authenticationScheme));
/external/freetype/src/sfnt/
H A Dttsbit.c126 FT_Byte space = (FT_Byte)( 8 - shift ); local
151 cur[1] |= (FT_Byte)( val << space );
185 if ( count > space )
186 cur[1] |= (FT_Byte)( val << space );
1072 /* third, get rid of the space on the left side of the glyph */
1122 /* finally, crop the bitmap width to get rid of the space on the right */
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java120 public void createVehicle(PhysicsSpace space) { argument
121 physicsSpace = space;
122 if (space == null) {
125 if (space.getSpaceId() == 0) {
126 throw new IllegalStateException("Physics space is not initialized!");
133 rayCasterId = createVehicleRaycaster(objectId, space.getSpaceId());
153 * @param connectionPoint The starting point of the ray, where the suspension connects to the chassis (chassis space)
168 * @param connectionPoint The starting point of the ray, where the suspension connects to the chassis (chassis space)
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java124 public void createVehicle(PhysicsSpace space) { argument
125 physicsSpace = space;
126 if (space == null) {
129 rayCaster = new DefaultVehicleRaycaster(space.getDynamicsWorld());
140 * @param connectionPoint The starting point of the ray, where the suspension connects to the chassis (chassis space)
155 * @param connectionPoint The starting point of the ray, where the suspension connects to the chassis (chassis space)
/external/linux-tools-perf/util/
H A Dconfig.c55 int quote = 0, comment = 0, space = 0; local
72 space = 1;
81 if (space) {
84 space = 0;
H A Dhelp.c76 int space = longest + 1; /* min 1 SP between words */ local
90 if (space < max_cols)
91 cols = max_cols / space;
99 unsigned int size = space;
/external/valgrind/main/coregrind/
H A Dm_libcprint.c272 Int i, len, space; local
307 space = n_buf - len;
308 if (space < 0) space = 0; /* Allow for v. small field_width */
312 for ( ; i >= 0; i--) buf[i + space] = buf[i];
313 for (i = 0; i < space; i++) buf[i] = ' ';
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DKinematicRagdollControl.java69 * Note enabling/disabling the control add/removes it from the physic space<br>
101 protected PhysicsSpace space; field in class:KinematicRagdollControl
166 //if the ragdoll has the control of the skeleton, we update each bone with its position in physic world space.
172 //retrieving bone position in physic world space
177 //retrieving bone rotation in physic world space
189 //offsetting the physic's position/rotation by the root bone inverse model space position/rotaion
328 // put into bind pose and compute bone transforms in model space
464 if (space == null) {
468 space.add(baseRigidBody);
474 space
573 setPhysicsSpace(PhysicsSpace space) argument
[all...]

Completed in 490 milliseconds

12345