Home
last modified time | relevance | path

Searched defs:EXCLUDES (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libbase/include/android-base/
H A Dthread_annotations.h74 #define EXCLUDES(...) \ macro
/aosp12/system/core/libutils/include/utils/
H A DMutex.h68 #define EXCLUDES(...) THREAD_ANNOTATION_ATTRIBUTE__(locks_excluded(__VA_ARGS__)) macro
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DUpstreamNetworkMonitorTest.java86 private static final boolean EXCLUDES = false; field in UpstreamNetworkMonitorTest