Searched refs:input (Results 1 - 25 of 514) sorted by last modified time

1234567891011>>

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-local.py13 for line in fileinput.input(inputFile, inplace = 1):
H A Dbuild-release.py13 for line in fileinput.input(inputFile, inplace = 1):
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-local.py13 for line in fileinput.input(inputFile, inplace = 1):
H A Dbuild-release.py13 for line in fileinput.input(inputFile, inplace = 1):
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/wear/src/android/support/wear/widget/
H A DBezierSCurveInterpolator.java67 public float getInterpolation(float input) { argument
68 if (input >= 1.0f) {
72 if (input <= 0f) {
76 int position = Math.min((int) (input * (VALUES.length - 1)), VALUES.length - 2);
79 float difference = input - quantized;
/frameworks/support/compat/api20/android/support/v4/app/
H A DRemoteInputCompatApi20.java106 for (RemoteInputCompatBase.RemoteInput input : remoteInputs) {
109 getDataResultsFromIntent(intent, input.getResultKey());
111 arr[0] = input;
114 addDataResultToIntent(input, intent, existingDataResults);
121 * @param remoteInput The remote input for which results are being provided
122 * @param intent The intent to add remote input results to. The {@link ClipData}
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java205 * prompt attention or input.
234 * Notification extras key: this is the remote input history, as supplied to
1192 * Set the remote input history.
1198 * The most recent input must be stored at the 0 index, the second most recent at the
1200 * and how much of each individual input is shown.
2647 * a text input. For inputs which only accept data use {@link #getDataOnlyRemoteInputs}.
2735 * Add an input to be collected from the user when this action is sent.
2781 for (RemoteInput input : mRemoteInputs) {
2782 if (input.isDataOnly()) {
2783 dataOnlyInputs.add(input);
[all...]
/frameworks/support/compat/tests/java/android/support/v4/app/
H A DRemoteInputTest.java51 RemoteInput input = newDataOnlyRemoteInput();
53 assertTrue(input.isDataOnly());
54 assertFalse(input.getAllowFreeFormInput());
55 assertTrue(input.getChoices() == null || input.getChoices().length == 0);
56 assertEquals(1, input.getAllowedDataTypes().size());
57 assertTrue(input.getAllowedDataTypes().contains(MIME_TYPE));
62 RemoteInput input = newTextRemoteInput();
64 assertFalse(input.isDataOnly());
65 assertTrue(input
[all...]
/frameworks/support/core-ui/java/android/support/v4/view/animation/
H A DLookupTableInterpolator.java23 * given input.
36 public float getInterpolation(float input) { argument
37 if (input >= 1.0f) {
40 if (input <= 0f) {
46 int position = Math.min((int) (input * (mValues.length - 1)), mValues.length - 2);
50 float diff = input - quantized;
/frameworks/support/emoji/appcompat/src/android/support/text/emoji/widget/
H A DEmojiAppCompatEditText.java63 public void setKeyListener(android.text.method.KeyListener input) { argument
64 super.setKeyListener(getEmojiEditTextHelper().getKeyListener(input));
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java1313 * Reads Exif tags from the specified image input stream. Attribute mutation is not supported
1314 * for input streams. The given input stream will proceed its current position. Developers
1315 * should close the input stream after use. This constructor is not intended to be used with
1316 * an input stream that performs any networking operations.
1599 * This function decides which parser to read the image data according to the given input stream
1600 * type and the content of the input stream. In each case, it reads the first three bytes to
1614 // Create byte-ordered input stream
1697 "ExifInterface does not support saving attributes for the current input.");
2131 * Loads EXIF attributes from a JPEG input strea
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_reduce.java89 private int addint(int[] input) { argument
91 for (int idx = 0; idx < input.length; ++idx)
92 rslt += input[idx];
97 final int[] input = createInputArrayInt(100000, 0, 1 << 13);
99 final int javaRslt = addint(input);
100 final int rsRslt = s.reduce_addint(input).get();
122 private Int2 findMinAndMax(float[] input) { argument
128 for (int idx = 0; idx < input.length; ++idx) {
129 if (input[idx] < minVal) {
130 minVal = input[id
[all...]
H A DUT_reduce_backward.java89 private int addint(int[] input) { argument
91 for (int idx = 0; idx < input.length; ++idx)
92 rslt += input[idx];
97 final int[] input = createInputArrayInt(100000, 0, 1 << 13);
99 final int javaRslt = addint(input);
100 final int rsRslt = s.reduce_addint(input).get();
122 private Int2 findMinAndMax(float[] input) { argument
128 for (int idx = 0; idx < input.length; ++idx) {
129 if (input[idx] < minVal) {
130 minVal = input[id
[all...]
H A DUT_script_group2_float.java48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
49 input.copyFrom(array);
78 ((Allocation)group.execute(input)[0]).copyTo(a);
H A DUT_script_group2_gatherscatter.java53 // The test sums up all elements in the input int4 array of size ARRAY_SIZE.
59 // same kernel function, with the input of one kernel being the output of
72 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
73 input.copyFrom(mArray);
103 ((Allocation)group.execute(input)[0]).copyTo(a);
H A DUT_script_group2_nochain.java51 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
52 input.copyFrom(array);
68 //input,
70 //new ScriptGroup.Binding(s_inc2.getFieldID_a(), input));
80 ((Allocation)group.execute(input)[0]).copyTo(a);
H A DUT_script_group2_pointwise.java50 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
51 input.copyFrom(array);
70 ((Allocation)group.execute(input)[0]).copyTo(a);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DDepthImage.java60 InputStream input = context.getContentResolver().openInputStream(image);
61 XmpDepthDecode decode = new XmpDepthDecode(input);
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java79 private byte[] unsignedToSignedByte(int[] input) { argument
80 byte[] output = new byte[input.length];
81 for (int i = 0; i < input.length; ++i) {
82 output[i] = (byte)(input[i]);
H A DGoogLeNet.java125 private int roundUp(int input, int roundN) { argument
126 int result = input;
127 if (input % roundN > 0) {
128 result += roundN - input % roundN;
133 // Generate random data for input Allocations.
H A DSGEMMTest.java72 private float calcL2Norm(float[] input) { argument
74 for (int i = 0; i < input.length; ++i) {
75 l2Norm += input[i] * input[i];
97 private float[] byteToFloat(byte[] input, int offset) { argument
98 float[] output = new float[input.length];
99 for (int i = 0; i < input.length; ++i) {
100 output[i] = (float)(input[i] - offset);

Completed in 650 milliseconds

1234567891011>>