Searched refs:single (Results 26 - 47 of 47) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DWaveTriggerFilter.java42 .addOutputPort("value", Signature.PORT_REQUIRED, FrameType.single())
H A DCSVWriterFilter.java50 FrameType floatT = FrameType.single(float.class);
51 FrameType stringT = FrameType.single(String.class);
H A DAvgBrightnessFilter.java43 FrameType floatT = FrameType.single(float.class);
H A DContrastRatioFilter.java43 FrameType floatT = FrameType.single(float.class);
H A DIfElseFilter.java47 .addInputPort("condition", Signature.PORT_REQUIRED, FrameType.single(boolean.class))
H A DExposureFilter.java45 FrameType floatT = FrameType.single(float.class);
H A DMotionSensorWTime.java54 .addOutputPort("timestamp", Signature.PORT_OPTIONAL, FrameType.single(long.class))
H A DImageGoodnessFilter.java73 FrameType floatT = FrameType.single(float.class);
84 .addInputPort("capturing", Signature.PORT_REQUIRED, FrameType.single(boolean.class))
87 FrameType.single(String.class))
H A DCamera2Source.java123 .addOutputPort("timestamp", Signature.PORT_OPTIONAL, FrameType.single(long.class))
126 FrameType.single(float.class))
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/proguard/
H A DProGuardTypesMap.kt83 val conflictFrom = reversed[to.single()]
89 reversed[to.single()] = from
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
H A DQueryTransactionTest.java172 public void single() { method in class:QueryTransactionTest
177 Single<List<Entity1>> listMaybe = mDao.single();
278 private <T> TestObserver<T> observe(final Single<T> single) { argument
280 single.observeOn(Schedulers.from(ArchTaskExecutor.getMainThreadExecutor()))
352 Single<List<Entity1>> single(); method in interface:QueryTransactionTest.Entity1Dao
389 Single<List<Entity1>> single(); method in interface:QueryTransactionTest.EntityDao
430 Single<List<Entity1>> single(); method in interface:QueryTransactionTest.TransactionDao
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DViewFilter.java69 .addInputPort("scaleMode", Signature.PORT_OPTIONAL, FrameType.single(String.class))
70 .addInputPort("flip", Signature.PORT_OPTIONAL, FrameType.single(boolean.class));
H A DBrightnessFilter.java59 .addInputPort("brightness", Signature.PORT_OPTIONAL, FrameType.single(float.class))
H A DColorfulnessFilter.java50 .addOutputPort("score", Signature.PORT_REQUIRED, FrameType.single(float.class))
H A DFrameType.java39 * have the option of either specifying a type that represents a single object of that class, or
40 * an array of objects (see the {@link #single()} and {@link #array()} constructors). A single
49 * type matches any other type. Note, that this is a more general type than a {@code single(Object)}
70 * For convenience, single and array object-based types are compatible with one another. This
71 * in turn means that Frames with a single object can be accessed as an array with a single entry,
72 * and array based Frames can be accessed as a single object of the array class. For this reason
76 * TODO: This needs to be reworked. An array(int) should not be interchangeable with a single(int),
77 * but rather with a single(in
128 public static FrameType single() { method in class:FrameType
137 public static FrameType single(Class<?> clazz) { method in class:FrameType
[all...]
/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontVariationAxis.java27 * Class that holds information about single font variation axis.
118 * tag must contain four ASCII characters and must be wrapped with single quotes (U+0027) or
148 "Tag should be wrapped with double or single quote: " + settings);
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
H A DProGuardTypesMapper.kt133 return setOf(setToMatch.single().toDotNotation() + suffix)
137 return setOf(setToMatch.single().toDotNotation())
/frameworks/rs/script_api/
H A Drs_object_types.spec158 as a single unit for packing and alignment purposes.
H A Drs_for_each.spec116 "root" in the specified script, and only a single input allocation can be used.
H A Drs_math.spec33 instead the input as a single vector in n-dimensional space.
1241 arg: int#1 exponent, "Exponent, a single component or matching vector."
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
H A DShortcutMethodProcessorTest.kt78 fun single() {
/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 338 milliseconds

12