Home
last modified time | relevance | path

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

/external/perfetto/protos/perfetto/trace_processor/
Dtrace_processor.proto102 enum CellType { enum
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYLegendWidget.java42 private enum CellType { enum in XYLegendWidget
/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