/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/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/statusbar/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/cmds/incidentd/src/ |
D | incidentd_util.cpp | 93 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()
|
D | incidentd_util.h | 68 const char** varargs(const char* first, va_list rest);
|
/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/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 | 29 // link against libnbaio and system modules can't link against libnbaio_mono. The rest of libnbaio
|
/frameworks/av/media/libaaudio/src/core/ |
D | VersionExperiment.txt | 44 // Assume the rest of the structure is vectors.
|
/frameworks/opt/gamesdk/src/swappy/ |
D | CMakeLists.txt | 49 # the result .so size suggests it's including the rest of the
|
/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 | 57 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/ |
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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | json_stream_parser_test.cc | 107 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/ |
D | NsdService.java | 458 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/ |
D | DevicePolicyManagerTest.java | 1322 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/ |
D | RecordingCanvas.cpp | 55 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/ |
D | README.md | 233 - **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/ |
D | RubyMessage.java | 214 @JRubyMethod(name = "method_missing", rest = true)
|