Searched defs:not (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestPredicates.java5 * you may not use this file except in compliance with the License.
31 not(new AssignableFrom(InstrumentationTestCase.class));
35 static final Predicate<TestMethod> REJECT_SUPPRESSED = not(hasAnnotation(Suppress.class));
64 public static <T> Predicate<T> not(Predicate<? super T> predicate) { method in class:TestPredicates
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java5 * you may not use this file except in compliance with the License.
117 // This is purely advisory and not an indication of provisioning
121 // determined by whether or not the passed-in DhcpResults object is
122 // null or not.
447 if (any(ipAddresses, not(InitialConfiguration::isPrefixLengthCompliant))) {
453 && all(ipAddresses, not(InitialConfiguration::isIPv6GUA))) {
458 if (any(directlyConnectedRoutes, not(InitialConfiguration::isPrefixLengthCompliant))) {
471 * InitialConfiguration. LinkAddresses and RouteInfo objects are not compared with equality
780 * if not, Callback.setFallbackMulticastFilter() is called.
807 pw.println("IpManager not ye
1749 static <T> Predicate<T> not(Predicate<T> fn) { method in class:IpManager
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 150 milliseconds