/frameworks/base/core/java/com/android/internal/util/ |
D | LineBreakBufferedWriter.java | 150 int rest = bufferSize - bufferIndex; in write() local 151 appendToBuffer(buf, off, rest); in write() 154 off += rest; in write() 155 len -= rest; in write() 204 int rest = bufferSize - bufferIndex; in write() local 205 appendToBuffer(s, off, rest); in write() 208 off += rest; in write() 209 len -= rest; in write() 276 int rest = bufferIndex - i; in removeFromBuffer() local 277 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/core/java/android/text/style/ |
D | LeadingMarginSpan.java | 109 public Standard(int first, int rest) { in Standard() argument 111 mRest = rest; in Standard()
|
/frameworks/native/libs/binder/ |
D | Utils.h | 94 Span<T> rest = {data + offset, size - offset}; in splitOff() local 96 return rest; in splitOff()
|
/frameworks/base/tests/TrustTests/ |
D | README.md | 31 2. `TrustManager` which is the interface the rest of the system (e.g. SystemUI) has to the 35 3. `TrustListener` which is the interface the rest of the system (e.g. SystemUI) uses to receive 37 1. Through this, verify behavior that affects the rest of the system. For example,
|
/frameworks/native/services/surfaceflinger/Utils/ |
D | Dumper.h | 75 void dump(std::string_view name, const T& value, const Ts&... rest) { in dump() argument 87 string += ((", " + to_string(rest)) + ...); in dump()
|
/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/core/tests/coretests/src/com/android/internal/widget/ |
D | LockPatternViewTest.java | 239 float rest = 1f - progress; in makeMove() local 242 /* x= */ xFrom * rest + xTo * progress, in makeMove() 243 /* y= */ yFrom * rest + yTo * progress, in makeMove()
|
/frameworks/rs/script_api/ |
D | GenerateRSFunctionsList.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/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/media/libnbaio/ |
D | Android.bp | 44 // link against libnbaio and system modules can't link against libnbaio_mono. The rest of libnbaio
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
D | mediaextractor-arm64.policy | 50 # covered by the rest of the file, or by builtin minijail allow-listing of
|
/frameworks/libs/binary_translation/exec_region/ |
D | sections.ld | 50 /* Align the rest of segments on the page boundary to prevent
|
/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/ |
D | MainlineFiles.cfg | 8 # rest are path prefixes starting at root of the project
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 28 want this code relying on the rest of SystemUI, and we don't want the rest
|
D | corestartable.md | 6 a chunk of SystemUI functionality that is initialized at startup time, independent of the rest of
|
/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/proto_logging/stats/enums/stats/ike/ |
D | ike.proto | 123 // rest 16 bits representing the detailed error causes.
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediaswcodec-arm64.policy | 84 # covered by the rest of the file, or by builtin minijail allow-listing of
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | sysui.md | 30 interfaces provided by the Shell and the rest of SystemUI.
|
/frameworks/libs/binary_translation/intrinsics/ |
D | Android.bp | 189 // Since we don't support MacOS build for the rest of berberis we are providing
|
/frameworks/proto_logging/stats/atoms/art/ |
D | odrefresh_extension_atoms.proto | 207 // Some artifacts are generated and signed, but odrefresh failed to generate the rest. See
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 40 registering and unregistering with the rest of the system as needed.
|