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

123

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp30 size_t found = 0; local
36 while (found < wanted) {
38 return found;
40 buffer[found++] = _buffer[_pos++];
42 return found;
H A Dfile_wrapper_input.cpp36 size_t found = fread((char*) buffer, 1, wanted, _file); local
40 return found;
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java89 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>();
92 zipClasses, found);
97 found.keySet().toArray());
98 assertArrayEquals(new ClassReader[] { cr }, found.values().toArray());
104 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>();
107 found.clear();
108 mAa.findGlobs("mock_android.view", zipClasses, found);
111 found.keySet().toArray());
114 mAa.findGlobs("mock_android.*.*Group$*Layout*", zipClasses, found);
120 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/services/java/com/android/server/
H A DNativeDaemonConnector.java523 PendingCmd found = null;
527 found = pendingCmd;
531 if (found == null) {
543 found = new PendingCmd(cmdNum, null);
544 mPendingCmds.add(found);
546 found.availableResponseCount++;
549 if (found.availableResponseCount == 0) mPendingCmds.remove(found);
552 found.responses.put(response);
559 PendingCmd found
[all...]
/frameworks/base/core/java/android/util/
H A DStateSet.java80 boolean found = false;
95 found = true;
104 if (mustMatch && !found) {
H A DTimeUtils.java61 * Returns null if no suitable zone could be found.
125 boolean found = false;
128 found = true;
132 if (found == false) {
197 Log.d(TAG, "getTimeZone('" + country + "'): found tz.getID=="
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java133 boolean found = false;
136 found = true;
139 assertTrue(found);
147 found = false;
150 found = true;
154 assertFalse(found);
228 boolean found = false;
231 found = true;
234 assertTrue(found);
/frameworks/opt/telephony/src/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...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java61 boolean found = false;
67 found = true;
70 assertTrue(found);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMultiAdapterSpinner.java114 boolean found = false;
120 found = true;
125 if (found) {
/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/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c388 Flag found = 0; local
423 found = 0;
429 found = 0;
436 found = 1;
457 for (m = i + 1; (m < sectionData->noOfSections) && (found == 0); m++) {
465 found = 1;
485 if (found == 0) {
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java197 boolean found;
203 found = listContains(r.bymonth, r.bymonthCount,
205 if (!found) {
214 found = listContains(r.byweekno, r.byweeknoCount,
217 if (!found) {
225 found = listContains(r.byyearday, r.byyeardayCount,
227 if (!found) {
233 found = listContains(r.bymonthday, r.bymonthdayCount,
236 if (!found) {
257 found
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp264 bool found = false; local
269 found = true;
273 if (!found) {
300 bool found = false; local
305 found = true;
309 if (!found) {
326 bool found = false; local
331 found = true;
335 if (!found) {
347 bool found local
373 bool found = false; local
539 bool found = false; local
[all...]
/frameworks/rs/
H A DrsScriptGroup.cpp143 bool found = false; local
146 found = true;
150 if (!found) {
157 bool found = false; local
160 found = true;
164 if (!found) {
250 rsAssert(!"ScriptGroup:setInput kid not found");
264 rsAssert(!"ScriptGroup:setOutput kid not found");
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.cpp143 bool found = false; local
146 found = true;
150 if (!found) {
157 bool found = false; local
160 found = true;
164 if (!found) {
250 rsAssert(!"ScriptGroup:setInput kid not found");
264 rsAssert(!"ScriptGroup:setOutput kid not found");
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp200 int found = 0; local
201 for (int i = 0; !found && i < tagLength; ++i) {
202 found = (tag == tagValues[i]);
205 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/media/mca/filterfw/jni/
H A Djni_util.h154 const bool found = iter != objects_.end(); local
155 if (found) {
160 return found;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java82 * Fills the generator with classes & dependencies found.
92 Map<String, ClassReader> found = findIncludes(zipClasses);
93 Map<String, ClassReader> deps = findDeps(zipClasses, found);
96 mGen.setKeep(found);
156 TreeMap<String, ClassReader> found = new TreeMap<String, ClassReader>();
161 findGlobs(s, zipClasses, found);
164 findClassesDerivingFrom(s, zipClasses, found);
167 return found;
173 * If found, insert it in the in_out_found map.
180 throw new LogAbortException("Class %s not found b
[all...]
/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c331 int found = 0; local
355 found = 1;
393 return found;
421 int found = 0; local
497 found |= verifyfile(s);
507 found = 1;
517 if (!found)
522 "No SHA1 lines found in %s\n",
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c267 int found = 0; local
639 int found = 0; local
642 while (e && !found) {
648 found = 1;
652 found = 1;
659 if (!found) {
660 ALOGV("findEffect() effect not found");
663 ALOGV("findEffect() found effect: %s in lib %s", d->name, l->name);
/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);

Completed in 521 milliseconds

123