/system/sepolicy/tests/ |
D | combine_maps.py | 35 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/ |
D | property_info_parser.cpp | 34 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/ |
D | button.cpp | 64 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/ |
D | README | 68 …"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/ |
D | crash_dump.te | 49 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | styles.css | 65 bottom: 0;
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | crash_dump.te | 49 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | crash_dump.te | 55 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | crash_dump.te | 61 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/sepolicy/public/ |
D | crash_dump.te | 61 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | crash_dump.te | 55 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | crash_dump.te | 61 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 43 optional int32 bottom = 4;
|
D | camera_device_info.proto | 43 optional int32 bottom = 4; field
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto_to_text.cpp | 318 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/ |
D | gsid.te | 20 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | gsid.te | 34 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | gsid.te | 39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | gsid.te | 39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | gsid.te | 39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/system/sepolicy/private/ |
D | gsid.te | 39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | gsid.te | 39 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/system/extras/simpleperf/doc/ |
D | README.md | 127 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/ |
D | README.md | 317 In most cases this message at the bottom is all that is needed to figure out why it failed.
|
/system/chre/pal/doc/ |
D | Doxyfile | 646 # the bottom of the documentation of classes and structs. If set to YES, the
|