/aosp_15_r20/build/make/tools/compliance/cmd/htmlnotice/ |
H A D | htmlnotice_test.go | 893 isMatch(line string) bool methodSpec 901 func (m pageTitle) isMatch(line string) bool { func 915 func (m toc) isMatch(line string) bool { func 927 func (m target) isMatch(line string) bool { func 943 func (m uses) isMatch(line string) bool { func 957 func (m hr) isMatch(line string) bool { func 969 func (m library) isMatch(line string) bool { func 985 func (m usedBy) isMatch(line string) bool { func 1011 func (m firstParty) isMatch(line string) bool { func 1021 func (m notice) isMatch(line string) bool { func [all …]
|
/aosp_15_r20/build/make/tools/compliance/cmd/textnotice/ |
H A D | textnotice_test.go | 742 isMatch(line string) bool methodSpec 748 func (m hr) isMatch(line string) bool { func 760 func (m library) isMatch(line string) bool { func 772 func (m usedBy) isMatch(line string) bool { func 782 func (m firstParty) isMatch(line string) bool { func 792 func (m notice) isMatch(line string) bool { func 802 func (m reciprocal) isMatch(line string) bool { func 812 func (m restricted) isMatch(line string) bool { func 822 func (m proprietary) isMatch(line string) bool { func
|
/aosp_15_r20/build/make/tools/compliance/cmd/xmlnotice/ |
H A D | xmlnotice_test.go | 667 isMatch(line string) bool methodSpec 676 func (m target) isMatch(line string) bool { func 702 func (m firstParty) isMatch(line string) bool { func 712 func (m notice) isMatch(line string) bool { func 722 func (m reciprocal) isMatch(line string) bool { func 732 func (m restricted) isMatch(line string) bool { func 742 func (m proprietary) isMatch(line string) bool { func
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/ |
H A D | StrMatcher.java | 251 public abstract int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd); in isMatch() method in StrMatcher 276 public int isMatch(final char[] buffer, final int pos) { in isMatch() method in StrMatcher 306 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch() method in StrMatcher.CharSetMatcher 337 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch() method in StrMatcher.CharMatcher 368 … public int isMatch(final char[] buffer, int pos, final int bufferStart, final int bufferEnd) { in isMatch() method in StrMatcher.StringMatcher 409 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch() method in StrMatcher.NoMatcher 435 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch() method in StrMatcher.TrimMatcher
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
H A D | PackageUserStateUtils.java | 38 public static boolean isMatch(@NonNull PackageUserState state, in isMatch() method in PackageUserStateUtils 45 public static boolean isMatch(@NonNull PackageUserState state, boolean isSystem, in isMatch() method in PackageUserStateUtils 60 public static boolean isMatch(@NonNull PackageUserState state, boolean isSystem, in isMatch() method in PackageUserStateUtils
|
H A D | PackageStateUtils.java | 30 public static boolean isMatch(PackageState packageState, long flags) { in isMatch() method in PackageStateUtils
|
/aosp_15_r20/cts/tests/tests/nfc/src/android/nfc/tech/cts/interactive/ |
H A D | TagVerifier.java | 40 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) { in Result() 57 public boolean isMatch() { in isMatch() method in TagVerifier.Result
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
H A D | TagVerifier.java | 39 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) { in Result() 56 public boolean isMatch() { in isMatch() method in TagVerifier.Result
|
/aosp_15_r20/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | NotificationCharacteristics.kt | 64 private fun isMatch( in isMatch() method
|
/aosp_15_r20/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/ |
D | BluetoothShellCommand.java | 58 boolean isMatch(String cmd) { in isMatch() method in BluetoothShellCommand.BluetoothCommand 194 boolean isMatch(String cmd) { in isMatch() method in BluetoothShellCommand.WaitForAdapterState
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
H A D | BaseTestCase.java | 440 protected boolean isMatch (String resultsDir, in isMatch() method in BaseTestCase 485 protected boolean isMatch (String result, in isMatch() method in BaseTestCase
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
H A D | ListsHelper.java | 20 static public boolean isMatch(int[] a, int[] b) { in isMatch() method in ListsHelper
|
/aosp_15_r20/frameworks/av/services/mediametrics/include/mediametricsservice/ |
H A D | AnalyticsActions.h | 111 static inline bool isMatch(const Trigger& trigger, in isMatch() function
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
D | DialerPhoneNumberUtil.java | 124 public boolean isMatch( in isMatch() method in DialerPhoneNumberUtil
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A D | LocaleMatcher.java | 1099 public boolean isMatch(Locale desired, Locale supported) { in isMatch() method in LocaleMatcher 1117 public boolean isMatch(ULocale desired, ULocale supported) { in isMatch() method in LocaleMatcher
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | LocaleMatcher.java | 1051 public boolean isMatch(Locale desired, Locale supported) { in isMatch() method in LocaleMatcher 1068 public boolean isMatch(ULocale desired, ULocale supported) { in isMatch() method in LocaleMatcher
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | search.go | 221 func walkFromIndex(index *modindex.Module, importPathRoot string, isMatch, treeCanMatch func(string… argument
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | ConfigurationChangedListenerController.java | 107 public boolean isMatch(@NonNull Consumer<IBinder> consumer) { in isMatch() method in ConfigurationChangedListenerController.ListenerContainer
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/ |
D | AllowListUtils.java | 82 private static boolean isMatch( in isMatch() method in AllowListUtils
|
/aosp_15_r20/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | LocaleUtils.java | 160 public static boolean isMatch(final int level) { in isMatch() method in LocaleUtils
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_os_UEventObserver.cpp | 44 static bool isMatch(const char* buffer, size_t length) { in isMatch() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | locdistance.h | 92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | locdistance.h | 92 bool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | locdistance.h | 92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | locdistance.h | 92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
|