Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 27) sorted by relevance

12

/system/sepolicy/tests/
Dcombine_maps.py35 def Combine(top, bottom): argument
36 bottom.types.update(top.types)
37 bottom.typeattributes.update(top.typeattributes)
50 if bottom_type not in bottom.rTypeattributesets.keys():
53 for bottom_ta in bottom.rTypeattributesets[bottom_type]:
54 bottom.typeattributesets[bottom_ta].update(top_type_set)
56 return bottom
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp34 int bottom = 0; in Find() local
36 while (top >= bottom) { in Find()
37 int search = (top + bottom) / 2; in Find()
42 if (cmp < 0) bottom = search + 1; in Find()
/system/teeui/libteeui/src/
Dbutton.cpp64 auto drawCorner = [&, this](intpxs right, intpxs bottom) -> Error { in draw() argument
67 bottom * (intBounds.h() - intRadius))); in draw()
68 auto center = Point<pxs>((intpxs(1) - right) * intRadius, (intpxs(1) - bottom) * intRadius); in draw()
/system/teeui/test/example_config/
DREADME68 …"native-test-flag": "--powerButtonBottom=<distance from the bottom of the power button to the top …
74 …"native-test-flag": "--volUpButtonBottom=<distance from the bottom of the UP power button to the t…
/system/sepolicy/prebuilts/api/29.0/public/
Dcrash_dump.te49 # crash_dump writes out logcat logs at the bottom of tombstones,
/system/extras/simpleperf/scripts/purgatorio/templates/
Dstyles.css65 bottom: 0;
/system/sepolicy/prebuilts/api/30.0/public/
Dcrash_dump.te49 # crash_dump writes out logcat logs at the bottom of tombstones,
/system/sepolicy/prebuilts/api/32.0/public/
Dcrash_dump.te55 # crash_dump writes out logcat logs at the bottom of tombstones,
/system/sepolicy/prebuilts/api/33.0/public/
Dcrash_dump.te61 # crash_dump writes out logcat logs at the bottom of tombstones,
/system/sepolicy/public/
Dcrash_dump.te61 # crash_dump writes out logcat logs at the bottom of tombstones,
/system/sepolicy/prebuilts/api/31.0/public/
Dcrash_dump.te55 # crash_dump writes out logcat logs at the bottom of tombstones,
/system/sepolicy/prebuilts/api/34.0/public/
Dcrash_dump.te61 # crash_dump writes out logcat logs at the bottom of tombstones,
/system/media/camera/docs/
Dcamera_device_info.mako43 optional int32 bottom = 4;
Dcamera_device_info.proto43 optional int32 bottom = 4; field
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp318 uint64_t bottom = ptr & 0xFFFFFFFF; in print_memory_maps() local
319 return StringPrintf("%08" PRIx64 "'%08" PRIx64, top, bottom); in print_memory_maps()
/system/sepolicy/prebuilts/api/29.0/private/
Dgsid.te20 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
/system/sepolicy/prebuilts/api/30.0/private/
Dgsid.te34 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
/system/sepolicy/prebuilts/api/32.0/private/
Dgsid.te39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
/system/sepolicy/prebuilts/api/33.0/private/
Dgsid.te39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
/system/sepolicy/prebuilts/api/31.0/private/
Dgsid.te39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
/system/sepolicy/private/
Dgsid.te39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
/system/sepolicy/prebuilts/api/34.0/private/
Dgsid.te39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
/system/extras/simpleperf/doc/
DREADME.md127 3. Can only unwind 64K stack for each sample. So it isn't always possible to unwind to the bottom.
/system/core/fastboot/fuzzy_fastboot/
DREADME.md317 In most cases this message at the bottom is all that is needed to figure out why it failed.
/system/chre/pal/doc/
DDoxyfile646 # the bottom of the documentation of classes and structs. If set to YES, the

12