Searched refs:with (Results 1 - 25 of 223) sorted by relevance

123456789

/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk29 # to integrate with auto-test framework.
35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/ui/
H A DRect.cpp5 * you may not use this file except in compliance with the License.
82 bool Rect::intersect(const Rect& with, Rect* result) const { argument
83 result->left = max(left, with.left);
84 result->top = max(top, with.top);
85 result->right = min(right, with.right);
86 result->bottom = min(bottom, with.bottom);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 ## The application with a minimal main dex
/frameworks/base/libs/input/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
49 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/gui/tests/
H A DAndroid.mk46 # to integrate with auto-test framework.
52 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DAndroid.mk24 # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 ## The application with a minimal main dex
46 ## The application with a full main dex
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S5 @ you may not use this file except in compliance with the License.
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.

Completed in 918 milliseconds

123456789