Home
last modified time | relevance | path

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

12

/frameworks/base/startop/scripts/trace_analyzer/
Dqueries_all.sql29 rest, field
41 split(predictorset_id, predictor_name, rest, gen) AS (
46 substr(rest, 0, instr(rest, '|')),
47 substr(rest, instr(rest, '|')+1),
50 WHERE rest <> ''),
/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/base/startop/scripts/app_startup/
Drun_app_with_prefetch352 local rest
367 IFS='=' read -r metric_name metric_value rest <<< "$i"
383 local rest
387 while IFS='=' read -r metric_name metric_value rest; do
388 verbose_print "metric: $metric_name, value: $metric_value; rest: $rest"
399 local rest
403 while IFS='=' read -r metric_name metric_value rest; do
404 verbose_print "metric: $metric_name, value: $metric_value; rest: $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/car/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/core/java/android/text/style/
DLeadingMarginSpan.java109 public Standard(int first, int rest) { in Standard() argument
111 mRest = rest; in Standard()
/frameworks/base/cmds/incidentd/src/
Dincidentd_util.cpp141 const char** varargs(const char* first, va_list rest) { in varargs() argument
145 va_copy(copied_rest, rest); in varargs()
155 const char* arg = va_arg(rest, const char*); in varargs()
Dincidentd_util.h103 const char** varargs(const char* first, va_list rest);
/frameworks/base/startop/scripts/app_startup/lib/
Dapp_runner.py244 rest = splits[2] if len(splits) > 2 else ''
245 if rest:
/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.bp35 // link against libnbaio and system modules can't link against libnbaio_mono. The rest of libnbaio
/frameworks/base/apex/jobscheduler/
DREADME_js-mainline.md13 and the rest of the framework code is put in `framework-minus-apex.jar`,
/frameworks/av/
DMainlineFiles.cfg5 # rest are path prefixes starting at root of the project
/frameworks/av/media/libaaudio/src/core/
DVersionExperiment.txt44 // Assume the rest of the structure is vectors.
/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.cpp67 char* rest = (end != -1) ? (start + end) : (start + tagNames.size()); in parseTagsToMonitor() local
68 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/av/media/tests/benchmark/
DREADME.md38 …chmark/res/. You can use a different location, but you have to modify the rest of the instructions…
/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()

12