Home
last modified time | relevance | path

Searched refs:matchAll (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc-java/gcp-observability/src/test/java/io/grpc/gcp/observability/
H A DObservabilityConfigImplTest.java270 assertThat(clientLogFilters.get(0).matchAll).isTrue(); in logFilters()
279 assertThat(serverLogFilters.get(0).matchAll).isTrue(); in logFilters()
294 assertThat(logFilterList.get(0).matchAll).isTrue(); in setClientLogFilters()
301 assertThat(logFilterList.get(1).matchAll).isFalse(); in setClientLogFilters()
318 assertThat(logFilterList.get(0).matchAll).isFalse(); in setServerLogFilters()
328 assertThat(logFilterList.get(1).matchAll).isFalse(); in setServerLogFilters()
419 assertThat(logFilters.get(0).matchAll).isTrue(); in configFileLogFilters()
426 assertThat(logFilters.get(1).matchAll).isFalse(); in configFileLogFilters()
486 assertThat(logFilterList.get(0).matchAll).isFalse(); in validLogFilter()
/aosp_15_r20/external/grpc-grpc-java/gcp-observability/src/main/java/io/grpc/gcp/observability/
H A DObservabilityConfig.java64 public final boolean matchAll; field in ObservabilityConfig.LogFilter
84 public LogFilter(Set<String> services, Set<String> serviceMethods, boolean matchAll, in LogFilter() argument
89 this.matchAll = matchAll; in LogFilter()
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
H A DMatchHelper.kt24 val results = this.matchAll(pattern) in <lambda>()
26 return this.matchAll(pattern).first() in <lambda>()
34 fun String.matchAll(pattern: Regex): List<String> { in String() method
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java85 long[] providerOIs, boolean matchAll) { in matchRoamingConsortium() argument
93 if (!matchAll) { in matchRoamingConsortium()
97 } else if (matchAll) { in matchRoamingConsortium()
DPasspointProvider.java847 boolean matchAll) { in matchOis() argument
850 matchAll); in matchOis()
871 if (!matchAll) { in matchOis()
880 if (matchAll && !matched) { in matchOis()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp363 bool matchAll = true; in verifyMappings() local
373 matchAll = matchAll && match; in verifyMappings()
376 if (matchAll) in verifyMappings()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationServiceTest.java512 boolean matchAll = false; in TestGetKeywordValues()
514 matchAll = true; in TestGetKeywordValues()
524 matchAll = false; in TestGetKeywordValues()
529 if (!matchAll) { in TestGetKeywordValues()
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java509 boolean matchAll = false; in TestGetKeywordValues()
511 matchAll = true; in TestGetKeywordValues()
521 matchAll = false; in TestGetKeywordValues()
526 if (!matchAll) { in TestGetKeywordValues()
/aosp_15_r20/external/clang/test/PCH/
H A Dirgen-rdar13114142.mm20 OOArray matchAll(const OOString &)const {
26 pattern.matchAll(0);
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/broadcasts/
H A DAdbActivitiesParser33.kt21 import com.android.bedstead.nene.utils.matchAll in <lambda>()
45 val tasksOutput = dumpsysActivityManagerOutput.matchAll(tasksRule) in <lambda>()
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dembedcfg.go301 var matchAll bool
303 matchAll = true
352 …if isBadEmbedName(base) || (!matchAll && (strings.HasPrefix(base, ".") || strings.HasPrefix(base, …
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c843 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local
865 matchAll = false; in TestGetKeywordValuesForLocale()
900 matchAll = true; in TestGetKeywordValuesForLocale()
906 matchAll = false; in TestGetKeywordValuesForLocale()
910 matchAll = false; in TestGetKeywordValuesForLocale()
915 if (!matchAll) { in TestGetKeywordValuesForLocale()
H A Dccaltst.c1656 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local
1669 matchAll = false; in TestGetKeywordValuesForLocale()
1701 matchAll = true; in TestGetKeywordValuesForLocale()
1707 matchAll = false; in TestGetKeywordValuesForLocale()
1711 matchAll = false; in TestGetKeywordValuesForLocale()
1717 if (!matchAll) { in TestGetKeywordValuesForLocale()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcnmdptst.c843 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local
865 matchAll = false; in TestGetKeywordValuesForLocale()
900 matchAll = true; in TestGetKeywordValuesForLocale()
906 matchAll = false; in TestGetKeywordValuesForLocale()
910 matchAll = false; in TestGetKeywordValuesForLocale()
915 if (!matchAll) { in TestGetKeywordValuesForLocale()
H A Dccaltst.c1656 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local
1669 matchAll = false; in TestGetKeywordValuesForLocale()
1701 matchAll = true; in TestGetKeywordValuesForLocale()
1707 matchAll = false; in TestGetKeywordValuesForLocale()
1711 matchAll = false; in TestGetKeywordValuesForLocale()
1717 if (!matchAll) { in TestGetKeywordValuesForLocale()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/pack/
Dpack.go121 matchAll bool // match all files in archive member
145 matchAll: len(files) == 0,
181 if ar.matchAll {
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DDumpHandler.kt226 if (args.matchAll) { in <lambda>()
370 pArgs.matchAll = true in <lambda>()
555 var matchAll = false variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_allocator.h61 matchAll = 2 enumerator
/aosp_15_r20/external/grpc-grpc-java/gcp-observability/src/main/java/io/grpc/gcp/observability/interceptors/
H A DConfigFilterHelper.java74 if (logFilter.matchAll in logRpcMethod()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/dump/
DParsedArgs.java33 private boolean matchAll = false; field in ParsedArgs
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCalendarRegressionTest.java2233 boolean matchAll = false;
2235 matchAll = true;
2238 matchAll = false;
2243 if (!matchAll) {
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java2230 boolean matchAll = false;
2232 matchAll = true;
2235 matchAll = false;
2240 if (!matchAll) {
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c128220 u8 matchAll; /* "*" or "%" */
128300 u32 matchAll = pInfo->matchAll; /* "*" or "%" */
128305 if( c==matchAll ){ /* Match "*" */
128309 while( (c=Utf8Read(zPattern)) == matchAll
128517 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){
128520 if( escape==pInfo->matchAll ) pInfo->matchAll = 0;
129863 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c129298 u8 matchAll; /* "*" or "%" */
129378 u32 matchAll = pInfo->matchAll; /* "*" or "%" */
129383 if( c==matchAll ){ /* Match "*" */
129387 while( (c=Utf8Read(zPattern)) == matchAll
129595 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){
129598 if( escape==pInfo->matchAll ) pInfo->matchAll = 0;
130941 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c134001 u8 matchAll; /* "*" or "%" */
134081 u32 matchAll = pInfo->matchAll; /* "*" or "%" */
134086 if( c==matchAll ){ /* Match "*" */
134090 while( (c=Utf8Read(zPattern)) == matchAll
134298 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){
134301 if( escape==pInfo->matchAll ) pInfo->matchAll = 0;
135655 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );

12