Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DLineBreakBufferedWriter.java149 int rest = bufferSize - bufferIndex; in write() local
150 appendToBuffer(buf, off, rest); in write()
153 off += rest; in write()
154 len -= rest; in write()
203 int rest = bufferSize - bufferIndex; in write() local
204 appendToBuffer(s, off, rest); in write()
207 off += rest; in write()
208 len -= rest; in write()
275 int rest = bufferIndex - i; in removeFromBuffer() local
276 if (rest > 0) { in removeFromBuffer()
[all …]
/frameworks/base/core/proto/android/service/
Dwirelesschargerdetector.proto32 // True if the device is thought to be at rest on a wireless charger.
34 // The gravity vector most recently observed while at rest.
35 VectorProto rest = 3; field
40 // True if the rest position should be updated if at rest.
44 // The number of samples collected that showed evidence of not being at rest.
/frameworks/support/tv-provider/src/android/support/media/tv/
DCollectionUtils.java36 public static <T> T[] concatAll(T[] first, T[]... rest) { in concatAll() argument
38 for (T[] array : rest) { in concatAll()
43 for (T[] array : rest) { in concatAll()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelAnalyzer.java172 final String rest; in applyImports() local
175 rest = null; in applyImports()
178 rest = className.substring(dotIndex); // includes dot in applyImports()
183 result = rest == null ? expandedQualifier : expandedQualifier + rest; in applyImports()
/frameworks/base/core/java/android/text/style/
DLeadingMarginSpan.java109 public Standard(int first, int rest) { in Standard() argument
111 mRest = rest; in Standard()
/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp258 string rest, compressedRest; in mangleType() local
259 if (!mangleType(vectorSize, tokens, previousManglings, &rest, &compressedRest)) { in mangleType()
262 *mangling = delta + rest; in mangleType()
Drs_matrix.spec225 If loading from a matrix and the source is smaller than the destination, the rest
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp54 char* rest = (end != -1) ? (start + end) : (start + tagNames.size()); in parseTagsToMonitor() local
55 tagNames = String8::format("%s%s%s", start, k3aTags, rest); in parseTagsToMonitor()
/frameworks/av/media/libaaudio/src/core/
DVersionExperiment.txt44 // Assume the rest of the structure is vectors.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
DIntegralToString.java371 int rest = ((int) ((n - midDigit) >>> 1)) * 0xCCCCCCCD; local
372 cursor = intIntoCharArray(buf, cursor, rest);
/frameworks/base/media/java/android/media/
DWebVttRenderer.java851 String rest = line.substring(arrowAt + 3)
853 int spaceAt = rest.indexOf(' ');
854 String end = spaceAt > 0 ? rest.substring(0, spaceAt) : rest;
855 rest = spaceAt > 0 ? rest.substring(spaceAt + 1) : "";
859 for (String setting: rest.split(" +")) {
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator117 # if cmd is not 'runtest', just take the rest of the args
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1190 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local
1191 rest.putString("KEY_STRING", "Foo1"); in testSetGetApplicationRestriction()
1192 dpm.setApplicationRestrictions(admin1, "pkg1", rest); in testSetGetApplicationRestriction()
1196 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local
1197 rest.putString("KEY_STRING", "Foo2"); in testSetGetApplicationRestriction()
1198 dpm.setApplicationRestrictions(admin1, "pkg2", rest); in testSetGetApplicationRestriction()
1415 Bundle rest = new Bundle(); in testApplicationRestrictionsManagingApp() local
1416 rest.putString("KEY_STRING", "Foo1"); in testApplicationRestrictionsManagingApp()
1418 dpm.setApplicationRestrictions(null, "pkg1", rest); in testApplicationRestrictionsManagingApp()
1458 dpm.setApplicationRestrictions(null, "pkg1", rest); in testApplicationRestrictionsManagingApp()
[all …]
/frameworks/base/services/core/java/com/android/server/
DNsdService.java461 String rest = cooked[2].substring(index); in handleNativeEvent() local
462 String type = rest.replace(".local.", ""); in handleNativeEvent()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md233 - **Running** - The worker is running again and finishing the rest of its work.
/frameworks/base/tools/layoutlib/create/
DREADME.txt204 replacement version of Paint which will be used by the rest of the Android stack. The replacement
/frameworks/rs/script_api/include/
Drs_matrix.rsh228 * If loading from a matrix and the source is smaller than the destination, the rest
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt403 be a consequence of the rest of this License.
/frameworks/support/development/checkstyle/
DLICENSE403 be a consequence of the rest of this License.
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...