Searched defs:matched (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dshortcut_dict_content.cpp177 bool matched = true; local
180 matched = false;
184 if (matched) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dshortcut_dict_content.cpp162 bool matched = true; local
165 matched = false;
169 if (matched) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state.cpp224 const bool matched = (currentCodePoints[j] == baseLowerC local
226 if (matched) {
239 const bool matched = (currentCodePoints[j] == baseLowerC local
241 if (matched) {
/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPassword.java340 boolean matched = false;
342 matched = true;
347 onPasswordChecked(matched, intent, timeoutMs, localEffectiveUserId);
360 public void onChecked(boolean matched, int timeoutMs) {
362 if (matched && isInternalActivity()) {
369 onPasswordChecked(matched, intent, timeoutMs, localEffectiveUserId);
392 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, argument
395 if (matched) {
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 248 milliseconds