HomeSort by relevance Sort by last modified time
    Searched defs:trans (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/jmonkeyengine/engine/src/bullet-native/
jmeMotionState.h 44 btTransform* trans; member in class:jmeMotionState
com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp 75 btTransform trans = btTransform(mtx); local
76 jmeBulletUtil::convert(env, childLocation, &trans.getOrigin());
77 jmeBulletUtil::convert(env, childRotation, &trans.getBasis());
78 shape->addChildShape(trans, child);
  /external/icu4c/i18n/
cpdtrans.h 40 Transliterator** trans; member in class:CompoundTransliterator
  /external/eigen/bench/btl/libs/BLAS/
blas_interface.hh 58 static char trans = 'T'; variable
  /external/stlport/test/unit/
transform_test.cpp 61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77};
69 transform(n, n + count, trans, back_inserter(res), map_char);
  /external/valgrind/main/VEX/unused/
dispatch.c 19 return transtab[i].trans;
30 char* trans; member in struct:__anon16589
39 /* Call here to add a translation to the trans cache.
44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size )
52 transtab[n_transtab_used].trans = malloc(trans_size);
53 assert(transtab[n_transtab_used].trans != NULL);
55 transtab[n_transtab_used].trans[i] = trans[i];
58 arm_notify_new_code(transtab[n_transtab_used].trans, trans_size);
  /ndk/tests/device/test-gnustl-full/unit/
transform_test.cpp 61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77};
69 transform(n, n + count, trans, back_inserter(res), map_char);
  /ndk/tests/device/test-stlport/unit/
transform_test.cpp 61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77};
69 transform(n, n + count, trans, back_inserter(res), map_char);
  /external/chromium/net/http/
http_network_layer_unittest.cc 47 scoped_ptr<HttpTransaction> trans; local
48 int rv = factory_->CreateTransaction(&trans);
50 EXPECT_TRUE(trans.get() != NULL);
54 scoped_ptr<HttpTransaction> trans; local
55 int rv = factory_->CreateTransaction(&trans);
58 trans.reset();
62 rv = factory_->CreateTransaction(&trans);
65 ASSERT_TRUE(trans == NULL);
69 rv = factory_->CreateTransaction(&trans);
98 scoped_ptr<HttpTransaction> trans; local
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPInputStream.java 100 int trans = (int) remaining; local
103 trans = len;
106 int read = super.read(b, off, trans);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 67 Transform trans = new Transform(); local
68 trans.setScale(currentSpatial.getLocalScale());
69 shapeTransform.combineWithParent(trans);
89 Transform trans = getTransform(spatial, realRootNode); local
90 shape.addChildShape(new HeightfieldCollisionShape(terrain.getHeightMap(), trans.getScale()),
91 trans.getTranslation(),
92 trans.getRotation().toRotationMatrix());
101 Transform trans = getTransform(spatial, realRootNode); local
103 trans.getTranslation(),
104 trans.getRotation().toRotationMatrix())
116 Transform trans = getTransform(spatial, realRootNode); local
122 Transform trans = getTransform(spatial, realRootNode); local
212 Transform trans = getTransform(geom, parent); local
240 Transform trans = getTransform(geom, parent); local
    [all...]
  /external/bison/src/
print_graph.c 142 transitions const *trans = s->transitions; local
145 if (!trans->num && !s->reductions)
148 for (i = 0; i < trans->num; i++)
149 if (!TRANSITION_IS_DISABLED (trans, i))
151 state *s1 = trans->states[i];
156 (TRANSITION_IS_ERROR (trans, i) ? "dotted"
157 : TRANSITION_IS_SHIFT (trans, i) ? "solid"
160 if (TRANSITION_IS_ERROR (trans, i)
164 TRANSITION_IS_ERROR (trans, i) ? NULL : symbols[sym]->tag,
print.c 131 transitions *trans = s->transitions;
136 for (i = 0; i < trans->num; i++)
137 if (!TRANSITION_IS_DISABLED (trans, i)
138 && TRANSITION_IS_SHIFT (trans, i) == display_transitions_p)
140 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
152 for (i = 0; i < trans->num; i++)
153 if (!TRANSITION_IS_DISABLED (trans, i)
154 && TRANSITION_IS_SHIFT (trans, i) == display_transitions_p)
156 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
158 state *s1 = trans->states[i]
130 transitions *trans = s->transitions; local
242 transitions *trans = s->transitions; local
    [all...]
conflicts.c 224 transitions *trans = s->transitions;
228 for (i = 0; i < trans->num; i++)
229 if (!TRANSITION_IS_DISABLED (trans, i)
230 && TRANSITION_SYMBOL (trans, i) == token)
231 TRANSITION_DISABLE (trans, i);
332 transitions *trans = s->transitions;
341 FOR_EACH_SHIFT (trans, i)
342 bitset_set (lookahead_set, TRANSITION_SYMBOL (trans, i));
432 transitions *trans = s->transitions;
435 if (!trans)
223 transitions *trans = s->transitions; local
331 transitions *trans = s->transitions; local
431 transitions *trans = s->transitions; local
    [all...]
print-xml.c 127 transitions *trans = s->transitions; local
131 for (i = 0; i < trans->num; i++)
132 if (!TRANSITION_IS_DISABLED (trans, i))
146 for (i = 0; i < trans->num; i++)
147 if (!TRANSITION_IS_DISABLED (trans, i)
148 && TRANSITION_IS_SHIFT (trans, i))
150 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
152 state *s1 = trans->states[i];
159 for (i = 0; i < trans->num; i++)
160 if (!TRANSITION_IS_DISABLED (trans, i
242 transitions *trans = s->transitions; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 38 void ExpandToInclude(syncable::BaseTransaction* trans,
50 syncable::Entry node(trans, syncable::GET_BY_HANDLE, node_to_include);
61 syncable::Entry parent(trans, syncable::GET_BY_ID,
125 syncable::BaseTransaction* trans = sync_trans->GetWrappedTrans(); local
146 traversal.ExpandToInclude(trans, i->first);
197 syncable::Entry parent(trans, syncable::GET_BY_HANDLE, next);
198 syncable::Id id = trans->directory()->
199 GetFirstChildId(trans, parent.Get(syncable::ID));
201 syncable::Entry child(trans, syncable::GET_BY_ID, id);
  /external/chromium/chrome/browser/sync/
js_sync_manager_observer_unittest.cc 196 sync_api::WriteTransaction trans(share);
197 sync_api::ReadNode root_node(&trans);
199 sync_api::WriteNode node(&trans);
238 sync_api::ReadTransaction trans(test_user_share.user_share());
239 sync_api::ReadNode node(&trans);
259 sync_api::ReadTransaction trans(test_user_share.user_share());
260 expected_changes->Append(changes[j].ToValue(&trans));
270 sync_api::ReadTransaction trans(test_user_share.user_share());
272 &trans, &changes[i], local
  /external/hyphenation/
hyphen.h 85 HyphenTrans *trans; member in struct:_HyphenState
  /external/oprofile/daemon/
opd_trans.c 37 void clear_trans_last(struct transient * trans)
39 trans->last = NULL;
40 trans->last_anon = NULL;
44 void clear_trans_current(struct transient * trans)
46 trans->current = NULL;
47 trans->anon = NULL;
51 uint64_t pop_buffer_value(struct transient * trans)
55 if (!trans->remaining) {
61 uint32_t const * lbuf = (void const *)trans->buffer;
64 uint64_t const * lbuf = (void const *)trans->buffer
292 struct transient trans = { local
    [all...]
  /external/eigen/demos/opengl/
camera.cpp 186 Vector3f trans = orientation() * t; local
187 setPosition( position() + trans );
188 setTarget( mTarget + trans );
  /external/icu4c/test/intltest/
trnserr.cpp 52 UnicodeString trans="Latin-Greek"; local
64 Transliterator* t= Transliterator::createInstance(trans, UTRANS_FORWARD, parseError, status);
  /libcore/luni/src/main/java/java/lang/reflect/
AccessibleObject.java 61 static Hashtable<String, String> trans; field in class:AccessibleObject
64 trans = new Hashtable<String, String>(9);
65 trans.put("byte", "B");
66 trans.put("char", "C");
67 trans.put("short", "S");
68 trans.put("int", "I");
69 trans.put("long", "J");
70 trans.put("float", "F");
71 trans.put("double", "D");
72 trans.put("void", "V")
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 265 * @param trans
270 public BoundingVolume transform(Transform trans, BoundingVolume store) {
279 center.mult(trans.getScale(), box.center);
280 trans.getRotation().mult(box.center, box.center);
281 box.center.addLocal(trans.getTranslation());
286 transMatrix.set(trans.getRotation());
290 Vector3f scale = trans.getScale();
303 public BoundingVolume transform(Matrix4f trans, BoundingVolume store) {
313 float w = trans.multProj(center, box.center);
317 trans.toRotationMatrix(transMatrix);
    [all...]
BoundingSphere.java 378 * @param trans
385 public BoundingVolume transform(Transform trans, BoundingVolume store) {
393 center.mult(trans.getScale(), sphere.center);
394 trans.getRotation().mult(sphere.center, sphere.center);
395 sphere.center.addLocal(trans.getTranslation());
396 sphere.radius = FastMath.abs(getMaxAxis(trans.getScale()) * radius) + RADIUS_EPSILON - 1f;
400 public BoundingVolume transform(Matrix4f trans, BoundingVolume store) {
408 trans.mult(center, sphere.center);
410 trans.mult(axes, axes);
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 54 const char* trans = PageTransition::CoreTransitionString(row.transition); local
55 DCHECK(trans) << "Invalid transition.";
56 value->SetString(keys::kTransition, trans);

Completed in 501 milliseconds

1 2 3 4