Searched refs:found (Results 26 - 50 of 94) sorted by relevance

1234

/frameworks/base/core/java/android/text/
H A DAutoText.java106 * of text. Returns null if no correction can be found.
220 boolean found = false;
237 found = true;
242 if (!found) {
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h154 const bool found = iter != objects_.end(); local
155 if (found) {
160 return found;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java625 // Child not found!
923 boolean found = false;
944 found = true;
948 if (!found) {
969 found = true;
973 if (!found) {
998 * be found
1085 * down. Returns {@link #INVALID_POSITION} if nothing can be found.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java96 * Fills the generator with classes & dependencies found.
107 Map<String, ClassReader> found = findIncludes(zipClasses);
108 Map<String, ClassReader> deps = findDeps(zipClasses, found);
111 mGen.setKeep(found);
119 * Parses a JAR file and adds all the classes found to <code>classes</code>
192 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>();
197 findGlobs(s, zipClasses, found);
200 findClassesDerivingFrom(s, zipClasses, found);
203 return found;
209 * If found, inser
[all...]
/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c330 int found = 0; local
354 found = 1;
392 return found;
420 int found = 0; local
496 found |= verifyfile(s);
506 found = 1;
516 if (!found)
521 "No SHA1 lines found in %s\n",
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp285 bool found = false; local
290 found = true;
294 if (!found) {
321 bool found = false; local
326 found = true;
330 if (!found) {
347 bool found = false; local
352 found = true;
356 if (!found) {
368 bool found local
394 bool found = false; local
591 bool found = false; local
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c276 int found = 0; local
424 ALOGV("EffectGetSubEffects: effect found in the list");
730 // 1 HW and 1 SW sub effect found. Set the offload flag in the Proxy desc
749 int found = 0; local
755 while (e != NULL && !found) {
763 found = 1;
770 if (!found) {
771 ALOGV("findSubEffect() effect not found");
774 ALOGV("findSubEffect() found effect: %s in lib %s", d->name, l->name);
845 int found local
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp275 bool found = false;
298 found = true;
303 CHECK(found);
357 bool found = false;
377 found = true;
382 CHECK(found);
/frameworks/base/core/java/android/util/
H A DTimeUtils.java61 * Returns null if no suitable zone could be found.
122 boolean found = false;
125 found = true;
129 if (found == false) {
194 Log.d(TAG, "getTimeZone('" + country + "'): found tz.getID=="
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightController.java276 FlashlightListener found = mListeners.get(i).get();
277 if (found == null || found == listener) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java547 boolean found = false;
555 found = true;
560 if (!found) {
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java220 final ArrayMap<Object, MutableInt> found = new ArrayMap<>();
229 found.clear();
235 int index = found.indexOfKey(label);
237 found.put(label, new MutableInt(1));
239 found.valueAt(index).value++;
242 for (int i=0; i<found.size(); i++) {
252 dumpFilterLabel(out, fprefix, found.keyAt(i), found.valueAt(i).value);
756 Slog.w(TAG, "resolveIntent failed: found match, but none with CATEGORY_DEFAULT");
/frameworks/base/core/java/android/widget/
H A DAdapterView.java623 // Child not found!
999 boolean found = false;
1020 found = true;
1024 if (!found) {
1045 found = true;
1049 if (!found) {
1086 * be found
1173 * down. Returns {@link #INVALID_POSITION} if nothing can be found.
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java439 boolean found = false;
449 found = true;
452 if (!found) {
459 found = true;
463 if (found) {
494 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.size() + " key files");
/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp111 bool found = false; local
119 found = true;
123 if (!found) {
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java235 Log.w(TAG, "No meta-data found for :" + si);
552 // Whether we found the given key.
553 boolean found = false;
563 found = true;
577 if (!found) {
578 // Not found, but the rest of the keys would have been copied
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c288 goto found;
292 found:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c903 HANTRO_NOK failure, no short-term reference frame found that
1124 to be found is identified by picNum and isShortTerm flag.
1128 -1 if the specified picture was not found in the buffer
1138 u32 found = HANTRO_FALSE; local
1144 while (i < dpb->maxRefFrames && !found)
1148 found = HANTRO_TRUE;
1156 while (i < dpb->maxRefFrames && !found)
1160 found = HANTRO_TRUE;
1166 if (found)
/frameworks/base/tools/apilint/
H A Dapilint.py488 found = False
491 found = True
495 if not found:
506 found = False
509 found = True
513 if not found:
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp934 bool found = false; local
949 found = true;
963 if (found)
1004 bool found = false; local
1019 found = true;
1033 if (found)
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java218 boolean found = false;
222 found = true;
224 found = true;
227 found = true;
229 if (found == false) return;
285 boolean found = false;
289 found = true;
292 found = true;
296 found = true;
298 if (found
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java448 boolean found = false;
462 logDbg("updateConfigurationHistory found " + size + " networks");
471 found = true;
536 if (found == false) {
537 // We haven't found the configuration that the user just selected in our
1238 logDbg("No recently scored BSSID found, giving up connection: " + config.SSID);
1245 * Return false if no acceptable networks were found.
1248 boolean found = false;
1691 logDbg("AutoJoinController: found untrusted candidate "
1737 * If candidate is found, chec
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java306 * @return the View to capture from, or null if not found
899 final View found = findView((ViewGroup) view, className, hashCode);
900 if (found != null) {
901 return found;
907 final View found = findView((ViewGroup) view.mOverlay.mOverlayViewGroup,
909 if (found != null) {
910 return found;
914 final View found = ((HierarchyHandler)view)
916 if (found != null) {
917 return found;
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java882 ImsPhoneMmiCode found = null;
885 found = mPendingMMIs.get(i);
890 if (found != null) {
893 found.onUssdFinishedError();
895 found.onUssdFinished(ussdMessage, isUssdRequest);
897 } else { // pending USSD not found

Completed in 425 milliseconds

1234