Searched refs:found (Results 76 - 100 of 147) sorted by relevance

123456

/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/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/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp909 bool found = false; local
924 found = true;
938 if (found)
976 bool found = false; local
991 found = true;
1005 if (found)
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java323 NameTypeLocation found = null;
326 found = item;
330 if (found == null) {
335 errorMessage, found.name, found.type,
337 found.location.createScope());
/frameworks/base/core/java/android/view/
H A DViewDebug.java316 * @return the View to capture from, or null if not found
925 final View found = findView((ViewGroup) view, className, hashCode);
926 if (found != null) {
927 return found;
933 final View found = findView((ViewGroup) view.mOverlay.mOverlayViewGroup,
935 if (found != null) {
936 return found;
940 final View found = ((HierarchyHandler)view)
942 if (found != null) {
943 return found;
[all...]
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache_test.cpp333 bool found = (mBC->get(&k, 1, NULL, 0) == 1); variable
334 if (found)
338 ASSERT_EQ(found, i >= maxEntries/2);
489 bool found = (mBC->get(&k, 1, NULL, 0) == 1); local
490 if (foundAny == found)
493 // found == true, so we just discovered j == i
496 // foundAny == true, found == false -- oops
497 FAIL() << "found [" << i-1 << "]th entry but not [" << i << "]th entry";
/frameworks/native/cmds/lshal/
H A DListCommand.cpp852 const RegisteredOption* found = nullptr; local
856 if (longOptFlag == e.val) found = &e;
861 if (c == e.shortOption) found = &e;
865 if (found == nullptr) {
871 Status status = found->op(this, optarg);
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp190 bool found = false; local
193 found = true;
197 if (!found) {
503 ALOGW("Next sync not found; starting from the latest sync.");
514 ALOGW("Previous sync not found; starting from the earliest "
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.cpp609 bool found = false; local
612 found = true;
617 if (!found) {
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java353 Log.e(TAG, "No exclusive focus owner found in propagateFocusLossFromGain_syncAf()",
408 boolean found = false;
411 found = true;
415 if (found) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java128 boolean found = false;
134 found = true;
140 assertTrue(found);
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java452 // this will throw an exception if not found.
457 throw new RuntimeException("Layout Dimension '" + name + "' not found.");
477 throw new RuntimeException("Attribute '" + name + "' not found");
542 * final resource value that was found, <em>not</em> necessarily the
644 // one is not found.
938 * If found, it will return an integer matching the value.
961 boolean found = false;
969 found = true;
974 if (found) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java421 boolean found = decodeConstrainedEncoding(startIndex);
422 if (found) {
425 return found;
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DOnboardingFragment.java555 boolean found = context.getTheme().resolveAttribute(resId, typedValue, true);
556 if (DEBUG) Log.v(TAG, "Found onboarding theme reference? " + found);
557 if (found) {
H A DOnboardingSupportFragment.java550 boolean found = context.getTheme().resolveAttribute(resId, typedValue, true);
551 if (DEBUG) Log.v(TAG, "Found onboarding theme reference? " + found);
552 if (found) {
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java205 fail("Default launcher not found");
601 fail("Duplicate item found: " + item + " (in the list: " + list + ")");
613 fail("Shortcut " + id + " not found in the list");
815 fail("Shortcuts not found for IDs=" + idSet);
990 boolean found = false;
993 found = true;
996 assertTrue("No shortcuts found.", found);
1002 boolean found = false;
1006 found
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp245 bool found = false; local
253 found = true;
277 if (required && !found) {
278 *outError = "No marked region found along edge";
294 bool found = false; local
302 found = true;
326 if (required && !found) {
327 *outError = "No marked region found along edge";
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp687 bool found = false; local
695 found = true;
719 if (required && !found) {
720 *outError = "No marked region found along edge";
733 bool found = false; local
741 found = true;
765 if (required && !found) {
766 *outError = "No marked region found along edge";
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java698 boolean found = false;
702 found = true;
705 if (!found) {
706 Log.d(TAG, "!!! No top item found for column " + i + " value " + mItemTops[i]);
712 boolean found = false;
716 found = true;
719 if (!found) {
720 Log.d(TAG, "!!! No bottom item found for column " + i + " value " + mItemBottoms[i]);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DAbstractMediaItemPresenter.java205 boolean found = view.getContext().getTheme().resolveAttribute(
208 .inflate(found
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp304 bool found = false; local
312 found = true;
319 if (mSampleAesKeyItem != NULL && first && found && method != "SAMPLE-AES") {
326 if (!found) {
1298 // audio has not found start by the end of that segment.
1531 // if adapting, pause after found the next starting point
1848 FSLOGV(stream, "found IDR, clear mVideoBuffer");
1869 FSLOGV(stream, "found start point, timeUs=%lld, streamMask becomes %x",
1873 FLOGV("found start point for all streams");
2015 bool found local
[all...]

Completed in 965 milliseconds

123456