/aosp12/system/incremental_delivery/incfs/ |
H A D | MountRegistry.cpp | 132 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 D | types.hal | 27 * - 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 D | EGL_ANDROID_presentation_time.txt | 80 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 D | DiagSymbolResolutions.inc | 43 "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 D | default.css | 264 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 D | test_pls.pls | 7 Title3=absolute path on Windows
|
/aosp12/art/libartbase/base/ |
H A D | time_utils.cc | 229 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec() argument 230 if (absolute) { in InitTimeSpec()
|
H A D | time_utils.h | 124 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
|
/aosp12/frameworks/av/media/codec2/hidl/services/ |
H A D | Android.bp | 25 // 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 D | README.md | 5 tests also tries to tamper with the file at absolute disk offset to verify
|
/aosp12/art/tools/ |
H A D | run-gtests.sh | 22 absolute paths (starting with /apex). All gtests are run otherwise.
|
/aosp12/bionic/tests/headers/posix/ |
H A D | Android.bp | 25 "-Wno-absolute-value", // broken clang diagnostic that doesn't understand <tgmath.h>
|
/aosp12/build/soong/ui/build/ |
H A D | build.go | 113 absolute := absPath(ctx, file) 115 ctx.Fatalf(" rm %s\n", absolute)
|
/aosp12/system/update_engine/scripts/ |
H A D | ota_stress_test.py | 69 script_dir = Path(__file__).parent.absolute()
|
/aosp12/system/bt/gd/cert/ |
H A D | os_utils.py | 56 return str(Path(__file__).absolute().parents[1])
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/ |
H A D | MediaTranscoderTests.cpp | 81 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 D | best_practices.md | 22 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 D | IGnssBatching.hal | 38 * relative motion filtering. No additional absolute positioning information,
|
/aosp12/hardware/interfaces/wifi/1.3/ |
H A D | types.hal | 85 * This is the absolute milliseconds from boot when these stats were
|
/aosp12/system/chre/apps/test/common/proto/ |
H A D | chre_cross_validation_sensor.proto | 87 * absolute timestamp instead of the delta relative to the last sample.
|
/aosp12/system/extras/simpleperf/doc/ |
H A D | jit_symbols.md | 43 <symbol-absolute-address> <symbol-size> <symbol-name>
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | android-developer-core.css | 224 position:absolute; 494 position:absolute; 802 position:absolute; 1104 position:absolute;
|
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/ |
H A D | README.md | 25 * 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 D | reduce.rscript | 41 // 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 D | reduce.rscript | 43 // These kernels find an input value of minimum absolute value. 48 // absolute value -- positive and negative infinity. Instead, we need
|