Searched refs:space (Results 26 - 50 of 569) sorted by relevance

1234567891011>>

/external/chromium/crypto/third_party/nss/
H A Dblapi.h61 extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space);
62 extern SHA256Context * SHA256_Resurrect(unsigned char *space, void *arg);
79 extern SECStatus SHA512_Flatten(SHA512Context *cx,unsigned char *space);
80 extern SHA512Context * SHA512_Resurrect(unsigned char *space, void *arg);
97 extern SECStatus SHA384_Flatten(SHA384Context *cx,unsigned char *space);
98 extern SHA384Context * SHA384_Resurrect(unsigned char *space, void *arg);
/external/chromium_org/crypto/third_party/nss/
H A Dchromium-blapi.h61 extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space);
62 extern SHA256Context * SHA256_Resurrect(unsigned char *space, void *arg);
79 extern SECStatus SHA512_Flatten(SHA512Context *cx,unsigned char *space);
80 extern SHA512Context * SHA512_Resurrect(unsigned char *space, void *arg);
97 extern SECStatus SHA384_Flatten(SHA384Context *cx,unsigned char *space);
98 extern SHA384Context * SHA384_Resurrect(unsigned char *space, void *arg);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dapps_menu.css12 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/history/
H A Dalert_overlay.css18 white-space: pre-wrap;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumAndroid.css40 white-space: pre;
H A Dsvg.css55 white-space: nowrap
/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...]
H A DBombControl.java57 public void setPhysicsSpace(PhysicsSpace space) { argument
58 super.setPhysicsSpace(space);
59 if (space != null) {
60 space.addCollisionListener(this);
92 if (space == null) {
96 space.add(ghostObject);
98 space.addTickListener(this);
105 space.remove(this);
110 public void prePhysicsTick(PhysicsSpace space, float f) { argument
111 space
114 physicsTick(PhysicsSpace space, float f) argument
[all...]
/external/llvm/test/MC/AsmParser/
H A Difc.s13 .ifc "foo space", "foo space"
21 .ifc foo space, foo space
45 .ifnc "foo space", "foo space"
53 .ifnc foo space, foo space
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A D3dfx_mmio.h37 /* Wait for fifo space */
38 #define tdfx_wait(space) \
40 while ( (tdfx_in8(TDFX_STATUS) & 0x1F) < space ) \
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DCharacterControl.java31 protected PhysicsSpace space = null; field in class:CharacterControl
97 if (space != null) {
102 space.addCollisionObject(this);
105 space.removeCollisionObject(this);
155 if (enabled && space != null && space.getDebugManager() != null) {
157 attachDebugShape(space.getDebugManager());
166 public void setPhysicsSpace(PhysicsSpace space) { argument
167 if (space == null) {
168 if (this.space !
[all...]
H A DRigidBodyControl.java38 protected PhysicsSpace space = null; field in class:RigidBodyControl
138 if (space != null) {
144 space.addCollisionObject(this);
147 space.removeCollisionObject(this);
213 if (enabled && space != null && space.getDebugManager() != null) {
215 attachDebugShape(space.getDebugManager());
226 public void setPhysicsSpace(PhysicsSpace space) { argument
227 if (space == null) {
228 if (this.space !
[all...]
H A DPhysicsControl.java16 public void setPhysicsSpace(PhysicsSpace space); argument
21 * The physics object is removed from the physics space when the control
24 * space. This allows disabling/enabling physics to move the spatial freely.
H A DVehicleControl.java35 protected PhysicsSpace space = null; field in class:VehicleControl
154 if (space != null) {
160 space.addCollisionObject(this);
163 space.removeCollisionObject(this);
190 if (enabled && space != null && space.getDebugManager() != null) {
192 attachDebugShape(space.getDebugManager());
231 public void setPhysicsSpace(PhysicsSpace space) { argument
232 createVehicle(space);
233 if (space
[all...]
/external/chromium_org/chrome/browser/resources/omnibox/
H A Domnibox.css41 white-space: nowrap;
46 white-space: nowrap;
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dflakiness_dashboard.css48 white-space: nowrap;
63 white-space: nowrap;
H A Dwebtreemap.js110 // Given a list of rectangles |nodes|, the 1-d space available
111 // |space|, and a starting rectangle index |start|, compute an span of
116 function selectSpan(nodes, space, start) {
137 var score = Math.max(5*space*space*rmax / (rsum*rsum),
138 1*rsum*rsum / (space*space*rmin));
177 var space; // Space available along layout axis.
179 space = (y2 - y1) * pixels_to_units;
181 space
[all...]
/external/chromium_org/v8/src/
H A Djson.js188 function JSONStringify(value, replacer, space) {
192 if (IS_OBJECT(space)) {
193 // Unwrap 'space' if it is wrapped
194 if (IS_NUMBER_WRAPPER(space)) {
195 space = ToNumber(space);
196 } else if (IS_STRING_WRAPPER(space)) {
197 space = ToString(space);
201 if (IS_NUMBER(space)) {
[all...]
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.rl72 comma = space* ',' space*;
73 colon = space* ':' space*;
90 ( '{' space* element (comma element)* space* '}')
95 main := space* item (comma item)* space* (','|']')?;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXutil.cpp36 static int encode_leb128(uint64_t val, int *nbytes, char *space, int splen) { argument
38 char *end = space + splen;
40 a = space;
53 *nbytes = a - space;
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dtable.css29 white-space: nowrap;
49 white-space: nowrap;
55 white-space: nowrap;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DFeature.java17 * common methods that take the evalueation space of the feature.
22 /** The evalueation space. */
23 protected Space space; field in class:Feature
38 * @param space
39 * the spatial's evaluation space
45 public Feature(Space space, Long oma, BlenderContext blenderContext) { argument
46 this.space = space;
56 * @param space
57 * the spatial's evaluation space
63 Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) argument
80 Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) argument
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h31 // ManualConstructor statically-allocates space in which to store some
37 // (When I say ManualConstructor statically allocates space, I mean that
114 inline void* space() { function in class:ceres::internal::ManualConstructor
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()) Typ
[all...]
/external/v8/src/
H A Djson.js307 function JSONStringify(value, replacer, space) {
316 if (IS_OBJECT(space)) {
317 // Unwrap 'space' if it is wrapped
318 if (IS_NUMBER_WRAPPER(space)) {
319 space = ToNumber(space);
320 } else if (IS_STRING_WRAPPER(space)) {
321 space = ToString(space);
325 if (IS_NUMBER(space)) {
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Ddyn-string.c72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) argument
75 if (space == 0)
76 space = 1;
79 ds_struct_ptr->s = (char *) malloc (space);
83 ds_struct_ptr->s = XNEWVEC (char, space);
85 ds_struct_ptr->allocated = space;
99 dyn_string_new (int space) argument
106 if (!dyn_string_init (result, space))
113 dyn_string_init (result, space);
152 dyn_string_resize (dyn_string_t ds, int space) argument
[all...]

Completed in 1249 milliseconds

1234567891011>>