HomeSort by relevance Sort by last modified time
    Searched defs:KernelType (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/kernel/
kernel_utils.h 29 } KernelType;
32 // KernelType value. On success, returns true and sets |*ktype| appropriately.
35 bool android_pathProbeKernelType(const char* kernelPath, KernelType *ktype);
40 const char* android_kernelSerialDevicePrefix(KernelType ktype);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 32 enum KernelType { LINEAR, POLY, RBF };

Completed in 155 milliseconds