Home
last modified time | relevance | path

Searched defs:Generic (Results 1 – 10 of 10) sorted by relevance

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DGeneric.java20 public class Generic<T> { class
23 @Inject public Generic(T t) { in Generic() method in Generic
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.cpp24 Generic = 0, enumerator
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
Dreduce.hpp219 template <int N> struct Generic struct
222 __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) in reduce()
Dreduce_key_val.hpp247 template <int N> struct Generic struct
250 __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in reduce()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dreduce.hpp187 template <unsigned int N> struct Generic struct
190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce()
Dreduce_key_val.hpp312 template <unsigned int N> struct Generic struct
315 … static __device__ void reduce(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) in reduce()
/external/eigen/Eigen/src/Core/util/
DConstants.h406 Generic = 0x0, enumerator
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h217 Generic = 0x0d, enumerator
/external/v8/src/
Dcode-stubs.h2779 static Types Generic() { return Types((1 << NUMBER_OF_TYPES) - 1); } in Generic() function
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8090 GenericSetCCInfo Generic; member