Home
last modified time | relevance | path

Searched defs:CellType (Results 1 – 5 of 5) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYLegendWidget.java42 private enum CellType { enum in XYLegendWidget
/external/perfetto/protos/perfetto/trace_processor/
Dtrace_processor.proto177 enum CellType { enum
/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap.h69 using CellType = uintptr_t; variable
/external/ImageMagick/coders/
Dmat.c363 static void CalcMinMax(Image *image, int endian_indicator, int SizeX, int SizeY, size_t CellType, u… in CalcMinMax()
882 size_t CellType; in ReadMATImage() local
/external/python/cpython3/Lib/
Dtypes.py23 CellType = type(_cell_factory()) variable