Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/util/
DLineBreakBufferedWriter.java150 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/
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/core/java/android/text/style/
DLeadingMarginSpan.java109 public Standard(int first, int rest) { in Standard() argument
111 mRest = rest; in Standard()
/frameworks/native/libs/binder/
DUtils.h94 Span<T> rest = {data + offset, size - offset}; in splitOff() local
96 return rest; in splitOff()
/frameworks/base/tests/TrustTests/
DREADME.md31 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/
DDumper.h75 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/
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/core/tests/coretests/src/com/android/internal/widget/
DLockPatternViewTest.java239 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/
DGenerateRSFunctionsList.cpp259 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/
DREADME_js-mainline.md13 and the rest of the framework code is put in `framework-minus-apex.jar`,
/frameworks/av/media/libnbaio/
DAndroid.bp44 // link against libnbaio and system modules can't link against libnbaio_mono. The rest of libnbaio
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm64.policy50 # covered by the rest of the file, or by builtin minijail allow-listing of
/frameworks/libs/binary_translation/exec_region/
Dsections.ld50 /* Align the rest of segments on the page boundary to prevent
/frameworks/base/core/proto/
DREADME.md3 1. As in the rest of Android, use 4 spaces to indent instead of 2.
/frameworks/av/
DMainlineFiles.cfg8 # rest are path prefixes starting at root of the project
/frameworks/base/packages/SystemUI/docs/
Ddagger.md28 want this code relying on the rest of SystemUI, and we don't want the rest
Dcorestartable.md6 a chunk of SystemUI functionality that is initialized at startup time, independent of the rest of
/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/proto_logging/stats/enums/stats/ike/
Dike.proto123 // rest 16 bits representing the detailed error causes.
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediaswcodec-arm64.policy84 # 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/
Dsysui.md30 interfaces provided by the Shell and the rest of SystemUI.
/frameworks/libs/binary_translation/intrinsics/
DAndroid.bp189 // Since we don't support MacOS build for the rest of berberis we are providing
/frameworks/proto_logging/stats/atoms/art/
Dodrefresh_extension_atoms.proto207 // Some artifacts are generated and signed, but odrefresh failed to generate the rest. See
/frameworks/base/packages/SystemUI/
DREADME.md40 registering and unregistering with the rest of the system as needed.

12