Searched refs:exclude (Results 1 – 7 of 7) sorted by relevance
76 * ((receivedId & mask) == (id & mask)) == !exclude78 * In order for set of filters to match, at least one non-exclude filters must match (if there is79 * one) and all exclude filters must match. In other words:80 * - a single matching non-exclude filter makes the whole set matching;90 /** 'exclude' *DOES* apply to rtr and extendedFormat! */91 bool exclude;
6 # NOTE! Please use 'git-ls-files -i --exclude-standard'
178 filterVector[k].exclude = mFuzzedDataProvider->ConsumeBool(); in invokeBus()
87 * This option can be used to exclude all DFS channels from the ACS
256 if (rule.exclude) { in match()
40 description to exclude types without definitions in the Vulkan
1743 uint64_t exclude = GEOMETRY_LAYER_SOURCECROP_CHANGED; in shouldSignalNonIdle() local1744 if ((mGeometryChanged & ~exclude) != 0) { in shouldSignalNonIdle()