HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 51 - 75 of 247) sorted by null

1 23 4 5 6 7 8 910

  /external/jmonkeyengine/engine/src/core/com/jme3/light/
Light.java 189 public void read(JmeImporter im) throws IOException {
190 InputCapsule ic = im.getCapsule(this);
SpotLight.java 204 public void read(JmeImporter im) throws IOException {
205 super.read(im);
206 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
AbstractControl.java 106 public void read(JmeImporter im) throws IOException {
107 InputCapsule ic = im.getCapsule(this);
CameraControl.java 147 public void read(JmeImporter im) throws IOException {
148 super.read(im);
149 im.getCapsule(this).readEnum(CONTROL_DIR_NAME,
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CollisionShape.java 106 public void read(JmeImporter im) throws IOException {
107 InputCapsule capsule = im.getCapsule(this);
HullCollisionShape.java 42 public void read(JmeImporter im) throws IOException {
43 super.read(im);
44 InputCapsule capsule = im.getCapsule(this);
MeshCollisionShape.java 99 public void read(JmeImporter im) throws IOException {
100 super.read(im);
101 InputCapsule capsule = im.getCapsule(this);
SimplexCollisionShape.java 62 public void read(JmeImporter im) throws IOException {
63 super.read(im);
64 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
LodDistanceCalculatorFactory.java 74 public void read(JmeImporter im) throws IOException {
75 InputCapsule c = im.getCapsule(this);
SimpleLodThreshold.java 97 public void read(JmeImporter im) throws IOException {
98 InputCapsule ic = im.getCapsule(this);
LodPerspectiveCalculatorFactory.java 69 public void read(JmeImporter im) throws IOException {
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 978 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj, local
985 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
998 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1018 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1026 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1034 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1042 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1067 NativeInputManager* im = static_cast<NativeInputManager*>(data); local
1076 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1105 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1126 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1134 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1165 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1172 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1179 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1186 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1193 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1210 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1217 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1225 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1249 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1256 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1264 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1271 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1279 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 301 #define SHIFT_IMM_LSL(im) (((im) << 7) | 0x00)
302 #define SHIFT_IMM_LSR(im) (((im) << 7) | 0x20)
303 #define SHIFT_IMM_ASR(im) (((im) << 7) | 0x40)
304 #define SHIFT_IMM_ROR(im) (((im) << 7) | 0x60)
411 int cond, int opc, int rd, int rn, int im)
414 (rn << 16) | (rd << 12) | im);
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
HullCollisionShape.java 43 public void read(JmeImporter im) throws IOException {
44 super.read(im);
45 InputCapsule capsule = im.getCapsule(this);
SimplexCollisionShape.java 62 public void read(JmeImporter im) throws IOException {
63 super.read(im);
64 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
Point2PointJoint.java 111 public void read(JmeImporter im) throws IOException {
112 super.read(im);
114 InputCapsule cap = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
TextureKey.java 182 public void read(JmeImporter im) throws IOException {
183 super.read(im);
184 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
SoundTrack.java 176 public void read(JmeImporter im) throws IOException {
177 super.read(im);
178 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
NewtonianParticleInfluencer.java 135 public void read(JmeImporter im) throws IOException {
136 super.read(im);
137 InputCapsule ic = im.getCapsule(this);
EmptyParticleInfluencer.java 22 public void read(JmeImporter im) throws IOException {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Line.java 116 public void read(JmeImporter im) throws IOException {
117 super.read(im);
118 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FogFilter.java 163 public void read(JmeImporter im) throws IOException {
164 super.read(im);
165 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
AssetTileLoader.java 86 public void read(JmeImporter im) throws IOException {
87 InputCapsule c = im.getCapsule(this);
88 manager = im.getAssetManager();
  /external/aac/libFDK/include/
cplx_mul.h 132 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
190 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
235 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
262 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
  /external/aac/libFDK/src/mips/
fft_rad2_mips.cpp 128 x[2*i+1] = dout[i].im<<1;

Completed in 558 milliseconds

1 23 4 5 6 7 8 910