Searched refs:to (Results 226 - 250 of 559) sorted by relevance

1234567891011>>

/frameworks/ex/camera2/public/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/ex/camera2/utils/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
H A Dutils.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/multidex/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/car/setupwizard/library/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java10 * Unless required by applicable law or agreed to in writing, software
45 * its intent to invoke callbacks. In this class, the message across this binder is handled, and
46 * the superclass's methods are used to execute the callbacks.
149 /** Default handler used to consolidate binder method calls onto a single thread. */
306 // Request is to resume, but we're already resumed so ignore the request.
360 * Determines if a session modify request represents a request to pause the video.
363 * @param to The to video state.
367 public static boolean isPauseRequest(int from, int to) { argument
369 boolean toPaused = VideoProfile.isPaused(to);
382 isResumeRequest(int from, int to) argument
396 isTurnOffCameraRequest(int from, int to) argument
408 isTurnOnCameraRequest(int from, int to) argument
[all...]
/frameworks/opt/net/wifi/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/telephony/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/util/
H A DPairTest.kt10 * Unless required by applicable law or agreed to in writing, software
42 assertEquals(android.first to android.second, kotlin)
/frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/bytecode/
H A DCoreRemapperImplTest.kt10 * Unless required by applicable law or agreed to in writing, software
34 to JavaType.fromDotVersion(
/frameworks/base/core/java/com/android/internal/util/
H A DExponentiallyBucketedHistogram.java10 * Unless required by applicable law or agreed to in writing, software
38 public ExponentiallyBucketedHistogram(@IntRange(from = 1, to = 31) int numBuckets) {
45 * Add a new value to the histogram.
50 * @param value The value to add
68 * Write the histogram to the log.
70 * @param tag The tag to use when logging
/frameworks/base/core/tests/webkit/apk_with_native_libs/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
53 # Builds an apk containing uncompressed native libraries that have to be
/frameworks/base/packages/SettingsLib/tests/robotests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
59 # SettingsLib runner target to run the previous target. #
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
30 # Notice that we don't have to include the src files of Email because, by
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java10 * Unless required by applicable law or agreed to in writing, software
47 private static final String XML_TO_TAG = "to";
54 * message to be translated
99 * character to be translated
114 * Trying to translate unicode to Gsm 7-bit alphabet; If c is not
115 * present on translation table, c does not belong to Unicode Latin-1
116 * (Basic + Supplement), so we don't know how to translate it to a Gsm
140 Rlog.v(TAG, Integer.toHexString(c) + " (" + c + ")" + " translated to "
[all...]
/frameworks/base/vr/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
16 # Library to perform dlopen on the actual shared library.
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc151 // FIXME: This implementation reduces mmap to read. Use Windows APIs.
157 // FIXME: This implementation reduces mmap to read. Use Windows APIs.
/frameworks/layoutlib/bridge/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
40 # Copy the jar to DIST_DIR for sdk builds
/frameworks/native/cmds/lshal/
H A Dutils.h10 * Unless required by applicable law or agreed to in writing, software
32 // Return to Lshal::main to print help info.
85 void replaceAll(std::string *s, char from, char to);
/frameworks/rs/cpp/util/
H A DStrongPointer.h10 * Unless required by applicable law or agreed to in writing, software
31 TextOutput& printStrongPointer(TextOutput& to, const void* val);
115 TextOutput& operator<<(TextOutput& to, const sp<T>& val);
212 inline TextOutput& operator<<(TextOutput& to, const sp<T>& val) argument
214 return printStrongPointer(to, val.get());
/frameworks/rs/script_api/
H A Drs_debug.spec10 # Unless required by applicable law or agreed to in writing, software
20 The functions below are intended to be used during application developement.
34 This function prints a message to the standard log, followed by the provided values.
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DSupportAndroidTestAppPlugin.kt10 * Unless required by applicable law or agreed to in writing, software
40 ?: throw Exception("Failed to find Android extension")
44 project.apply(mapOf("plugin" to "com.android.application"))
45 project.apply(mapOf("plugin" to ErrorProneBasePlugin::class.java))
48 ?: throw Exception("Failed to find Android extension")
64 // Use a local debug keystore to avoid build server issues.
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DSupportAndroidTestAppPlugin.kt10 * Unless required by applicable law or agreed to in writing, software
40 ?: throw Exception("Failed to find Android extension")
44 project.apply(mapOf("plugin" to "com.android.application"))
45 project.apply(mapOf("plugin" to ErrorProneBasePlugin::class.java))
48 ?: throw Exception("Failed to find Android extension")
64 // Use a local debug keystore to avoid build server issues.
/frameworks/base/core/java/android/view/
H A DGhostView.java10 * Unless required by applicable law or agreed to in writing, software
26 * by its parent because its visibility is set to INVISIBLE, but will be drawn
27 * here using its render node. When the GhostView is set to INVISIBLE, the View it is
154 private static void copySize(View from, View to) { argument
155 to.setLeft(0);
156 to.setTop(0);
157 to.setRight(from.getWidth());
158 to.setBottom(from.getHeight());
162 * Move the GhostViews to the end so that they are on top of other views and it is easier
163 * to d
[all...]
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
H A DTypeAdapterStore.kt10 * Unless required by applicable law or agreed to in writing, software
78 * Holds all type adapters and can create on demand composite type adapters to convert a type into a
155 * Searches 1 way to bind a value into a statement.
171 // this safeguard allows us to dispatch the real problem to the user (e.g. why we couldn't
173 val columnAdapter = getAllColumnAdapters(binder.to).firstOrNull() ?: return null
190 * Searches 1 way to read it from cursor
209 * Tries to reverse the converter going through the same nodes, if possible.
223 types.isSameType(it.from, converter.to) && types
224 .isSameType(it.to, converte
[all...]

Completed in 505 milliseconds

1234567891011>>