Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 83) sorted by relevance

1234

/aosp12/system/incremental_delivery/incfs/
H A DMountRegistry.cpp132 auto absolute = path::normalize(root); in addRoot() local
133 auto it = rootByBindPoint.insert_or_assign(absolute, Bind{std::string(), int(index)}).first; in addRoot()
134 roots.push_back({std::move(absolute), path::normalize(backingDir), {it}}); in addRoot()
138 auto absolute = path::normalize(root); in removeRoot() local
139 auto it = rootByBindPoint.find(absolute); in removeRoot()
186 auto absolute = path::normalize(what); in removeBind() local
187 auto [root, rootIt] = rootIndex(absolute); in removeBind()
192 if (roots[root].path == absolute) { in removeBind()
193 removeRoot(absolute); in removeBind()
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal27 * - For a touch screen, reports the absolute X screen position of the center of
31 * - For a mouse, reports the absolute X screen position of the mouse pointer.
35 * - For a joystick, reports the absolute X position of the joystick.
50 * - For a joystick, reports the absolute Y position of the joystick.
171 * - For a joystick, reports the absolute Z position of the joystick.
174 * to report the absolute X position of the second joystick instead.</em>
180 * - For a joystick, reports the absolute rotation angle about the X axis.
187 * - For a joystick, reports the absolute rotation angle about the Y axis.
197 * to report the absolute Y position of the second joystick instead.
238 * - For a joystick, reports the absolute position of the rudder control.
[all …]
/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_presentation_time.txt80 an absolute time is needed such as displaying the color buffer on a
82 clock. For situations in which an absolute time is not needed such as
110 presentation time when an absolute time is needed be queried on Android?
131 - Clarified how uses that either do or do not need an absolute time should
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagSymbolResolutions.inc43 "inconsistent definitions of absolute symbol `%0': old(%1) -> new(%2)",
44 "you defined an absolute symbol with different values")
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/design/
H A Ddefault.css264 position: absolute;
315 position: absolute;
437 position: absolute;
450 position: absolute;
496 position: absolute;
519 position: absolute;
593 position: absolute;
603 position: absolute;
/aosp12/packages/providers/MediaProvider/tests/res/raw/
H A Dtest_pls.pls7 Title3=absolute path on Windows
/aosp12/art/libartbase/base/
H A Dtime_utils.cc229 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec() argument
230 if (absolute) { in InitTimeSpec()
H A Dtime_utils.h124 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
/aosp12/frameworks/av/media/codec2/hidl/services/
H A DAndroid.bp25 // The init_rc file contains the absolute path to this binary on the device.
30 // vendor.cpp also needs to be updated because it needs the absolute path to the
/aosp12/frameworks/base/tests/ApkVerityTest/testdata/
H A DREADME.md5 tests also tries to tamper with the file at absolute disk offset to verify
/aosp12/art/tools/
H A Drun-gtests.sh22 absolute paths (starting with /apex). All gtests are run otherwise.
/aosp12/bionic/tests/headers/posix/
H A DAndroid.bp25 "-Wno-absolute-value", // broken clang diagnostic that doesn't understand <tgmath.h>
/aosp12/build/soong/ui/build/
H A Dbuild.go113 absolute := absPath(ctx, file)
115 ctx.Fatalf(" rm %s\n", absolute)
/aosp12/system/update_engine/scripts/
H A Dota_stress_test.py69 script_dir = Path(__file__).parent.absolute()
/aosp12/system/bt/gd/cert/
H A Dos_utils.py56 return str(Path(__file__).absolute().parents[1])
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/
H A DMediaTranscoderTests.cpp81 float getFileSizeDiffPercent(const char* path1, const char* path2, bool absolute = false) { in getFileSizeDiffPercent() argument
87 if (absolute && diff < 0) diff = -diff; in getFileSizeDiffPercent()
/aosp12/build/soong/docs/
H A Dbest_practices.md22 Don't use absolute paths in Ninja files (with make's `$(abspath)` or similar),
26 directories and needs to convert an input from a relative to absolute path,
29 Don't encode absolute paths in build intermediates or outputs. This would make
37 or an absolute path.
/aosp12/hardware/interfaces/gnss/2.0/
H A DIGnssBatching.hal38 * relative motion filtering. No additional absolute positioning information,
/aosp12/hardware/interfaces/wifi/1.3/
H A Dtypes.hal85 * This is the absolute milliseconds from boot when these stats were
/aosp12/system/chre/apps/test/common/proto/
H A Dchre_cross_validation_sensor.proto87 * absolute timestamp instead of the delta relative to the last sample.
/aosp12/system/extras/simpleperf/doc/
H A Djit_symbols.md43 <symbol-absolute-address> <symbol-size> <symbol-name>
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css224 position:absolute;
494 position:absolute;
802 position:absolute;
1104 position:absolute;
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/
H A DREADME.md25 * log_path is an absolute file path specifying where the log is to be written.
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dreduce.rscript41 // These kernels find an input value of minimum absolute value.
46 // absolute value -- positive and negative infinity. Instead, we need
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dreduce.rscript43 // These kernels find an input value of minimum absolute value.
48 // absolute value -- positive and negative infinity. Instead, we need

1234