/frameworks/base/startop/scripts/trace_analyzer/ |
D | queries_all.sql | 29 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/ |
D | LineBreakBufferedWriter.java | 149 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/ |
D | wirelesschargerdetector.proto | 37 // 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/ |
D | run_app_with_prefetch | 352 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/ |
D | omr1.txt | 15 * 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…
|
D | unittest.txt | 15 * 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…
|
D | hdrnet-bm.txt | 16 with the rest of the numbers
|
D | hdrnet.txt | 15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
|
D | cpu.txt | 16 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
|
D | old.txt | 15 * 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/ |
D | TemperatureBackgroundAnimator.java | 155 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/ |
D | LeadingMarginSpan.java | 109 public Standard(int first, int rest) { in Standard() argument 111 mRest = rest; in Standard()
|
/frameworks/base/cmds/incidentd/src/ |
D | incidentd_util.cpp | 141 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()
|
D | incidentd_util.h | 103 const char** varargs(const char* first, va_list rest);
|
/frameworks/base/startop/scripts/app_startup/lib/ |
D | app_runner.py | 244 rest = splits[2] if len(splits) > 2 else '' 245 if rest:
|
/frameworks/rs/script_api/ |
D | GenerateStubsWhiteList.cpp | 259 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/ |
D | Android.bp | 35 // link against libnbaio and system modules can't link against libnbaio_mono. The rest of libnbaio
|
/frameworks/base/apex/jobscheduler/ |
D | README_js-mainline.md | 13 and the rest of the framework code is put in `framework-minus-apex.jar`,
|
/frameworks/av/ |
D | MainlineFiles.cfg | 5 # rest are path prefixes starting at root of the project
|
/frameworks/av/media/libaaudio/src/core/ |
D | VersionExperiment.txt | 44 // Assume the rest of the structure is vectors.
|
/frameworks/base/core/proto/ |
D | README.md | 3 1. As in the rest of Android, use 4 spaces to indent instead of 2.
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | TagMonitor.cpp | 67 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/ |
D | WebVttRenderer.java | 853 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/ |
D | README.md | 38 …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/ |
D | NsdService.java | 456 String rest = cooked[2].substring(index); in handleNativeEvent() local 457 String type = rest.replace(".local.", ""); in handleNativeEvent()
|