Searched refs:found (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java90 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>();
93 zipClasses, found);
98 found.keySet().toArray());
99 assertArrayEquals(new ClassReader[] { cr }, found.values().toArray());
105 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>();
108 found.clear();
109 mAa.findGlobs("mock_android.view", zipClasses, found);
112 found.keySet().toArray());
115 mAa.findGlobs("mock_android.*.*Group$*Layout*", zipClasses, found);
121 found
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListSetSelectionTest.java71 boolean found = false;
76 found = true;
80 assertTrue("Selected item not visible in list", found);
102 boolean found = false;
108 found = true;
112 assertTrue("Selected item not visible in list", found);
137 boolean found = false;
142 found = true;
146 assertTrue("Selected item not visible in list", found);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchSetSelectionTest.java71 boolean found = false;
76 found = true;
80 assertTrue("Selected item not visible in list", found);
/frameworks/base/core/java/android/util/
H A DStateSet.java78 boolean found = false;
93 found = true;
102 if (mustMatch && !found) {
/frameworks/base/core/java/android/os/
H A DUEventObserver.java125 boolean found = true;
126 while (found) {
127 found = false;
132 found = true;
H A DMessageQueue.java98 // Try to retrieve the next message, returning if found.
212 boolean found = false;
218 found = true;
232 found = true;
242 return found;
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java279 boolean found;
281 found = false;
291 found = true;
304 found = true;
307 return found;
318 boolean found = false;
325 found = true;
329 return found;
340 boolean found = false;
346 found
[all...]
H A DModelInterpreter.java593 boolean found = false;
601 found = true;
606 if (!found) {
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
H A DTestClassReplacement.java59 boolean found = false;
62 found = true;
67 if (found == false) {
/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java343 boolean found = false;
346 if (!found) {
347 found = true;
354 assertTrue("group does not contain " + child, found);
369 assertTrue("child " + child + " is found in parent", false);
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp203 int found = 0; local
204 for (int i = 0; !found && i < tagLength; ++i) {
205 found = (tag == tagValues[i]);
208 if (found) {
/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/core/java/android/widget/
H A DAdapterView.java597 // Child not found!
907 boolean found = false;
928 found = true;
932 if (!found) {
953 found = true;
957 if (!found) {
982 * be found
1069 * down. Returns {@link #INVALID_POSITION} if nothing can be found.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java81 * Fills the generator with classes & dependencies found.
91 Map<String, ClassReader> found = findIncludes(zipClasses);
92 Map<String, ClassReader> deps = findDeps(zipClasses, found);
95 mGen.setKeep(found);
155 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>();
160 findGlobs(s, zipClasses, found);
163 findClassesDerivingFrom(s, zipClasses, found);
166 return found;
172 * If found, insert it in the in_out_found map.
179 throw new LogAbortException("Class %s not found b
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java456 boolean found = false;
457 for (int j=0; j<pkgInfo.permissions.length && !found; j++) {
459 found = true;
462 if (!found) {
463 fail("Permission not found: " + cmd);
475 boolean found = false;
476 for (int j=0; j<pkgInfo.permissions.length && !found; j++) {
478 found = true;
481 if (found) {
486 boolean found
[all...]
/frameworks/base/media/libstagefright/omx/
H A DOMXNodeInstance.cpp471 bool found = false; local
475 found = true;
481 if (!found) {
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dualgo.h399 ForwardIterator found = lower_bound (first, last, value); local
400 return ((found == last || value < *found) ? last : found);
H A Dupredalgo.h235 ForwardIterator found = lower_bound (first, last, value, comp); local
236 return ((found == last || comp(value, *found)) ? last : found);
H A Dustring.cpp268 const_iterator found = ::ustl::find (iat(pos), end(), c); local
269 return (found < end() ? distance(begin(),found) : npos);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java178 boolean found = false;
181 found = true;
183 found = true;
186 if (found == false) return;
222 boolean found = false;
225 found = true;
228 found = true;
231 if (found == false) {
1163 // check for what iface we can use - if none found switch to error.
1333 // make sure we're still using a requested connection - may have found
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp175 bool found = false; local
183 found = true;
207 if (required && !found) {
208 *outError = "No marked region found along edge";
224 bool found = false; local
232 found = true;
256 if (required && !found) {
257 *outError = "No marked region found along edge";
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint.java1034 boolean found = false;
1038 found = true;
1043 if (found == false) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java125 * <code>null</code> if the number cannot be found.
1323 // return true if one is found.
1329 // no matches found against the list!
1814 boolean found;
1816 found = false;
1821 if (c == '0' && !found) {
1822 found = true;
1828 return found;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1152 GsmMmiCode found = null;
1155 found = mPendingMMIs.get(i);
1160 if (found != null) {
1164 found.onUssdFinishedError();
1166 found.onUssdFinished(ussdMessage, isUssdRequest);
1168 } else { // pending USSD not found
1387 // found the object, now we send off the message we had originally
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java562 //Log.d(TAG, "found sensor: " + sensor.getName() +
797 boolean found = false;
800 found = true;
804 if (!found) {

Completed in 842 milliseconds

12