Searched refs:bottom (Results 1 – 18 of 18) sorted by relevance
/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/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/sepolicy/prebuilts/api/29.0/public/ |
D | crash_dump.te | 49 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/system/sepolicy/public/ |
D | crash_dump.te | 49 # crash_dump writes out logcat logs at the bottom of tombstones,
|
/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/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/private/ |
D | gsid.te | 34 # libfiemap_writer uses sysfs to derive the bottom of a device-mapper stacking.
|
/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/media/audio_utils/ |
D | Doxyfile.bak | 623 # the bottom of the documentation of classes and structs. If set to YES the list
|
D | Doxyfile.orig | 623 # the bottom of the documentation of classes and structs. If set to YES the list
|
D | Doxyfile | 655 # the bottom of the documentation of classes and structs. If set to YES, the
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 646 # the bottom of the documentation of classes and structs. If set to YES, the
|
/system/chre/pal/doc/ |
D | Doxyfile | 646 # the bottom of the documentation of classes and structs. If set to YES, the
|