Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmAnalyzerTest.java90 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>(); in testFindClass() local
93 zipClasses, found); in testFindClass()
98 found.keySet().toArray()); in testFindClass()
99 assertArrayEquals(new ClassReader[] { cr }, found.values().toArray()); in testFindClass()
105 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>(); in testFindGlobs() local
108 found.clear(); in testFindGlobs()
109 mAa.findGlobs("mock_android.view", zipClasses, found); in testFindGlobs()
112 found.keySet().toArray()); in testFindGlobs()
115 mAa.findGlobs("mock_android.*.*Group$*Layout*", zipClasses, found); in testFindGlobs()
121 found.keySet().toArray()); in testFindGlobs()
[all …]
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/touch/
DListSetSelectionTest.java71 boolean found = false; in testSetSelection()
76 found = true; in testSetSelection()
80 assertTrue("Selected item not visible in list", found); in testSetSelection()
102 boolean found = false; in testSetSelectionFromTop()
108 found = true; in testSetSelectionFromTop()
112 assertTrue("Selected item not visible in list", found); in testSetSelectionFromTop()
137 boolean found = false; in testSetSelection0()
142 found = true; in testSetSelection0()
146 assertTrue("Selected item not visible in list", found); in testSetSelection0()
/frameworks/base/tests/framework-tests/src/android/util/
DEventLogFunctionalTest.java99 boolean found = false; in disableTestReadSimpleEvent()
109 assertFalse(found); in disableTestReadSimpleEvent()
110 found = true; in disableTestReadSimpleEvent()
114 assertTrue(found); in disableTestReadSimpleEvent()
127 boolean found = false; in disableTestReadCompoundEntry()
144 assertFalse(found); in disableTestReadCompoundEntry()
145 found = true; in disableTestReadCompoundEntry()
149 assertTrue(found); in disableTestReadCompoundEntry()
/frameworks/base/telephony/java/com/android/internal/telephony/test/
DSimulatedGsmCallState.java279 boolean found; in triggerHangupForeground()
281 found = false; in triggerHangupForeground()
291 found = true; in triggerHangupForeground()
304 found = true; in triggerHangupForeground()
307 return found; in triggerHangupForeground()
318 boolean found = false; in triggerHangupBackground()
325 found = true; in triggerHangupBackground()
329 return found; in triggerHangupBackground()
340 boolean found = false; in triggerHangupAll()
346 found = true; in triggerHangupAll()
[all …]
DModelInterpreter.java593 boolean found = false; in processLine()
601 found = true; in processLine()
606 if (!found) { in processLine()
/frameworks/base/awt/resources/org/apache/harmony/beans/internals/nls/
Dmessages.properties19 beans.01=no property for name {0} is found
34 beans.10=no node is found for statement with target = {0}
35 beans.11=no getter for property {0} found
37 beans.13=no setter for property {0} found
49 beans.1F=Method not found: get{0}
50 beans.20=Method not found: set{0}
67 beans.31=No valid method {0} for {1} found.
76 beans.3A=Event type with name {0} is not found.
82 beans.40=No constructor for class {0} found
83 beans.41=No method with name {0} is found
[all …]
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/gridview/touch/
DGridTouchSetSelectionTest.java71 boolean found = false; in testSetSelection()
76 found = true; in testSetSelection()
80 assertTrue("Selected item not visible in list", found); in testSetSelection()
/frameworks/base/core/java/android/os/
DUEventObserver.java125 boolean found = true; in removeObserver()
126 while (found) { in removeObserver()
127 found = false; in removeObserver()
132 found = true; in removeObserver()
DMessageQueue.java214 boolean found = false; in removeMessages()
220 found = true; in removeMessages()
234 found = true; in removeMessages()
244 return found; in removeMessages()
/frameworks/base/core/java/android/util/
DStateSet.java78 boolean found = false; in stateSetMatches()
93 found = true; in stateSetMatches()
102 if (mustMatch && !found) { in stateSetMatches()
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
DTestClassReplacement.java59 boolean found = false; in compare()
62 found = true; in compare()
67 if (found == false) { in compare()
/frameworks/base/test-runner/android/test/
DViewAsserts.java343 boolean found = false; in assertGroupContains()
346 if (!found) { in assertGroupContains()
347 found = true; in assertGroupContains()
354 assertTrue("group does not contain " + child, found); in assertGroupContains()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DAsmAnalyzer.java91 Map<String, ClassReader> found = findIncludes(zipClasses); in analyze() local
92 Map<String, ClassReader> deps = findDeps(zipClasses, found); in analyze()
95 mGen.setKeep(found); in analyze()
155 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>(); in findIncludes() local
160 findGlobs(s, zipClasses, found); in findIncludes()
163 findClassesDerivingFrom(s, zipClasses, found); in findIncludes()
166 return found; in findIncludes()
/frameworks/base/core/java/android/text/
DAutoText.java218 boolean found = false; in add()
235 found = true; in add()
240 if (!found) { in add()
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd30 it with threads can be found in
40 found at <a title="http://www.khronos.org/opengles/"
44 about OpenGL ES 1.0 (including a detailed specification) can be found
/frameworks/base/docs/html/guide/appendix/faq/
Dlicensingandoss.jd16 <p>Notices for other licenses can be found within the SDK.</p>
19 <p>One of the best explanations for the reasoning behind releasing code under Apache2 can be found
Dsecurity.jd8 <li><a href="#issue">I think I found a security flaw. How do I report
13 <li><a href="#malware">I think I found malicious software being distributed
37 inevitable that security bugs will be found in any system of this complexity.
43 <a name="issue" id="issue"></a><h2>I think I found a security flaw. How do I
93 <a name="malware" id="malware"></a><h2>I think I found malicious software being
/frameworks/base/docs/html/guide/topics/drawing/
Dopengl.jd30 it with threads can be found in
40 found at <a title="http://www.khronos.org/opengles/"
44 about OpenGL ES 1.0 (including a detailed specification) can be found
/frameworks/base/core/java/android/widget/
DAdapterView.java907 boolean found = false; in handleDataChanged()
928 found = true; in handleDataChanged()
932 if (!found) { in handleDataChanged()
953 found = true; in handleDataChanged()
957 if (!found) { in handleDataChanged()
/frameworks/base/core/jni/
Dandroid_util_EventLog.cpp251 int found = 0; in android_util_EventLog_readEvents() local
252 for (int i = 0; !found && i < tagLength; ++i) { in android_util_EventLog_readEvents()
253 found = (tag == tagValues[i]); in android_util_EventLog_readEvents()
256 if (found) { in android_util_EventLog_readEvents()
/frameworks/base/media/libstagefright/omx/
DOMXNodeInstance.cpp437 bool found = false; in removeActiveBuffer() local
441 found = true; in removeActiveBuffer()
447 if (!found) { in removeActiveBuffer()
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
Dupredalgo.h235 ForwardIterator found = lower_bound (first, last, value, comp); in binary_search() local
236 return ((found == last || comp(value, *found)) ? last : found); in binary_search()
Dualgo.h399 ForwardIterator found = lower_bound (first, last, value); in binary_search() local
400 return ((found == last || value < *found) ? last : found); in binary_search()
/frameworks/base/tools/aapt/
DImages.cpp175 bool found = false; in get_horizontal_ticks() local
183 found = true; in get_horizontal_ticks()
207 if (required && !found) { in get_horizontal_ticks()
224 bool found = false; in get_vertical_ticks() local
232 found = true; in get_vertical_ticks()
256 if (required && !found) { in get_vertical_ticks()
/frameworks/base/docs/html/videos/
Dindex.jd49 * load the video found in the URL hash
263 console.log("video NOT found: " + videoId);
269 console.log("video never found, clicking default...");
285 console.log("default video NOT found");
291 console.log("default video never found...");

123