Searched refs:to (Results 376 - 400 of 559) sorted by relevance

<<11121314151617181920>>

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/libsgemm/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/
H A DCustomTypeConverterWrapper.kt10 * Unless required by applicable law or agreed to in writing, software
30 * Wraps a type converter specified by the developer and forwards calls to it.
33 : TypeConverter(custom.from, custom.to) {
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DTextSelection.java10 * Unless required by applicable law or agreed to in writing, software
78 * to low confidence.
90 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
93 @FloatRange(from = 0.0, to = 1.0)
100 * The TextClassifier that generates this object may use it as a way to internally identify
150 * Builder used to build {@link TextSelection} objects.
160 * Creates a builder used to build {@link TextSelection} objects.
175 * @param confidenceScore a value from 0 (low confidence) to 1 (high confidence).
177 * Values greater than 1 are clamped to 1.
181 @FloatRange(from = 0.0, to
[all...]
/frameworks/av/include/media/stagefright/
H A DColorConverter.h10 * Unless required by applicable law or agreed to in writing, software
31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DColorConverter.h10 * Unless required by applicable law or agreed to in writing, software
31 ColorConverter(OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to);
/frameworks/base/core/java/android/net/
H A DNetworkBadging.java10 * Unless required by applicable law or agreed to in writing, software
68 @IntRange(from=0, to=4) int signalLevel, @Badging int badging, @Nullable Theme theme) {
75 * <p>This wifi signal resource is a wifi icon to be displayed by itself when there is no badge.
/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontVariationAxis.java10 * Unless required by applicable law or agreed to in writing, software
60 * Returns the variable font axis tag associated to this axis.
67 * Returns the style value associated to the given axis for this font.
152 i += 6; // Move to end of tag.
163 "Failed to parse float string: " + e.getMessage());
/frameworks/base/libs/hwui/tests/scripts/
H A Dskp-capture.sh10 printf "Use \`adb shell 'pm list packages'\` to get a listing.\n\n"
34 printf 'Capture SKP property need to be enabled first. Please use\n'
75 #read -n1 -r -p "Press any key to continue..." key
107 printf '\nSKP saved to file:\n %s\n\n' "$local_path"
/frameworks/rs/script_api/
H A Drs_object_info.spec10 # Unless required by applicable law or agreed to in writing, software
20 The functions below can be used to query the characteristics of an Allocation, Element,
26 Allocations are the primary method used to pass data to and from RenderScript kernels.
28 They are a structured collection of cells that can be used to store bitmaps, textures,
34 See the <a href='http://developer.android.com/reference/android/renderscript/Allocation.html'>android.renderscript.Allocation</a> for details on to create Allocations.
40 <li>@rs_element is a handle to a type specification, and</li>
47 boolean. It can also specify a handle to a RenderScript object. See @rs_data_type for
54 Elements can also have a kind, which is semantic information used to interpret pixel
76 Use @rsGetDimHasFaces() to ge
[all...]
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DMavenUploadHelper.kt10 * Unless required by applicable law or agreed to in writing, software
41 project.apply(mapOf("plugin" to "maven"))
52 "repository"(mapOf("url" to repo))
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DMavenUploadHelper.kt10 * Unless required by applicable law or agreed to in writing, software
41 project.apply(mapOf("plugin" to "maven"))
52 "repository"(mapOf("url" to repo))
/frameworks/support/navigation/safe-args-gradle-plugin/src/main/kotlin/androidx/navigation/safeargs/gradle/
H A DArgumentsGenerationTask.kt10 * Unless required by applicable law or agreed to in writing, software
48 Mapping(file.relativeTo(project.projectDir).path, output.files) to output.errors
49 }.unzip().let { (mappings, errorLists) -> mappings to errorLists.flatten() }
67 project.logger.warn("Failed to clear directory for navigation arguments")
70 throw GradleException("Failed to create directory for navigation arguments")
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp10 * Unless required by applicable law or agreed to in writing, software
268 float from, to; local
269 if (!parseNTPRange(value.c_str() + 4, &from, &to)) {
273 *durationUs = (int64_t)((to - from) * 1E6);
318 // Failed to parse float or trailing "dash".
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java10 * Unless required by applicable law or agreed to in writing, software
30 * In addition to kernels, a script group may contain invocable functions as well.
33 * Inside a script group, outputs from one kernel can be passed to another kernel as inputs.
38 * runtime and compiler optimization can be applied to reduce computation and
39 * communication overhead, and to make better use of the CPU and the GPU.
56 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) { argument
58 mToK = to;
62 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) { argument
64 mToF = to;
92 * A closure represents a function call to
702 addConnection(Type t, Script.KernelID from, Script.FieldID to) argument
737 addConnection(Type t, Script.KernelID from, Script.KernelID to) argument
[all...]
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dnumeric.h25 // Adjusts `x` to the periodic range `[lo, hi]` (to normalize angle values
43 // @param x the angle to be normalized
44 // @param centre the point around which to normalize the range
45 // @return the value of x, normalized to the range [centre - 180, centre + 180]
53 // @param x the angle to be normalized
54 // @param centre the point around which to normalize the range
55 // @return the value of x, normalized to the range
57 // @remark the centre parameter is to make it possible to specif
83 MapPoint(const vec2& pt, const R1& from, const R2& to) argument
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java10 * Unless required by applicable law or agreed to in writing, software
33 * In addition to kernels, a script group may contain invocable functions as well.
36 * Inside a script group, outputs from one kernel can be passed to another kernel as inputs.
41 * runtime and compiler optimization can be applied to reduce computation and
42 * communication overhead, and to make better use of the CPU and the GPU.
45 //FIXME: Change 23 to the codename when that is decided.
63 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) { argument
65 mToK = to;
69 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) { argument
71 mToF = to;
769 addConnection(Type t, Script.KernelID from, Script.FieldID to) argument
803 addConnection(Type t, Script.KernelID from, Script.KernelID to) argument
[all...]
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
H A DTestUtilsMatchers.java10 * Unless required by applicable law or agreed to in writing, software
61 // One option is to check if we have a ColorDrawable and then call getColor
262 public static Matcher<List<Float>> inRange(final float from, final float to) { argument
278 if ((curr < from) || (curr > to)) {
280 from + " and " + to;
362 * @param childMatcher the type of the child to match on
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareUiLayout.java9 * Unless required by applicable law or agreed to in writing, software distributed under the
161 private void rotate(int from, int to) { argument
162 if (from != ROTATION_NONE && to != ROTATION_NONE) {
165 rotate(ROTATION_NONE, to);
168 if (from == ROTATION_LANDSCAPE || to == ROTATION_SEASCAPE) {
173 if (to != ROTATION_NONE) {
/frameworks/ml/nn/common/
H A DCpuExecutor.cpp10 * Unless required by applicable law or agreed to in writing, software
106 // nothing to do
113 // Represents a POINTER argument; nothing to do
157 // Allocate the buffer if we need to.
231 // Start by setting the runtime info to what's in the model.
234 RunTimeOperandInfo& to = mOperands[i]; local
235 to.type = from.type;
236 to.dimensions = from.dimensions;
237 to.scale = from.scale;
238 to
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java10 * Unless required by applicable law or agreed to in writing, software
55 * Translates Wi-Fi Aware requests from the framework to the HAL (HIDL).
57 * Delegates the management of the NAN interface to WifiAwareNativeManager.
92 * (HIDL) Cast the input to a 1.2 NAN interface (possibly resulting in a null).
167 pw.println("Can't convert value to integer -- '" + valueStr + "'");
196 pw.println("Can't convert value to integer -- '" + valueStr + "'");
276 pw.println(" set <name> <value>: sets named parameter to value. Names: "
278 pw.println(" set-power <mode> <name> <value>: sets named power parameter to value."
291 * @param transactionId Transaction ID for the transaction - used in the async callback to
322 * async callback to matc
1117 convertNativeByteArrayToArrayList(byte[] from, ArrayList<Byte> to) argument
1133 copyArray(byte[] from, byte[] to) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragment.java9 * Unless required by applicable law or agreed to in writing, software distributed under the
180 // Use navbar dragging as a signal to hide the rotate button
235 // Reset user rotation pref to match that of the WindowManager if starting in locked mode
236 // This will automatically happen when switching from auto-rotate to locked mode
427 // is not valid for the top app. Use invalid rotation choices as a signal to remove the
441 // Prepare to show the navbar icon by updating the icon style to change anim params
457 // If the navbar isn't shown, flag the rotate icon to be shown should the navbar become
484 private boolean isRotationAnimationCCW(int from, int to) { argument
486 if (from == Surface.ROTATION_0 && to
[all...]
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
H A DCustomConverterProcessorTest.kt10 * Unless required by applicable law or agreed to in writing, software
234 to: TypeName,
244 returns(to)
246 if (to.isPrimitive) {
/frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
H A DOpReorderTest.java10 * Unless required by applicable law or agreed to in writing, software
265 int to;
267 to = nextInt(random, updatedItemCount);
268 } while (to == from);
269 mv(from, to);
294 UpdateOp mv(int from, int to) { argument
295 return record(new UpdateOp(MOVE, from, to, null));
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp10 * Unless required by applicable law or agreed to in writing, software
249 static bool hasSameVerbs(const PathData& from, const PathData& to) { argument
250 return from.verbs == to.verbs && from.verbSizes == to.verbSizes;
333 // Now try to interpolate with a slightly modified version of self and expect success
356 // TODO: Also need to test property sync and dirty flag when properties change.
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DFragmentTransitionTest.java10 * Unless required by applicable law or agreed to in writing, software
138 // Test that shared elements transition from one fragment to the next
144 // Now do a transition to scene2
199 // should be a normal transition from fragment1 to fragment2
263 // Now do a transition to scene2
318 // Make sure that onMapSharedElement works to change the shared element going out
323 // Now do a transition to scene2
385 // Make sure that onMapSharedElement works to change the shared element target
390 // Now do a transition to scene2
456 // Now do a transition to scene
928 verifyTransition(TransitionFragment from, TransitionFragment to, String sharedElementName) argument
1072 verifyPopTransition(final int numPops, TransitionFragment from, TransitionFragment to, TransitionFragment... others) argument
[all...]

Completed in 331 milliseconds

<<11121314151617181920>>