Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 34) 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…
Dcpu.txt16 * 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…
/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/
DGenerateStubsWhiteList.cpp259 string rest, compressedRest; in mangleType() local
260 if (!mangleType(vectorSize, tokens, previousManglings, &rest, &compressedRest)) { in mangleType()
263 *mangling = delta + rest; in mangleType()
/frameworks/av/media/libnbaio/
DAndroid.bp29 // 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/opt/gamesdk/src/swappy/
DCMakeLists.txt49 # the result .so size suggests it's including the rest of the
/frameworks/base/core/proto/
DREADME.md3 1. As in the rest of Android, use 4 spaces to indent instead of 2.
/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/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser_test.cc107 StringPiece rest = json.substr(split); in RunTest() local
108 GOOGLE_LOG(INFO) << "Testing split: " << first << "><" << rest; in RunTest()
111 result = parser.Parse(rest); in RunTest()
/frameworks/base/services/core/java/com/android/server/
DNsdService.java458 String rest = cooked[2].substring(index); in handleNativeEvent() local
459 String type = rest.replace(".local.", ""); in handleNativeEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1322 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local
1323 rest.putString("KEY_STRING", "Foo1"); in testSetGetApplicationRestriction()
1324 dpm.setApplicationRestrictions(admin1, "pkg1", rest); in testSetGetApplicationRestriction()
1328 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local
1329 rest.putString("KEY_STRING", "Foo2"); in testSetGetApplicationRestriction()
1330 dpm.setApplicationRestrictions(admin1, "pkg2", rest); in testSetGetApplicationRestriction()
1540 final Bundle rest = new Bundle(); in testApplicationRestrictionsManagingApp() local
1541 rest.putString("KEY_STRING", "Foo1"); in testApplicationRestrictionsManagingApp()
1543 () -> dpm.setApplicationRestrictions(null, "pkg1", rest)); in testApplicationRestrictionsManagingApp()
1565 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/native/cmds/surfacereplayer/replayer/
DREADME.md233 - **Running** - The worker is running again and finishing the rest of its work.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java214 @JRubyMethod(name = "method_missing", rest = true)

12