HomeSort by relevance Sort by last modified time
    Searched refs:Requires (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/annotations/
Requirements.java 21 * Used for repeated @Requires internally, not for plugin
26 Requires[] value();
Requires.java 24 * At minimum all plugins should have at least one @Requires annotation
26 * need an @Requires for each class that the plugin interface @DependsOn.
30 public @interface Requires {
  /external/curl/docs/cmdline-opts/
http2.d 6 Requires: HTTP/2
tlspassword.d 6 --tlsauthtype. Requires that --tlsuser also be set.
tlsuser.d 7 --tlsauthtype. Requires that --tlspassword also is set.
ipv4.d 7 Requires:
ipv6.d 7 Requires:
dns-interface.d 7 Requires: c-ares
dns-ipv4-addr.d 7 Requires: c-ares
dns-ipv6-addr.d 7 Requires: c-ares
dns-servers.d 4 Requires: c-ares
http2-prior-knowledge.d 6 Requires: HTTP/2
10 Upgrade. It requires prior knowledge that the server supports HTTP/2 straight
krb.d 5 Requires: Kerberos
no-alpn.d 6 Requires: TLS
no-npn.d 7 Requires: TLS
sslv2.d 7 Requires: TLS
sslv3.d 7 Requires: TLS
tlsv1.d 7 Requires: TLS
tls-max.d 6 Requires: TLS
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
Plugin.java 16 import com.android.systemui.plugins.annotations.Requires;
117 * @see Requires
120 // Default of -1 indicates the plugin supports the new Requires model.
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
VersionInfoTest.java 24 import com.android.systemui.plugins.annotations.Requires;
87 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
91 @Requires(target = OverlayPlugin.class, version = 0)
95 @Requires(target = QS.class, version = QS.VERSION)
99 @Requires(target = QS.class, version = QS.VERSION)
100 @Requires(target = HeightListener.class, version = HeightListener.VERSION)
101 @Requires(target = DetailAdapter.class, version = DetailAdapter.VERSION)
  /external/dhcpcd-6.8.2/
iconfig.mk 2 # Requires gmake4
  /hardware/intel/img/psb_video/
psb-video.spec 20 Requires: xorg-x11-server-Xorg
21 Requires(post): /sbin/ldconfig
22 Requires(postun): /sbin/ldconfig
38 Requires: pvr-bin-UMG pvr-bin-UMG-compatlibs
  /external/tensorflow/tensorflow/c/
generate-pc.sh 64 Requires:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
VersionInfo.java 21 import com.android.systemui.plugins.annotations.Requires;
53 Requires requires = cls.getDeclaredAnnotation(Requires.class); local
54 if (requires != null) {
55 mVersions.put(requires.target(), new Version(requires.version(), required));
59 for (Requires r : requirements.value()) {

Completed in 140 milliseconds

1 2 3 4 5