Searched defs:im (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DPatternMatcher.java184 int ip = 0, im = 0;
186 while ((ip<NP) && (im<NM)) {
212 if (match.charAt(im) == nextChar) {
215 im++;
216 } while (im < NM);
217 if (im == NM) {
224 im++;
228 if (match.charAt(im) != c) {
231 im++;
232 } while (im < N
519 matchChars(String match, int im, final int lm, int tokenType, int minRepetition, int maxRepetition, int[] parsedPattern, int tokenStart, int tokenEnd) argument
533 matchChar(String match, int im, final int lm, int tokenType, int[] parsedPattern, int tokenStart, int tokenEnd) argument
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java214 private InputManager(IInputManager im) { argument
215 mIm = im;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1117 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj, local
1119 im->incStrong(0);
1120 return reinterpret_cast<jlong>(im);
1124 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1126 status_t result = im->getInputManager()->start();
1137 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1152 im->setDisplayViewport(external, v);
1157 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1159 return (jint) im->getInputManager()->getReader()->getScanCodeState(
1165 NativeInputManager* im local
1173 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1181 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1210 NativeInputManager* im = static_cast<NativeInputManager*>(data); local
1219 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1248 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1269 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1277 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1308 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1314 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1321 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1328 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1335 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1342 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1363 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1370 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1377 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1383 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1390 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1414 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1421 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1429 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1436 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1444 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1451 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1456 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
1462 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); local
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java933 final InputManagerService im,
940 holder[0] = new WindowManagerService(context, im,
932 main(final Context context, final InputManagerService im, final boolean haveInputMethods, final boolean showBootMsgs, final boolean onlyCore) argument

Completed in 136 milliseconds