/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/core/libpixelflinger/ |
D | raster.cpp | 91 if ((yd + height) > GGLint(c->state.scissor.bottom)) { in ggl_copyPixels() 92 height = GGLint(c->state.scissor.bottom) - yd; in ggl_copyPixels()
|
D | trap.cpp | 229 if (b > GGLint(c->state.scissor.bottom)) { in aa_nice_pointx() 230 b = GGLint(c->state.scissor.bottom); in aa_nice_pointx() 294 if (b > GGLint(c->state.scissor.bottom)) { in aa_pointx() 295 b = GGLint(c->state.scissor.bottom); in aa_pointx() 430 if (b > GGLint(c->state.scissor.bottom)) in recti() 431 b = GGLint(c->state.scissor.bottom); in recti() 547 const int32_t maxy = min(bmaxy, c->state.scissor.bottom); in trianglex_small() 768 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom) - TRI_HALF; in trianglex_big() 964 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom); in aapolyx()
|
D | clear.cpp | 102 uint32_t h = c->state.scissor.bottom - t; in ggl_clear()
|
D | pixelflinger.cpp | 606 c->state.scissor.bottom = min(c->state.buffers.color.height, b); in ggl_set_scissor() 611 c->state.scissor.bottom = c->state.buffers.color.height; in ggl_set_scissor()
|
/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/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/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/private/ |
D | gsid.te | 34 # 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/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 333 uint32_t 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/media/audio_utils/ |
D | Doxyfile.orig | 623 # the bottom of the documentation of classes and structs. If set to YES the list
|
D | Doxyfile.bak | 623 # the bottom of the documentation of classes and structs. If set to YES the list
|
D | Doxyfile | 693 # 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
|