Home
last modified time | relevance | path

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

12

/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/server/
Dwirelesschargerdetector.proto37 // True if the device is thought to be at rest on a wireless charger.
39 // The gravity vector most recently observed while at rest.
40 optional VectorProto rest = 3; field
45 // True if the rest position should be updated if at rest.
49 // The number of samples collected that showed evidence of not being at rest.
/frameworks/ml/nn/tools/systrace_parser/parser/test/
Domr1.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
30 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
45 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
60 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
75 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dunittest.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
31 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dhdrnet-bm.txt16 with the rest of the numbers
Dhdrnet.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dold.txt15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
Dcpu.txt16 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureBackgroundAnimator.java155 Animator rest = ViewAnimationUtils in animateOpen() local
158 markState(rest, CircleState.RESTING); in animateOpen()
159 animators.add(rest); in animateOpen()
192 Animator rest = ViewAnimationUtils in animateOpen() local
195 markState(rest, CircleState.RESTING); in animateOpen()
196 animators.add(rest); in animateOpen()
/frameworks/base/cmds/incidentd/src/
Dincidentd_util.cpp93 const char** varargs(const char* first, va_list rest) { in varargs() argument
97 va_copy(copied_rest, rest); in varargs()
107 const char* arg = va_arg(rest, const char*); in varargs()
Dincidentd_util.h68 const char** varargs(const char* first, va_list rest);
/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/
DGenerateRSFunctionsList.cpp259 string rest, compressedRest; in mangleType() local
260 if (!mangleType(vectorSize, tokens, previousManglings, &rest, &compressedRest)) { in mangleType()
263 *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/media/libnbaio/
DAndroid.bp35 // link against libnbaio and system modules can't link against libnbaio_mono. The rest of libnbaio
/frameworks/av/media/libaaudio/src/core/
DVersionExperiment.txt44 // Assume the rest of the structure is vectors.
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp57 char* rest = (end != -1) ? (start + end) : (start + tagNames.size()); in parseTagsToMonitor() local
58 tagNames = String8::format("%s%s%s", start, k3aTags, rest); in parseTagsToMonitor()
/frameworks/base/core/proto/
DREADME.md3 1. As in the rest of Android, use 4 spaces to indent instead of 2.
/frameworks/base/media/java/android/media/
DWebVttRenderer.java853 String rest = line.substring(arrowAt + 3)
855 int spaceAt = rest.indexOf(' ');
856 String end = spaceAt > 0 ? rest.substring(0, spaceAt) : rest;
857 rest = spaceAt > 0 ? rest.substring(spaceAt + 1) : "";
861 for (String setting: rest.split(" +")) {
/frameworks/base/services/core/java/com/android/server/
DNsdService.java456 String rest = cooked[2].substring(index); in handleNativeEvent() local
457 String type = rest.replace(".local.", ""); in handleNativeEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1349 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local
1350 rest.putString("KEY_STRING", "Foo1"); in testSetGetApplicationRestriction()
1351 dpm.setApplicationRestrictions(admin1, "pkg1", rest); in testSetGetApplicationRestriction()
1355 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local
1356 rest.putString("KEY_STRING", "Foo2"); in testSetGetApplicationRestriction()
1357 dpm.setApplicationRestrictions(admin1, "pkg2", rest); in testSetGetApplicationRestriction()
1567 final Bundle rest = new Bundle(); in testApplicationRestrictionsManagingApp() local
1568 rest.putString("KEY_STRING", "Foo1"); in testApplicationRestrictionsManagingApp()
1570 () -> dpm.setApplicationRestrictions(null, "pkg1", rest)); in testApplicationRestrictionsManagingApp()
1592 dpm.setApplicationRestrictions(null, "pkg1", rest); in testApplicationRestrictionsManagingApp()
[all …]
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp55 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v() argument
59 copy_v(SkTAddOffset<void>(dst, n * sizeof(S)), std::forward<Rest>(rest)...); in copy_v()
/frameworks/av/media/tests/benchmark/
DREADME.md23 …chmark/res/. You can use a different location, but you have to modify the rest of the instructions…
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md233 - **Running** - The worker is running again and finishing the rest of its work.
/frameworks/base/packages/SystemUI/docs/
Dplugins.md132 The plugin settings activity does not run in SysUI like the rest of the plugin, so it cannot refere…

12