OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VECTOR_CLASS
(Results
1 - 4
of
4
) sorted by null
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
PropertyInfo.java
43
public static final Class
VECTOR_CLASS
= new java.util.Vector().getClass();
SppPropertyInfo.java
43
public static final Class
VECTOR_CLASS
= new java.util.Vector().getClass();
/external/mesa3d/include/CL/
cl.hpp
419
#define
VECTOR_CLASS
std::vector
421
#define
VECTOR_CLASS
cl::vector
698
// Specialized GetInfoHelper for
VECTOR_CLASS
params
700
struct GetInfoHelper<Func,
VECTOR_CLASS
<T> >
702
static cl_int get(Func f, cl_uint name,
VECTOR_CLASS
<T>* param)
723
struct GetInfoHelper<Func,
VECTOR_CLASS
<char *> >
726
get(Func f, cl_uint name,
VECTOR_CLASS
<char *>* param)
790
F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES,
VECTOR_CLASS
< ::size_t>) \
837
F(cl_context_info, CL_CONTEXT_DEVICES,
VECTOR_CLASS
<Device>) \
838
F(cl_context_info, CL_CONTEXT_PROPERTIES,
VECTOR_CLASS
<cl_context_properties>)
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp
647
#define
VECTOR_CLASS
std::vector
649
#define
VECTOR_CLASS
cl::vector
660
* interface by defining
VECTOR_CLASS
1092
// Specialized getInfoHelper for
VECTOR_CLASS
params
1094
inline cl_int getInfoHelper(Func f, cl_uint name,
VECTOR_CLASS
<T>* param, long)
1119
inline cl_int getInfoHelper(Func f, cl_uint name,
VECTOR_CLASS
<T>* param, int, typename T::cl_type = 0)
[
all
...]
Completed in 865 milliseconds