Searched refs:exclude (Results 1 – 7 of 7) sorted by relevance
8 …"exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requireme…19 …"exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requireme…
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'
161 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()
6427 uint64_t exclude = GEOMETRY_LAYER_TYPE_CHANGED; in needUpdateRRIndicator() local6428 return (mGeometryChanged & ~exclude) > 0 || mBufferUpdates > 0; in needUpdateRRIndicator()