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

1 23 4 5 6 7 8 91011>>

  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 125 IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager local
127 List<InputMethodInfo> infos = im.getInputMethodList();
138 im.setInputMethod(null, id);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Filter.java 55 public void read(JmeImporter im) throws IOException {
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CollisionShape.java 116 public void read(JmeImporter im) throws IOException {
117 InputCapsule capsule = im.getCapsule(this);
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-common/com/jme3/bullet/collision/shapes/infos/
ChildCollisionShape.java 40 public void read(JmeImporter im) throws IOException {
41 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactQuaternionArray.java 79 public void read(JmeImporter im) throws IOException {
80 InputCapsule in = im.getCapsule(this);
CompactVector3Array.java 79 public void read(JmeImporter im) throws IOException {
80 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
KeyFrame.java 70 public void read(JmeImporter im) throws IOException {
71 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterPointShape.java 93 public void read(JmeImporter im) throws IOException {
94 this.point = (Vector3f) im.getCapsule(this).readSavable("point", null);
  /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);
  /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);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/
check.hpp 35 # define BOOST_PP_CHECK_3(im) BOOST_PP_CHECK_5(BOOST_PP_CHECK_4 im)
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 988 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj, local
995 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1008 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1028 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1036 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1044 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1052 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1077 NativeInputManager* im = static_cast<NativeInputManager*>(data); local
1086 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1115 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1136 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1144 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1175 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1182 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1189 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1196 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1203 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1220 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1227 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1235 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1259 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1266 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1274 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1281 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1289 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 191 def fromImage(self,im):
196 if im.mode != 'RGBA': im = im.convert('RGBA')
197 data = chr(0) + im.tostring()
198 self.fromstring(data, im.size[0], im.size[1])
  /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);

Completed in 835 milliseconds

1 23 4 5 6 7 8 91011>>