Home
last modified time | relevance | path

Searched defs:matching (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2020-032.md3 ### CVE Number
6 ### Impact
33 ### Patches
43 ### For more information
49 ### Attribution
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCondition.java22 public abstract boolean matching(Matcher<T> match, String message); in matching() method in Condition
25 public final boolean matching(Matcher<T> match) { return matching(match, ""); } in matching() method in Condition
47 public boolean matching(Matcher<T> matcher, String message) { in matching() method in Condition.Matched
63 @Override public boolean matching(Matcher<T> match, String message) { return false; } in matching() method in Condition.NotMatched
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DGraphMatching.java89 BiMap<U, V> matching = HashBiMap.create(); in perform() local
132 private Optional<Integer> breadthFirstSearch(BiMap<U, V> matching, Map<U, Integer> layers) { in breadthFirstSearch()
220 BiMap<U, V> matching, Map<U, Integer> layers, int freeRhsVertexLayer, U lhs) { in depthFirstSearch()
/aosp_15_r20/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlPolicyBuilder.java649 public AttributeBuilder matching(AttributePolicy policy) { in matching() method in HtmlPolicyBuilder.AttributeBuilder
660 public AttributeBuilder matching(final Pattern pattern) { in matching() method in HtmlPolicyBuilder.AttributeBuilder
675 public AttributeBuilder matching( in matching() method
/aosp_15_r20/external/licenseclassifier/stringclassifier/
H A DREADME.md18 ### Normalization
31 ### Nearest matching {#nearest}
/aosp_15_r20/external/easymock/src/org/easymock/internal/
H A DErrorMessage.java20 private final boolean matching; field in ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) { in ErrorMessage()
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_find.c42 struct cil_list *matching; member
423 …de *node, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int mat… in cil_find_matching_avrule()
529 …t cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int mat… in cil_find_matching_avrule_in_ast()
/aosp_15_r20/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
H A DHelperManager.java162 List<T> matching = getAll(base, keyword); in get() local
178 List<T> matching = getAll(base, regex); in get() local
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/android_common/turbine/
Dhamcrest.jar ... Matched extends org.hamcrest.Condition { public boolean matching (org.hamcrest.Matcher, java.lang ...
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/
H A DinterpolatableTestStartingPoint.py4 def test_starting_point(glyph0, glyph1, ix, tolerance, matching): argument
/aosp_15_r20/external/selinux/python/sepolgen/tests/
H A Dtest_matching.py21 import sepolgen.matching as matching namespace
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/i18n/
H A DLocales.java96 List<Locale> matching = Locale.filter(priorityList, locales, filteringMode); in findSupported() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_darwin.cpp69 CFMutableDictionaryRef matching = IOServiceMatching("IODisplayConnect"); in GetGPUInfoMac() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DWatchedIntentResolver.java144 public ArrayList<F> findFilters(WatchedIntentFilter matching) { in findFilters()
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dfuzzy.ts19 matching: boolean; property
/aosp_15_r20/external/python/bumble/rust/examples/
Dscanner.rs124 let matching = CommonDataType::for_type_code(code).collect::<Vec<_>>(); in main() localVariable
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsIterableContainingInAnyOrder.java23 final Matching<T> matching = new Matching<T>(matchers, mismatchDescription); in matchesSafely() local
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersAccess.java72 final List<RootInfo> matching = new ArrayList<>(); in getMatchingRoots() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs1688 fn matching(a: usize, b: usize) -> Self::Output; in matching() method
1706 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
1726 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs1688 fn matching(a: usize, b: usize) -> Self::Output; in matching() method
1706 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
1726 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs1688 fn matching(a: usize, b: usize) -> Self::Output; in matching() method
1706 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
1726 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs1688 fn matching(a: usize, b: usize) -> Self::Output; in matching() method
1706 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
1726 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs1688 fn matching(a: usize, b: usize) -> Self::Output; in matching() method
1706 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
1726 fn matching(a: usize, b: usize) -> Self::Output { in matching() method
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/user_events/
H A Ddyn_test.c105 TEST_F(user, matching) { in TEST_F() argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java123 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { in collectFilters()
142 public ArrayList<F> findFilters(IntentFilter matching) { in findFilters()

12345678910>>...13