Searched refs:any (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameSlotTarget.java32 .addInputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
H A DFrameSlotSource.java32 .addOutputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
H A DThroughputFilter.java41 .addInputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
43 .addOutputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
H A DBranchFilter.java43 .addInputPort("input", Signature.PORT_REQUIRED, FrameType.any())
H A DGraphInputSource.java22 .addOutputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
H A DGraphOutputTarget.java14 private FrameType mType = FrameType.any();
H A DSignature.java39 * format, that allows passing in any type of Frame. Thus, if more granular access is needed to
55 type = FrameType.any();
112 * Disallows the user from adding any other input ports.
113 * Adding any input port not explicitly specified in this Signature will cause an error.
122 * Disallows the user from adding any other output ports.
123 * Adding any output port not explicitly specified in this Signature will cause an error.
132 * Disallows the user from adding any other ports.
133 * Adding any input or output port not explicitly specified in this Signature will cause an
H A DFrameType.java48 * Finally, it is possible to create a wild-card type with the {@link #any()} constructor. This
49 * type matches any other type. Note, that this is a more general type than a {@code single(Object)}
50 * type that matches only object-base types (of any Object subclass). You may also specify the
51 * leave the element of any type unspecified by using the {@code ELEMENT_DONTCARE} constant.
116 * Constructs a wild-card FrameType that matches any other FrameType.
119 public static FrameType any() { method in class:FrameType
124 * Constructs an object-based single FrameType that matches object-based FrameTypes of any
142 * Constructs an object-based array FrameType that matches object-based FrameTypes of any class.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DFrameTargetFilter.java41 .addInputPort("input", Signature.PORT_REQUIRED, FrameType.any())
H A DFrameSourceFilter.java25 * <p> Multiple frames may be injected before any frame is pushed out. In this case they will be
39 .addOutputPort("output", Signature.PORT_REQUIRED, FrameType.any())
/frameworks/wilhelm/src/
H A DAndroid.mk41 # do not claim support for any OpenSL ES or OpenMAX AL profiles
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java47 * unregistered parameter sanitizer does not allow any special characters,
414 * one that doesn't allow any special characters, similar to what
475 * Return a value sanitizer that does not allow any special characters,
519 * Return a value sanitizer that does not allow any special characters
527 * Return a value sanitizer that does not allow any special characters
535 * Return a value sanitizer that does not allow any special characters
543 * Return a value sanitizer that allows any special characters
610 * Parse a query. A query string is any number of parameter-value clauses
611 * separated by any non-zero number of ampersands. A parameter-value clause
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java318 Log.d(TAG, "dismissing any existing heads up notification on disable event");
1149 final boolean any = mNotificationData.size() > 0;
1151 final boolean clearable = any && mNotificationData.hasClearableItems();
1155 + " any=" + any + " clearable=" + clearable);
1192 final boolean showDot = (any&&!areLightsOn());
1715 // Close any "App info" popups that might have snuck on-screen
1937 // if panels are expandable, force the status bar opaque on any interaction

Completed in 285 milliseconds