Searched refs:s_type (Results 1 - 4 of 4) sorted by relevance

/external/opencv/ml/src/
H A Dmlestimate.cpp457 int s_type = 0;
469 s_type = CV_MAT_TYPE (sampleIdx->type);
471 switch (s_type)
508 if (s_type < CV_32SC1)
/external/kernel-headers/original/linux/
H A Dsysfs.h73 int s_type; member in struct:sysfs_dirent
H A Dfs.h867 struct file_system_type *s_type; member in struct:super_block
/external/v8/src/
H A Dheap-profiler.cc401 HeapSnapshot::Type s_type = static_cast<HeapSnapshot::Type>(type); local
403 snapshots_->NewSnapshot(s_type, name, next_snapshot_uid_++);
405 switch (s_type) {

Completed in 96 milliseconds