name                7 3rdparty/include/dshow/uuids.h #define OUR_GUID_ENTRY(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8);
name              524 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     const char      *name;
name             2895 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     const char *name; ///< short name for the profile
name             2912 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     const char *name;
name             3006 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     const char *name;
name             3580 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVCodec *avcodec_find_decoder_by_name(const char *name);
name             4047 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVCodec *avcodec_find_encoder_by_name(const char *name);
name             4613 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     const char *name;
name             4644 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
name             4857 3rdparty/include/ffmpeg_/libavcodec/avcodec.h const AVCodecDescriptor *avcodec_descriptor_get_by_name(const char *name);
name              387 3rdparty/include/ffmpeg_/libavformat/avformat.h     const char *name;
name              470 3rdparty/include/ffmpeg_/libavformat/avformat.h     const char *name;
name              141 3rdparty/include/ffmpeg_/libavutil/channel_layout.h uint64_t av_get_channel_layout(const char *name);
name              210 3rdparty/include/ffmpeg_/libavutil/channel_layout.h                                    const char **name);
name              253 3rdparty/include/ffmpeg_/libavutil/opt.h     const char *name;
name              334 3rdparty/include/ffmpeg_/libavutil/opt.h const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
name              365 3rdparty/include/ffmpeg_/libavutil/opt.h int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out);
name              367 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const AVOption *av_set_double(void *obj, const char *name, double n);
name              368 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n);
name              369 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const AVOption *av_set_int(void *obj, const char *name, int64_t n);
name              371 3rdparty/include/ffmpeg_/libavutil/opt.h double av_get_double(void *obj, const char *name, const AVOption **o_out);
name              372 3rdparty/include/ffmpeg_/libavutil/opt.h AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
name              373 3rdparty/include/ffmpeg_/libavutil/opt.h int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
name              374 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len);
name              571 3rdparty/include/ffmpeg_/libavutil/opt.h const AVOption *av_opt_find(void *obj, const char *name, const char *unit,
name              595 3rdparty/include/ffmpeg_/libavutil/opt.h const AVOption *av_opt_find2(void *obj, const char *name, const char *unit,
name              651 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set       (void *obj, const char *name, const char *val, int search_flags);
name              652 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_int   (void *obj, const char *name, int64_t     val, int search_flags);
name              653 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_double(void *obj, const char *name, double      val, int search_flags);
name              654 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_q     (void *obj, const char *name, AVRational  val, int search_flags);
name              655 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_bin   (void *obj, const char *name, const uint8_t *val, int size, int search_flags);
name              656 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_image_size(void *obj, const char *name, int w, int h, int search_flags);
name              657 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_pixel_fmt (void *obj, const char *name, enum AVPixelFormat fmt, int search_flags);
name              658 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_sample_fmt(void *obj, const char *name, enum AVSampleFormat fmt, int search_flags);
name              659 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags);
name              671 3rdparty/include/ffmpeg_/libavutil/opt.h #define av_opt_set_int_list(obj, name, val, term, flags) \
name              674 3rdparty/include/ffmpeg_/libavutil/opt.h      av_opt_set_bin(obj, name, (const uint8_t *)(val), \
name              695 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get       (void *obj, const char *name, int search_flags, uint8_t   **out_val);
name              696 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get_int   (void *obj, const char *name, int search_flags, int64_t    *out_val);
name              697 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get_double(void *obj, const char *name, int search_flags, double     *out_val);
name              698 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get_q     (void *obj, const char *name, int search_flags, AVRational *out_val);
name              699 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get_image_size(void *obj, const char *name, int search_flags, int *w_out, int *h_out);
name              700 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get_pixel_fmt (void *obj, const char *name, int search_flags, enum AVPixelFormat *out_fmt);
name              701 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get_sample_fmt(void *obj, const char *name, int search_flags, enum AVSampleFormat *out_fmt);
name              702 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val);
name              714 3rdparty/include/ffmpeg_/libavutil/opt.h void *av_opt_ptr(const AVClass *avclass, void *obj, const char *name);
name               56 3rdparty/include/ffmpeg_/libavutil/pixdesc.h     const char *name;
name              192 3rdparty/include/ffmpeg_/libavutil/pixdesc.h enum AVPixelFormat av_get_pix_fmt(const char *name);
name               76 3rdparty/include/ffmpeg_/libavutil/samplefmt.h enum AVSampleFormat av_get_sample_fmt(const char *name);
name              236 3rdparty/include/opencl/1.2/CL/cl.hpp #define __INIT_CL_EXT_FCN_PTR(name) \
name              237 3rdparty/include/opencl/1.2/CL/cl.hpp     if(!pfn_##name) { \
name              238 3rdparty/include/opencl/1.2/CL/cl.hpp         pfn_##name = (PFN_##name) \
name              239 3rdparty/include/opencl/1.2/CL/cl.hpp             clGetExtensionFunctionAddress(#name); \
name              240 3rdparty/include/opencl/1.2/CL/cl.hpp         if(!pfn_##name) { \
name              246 3rdparty/include/opencl/1.2/CL/cl.hpp #define __INIT_CL_EXT_FCN_PTR_PLATFORM(platform, name) \
name              247 3rdparty/include/opencl/1.2/CL/cl.hpp     if(!pfn_##name) { \
name              248 3rdparty/include/opencl/1.2/CL/cl.hpp         pfn_##name = (PFN_##name) \
name              249 3rdparty/include/opencl/1.2/CL/cl.hpp             clGetExtensionFunctionAddressForPlatform(platform, #name); \
name              250 3rdparty/include/opencl/1.2/CL/cl.hpp         if(!pfn_##name) { \
name             1087 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long)
name             1089 3rdparty/include/opencl/1.2/CL/cl.hpp     return f(name, sizeof(T), param, NULL);
name             1094 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long)
name             1097 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int err = f(name, 0, NULL, &required);
name             1103 3rdparty/include/opencl/1.2/CL/cl.hpp     err = f(name, required, value, NULL);
name             1119 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0)
name             1122 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int err = f(name, 0, NULL, &required);
name             1128 3rdparty/include/opencl/1.2/CL/cl.hpp     err = f(name, required, value, NULL);
name             1150 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<char *>* param, int)
name             1152 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int err = f(name, param->size() * sizeof(char *), &(*param)[0], NULL);
name             1163 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, STRING_CLASS* param, long)
name             1166 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int err = f(name, 0, NULL, &required);
name             1172 3rdparty/include/opencl/1.2/CL/cl.hpp     err = f(name, required, value, NULL);
name             1183 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, size_t<N>* param, long)
name             1186 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int err = f(name, 0, NULL, &required);
name             1192 3rdparty/include/opencl/1.2/CL/cl.hpp     err = f(name, required, value, NULL);
name             1213 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0)
name             1216 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int err = f(name, sizeof(value), &value, NULL);
name             1501 3rdparty/include/opencl/1.2/CL/cl.hpp getInfo(Func f, cl_uint name, T* param)
name             1503 3rdparty/include/opencl/1.2/CL/cl.hpp     return getInfoHelper(f, name, param, 0);
name             1526 3rdparty/include/opencl/1.2/CL/cl.hpp getInfo(Func f, const Arg0& arg0, cl_uint name, T* param)
name             1529 3rdparty/include/opencl/1.2/CL/cl.hpp     return getInfoHelper(f0, name, param, 0);
name             1534 3rdparty/include/opencl/1.2/CL/cl.hpp getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param)
name             1537 3rdparty/include/opencl/1.2/CL/cl.hpp     return getInfoHelper(f0, name, param, 0);
name             1954 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_device_info name, T* param) const
name             1957 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetDeviceInfo, object_, name, param),
name             1962 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             1963 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_device_info, name>::param_type
name             1967 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_device_info, name>::param_type param;
name             1968 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             2088 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_platform_info name, STRING_CLASS* param) const
name             2091 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetPlatformInfo, object_, name, param),
name             2096 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             2097 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_platform_info, name>::param_type
name             2101 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_platform_info, name>::param_type param;
name             2102 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             2554 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_context_info name, T* param) const
name             2557 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetContextInfo, object_, name, param),
name             2562 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             2563 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_context_info, name>::param_type
name             2567 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_context_info, name>::param_type param;
name             2568 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             2707 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_event_info name, T* param) const
name             2710 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetEventInfo, object_, name, param),
name             2715 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             2716 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_event_info, name>::param_type
name             2720 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_event_info, name>::param_type param;
name             2721 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             2730 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getProfilingInfo(cl_profiling_info name, T* param) const
name             2733 3rdparty/include/opencl/1.2/CL/cl.hpp             &::clGetEventProfilingInfo, object_, name, param),
name             2738 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             2739 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_profiling_info, name>::param_type
name             2743 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_profiling_info, name>::param_type param;
name             2744 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getProfilingInfo(name, &param);
name             2924 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_mem_info name, T* param) const
name             2927 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetMemObjectInfo, object_, name, param),
name             2932 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             2933 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_mem_info, name>::param_type
name             2937 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_mem_info, name>::param_type param;
name             2938 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             3468 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getImageInfo(cl_image_info name, T* param) const
name             3471 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetImageInfo, object_, name, param),
name             3476 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             3477 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_image_info, name>::param_type
name             3481 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_image_info, name>::param_type param;
name             3482 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getImageInfo(name, &param);
name             4292 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_sampler_info name, T* param) const
name             4295 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetSamplerInfo, object_, name, param),
name             4300 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             4301 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_sampler_info, name>::param_type
name             4305 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_sampler_info, name>::param_type param;
name             4306 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             4431 3rdparty/include/opencl/1.2/CL/cl.hpp     inline Kernel(const Program& program, const char* name, cl_int* err = NULL);
name             4480 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_kernel_info name, T* param) const
name             4483 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetKernelInfo, object_, name, param),
name             4487 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             4488 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_kernel_info, name>::param_type
name             4492 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_kernel_info, name>::param_type param;
name             4493 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             4502 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const
name             4505 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetKernelArgInfo, object_, argIndex, name, param),
name             4509 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             4510 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_kernel_arg_info, name>::param_type
name             4514 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_kernel_arg_info, name>::param_type param;
name             4515 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getArgInfo(argIndex, name, &param);
name             4525 3rdparty/include/opencl/1.2/CL/cl.hpp         const Device& device, cl_kernel_work_group_info name, T* param) const
name             4529 3rdparty/include/opencl/1.2/CL/cl.hpp                 &::clGetKernelWorkGroupInfo, object_, device(), name, param),
name             4533 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             4534 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_kernel_work_group_info, name>::param_type
name             4538 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::cl_kernel_work_group_info, name>::param_type param;
name             4539 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getWorkGroupInfo(device, name, &param);
name             4890 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_program_info name, T* param) const
name             4893 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetProgramInfo, object_, name, param),
name             4897 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             4898 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_program_info, name>::param_type
name             4902 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_program_info, name>::param_type param;
name             4903 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             4912 3rdparty/include/opencl/1.2/CL/cl.hpp         const Device& device, cl_program_build_info name, T* param) const
name             4916 3rdparty/include/opencl/1.2/CL/cl.hpp                 &::clGetProgramBuildInfo, object_, device(), name, param),
name             4920 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             4921 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_program_build_info, name>::param_type
name             4925 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_program_build_info, name>::param_type param;
name             4926 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getBuildInfo(device, name, &param);
name             5044 3rdparty/include/opencl/1.2/CL/cl.hpp inline Kernel::Kernel(const Program& program, const char* name, cl_int* err)
name             5048 3rdparty/include/opencl/1.2/CL/cl.hpp     object_ = ::clCreateKernel(program(), name, &error);
name             5192 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_command_queue_info name, T* param) const
name             5196 3rdparty/include/opencl/1.2/CL/cl.hpp                 &::clGetCommandQueueInfo, object_, name, param),
name             5200 3rdparty/include/opencl/1.2/CL/cl.hpp     template <cl_int name> typename
name             5201 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_command_queue_info, name>::param_type
name             5205 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_command_queue_info, name>::param_type param;
name             5206 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int result = getInfo(name, &param);
name             6786 3rdparty/include/opencl/1.2/CL/cl.hpp         const STRING_CLASS name,
name             6788 3rdparty/include/opencl/1.2/CL/cl.hpp             kernel_(program, name.c_str(), err)
name             12177 3rdparty/include/opencl/1.2/CL/cl.hpp         const STRING_CLASS name,
name             12189 3rdparty/include/opencl/1.2/CL/cl.hpp             FunctorType(program, name, err)) 
name               92 3rdparty/libjasper/jas_getopt.c static jas_opt_t *jas_optlookup(jas_opt_t *opts, char *name)
name               96 3rdparty/libjasper/jas_getopt.c     for (opt = opts; opt->id >= 0 && opt->name; ++opt) {
name               97 3rdparty/libjasper/jas_getopt.c         if (!strcmp(opt->name, name)) {
name               96 3rdparty/libjasper/jas_icc.c static int jas_iccattrtab_lookup(jas_iccattrtab_t *attrtab, jas_iccuint32_t name);
name               98 3rdparty/libjasper/jas_icc.c static jas_iccattrvalinfo_t *jas_iccattrvalinfo_lookup(jas_iccsig_t name);
name              140 3rdparty/libjasper/jas_icc.c   jas_iccuint32_t name, jas_iccattrval_t *val);
name              142 3rdparty/libjasper/jas_icc.c   jas_iccuint32_t name, jas_iccattrval_t *val);
name              146 3rdparty/libjasper/jas_icc.c   jas_iccattrname_t *name, jas_iccattrval_t **val);
name              198 3rdparty/libjasper/jas_icc.c     char *name;
name              546 3rdparty/libjasper/jas_icc.c   jas_iccattrname_t name)
name              550 3rdparty/libjasper/jas_icc.c     if ((i = jas_iccattrtab_lookup(prof->attrtab, name)) < 0)
name              559 3rdparty/libjasper/jas_icc.c int jas_iccprof_setattr(jas_iccprof_t *prof, jas_iccattrname_t name,
name              563 3rdparty/libjasper/jas_icc.c     if ((i = jas_iccattrtab_lookup(prof->attrtab, name)) >= 0) {
name              565 3rdparty/libjasper/jas_icc.c             if (jas_iccattrtab_replace(prof->attrtab, i, name, val))
name              572 3rdparty/libjasper/jas_icc.c             if (jas_iccattrtab_add(prof->attrtab, -1, name, val))
name              696 3rdparty/libjasper/jas_icc.c         if (jas_iccattrtab_add(newattrtab, i, attrtab->attrs[i].name,
name              732 3rdparty/libjasper/jas_icc.c           jas_iccsigtostr(attr->name, &buf[0]),
name              733 3rdparty/libjasper/jas_icc.c           (unsigned)attr->name,
name              755 3rdparty/libjasper/jas_icc.c   jas_iccuint32_t name, jas_iccattrval_t *val)
name              777 3rdparty/libjasper/jas_icc.c     attr->name = name;
name              788 3rdparty/libjasper/jas_icc.c   jas_iccuint32_t name, jas_iccattrval_t *val)
name              796 3rdparty/libjasper/jas_icc.c     attr->name = name;
name              814 3rdparty/libjasper/jas_icc.c   jas_iccattrname_t *name, jas_iccattrval_t **val)
name              820 3rdparty/libjasper/jas_icc.c     *name = attr->name;
name              829 3rdparty/libjasper/jas_icc.c   jas_iccuint32_t name)
name              835 3rdparty/libjasper/jas_icc.c         if (attr->name == name)
name              520 3rdparty/libjasper/jas_image.c         if (fmtinfo->name) {
name              521 3rdparty/libjasper/jas_image.c             jas_free(fmtinfo->name);
name              522 3rdparty/libjasper/jas_image.c             fmtinfo->name = 0;
name              536 3rdparty/libjasper/jas_image.c int jas_image_addfmt(int id, char *name, char *ext, char *desc,
name              540 3rdparty/libjasper/jas_image.c     assert(id >= 0 && name && ext && ops);
name              546 3rdparty/libjasper/jas_image.c     if (!(fmtinfo->name = jas_strdup(name))) {
name              550 3rdparty/libjasper/jas_image.c         jas_free(fmtinfo->name);
name              554 3rdparty/libjasper/jas_image.c         jas_free(fmtinfo->name);
name              563 3rdparty/libjasper/jas_image.c int jas_image_strtofmt(char *name)
name              566 3rdparty/libjasper/jas_image.c     if (!(fmtinfo = jas_image_lookupfmtbyname(name))) {
name              578 3rdparty/libjasper/jas_image.c     return fmtinfo->name;
name              602 3rdparty/libjasper/jas_image.c int jas_image_fmtfromname(char *name)
name              608 3rdparty/libjasper/jas_image.c     if (!(ext = strrchr(name, '.'))) {
name              700 3rdparty/libjasper/jas_image.c jas_image_fmtinfo_t *jas_image_lookupfmtbyname(const char *name)
name              706 3rdparty/libjasper/jas_image.c         if (!strcmp(fmtinfo->name, name)) {
name              214 3rdparty/libjasper/jas_tvp.c jas_taginfo_t *jas_taginfos_lookup(jas_taginfo_t *taginfos, const char *name)
name              219 3rdparty/libjasper/jas_tvp.c         if (!strcmp(taginfo->name, name)) {
name              238 3rdparty/libjasper/jasper/jas_cm.h int jas_cm_prof_setattr(jas_cm_prof_t *prof, jas_cm_attrname_t name, void *val);
name              240 3rdparty/libjasper/jasper/jas_cm.h void *jas_cm_prof_getattr(jas_cm_prof_t *prof, jas_cm_attrname_t name);
name               99 3rdparty/libjasper/jasper/jas_getopt.h     char *name;
name              341 3rdparty/libjasper/jasper/jas_icc.h     jas_iccsig_t name;
name              380 3rdparty/libjasper/jasper/jas_icc.h   jas_iccattrname_t name);
name              381 3rdparty/libjasper/jasper/jas_icc.h int jas_iccprof_setattr(jas_iccprof_t *prof, jas_iccattrname_t name,
name              282 3rdparty/libjasper/jasper/jas_image.h     char *name;
name              461 3rdparty/libjasper/jasper/jas_image.h int jas_image_addfmt(int id, char *name, char *ext, char *desc,
name              474 3rdparty/libjasper/jasper/jas_image.h jas_image_fmtinfo_t *jas_image_lookupfmtbyname(const char *name);
name               92 3rdparty/libjasper/jasper/jas_tvp.h     char *name;
name              120 3rdparty/libjasper/jasper/jas_tvp.h jas_taginfo_t *jas_taginfos_lookup(jas_taginfo_t *taginfos, const char *name);
name              331 3rdparty/libjasper/jp2_cod.c     fprintf(out, "type=%c%s%c (0x%08x); length=%d\n", '"', boxinfo->name,
name              750 3rdparty/libjasper/jp2_cod.c     for (boxinfo = jp2_boxinfos; boxinfo->name; ++boxinfo) {
name              290 3rdparty/libjasper/jp2_cod.h     char *name;
name              158 3rdparty/libjasper/jp2_dec.c             jas_eprintf("box type %s\n", box->info->name);
name               90 3rdparty/libjasper/jpc_cs.c     char *name;
name              406 3rdparty/libjasper/jpc_cs.c     fprintf(out, "type = 0x%04x (%s);", (unsigned)ms->id, mstabent->name);
name               36 3rdparty/libjpeg/jmemmgr.c extern char * getenv JPP((const char * name));
name              428 3rdparty/libpng/png.c             png_free(png_ptr, info_ptr->splt_palettes[num].name);
name              430 3rdparty/libpng/png.c             info_ptr->splt_palettes[num].name = NULL;
name              615 3rdparty/libpng/png.h    png_charp name;           /* palette name */
name              702 3rdparty/libpng/png.h     png_byte name[5];
name             2247 3rdparty/libpng/png.h     png_charpp name, int *compression_type, png_bytepp profile,
name             2254 3rdparty/libpng/png.h     png_const_charp name, int compression_type, png_const_bytep profile,
name              286 3rdparty/libpng/pngconf.h #  define PNG_FUNCTION(type, name, args, attributes) attributes type name args
name              299 3rdparty/libpng/pngconf.h #  define PNG_EXPORTA(ordinal, type, name, args, attributes)\
name              300 3rdparty/libpng/pngconf.h       PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
name              309 3rdparty/libpng/pngconf.h #define PNG_EXPORT(ordinal, type, name, args)\
name              310 3rdparty/libpng/pngconf.h    PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
name              314 3rdparty/libpng/pngconf.h #  define PNG_REMOVED(ordinal, type, name, args, attributes)
name              318 3rdparty/libpng/pngconf.h #  define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
name              402 3rdparty/libpng/pngconf.h #     define PNG_FP_EXPORT(ordinal, type, name, args)\
name              403 3rdparty/libpng/pngconf.h          PNG_EXPORT(ordinal, type, name, args)
name              405 3rdparty/libpng/pngconf.h #     define PNG_FP_EXPORT(ordinal, type, name, args)
name              410 3rdparty/libpng/pngconf.h #     define PNG_FIXED_EXPORT(ordinal, type, name, args)\
name              411 3rdparty/libpng/pngconf.h          PNG_EXPORT(ordinal, type, name, args)
name              413 3rdparty/libpng/pngconf.h #     define PNG_FIXED_EXPORT(ordinal, type, name, args)
name              477 3rdparty/libpng/pngerror.c png_fixed_error,(png_structp png_ptr, png_const_charp name),PNG_NORETURN)
name              485 3rdparty/libpng/pngerror.c    if (name != NULL) while (iin < (PNG_MAX_ERROR_TEXT-1) && name[iin] != 0)
name              487 3rdparty/libpng/pngerror.c       msg[fixed_message_ln + iin] = name[iin];
name              679 3rdparty/libpng/pngget.c     png_charpp name, int *compression_type,
name              685 3rdparty/libpng/pngget.c        && name != NULL && compression_type != NULL && profile != NULL &&
name              688 3rdparty/libpng/pngget.c       *name = info_ptr->iccp_name;
name              858 3rdparty/libpng/pngpriv.h     png_const_charp name, int compression_type,
name             1418 3rdparty/libpng/pngpriv.h    png_const_charp name),PNG_NORETURN);
name             1546 3rdparty/libpng/pngrutil.c    new_palette.name = png_ptr->chunkdata;
name             2688 3rdparty/libpng/pngrutil.c       PNG_CSTRING_FROM_CHUNK(png_ptr->unknown_chunk.name, png_ptr->chunk_name);
name              618 3rdparty/libpng/pngset.c     png_const_charp name, int compression_type,
name              627 3rdparty/libpng/pngset.c    if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL)
name              630 3rdparty/libpng/pngset.c    length = png_strlen(name)+1;
name              639 3rdparty/libpng/pngset.c    png_memcpy(new_iccp_name, name, length);
name              988 3rdparty/libpng/pngset.c       length = png_strlen(from->name) + 1;
name              989 3rdparty/libpng/pngset.c       to->name = (png_charp)png_malloc_warn(png_ptr, length);
name              991 3rdparty/libpng/pngset.c       if (to->name == NULL)
name              998 3rdparty/libpng/pngset.c       png_memcpy(to->name, from->name, length);
name             1006 3rdparty/libpng/pngset.c          png_free(png_ptr, to->name);
name             1007 3rdparty/libpng/pngset.c          to->name = NULL;
name             1059 3rdparty/libpng/pngset.c       png_memcpy(to->name, from->name, png_sizeof(from->name));
name             1060 3rdparty/libpng/pngset.c       to->name[png_sizeof(to->name)-1] = '\0';
name               99 3rdparty/libpng/pngwrite.c          int keep = png_handle_as_unknown(png_ptr, up->name);
name              106 3rdparty/libpng/pngwrite.c              ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
name              112 3rdparty/libpng/pngwrite.c             png_write_chunk(png_ptr, up->name, up->data, up->size);
name              276 3rdparty/libpng/pngwrite.c          int keep = png_handle_as_unknown(png_ptr, up->name);
name              282 3rdparty/libpng/pngwrite.c              ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
name              285 3rdparty/libpng/pngwrite.c             png_write_chunk(png_ptr, up->name, up->data, up->size);
name              390 3rdparty/libpng/pngwrite.c          int keep = png_handle_as_unknown(png_ptr, up->name);
name              394 3rdparty/libpng/pngwrite.c              ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
name              397 3rdparty/libpng/pngwrite.c             png_write_chunk(png_ptr, up->name, up->data, up->size);
name             1095 3rdparty/libpng/pngwutil.c png_write_iCCP(png_structp png_ptr, png_const_charp name, int compression_type,
name             1111 3rdparty/libpng/pngwutil.c    if ((name_len = png_check_keyword(png_ptr, name, &new_name)) == 0)
name             1193 3rdparty/libpng/pngwutil.c    if ((name_len = png_check_keyword(png_ptr,spalette->name, &new_name))==0)
name               68 3rdparty/libtiff/tif_close.c         _TIFFfree( link->name );
name              114 3rdparty/libtiff/tif_codec.c                      c ? c->name : compression_code );
name               42 3rdparty/libtiff/tif_compress.c                  c->name, method);
name               80 3rdparty/libtiff/tif_compress.c                  c->name, method);
name              195 3rdparty/libtiff/tif_compress.c     for (c = _TIFFBuiltinCODECS; c->name; c++)
name              202 3rdparty/libtiff/tif_compress.c TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init)
name              205 3rdparty/libtiff/tif_compress.c         _TIFFmalloc((tmsize_t)(sizeof (codec_t) + sizeof (TIFFCodec) + strlen(name)+1));
name              209 3rdparty/libtiff/tif_compress.c         cd->info->name = (char*)
name              211 3rdparty/libtiff/tif_compress.c         strcpy(cd->info->name, name);
name              218 3rdparty/libtiff/tif_compress.c             "No space to register compression scheme %s", name);
name              237 3rdparty/libtiff/tif_compress.c         "Cannot remove compression scheme %s; not registered", c->name);
name              272 3rdparty/libtiff/tif_compress.c     for (c = _TIFFBuiltinCODECS; c->name; c++) {
name               66 3rdparty/libtiff/tif_extension.c void *TIFFGetClientInfo( TIFF *tif, const char *name )
name               71 3rdparty/libtiff/tif_extension.c     while( link != NULL && strcmp(link->name,name) != 0 )
name               80 3rdparty/libtiff/tif_extension.c void TIFFSetClientInfo( TIFF *tif, void *data, const char *name )
name               89 3rdparty/libtiff/tif_extension.c     while( link != NULL && strcmp(link->name,name) != 0 )
name              105 3rdparty/libtiff/tif_extension.c     link->name = (char *) _TIFFmalloc((tmsize_t)(strlen(name)+1));
name              106 3rdparty/libtiff/tif_extension.c     assert (link->name != NULL);
name              107 3rdparty/libtiff/tif_extension.c     strcpy(link->name, name);
name             1110 3rdparty/libtiff/tif_getimage.c #define	DECLAREContigPutFunc(name) \
name             1111 3rdparty/libtiff/tif_getimage.c static void name(\
name             1493 3rdparty/libtiff/tif_getimage.c #define	DECLARESepPutFunc(name) \
name             1494 3rdparty/libtiff/tif_getimage.c static void name(\
name               74 3rdparty/libtiff/tif_open.c     const char* name, const char* mode,
name              119 3rdparty/libtiff/tif_open.c     tif = (TIFF *)_TIFFmalloc((tmsize_t)(sizeof (TIFF) + strlen(name) + 1));
name              121 3rdparty/libtiff/tif_open.c         TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name);
name              126 3rdparty/libtiff/tif_open.c     strcpy(tif->tif_name, name);
name              274 3rdparty/libtiff/tif_open.c             TIFFErrorExt(tif->tif_clientdata, name,
name              318 3rdparty/libtiff/tif_open.c             TIFFErrorExt(tif->tif_clientdata, name,
name              358 3rdparty/libtiff/tif_open.c         TIFFErrorExt(tif->tif_clientdata, name,
name              362 3rdparty/libtiff/tif_open.c         TIFFErrorExt(tif->tif_clientdata, name,
name              382 3rdparty/libtiff/tif_open.c         TIFFErrorExt(tif->tif_clientdata, name,
name              398 3rdparty/libtiff/tif_open.c             TIFFErrorExt(tif->tif_clientdata, name,
name              409 3rdparty/libtiff/tif_open.c             TIFFErrorExt(tif->tif_clientdata, name,
name              417 3rdparty/libtiff/tif_open.c             TIFFErrorExt(tif->tif_clientdata, name,
name              506 3rdparty/libtiff/tif_open.c TIFFSetFileName(TIFF* tif, const char *name)
name              509 3rdparty/libtiff/tif_open.c     tif->tif_name = (char *)name;
name              341 3rdparty/libtiff/tif_print.c             fprintf(fd, "%s\n", c->name);
name              700 3rdparty/libtiff/tif_print.c _TIFFprintAsciiTag(FILE* fd, const char* name, const char* value)
name              702 3rdparty/libtiff/tif_print.c     fprintf(fd, "  %s: \"", name);
name               96 3rdparty/libtiff/tif_stream.cxx     static TIFF*    _tiffStreamOpen(const char* name, const char* mode, void *fd);
name              356 3rdparty/libtiff/tif_stream.cxx _tiffStreamOpen(const char* name, const char* mode, void *fd)
name              366 3rdparty/libtiff/tif_stream.cxx         tif = TIFFClientOpen(name, mode,
name              380 3rdparty/libtiff/tif_stream.cxx         tif = TIFFClientOpen(name, mode,
name              397 3rdparty/libtiff/tif_stream.cxx TIFFStreamOpen(const char* name, ostream *os)
name              409 3rdparty/libtiff/tif_stream.cxx     return _tiffStreamOpen(name, "wm", os);
name              413 3rdparty/libtiff/tif_stream.cxx TIFFStreamOpen(const char* name, istream *is)
name              416 3rdparty/libtiff/tif_stream.cxx     return _tiffStreamOpen(name, "rm", is);
name              154 3rdparty/libtiff/tif_unix.c TIFFFdOpen(int fd, const char* name, const char* mode)
name              158 3rdparty/libtiff/tif_unix.c     tif = TIFFClientOpen(name, mode,
name              172 3rdparty/libtiff/tif_unix.c TIFFOpen(const char* name, const char* mode)
name              187 3rdparty/libtiff/tif_unix.c     fd = open(name, m, 0666);
name              190 3rdparty/libtiff/tif_unix.c             TIFFErrorExt(0, module, "%s: %s", name, strerror(errno) );
name              192 3rdparty/libtiff/tif_unix.c             TIFFErrorExt(0, module, "%s: Cannot open", name);
name              197 3rdparty/libtiff/tif_unix.c     tif = TIFFFdOpen((int)fd, name, mode);
name              209 3rdparty/libtiff/tif_unix.c TIFFOpenW(const wchar_t* name, const char* mode)
name              226 3rdparty/libtiff/tif_unix.c     fd = _wopen(name, m, 0666);
name              228 3rdparty/libtiff/tif_unix.c         TIFFErrorExt(0, module, "%s: Cannot open", name);
name              233 3rdparty/libtiff/tif_unix.c     mbsize = WideCharToMultiByte(CP_ACP, 0, name, -1, NULL, 0, NULL, NULL);
name              242 3rdparty/libtiff/tif_unix.c         WideCharToMultiByte(CP_ACP, 0, name, -1, mbname, mbsize,
name              203 3rdparty/libtiff/tif_win32.c TIFFFdOpen(int ifd, const char* name, const char* mode)
name              217 3rdparty/libtiff/tif_win32.c     tif = TIFFClientOpen(name, mode, (thandle_t)ifd,
name              233 3rdparty/libtiff/tif_win32.c TIFFOpen(const char* name, const char* mode)
name              252 3rdparty/libtiff/tif_win32.c     fd = (thandle_t)CreateFileA(name,
name              258 3rdparty/libtiff/tif_win32.c         TIFFErrorExt(0, module, "%s: Cannot open", name);
name              262 3rdparty/libtiff/tif_win32.c     tif = TIFFFdOpen((int)fd, name, mode);
name              272 3rdparty/libtiff/tif_win32.c TIFFOpenW(const wchar_t* name, const char* mode)
name              293 3rdparty/libtiff/tif_win32.c     fd = (thandle_t)CreateFileW(name,
name              299 3rdparty/libtiff/tif_win32.c         TIFFErrorExt(0, module, "%S: Cannot open", name);
name              304 3rdparty/libtiff/tif_win32.c     mbsize = WideCharToMultiByte(CP_ACP, 0, name, -1, NULL, 0, NULL, NULL);
name              313 3rdparty/libtiff/tif_win32.c         WideCharToMultiByte(CP_ACP, 0, name, -1, mbname, mbsize,
name              253 3rdparty/libtiff/tiffio.h     char* name;
name               78 3rdparty/libtiff/tiffiop.h     char *name;
name               31 3rdparty/libwebp/dsp/enc_sse2.c static void PrintReg(const __m128i r, const char* const name, int size) {
name               41 3rdparty/libwebp/dsp/enc_sse2.c   printf("%s\t: ", name);
name              128 3rdparty/openexr/Iex/IexBaseExc.h #define DEFINE_EXC(name, base)				        \
name              129 3rdparty/openexr/Iex/IexBaseExc.h     class name: public base				        \
name              132 3rdparty/openexr/Iex/IexBaseExc.h     name (const char* text=0)      throw(): base (text) {}	\
name              133 3rdparty/openexr/Iex/IexBaseExc.h     name (const std::string &text) throw(): base (text) {}	\
name              134 3rdparty/openexr/Iex/IexBaseExc.h     name (std::stringstream &text) throw(): base (text) {}	\
name              116 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     (const std::string &name,
name              129 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     _data->rgbaFile = new RgbaOutputFile (name.c_str(),
name              162 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     (const std::string &name,
name              188 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     _data->rgbaFile = new RgbaOutputFile (name.c_str(),
name              198 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     (const std::string &name,
name              224 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     _data->rgbaFile = new RgbaOutputFile (name.c_str(),
name              469 3rdparty/openexr/IlmImf/ImfAcesFile.cpp AcesInputFile::AcesInputFile (const std::string &name, int numThreads):
name              472 3rdparty/openexr/IlmImf/ImfAcesFile.cpp     _data->rgbaFile = new RgbaInputFile (name.c_str(), numThreads);
name              114 3rdparty/openexr/IlmImf/ImfAcesFile.h     AcesOutputFile (const std::string &name,
name              137 3rdparty/openexr/IlmImf/ImfAcesFile.h     AcesOutputFile (const std::string &name,
name              155 3rdparty/openexr/IlmImf/ImfAcesFile.h     AcesOutputFile (const std::string &name,
name              242 3rdparty/openexr/IlmImf/ImfAcesFile.h     AcesInputFile (const std::string &name,
name              340 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfHeaderSetIntAttribute (ImfHeader *hdr, const char name[], int value)
name              344 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              346 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::IntAttribute (value));
name              350 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::IntAttribute>(name).value() =
name              365 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfHeaderIntAttribute (const ImfHeader *hdr, const char name[], int *value)
name              369 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     *value = header(hdr)->typedAttribute<Imf::IntAttribute>(name).value();
name              381 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfHeaderSetFloatAttribute (ImfHeader *hdr, const char name[], float value)
name              385 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              387 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::FloatAttribute (value));
name              391 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::FloatAttribute>(name).value() =
name              406 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfHeaderSetDoubleAttribute (ImfHeader *hdr, const char name[], double value)
name              410 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              412 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::DoubleAttribute (value));
name              416 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::DoubleAttribute>(name).value() =
name              431 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfHeaderFloatAttribute (const ImfHeader *hdr, const char name[], float *value)
name              435 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     *value = header(hdr)->typedAttribute<Imf::FloatAttribute>(name).value();
name              448 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp               const char name[],
name              454 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         typedAttribute<Imf::DoubleAttribute>(name).value();
name              468 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                  const char name[],
name              473 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              475 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::StringAttribute (value));
name              479 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::StringAttribute>(name).value() =
name              495 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp               const char name[],
name              501 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         typedAttribute<Imf::StringAttribute>(name).value().c_str();
name              515 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                 const char name[],
name              523 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              525 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::Box2iAttribute (box));
name              529 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::Box2iAttribute>(name).value() =
name              545 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp              const char name[],
name              552 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::Box2iAttribute>(name).value();
name              571 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                 const char name[],
name              579 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              581 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::Box2fAttribute (box));
name              585 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value() =
name              601 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp              const char name[],
name              608 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value();
name              627 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp               const char name[],
name              634 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              635 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::V2iAttribute (v));
name              637 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V2iAttribute>(name).value() = v;
name              651 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                const char name[],
name              657 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V2iAttribute>(name).value();
name              674 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp               const char name[],
name              681 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              682 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::V2fAttribute (v));
name              684 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V2fAttribute>(name).value() = v;
name              698 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                const char name[],
name              704 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V2fAttribute>(name).value();
name              721 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp               const char name[],
name              728 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              729 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::V3iAttribute (v));
name              731 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V3iAttribute>(name).value() = v;
name              745 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                const char name[],
name              751 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V3iAttribute>(name).value();
name              769 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp               const char name[],
name              776 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              777 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::V3fAttribute (v));
name              779 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V3fAttribute>(name).value() = v;
name              793 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                const char name[],
name              799 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::V3fAttribute>(name).value();
name              817 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                const char name[],
name              824 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              825 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::M33fAttribute (m3));
name              827 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::M33fAttribute>(name).value() = m3;
name              841 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp             const char name[],
name              847 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::M33fAttribute>(name).value();
name              873 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp                const char name[],
name              880 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     if (header(hdr)->find(name) == header(hdr)->end())
name              881 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->insert (name, Imf::M44fAttribute (m4));
name              883 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::M44fAttribute>(name).value() = m4;
name              897 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp             const char name[],
name              903 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         header(hdr)->typedAttribute<Imf::M44fAttribute>(name).value();
name              936 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfOpenOutputFile (const char name[], const ImfHeader *hdr, int channels)
name              941 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp         (name, *header(hdr), Imf::RgbaChannels (channels));
name             1024 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfOpenTiledOutputFile (const char name[],
name             1033 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp             (name, *header(hdr),
name             1162 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfOpenInputFile (const char name[])
name             1166 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     return (ImfInputFile *) new Imf::RgbaInputFile (name);
name             1249 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp ImfOpenTiledInputFile (const char name[])
name             1253 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp     return (ImfTiledInputFile *) new Imf::TiledRgbaInputFile (name);
name              203 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                       const char name[],
name              207 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                        const char name[],
name              211 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                         const char name[],
name              215 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                          const char name[],
name              219 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                          const char name[],
name              223 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                           const char name[],
name              227 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                          const char name[],
name              231 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                          const char name[],
name              235 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                         const char name[],
name              240 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                      const char name[],
name              245 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                         const char name[],
name              250 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                      const char name[],
name              255 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                          const char name[],
name              259 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                        const char name[],
name              263 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                           const char name[],
name              267 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                        const char name[],
name              271 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                           const char name[],
name              275 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                        const char name[],
name              279 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                           const char name[],
name              283 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                        const char name[],
name              287 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                        const char name[],
name              291 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                     const char name[],
name              295 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                        const char name[],
name              299 3rdparty/openexr/IlmImf/ImfCRgbaFile.h                     const char name[],
name              309 3rdparty/openexr/IlmImf/ImfCRgbaFile.h ImfOutputFile *	ImfOpenOutputFile (const char name[],
name              337 3rdparty/openexr/IlmImf/ImfCRgbaFile.h ImfTiledOutputFile *	ImfOpenTiledOutputFile (const char name[],
name              379 3rdparty/openexr/IlmImf/ImfCRgbaFile.h ImfInputFile *		ImfOpenInputFile (const char name[]);
name              406 3rdparty/openexr/IlmImf/ImfCRgbaFile.h ImfTiledInputFile *	ImfOpenTiledInputFile (const char name[]);
name               75 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::insert (const char name[], const Channel &channel)
name               77 3rdparty/openexr/IlmImf/ImfChannelList.cpp     if (name[0] == 0)
name               80 3rdparty/openexr/IlmImf/ImfChannelList.cpp     _map[name] = channel;
name               85 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::insert (const string &name, const Channel &channel)
name               87 3rdparty/openexr/IlmImf/ImfChannelList.cpp     insert (name.c_str(), channel);
name               92 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::operator [] (const char name[])
name               94 3rdparty/openexr/IlmImf/ImfChannelList.cpp     ChannelMap::iterator i = _map.find (name);
name               97 3rdparty/openexr/IlmImf/ImfChannelList.cpp     THROW (Iex::ArgExc, "Cannot find image channel \"" << name << "\".");
name              104 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::operator [] (const char name[]) const
name              106 3rdparty/openexr/IlmImf/ImfChannelList.cpp     ChannelMap::const_iterator i = _map.find (name);
name              109 3rdparty/openexr/IlmImf/ImfChannelList.cpp     THROW (Iex::ArgExc, "Cannot find image channel \"" << name << "\".");
name              116 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::operator [] (const string &name)
name              118 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return this->operator[] (name.c_str());
name              123 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::operator [] (const string &name) const
name              125 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return this->operator[] (name.c_str());
name              130 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::findChannel (const char name[])
name              132 3rdparty/openexr/IlmImf/ImfChannelList.cpp     ChannelMap::iterator i = _map.find (name);
name              138 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::findChannel (const char name[]) const
name              140 3rdparty/openexr/IlmImf/ImfChannelList.cpp     ChannelMap::const_iterator i = _map.find (name);
name              146 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::findChannel (const string &name)
name              148 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return findChannel (name.c_str());
name              153 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::findChannel (const string &name) const
name              155 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return findChannel (name.c_str());
name              188 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::find (const char name[])
name              190 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return _map.find (name);
name              195 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::find (const char name[]) const
name              197 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return _map.find (name);
name              202 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::find (const string &name)
name              204 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return find (name.c_str());
name              209 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::find (const string &name) const
name              211 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return find (name.c_str());
name              222 3rdparty/openexr/IlmImf/ImfChannelList.cpp     string layerName = i.name();
name              261 3rdparty/openexr/IlmImf/ImfChannelList.cpp        strncmp (last.name(), prefix, n) <= 0)
name              277 3rdparty/openexr/IlmImf/ImfChannelList.cpp        strncmp (last.name(), prefix, n) <= 0)
name              122 3rdparty/openexr/IlmImf/ImfChannelList.h     void			insert (const char name[],
name              125 3rdparty/openexr/IlmImf/ImfChannelList.h     void			insert (const std::string &name,
name              140 3rdparty/openexr/IlmImf/ImfChannelList.h     Channel &			operator [] (const char name[]);
name              141 3rdparty/openexr/IlmImf/ImfChannelList.h     const Channel &		operator [] (const char name[]) const;
name              143 3rdparty/openexr/IlmImf/ImfChannelList.h     Channel &			operator [] (const std::string &name);
name              144 3rdparty/openexr/IlmImf/ImfChannelList.h     const Channel &		operator [] (const std::string &name) const;
name              146 3rdparty/openexr/IlmImf/ImfChannelList.h     Channel *			findChannel (const char name[]);
name              147 3rdparty/openexr/IlmImf/ImfChannelList.h     const Channel *		findChannel (const char name[]) const;
name              149 3rdparty/openexr/IlmImf/ImfChannelList.h     Channel *			findChannel (const std::string &name);
name              150 3rdparty/openexr/IlmImf/ImfChannelList.h     const Channel *		findChannel (const std::string &name) const;
name              168 3rdparty/openexr/IlmImf/ImfChannelList.h     Iterator			find (const char name[]);
name              169 3rdparty/openexr/IlmImf/ImfChannelList.h     ConstIterator		find (const char name[]) const;
name              171 3rdparty/openexr/IlmImf/ImfChannelList.h     Iterator			find (const std::string &name);
name              172 3rdparty/openexr/IlmImf/ImfChannelList.h     ConstIterator		find (const std::string &name) const;
name              280 3rdparty/openexr/IlmImf/ImfChannelList.h     const char *		name () const;
name              302 3rdparty/openexr/IlmImf/ImfChannelList.h     const char *		name () const;
name              351 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::Iterator::name () const
name              403 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::ConstIterator::name () const
name               85 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp     Xdr::write <StreamIO> (os, i.name());
name              116 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp     char name[Name::SIZE];
name              117 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp     Xdr::read <StreamIO> (is, Name::MAX_LENGTH, name);
name              119 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp     if (name[0] == 0)
name              122 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp     checkIsNullTerminated (name, "channel name");
name              140 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp         (name, Channel (PixelType (type), xSampling, ySampling, pLinear));
name               77 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::insert (const char name[], const Slice &slice)
name               79 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     if (name[0] == 0)
name               85 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     _map[name] = slice;
name               90 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::insert (const string &name, const Slice &slice)
name               92 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     insert (name.c_str(), slice);
name               97 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::operator [] (const char name[])
name               99 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     SliceMap::iterator i = _map.find (name);
name              104 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp            "Cannot find frame buffer slice \"" << name << "\".");
name              112 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::operator [] (const char name[]) const
name              114 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     SliceMap::const_iterator i = _map.find (name);
name              119 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp            "Cannot find frame buffer slice \"" << name << "\".");
name              127 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::operator [] (const string &name)
name              129 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return this->operator[] (name.c_str());
name              134 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::operator [] (const string &name) const
name              136 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return this->operator[] (name.c_str());
name              141 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::findSlice (const char name[])
name              143 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     SliceMap::iterator i = _map.find (name);
name              149 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::findSlice (const char name[]) const
name              151 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     SliceMap::const_iterator i = _map.find (name);
name              157 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::findSlice (const string &name)
name              159 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return findSlice (name.c_str());
name              164 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::findSlice (const string &name) const
name              166 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return findSlice (name.c_str());
name              199 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::find (const char name[])
name              201 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return _map.find (name);
name              206 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::find (const char name[]) const
name              208 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return _map.find (name);
name              213 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::find (const string &name)
name              215 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return find (name.c_str());
name              220 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp FrameBuffer::find (const string &name) const
name              222 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp     return find (name.c_str());
name              158 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     void			insert (const char name[],
name              161 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     void			insert (const std::string &name,
name              176 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Slice &			operator [] (const char name[]);
name              177 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const Slice &		operator [] (const char name[]) const;
name              179 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Slice &			operator [] (const std::string &name);
name              180 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const Slice &		operator [] (const std::string &name) const;
name              182 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Slice *			findSlice (const char name[]);
name              183 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const Slice *		findSlice (const char name[]) const;
name              185 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Slice *			findSlice (const std::string &name);
name              186 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const Slice *		findSlice (const std::string &name) const;
name              204 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Iterator			find (const char name[]);
name              205 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     ConstIterator		find (const char name[]) const;
name              207 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Iterator			find (const std::string &name);
name              208 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     ConstIterator		find (const std::string &name) const;
name              230 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const char *		name () const;
name              252 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const char *		name () const;
name              301 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::Iterator::name () const
name              353 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::ConstIterator::name () const
name              132 3rdparty/openexr/IlmImf/ImfHeader.cpp         if (strlen (i.name()) >= 32 || strlen (i.attribute().typeName()) >= 32)
name              142 3rdparty/openexr/IlmImf/ImfHeader.cpp         if (strlen (i.name()) >= 32)
name              288 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::insert (const char name[], const Attribute &attribute)
name              290 3rdparty/openexr/IlmImf/ImfHeader.cpp     if (name[0] == 0)
name              293 3rdparty/openexr/IlmImf/ImfHeader.cpp     AttributeMap::iterator i = _map.find (name);
name              301 3rdparty/openexr/IlmImf/ImfHeader.cpp         _map[name] = tmp;
name              314 3rdparty/openexr/IlmImf/ImfHeader.cpp                  "to image attribute \"" << name << "\" of "
name              325 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::insert (const string &name, const Attribute &attribute)
name              327 3rdparty/openexr/IlmImf/ImfHeader.cpp     insert (name.c_str(), attribute);
name              332 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::operator [] (const char name[])
name              334 3rdparty/openexr/IlmImf/ImfHeader.cpp     AttributeMap::iterator i = _map.find (name);
name              337 3rdparty/openexr/IlmImf/ImfHeader.cpp     THROW (Iex::ArgExc, "Cannot find image attribute \"" << name << "\".");
name              344 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::operator [] (const char name[]) const
name              346 3rdparty/openexr/IlmImf/ImfHeader.cpp     AttributeMap::const_iterator i = _map.find (name);
name              349 3rdparty/openexr/IlmImf/ImfHeader.cpp     THROW (Iex::ArgExc, "Cannot find image attribute \"" << name << "\".");
name              356 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::operator [] (const string &name)
name              358 3rdparty/openexr/IlmImf/ImfHeader.cpp     return this->operator[] (name.c_str());
name              363 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::operator [] (const string &name) const
name              365 3rdparty/openexr/IlmImf/ImfHeader.cpp     return this->operator[] (name.c_str());
name              398 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::find (const char name[])
name              400 3rdparty/openexr/IlmImf/ImfHeader.cpp     return _map.find (name);
name              405 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::find (const char name[]) const
name              407 3rdparty/openexr/IlmImf/ImfHeader.cpp     return _map.find (name);
name              412 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::find (const string &name)
name              414 3rdparty/openexr/IlmImf/ImfHeader.cpp     return find (name.c_str());
name              419 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::find (const string &name) const
name              421 3rdparty/openexr/IlmImf/ImfHeader.cpp     return find (name.c_str());
name              781 3rdparty/openexr/IlmImf/ImfHeader.cpp         THROW (Iex::ArgExc, "Pixel type of \"" << i.name() << "\" "
name              788 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "\"" << i.name() << "\" channel "
name              795 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "\"" << i.name() << "\" channel "
name              810 3rdparty/openexr/IlmImf/ImfHeader.cpp         THROW (Iex::ArgExc, "Pixel type of \"" << i.name() << "\" "
name              817 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "\"" << i.name() << "\" channel "
name              824 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "\"" << i.name() << "\" channel "
name              833 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "the \"" << i.name() << "\" channel.");
name              841 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "the \"" << i.name() << "\" channel.");
name              850 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "the \"" << i.name() << "\" channel.");
name              859 3rdparty/openexr/IlmImf/ImfHeader.cpp                     "the \"" << i.name() << "\" channel.");
name              918 3rdparty/openexr/IlmImf/ImfHeader.cpp     Xdr::write <StreamIO> (os, i.name());
name              991 3rdparty/openexr/IlmImf/ImfHeader.cpp     char name[Name::SIZE];
name              992 3rdparty/openexr/IlmImf/ImfHeader.cpp     Xdr::read <StreamIO> (is, Name::MAX_LENGTH, name);
name              994 3rdparty/openexr/IlmImf/ImfHeader.cpp     if (name[0] == 0)
name              997 3rdparty/openexr/IlmImf/ImfHeader.cpp     checkIsNullTerminated (name, "attribute name");
name             1010 3rdparty/openexr/IlmImf/ImfHeader.cpp     AttributeMap::iterator i = _map.find (name);
name             1022 3rdparty/openexr/IlmImf/ImfHeader.cpp                       "\"" << name << "\".");
name             1046 3rdparty/openexr/IlmImf/ImfHeader.cpp         _map[name] = attr;
name              154 3rdparty/openexr/IlmImf/ImfHeader.h     void			insert (const char name[],
name              157 3rdparty/openexr/IlmImf/ImfHeader.h     void			insert (const std::string &name,
name              180 3rdparty/openexr/IlmImf/ImfHeader.h     Attribute &			operator [] (const char name[]);
name              181 3rdparty/openexr/IlmImf/ImfHeader.h     const Attribute &		operator [] (const char name[]) const;
name              183 3rdparty/openexr/IlmImf/ImfHeader.h     Attribute &			operator [] (const std::string &name);
name              184 3rdparty/openexr/IlmImf/ImfHeader.h     const Attribute &		operator [] (const std::string &name) const;
name              186 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> T&	typedAttribute (const char name[]);
name              187 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> const T&	typedAttribute (const char name[]) const;
name              189 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> T&	typedAttribute (const std::string &name);
name              190 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> const T&	typedAttribute (const std::string &name) const;
name              192 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> T*	findTypedAttribute (const char name[]);
name              193 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> const T*	findTypedAttribute (const char name[]) const;
name              195 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> T*	findTypedAttribute (const std::string &name);
name              196 3rdparty/openexr/IlmImf/ImfHeader.h     template <class T> const T*	findTypedAttribute (const std::string &name)
name              214 3rdparty/openexr/IlmImf/ImfHeader.h     Iterator			find (const char name[]);
name              215 3rdparty/openexr/IlmImf/ImfHeader.h     ConstIterator		find (const char name[]) const;
name              217 3rdparty/openexr/IlmImf/ImfHeader.h     Iterator			find (const std::string &name);
name              218 3rdparty/openexr/IlmImf/ImfHeader.h     ConstIterator		find (const std::string &name) const;
name              376 3rdparty/openexr/IlmImf/ImfHeader.h     const char *		name () const;
name              398 3rdparty/openexr/IlmImf/ImfHeader.h     const char *		name () const;
name              464 3rdparty/openexr/IlmImf/ImfHeader.h Header::Iterator::name () const
name              516 3rdparty/openexr/IlmImf/ImfHeader.h Header::ConstIterator::name () const
name              549 3rdparty/openexr/IlmImf/ImfHeader.h Header::typedAttribute (const char name[])
name              551 3rdparty/openexr/IlmImf/ImfHeader.h     Attribute *attr = &(*this)[name];
name              563 3rdparty/openexr/IlmImf/ImfHeader.h Header::typedAttribute (const char name[]) const
name              565 3rdparty/openexr/IlmImf/ImfHeader.h     const Attribute *attr = &(*this)[name];
name              577 3rdparty/openexr/IlmImf/ImfHeader.h Header::typedAttribute (const std::string &name)
name              579 3rdparty/openexr/IlmImf/ImfHeader.h     return typedAttribute<T> (name.c_str());
name              585 3rdparty/openexr/IlmImf/ImfHeader.h Header::typedAttribute (const std::string &name) const
name              587 3rdparty/openexr/IlmImf/ImfHeader.h     return typedAttribute<T> (name.c_str());
name              593 3rdparty/openexr/IlmImf/ImfHeader.h Header::findTypedAttribute (const char name[])
name              595 3rdparty/openexr/IlmImf/ImfHeader.h     AttributeMap::iterator i = _map.find (name);
name              602 3rdparty/openexr/IlmImf/ImfHeader.h Header::findTypedAttribute (const char name[]) const
name              604 3rdparty/openexr/IlmImf/ImfHeader.h     AttributeMap::const_iterator i = _map.find (name);
name              611 3rdparty/openexr/IlmImf/ImfHeader.h Header::findTypedAttribute (const std::string &name)
name              613 3rdparty/openexr/IlmImf/ImfHeader.h     return findTypedAttribute<T> (name.c_str());
name              619 3rdparty/openexr/IlmImf/ImfHeader.h Header::findTypedAttribute (const std::string &name) const
name              621 3rdparty/openexr/IlmImf/ImfHeader.h     return findTypedAttribute<T> (name.c_str());
name              257 3rdparty/openexr/IlmImf/ImfInputFile.cpp             Slice toSlice = ifd->tFileBuffer[k.name()];	// slice to write to
name              438 3rdparty/openexr/IlmImf/ImfInputFile.cpp         if (strcmp (i.name(), j.name()) || i.slice().type != j.slice().type)
name              479 3rdparty/openexr/IlmImf/ImfInputFile.cpp             (k.name(),
name              494 3rdparty/openexr/IlmImf/ImfInputFile.cpp             (k.name(),
name              509 3rdparty/openexr/IlmImf/ImfInputFile.cpp             (k.name(),
name               49 3rdparty/openexr/IlmImf/ImfMultiView.cpp parseString (string name, char c = '.')
name               58 3rdparty/openexr/IlmImf/ImfMultiView.cpp     while (name.size() > 0)
name               60 3rdparty/openexr/IlmImf/ImfMultiView.cpp     size_t s = name.find (c);
name               61 3rdparty/openexr/IlmImf/ImfMultiView.cpp     string sec = name.substr (0, s);
name               83 3rdparty/openexr/IlmImf/ImfMultiView.cpp     if (s == name.npos)
name               84 3rdparty/openexr/IlmImf/ImfMultiView.cpp         name = "";
name               86 3rdparty/openexr/IlmImf/ImfMultiView.cpp         name = name.substr (s + 1);
name              192 3rdparty/openexr/IlmImf/ImfMultiView.cpp     string view = viewFromChannelName (i.name(), multiView);
name              200 3rdparty/openexr/IlmImf/ImfMultiView.cpp        q.insert (i.name(), i.channel());
name              317 3rdparty/openexr/IlmImf/ImfMultiView.cpp     if (i.name() == channelName ||
name              318 3rdparty/openexr/IlmImf/ImfMultiView.cpp         areCounterparts (i.name(), channelName, multiView))
name              320 3rdparty/openexr/IlmImf/ImfMultiView.cpp         q.insert (i.name(), i.channel());
name              343 3rdparty/openexr/IlmImf/ImfMultiView.cpp     if (viewFromChannelName (i.name(), multiView) == otherViewName &&
name              344 3rdparty/openexr/IlmImf/ImfMultiView.cpp         areCounterparts (i.name(), channelName, multiView))
name              346 3rdparty/openexr/IlmImf/ImfMultiView.cpp         return i.name();
name              821 3rdparty/openexr/IlmImf/ImfOutputFile.cpp     FrameBuffer::ConstIterator j = frameBuffer.find (i.name());
name              828 3rdparty/openexr/IlmImf/ImfOutputFile.cpp         THROW (Iex::ArgExc, "Pixel type of \"" << i.name() << "\" channel "
name              838 3rdparty/openexr/IlmImf/ImfOutputFile.cpp                 "of \"" << i.name() << "\" channel "
name              855 3rdparty/openexr/IlmImf/ImfOutputFile.cpp     FrameBuffer::ConstIterator j = frameBuffer.find (i.name());
name              557 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp RgbaOutputFile::RgbaOutputFile (const char name[],
name              566 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp     _outputFile = new OutputFile (name, hd, numThreads);
name              589 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp RgbaOutputFile::RgbaOutputFile (const char name[],
name              611 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp     _outputFile = new OutputFile (name, hd, numThreads);
name              618 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp RgbaOutputFile::RgbaOutputFile (const char name[],
name              640 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp     _outputFile = new OutputFile (name, hd, numThreads);
name             1164 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp RgbaInputFile::RgbaInputFile (const char name[], int numThreads):
name             1165 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp     _inputFile (new InputFile (name, numThreads)),
name             1188 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp RgbaInputFile::RgbaInputFile (const char name[],
name             1192 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp     _inputFile (new InputFile (name, numThreads)),
name               78 3rdparty/openexr/IlmImf/ImfRgbaFile.h     RgbaOutputFile (const char name[],
name              101 3rdparty/openexr/IlmImf/ImfRgbaFile.h     RgbaOutputFile (const char name[],
name              119 3rdparty/openexr/IlmImf/ImfRgbaFile.h     RgbaOutputFile (const char name[],
name              239 3rdparty/openexr/IlmImf/ImfRgbaFile.h     RgbaInputFile (const char name[], int numThreads = globalThreadCount());
name              258 3rdparty/openexr/IlmImf/ImfRgbaFile.h     RgbaInputFile (const char name[],
name              773 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp     ChannelList::ConstIterator i = channels.find (j.name());
name              781 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp                 "of \"" << i.name() << "\" channel "
name              798 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp     while (i != channels.end() && strcmp (i.name(), j.name()) < 0)
name              821 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp     if (i == channels.end() || strcmp (i.name(), j.name()) > 0)
name               45 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp #define IMF_STRING(name) #name
name               47 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp #define IMF_STD_ATTRIBUTE_IMP(name,suffix,type)				 \
name               52 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp     header.insert (IMF_STRING (name), TypedAttribute<type> (value)); \
name               59 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp         (IMF_STRING (name)) != 0;				 \
name               63 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp     name##Attribute (const Header &header)				 \
name               66 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp         (IMF_STRING (name));					 \
name               70 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp     name##Attribute (Header &header)					 \
name               73 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp         (IMF_STRING (name));					 \
name               77 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp     name (const Header &header)						 \
name               79 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp     return name##Attribute(header).value();				 \
name               83 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp     name (Header &header)						 \
name               85 3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp     return name##Attribute(header).value();				 \
name               69 3rdparty/openexr/IlmImf/ImfStandardAttributes.h #define IMF_STD_ATTRIBUTE_DEF(name,suffix,type)				      \
name               73 3rdparty/openexr/IlmImf/ImfStandardAttributes.h     const TypedAttribute<type> & name##Attribute (const Header &header);      \
name               74 3rdparty/openexr/IlmImf/ImfStandardAttributes.h     TypedAttribute<type> &	 name##Attribute (Header &header);	      \
name               75 3rdparty/openexr/IlmImf/ImfStandardAttributes.h     const type &		 name (const Header &header);		      \
name               76 3rdparty/openexr/IlmImf/ImfStandardAttributes.h     type &			 name (Header &header);
name              828 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp         ChannelList::ConstIterator i = channels.find (j.name());
name              836 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp                 "of \"" << i.name() << "\" channel "
name              853 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp         while (i != channels.end() && strcmp (i.name(), j.name()) < 0)
name              874 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp         if (i == channels.end() || strcmp (i.name(), j.name()) > 0)
name             1026 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp     FrameBuffer::ConstIterator j = frameBuffer.find (i.name());
name             1032 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp         THROW (Iex::ArgExc, "Pixel type of \"" << i.name() << "\" channel "
name             1052 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp     FrameBuffer::ConstIterator j = frameBuffer.find (i.name());
name              259 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     (const char name[],
name              272 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     insertChannels (hd, rgbaChannels, name);
name              274 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     _outputFile = new TiledOutputFile (name, hd, numThreads);
name              307 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     (const char name[],
name              333 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     insertChannels (hd, rgbaChannels, name);
name              335 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     _outputFile = new TiledOutputFile (name, hd, numThreads);
name              343 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     (const char name[],
name              369 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     insertChannels (hd, rgbaChannels, name);
name              371 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     _outputFile = new TiledOutputFile (name, hd, numThreads);
name              771 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp TiledRgbaInputFile::TiledRgbaInputFile (const char name[], int numThreads):
name              772 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     _inputFile (new TiledInputFile (name, numThreads)),
name              791 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp TiledRgbaInputFile::TiledRgbaInputFile (const char name[],
name              795 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp     _inputFile (new TiledInputFile (name, numThreads)),
name               81 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h     TiledRgbaOutputFile (const char name[],
name              116 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h     TiledRgbaOutputFile (const char name[],
name              139 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h     TiledRgbaOutputFile (const char name[],
name              309 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h     TiledRgbaInputFile (const char name[],
name              331 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h     TiledRgbaInputFile (const char name[],
name              596 3rdparty/zlib/deflate.c             str = s->gzhead->name;
name              713 3rdparty/zlib/deflate.c                             (s->gzhead->name == Z_NULL ? 0 : 8) +
name              794 3rdparty/zlib/deflate.c         if (s->gzhead->name != Z_NULL) {
name              810 3rdparty/zlib/deflate.c                 val = s->gzhead->name[s->gzindex++];
name              762 3rdparty/zlib/inflate.c                             state->head->name != Z_NULL &&
name              764 3rdparty/zlib/inflate.c                         state->head->name[state->length++] = len;
name              773 3rdparty/zlib/inflate.c                 state->head->name = Z_NULL;
name              120 3rdparty/zlib/zlib.h     Bytef   *name;      /* pointer to zero-terminated file name or Z_NULL */
name              106 3rdparty/zlib/zutil.h #  define F_OPEN(name, mode) \
name              107 3rdparty/zlib/zutil.h      fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
name              184 3rdparty/zlib/zutil.h #  define F_OPEN(name, mode) fopen((name), (mode))
name               13 apps/traincascade/HOGfeatures.cpp     name = HOGF_NAME;
name               15 apps/traincascade/cascadeclassifier.cpp     name = CC_CASCADE_PARAMS;
name               20 apps/traincascade/cascadeclassifier.cpp     name = CC_CASCADE_PARAMS;
name               23 apps/traincascade/features.cpp CvParams::CvParams() : name( "params" ) {}
name               25 apps/traincascade/features.cpp { cout << "--" << name << "--" << endl; }
name               34 apps/traincascade/features.cpp     name = CC_FEATURE_PARAMS;
name               12 apps/traincascade/haarfeatures.cpp     name = HFP_NAME;
name               17 apps/traincascade/haarfeatures.cpp     name = HFP_NAME;
name               12 apps/traincascade/lbpfeatures.cpp     name = LBPF_NAME;
name              144 apps/traincascade/old_ml.hpp     CV_WRAP virtual void save( const char* filename, const char* name=0 ) const;
name              145 apps/traincascade/old_ml.hpp     CV_WRAP virtual void load( const char* filename, const char* name=0 );
name              147 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* storage, const char* name ) const;
name              213 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* storage, const char* name ) const;
name              524 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* storage, const char* name ) const;
name              804 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* fs, const char* name ) const;
name              953 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* fs, const char* name ) const;
name             1163 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* storage, const char* name ) const;
name             1559 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* fs, const char* name ) const;
name             1850 apps/traincascade/old_ml.hpp     virtual void write( CvFileStorage* storage, const char* name ) const;
name             2027 apps/traincascade/old_ml_boost.cpp CvBoost::write( CvFileStorage* fs, const char* name ) const
name             2036 apps/traincascade/old_ml_boost.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_ML_BOOSTING );
name               61 apps/traincascade/old_ml_inner_functions.cpp void CvStatModel::save( const char* filename, const char* name ) const
name               73 apps/traincascade/old_ml_inner_functions.cpp     write( fs, name ? name : default_model_name );
name               81 apps/traincascade/old_ml_inner_functions.cpp void CvStatModel::load( const char* filename, const char* name )
name               95 apps/traincascade/old_ml_inner_functions.cpp     if( name )
name               96 apps/traincascade/old_ml_inner_functions.cpp         model_node = cvGetFileNodeByName( fs, 0, name );
name              324 apps/traincascade/old_ml_precomp.hpp CvFileNode* icvFileNodeGetChild(CvFileNode* father, const char* name);
name              325 apps/traincascade/old_ml_precomp.hpp CvFileNode* icvFileNodeGetChildArrayElem(CvFileNode* father, const char* name,int index);
name              326 apps/traincascade/old_ml_precomp.hpp CvFileNode* icvFileNodeGetNext(CvFileNode* n, const char* name);
name             3890 apps/traincascade/old_ml_tree.cpp void CvDTree::write( CvFileStorage* fs, const char* name ) const
name             3896 apps/traincascade/old_ml_tree.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_ML_TREE );
name               59 apps/traincascade/traincascade_features.h     std::string name;
name              402 modules/calib3d/test/test_stereomatching.cpp     string algorithmName = name;
name              680 modules/calib3d/test/test_stereomatching.cpp         name = "stereobm";
name              735 modules/calib3d/test/test_stereomatching.cpp         name = "stereosgbm";
name             2029 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvStartWriteStruct( CvFileStorage* fs, const char* name,
name             2047 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvWriteInt( CvFileStorage* fs, const char* name, int value );
name             2074 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvWriteReal( CvFileStorage* fs, const char* name, double value );
name             2087 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvWriteString( CvFileStorage* fs, const char* name,
name             2147 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvWrite( CvFileStorage* fs, const char* name, const void* ptr,
name             2258 modules/core/include/opencv2/core/core_c.h CVAPI(CvStringHashNode*) cvGetHashedKey( CvFileStorage* fs, const char* name,
name             2304 modules/core/include/opencv2/core/core_c.h                                        const char* name );
name             2332 modules/core/include/opencv2/core/core_c.h                          const char* name, int default_value CV_DEFAULT(0) )
name             2334 modules/core/include/opencv2/core/core_c.h     return cvReadInt( cvGetFileNodeByName( fs, map, name ), default_value );
name             2363 modules/core/include/opencv2/core/core_c.h                         const char* name, double default_value CV_DEFAULT(0.) )
name             2365 modules/core/include/opencv2/core/core_c.h     return cvReadReal( cvGetFileNodeByName( fs, map, name ), default_value );
name             2392 modules/core/include/opencv2/core/core_c.h                         const char* name, const char* default_value CV_DEFAULT(NULL) )
name             2394 modules/core/include/opencv2/core/core_c.h     return cvReadString( cvGetFileNodeByName( fs, map, name ), default_value );
name             2424 modules/core/include/opencv2/core/core_c.h                               const char* name, CvAttrList* attributes CV_DEFAULT(NULL) )
name             2426 modules/core/include/opencv2/core/core_c.h     return cvRead( fs, cvGetFileNodeByName( fs, map, name ), attributes );
name             2562 modules/core/include/opencv2/core/core_c.h                     const char* name CV_DEFAULT(NULL),
name             2584 modules/core/include/opencv2/core/core_c.h                      const char* name CV_DEFAULT(NULL),
name              648 modules/core/include/opencv2/core/cuda.hpp     const char* name() const;
name              148 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2RGB_TRAITS(name, scn, dcn, bidx) \
name              149 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              221 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2RGB5x5_TRAITS(name, scn, bidx, green_bits) \
name              222 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     struct name ## _traits \
name              302 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB5x52RGB_TRAITS(name, dcn, bidx, green_bits) \
name              303 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     struct name ## _traits \
name              348 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_GRAY2RGB_TRAITS(name, dcn) \
name              349 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              390 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_GRAY2RGB5x5_TRAITS(name, green_bits) \
name              391 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     struct name ## _traits \
name              432 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB5x52GRAY_TRAITS(name, green_bits) \
name              433 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     struct name ## _traits \
name              483 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2GRAY_TRAITS(name, scn, bidx) \
name              484 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              534 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2YUV_TRAITS(name, scn, dcn, bidx) \
name              535 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              622 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_YUV2RGB_TRAITS(name, scn, dcn, bidx) \
name              623 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              701 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2YCrCb_TRAITS(name, scn, dcn, bidx) \
name              702 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              780 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_YCrCb2RGB_TRAITS(name, scn, dcn, bidx) \
name              781 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              856 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2XYZ_TRAITS(name, scn, dcn, bidx) \
name              857 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              931 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_XYZ2RGB_TRAITS(name, scn, dcn, bidx) \
name              932 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1069 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2HSV_TRAITS(name, scn, dcn, bidx) \
name             1070 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1078 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _full_traits \
name             1086 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _traits<float> \
name             1094 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _full_traits<float> \
name             1209 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_HSV2RGB_TRAITS(name, scn, dcn, bidx) \
name             1210 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1218 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _full_traits \
name             1226 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _traits<float> \
name             1234 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _full_traits<float> \
name             1342 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2HLS_TRAITS(name, scn, dcn, bidx) \
name             1343 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1351 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _full_traits \
name             1359 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _traits<float> \
name             1367 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _full_traits<float> \
name             1482 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_HLS2RGB_TRAITS(name, scn, dcn, bidx) \
name             1483 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1491 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _full_traits \
name             1499 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _traits<float> \
name             1507 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <> struct name ## _full_traits<float> \
name             1651 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2Lab_TRAITS(name, scn, dcn, srgb, blueIdx) \
name             1652 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1764 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_Lab2RGB_TRAITS(name, scn, dcn, srgb, blueIdx) \
name             1765 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1863 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_RGB2Luv_TRAITS(name, scn, dcn, srgb, blueIdx) \
name             1864 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name             1964 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp #define OPENCV_CUDA_IMPLEMENT_Luv2RGB_TRAITS(name, scn, dcn, srgb, blueIdx) \
name             1965 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp     template <typename T> struct name ## _traits \
name              307 modules/core/include/opencv2/core/cuda/functional.hpp #define OPENCV_CUDA_IMPLEMENT_MINMAX(name, type, op) \
name              311 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name() {}\
name              312 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name(const name&) {}\
name              460 modules/core/include/opencv2/core/cuda/functional.hpp #define OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(name, func) \
name              461 modules/core/include/opencv2/core/cuda/functional.hpp     template <typename T> struct name ## _func : unary_function<T, float> \
name              467 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func() {} \
name              468 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func(const name ## _func&) {} \
name              470 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct name ## _func<double> : unary_function<double, double> \
name              476 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func() {} \
name              477 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func(const name ## _func&) {} \
name              480 modules/core/include/opencv2/core/cuda/functional.hpp #define OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(name, func) \
name              481 modules/core/include/opencv2/core/cuda/functional.hpp     template <typename T> struct name ## _func : binary_function<T, T, float> \
name              487 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func() {} \
name              488 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func(const name ## _func&) {} \
name              490 modules/core/include/opencv2/core/cuda/functional.hpp     template <> struct name ## _func<double> : binary_function<double, double, double> \
name              496 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func() {} \
name              497 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ name ## _func(const name ## _func&) {} \
name               92 modules/core/include/opencv2/core/ocl.hpp     String name() const;
name              594 modules/core/include/opencv2/core/ocl.hpp     String name() const;
name              609 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS String kernelToStr(InputArray _kernel, int ddepth = -1, const char * name = NULL);
name              641 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS void buildOptionsAddMatrixDescription(String& buildOptions, const String& name, InputArray _m);
name               54 modules/core/include/opencv2/core/ocl_genbase.hpp     const char* name;
name              426 modules/core/include/opencv2/core/persistence.hpp     void writeObj( const String& name, const void* obj );
name              531 modules/core/include/opencv2/core/persistence.hpp     CV_WRAP String name() const;
name              656 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, int value );
name              657 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, float value );
name              658 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, double value );
name              659 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const String& value );
name              660 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const Mat& value );
name              661 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const SparseMat& value );
name              662 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const std::vector<KeyPoint>& value);
name              663 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const std::vector<DMatch>& value);
name              750 modules/core/include/opencv2/core/persistence.hpp         WriteStructContext(FileStorage& _fs, const String& name, int flags, const String& typeName = String());
name              925 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Point_<_Tp>& pt )
name              927 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              932 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Point3_<_Tp>& pt )
name              934 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              939 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Size_<_Tp>& sz )
name              941 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              946 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Complex<_Tp>& c )
name              948 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              953 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Rect_<_Tp>& r )
name              955 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              960 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Vec<_Tp, cn>& v )
name              962 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              967 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Scalar_<_Tp>& s )
name              969 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              974 modules/core/include/opencv2/core/persistence.hpp void write(FileStorage& fs, const String& name, const Range& r )
name              976 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW);
name              981 modules/core/include/opencv2/core/persistence.hpp void write( FileStorage& fs, const String& name, const std::vector<_Tp>& vec )
name              983 modules/core/include/opencv2/core/persistence.hpp     cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+(DataType<_Tp>::fmt != 0 ? FileNode::FLOW : 0));
name              169 modules/core/include/opencv2/core/private.hpp #define CV_IMPL_PROPERTY_RO(type, name, member) \
name              170 modules/core/include/opencv2/core/private.hpp     inline type get##name() const { return member; }
name              172 modules/core/include/opencv2/core/private.hpp #define CV_HELP_IMPL_PROPERTY(r_type, w_type, name, member) \
name              173 modules/core/include/opencv2/core/private.hpp     CV_IMPL_PROPERTY_RO(r_type, name, member) \
name              174 modules/core/include/opencv2/core/private.hpp     inline void set##name(w_type val) { member = val; }
name              176 modules/core/include/opencv2/core/private.hpp #define CV_HELP_WRAP_PROPERTY(r_type, w_type, name, internal_name, internal_obj) \
name              177 modules/core/include/opencv2/core/private.hpp     r_type get##name() const { return internal_obj.get##internal_name(); } \
name              178 modules/core/include/opencv2/core/private.hpp     void set##name(w_type val) { internal_obj.set##internal_name(val); }
name              180 modules/core/include/opencv2/core/private.hpp #define CV_IMPL_PROPERTY(type, name, member) CV_HELP_IMPL_PROPERTY(type, type, name, member)
name              181 modules/core/include/opencv2/core/private.hpp #define CV_IMPL_PROPERTY_S(type, name, member) CV_HELP_IMPL_PROPERTY(type, const type &, name, member)
name              183 modules/core/include/opencv2/core/private.hpp #define CV_WRAP_PROPERTY(type, name, internal_name, internal_obj)  CV_HELP_WRAP_PROPERTY(type, type, name, internal_name, internal_obj)
name              184 modules/core/include/opencv2/core/private.hpp #define CV_WRAP_PROPERTY_S(type, name, internal_name, internal_obj) CV_HELP_WRAP_PROPERTY(type, const type &, name, internal_name, internal_obj)
name              186 modules/core/include/opencv2/core/private.hpp #define CV_WRAP_SAME_PROPERTY(type, name, internal_obj) CV_WRAP_PROPERTY(type, name, name, internal_obj)
name              187 modules/core/include/opencv2/core/private.hpp #define CV_WRAP_SAME_PROPERTY_S(type, name, internal_obj) CV_WRAP_PROPERTY_S(type, name, name, internal_obj)
name             1776 modules/core/include/opencv2/core/types_c.h typedef void (CV_CDECL *CvWriteFunc)( CvFileStorage* storage, const char* name,
name             1824 modules/core/include/opencv2/core/types_c.h     const char* name;
name              679 modules/core/include/opencv2/core/utility.hpp     T get(const String& name, bool space_delete = true) const
name              682 modules/core/include/opencv2/core/utility.hpp         getByName(name, space_delete, ParamType<T>::type, (void*)&val);
name              722 modules/core/include/opencv2/core/utility.hpp     bool has(const String& name) const;
name              752 modules/core/include/opencv2/core/utility.hpp     void getByName(const String& name, bool space_delete, int type, void* dst) const;
name              875 modules/core/include/opencv2/core/utility.hpp template<> inline std::string CommandLineParser::get<std::string>(const String& name, bool space_delete) const
name              877 modules/core/include/opencv2/core/utility.hpp     return get<String>(name, space_delete);
name               60 modules/core/src/arithm.cpp #define FUNCTOR_TEMPLATE(name)          \
name              309 modules/core/src/arithm.cpp #define FUNCTOR_LOADSTORE_CAST(name, template_arg, register_type, load_body, store_body)         \
name              317 modules/core/src/arithm.cpp #define FUNCTOR_LOADSTORE(name, template_arg, register_type, load_body, store_body) \
name              325 modules/core/src/arithm.cpp #define FUNCTOR_CLOSURE_2arg(name, template_arg, body)                         \
name              337 modules/core/src/arithm.cpp #define FUNCTOR_CLOSURE_1arg(name, template_arg, body)                         \
name              443 modules/core/src/arithm.cpp #define FUNCTOR_LOADSTORE_CAST(name, template_arg, register_type, load_body, store_body)\
name              451 modules/core/src/arithm.cpp #define FUNCTOR_LOADSTORE(name, template_arg, register_type, load_body, store_body)\
name              459 modules/core/src/arithm.cpp #define FUNCTOR_CLOSURE_2arg(name, template_arg, body)\
name              471 modules/core/src/arithm.cpp #define FUNCTOR_CLOSURE_1arg(name, template_arg, body)\
name              593 modules/core/src/arithm.cpp #define FUNCTOR_LOADSTORE(name, template_arg, register_type, load_body, store_body)\
name              601 modules/core/src/arithm.cpp #define FUNCTOR_CLOSURE_2arg(name, template_arg, body)\
name              613 modules/core/src/arithm.cpp #define FUNCTOR_CLOSURE_1arg(name, template_arg, body)\
name               92 modules/core/src/command_line_parser.cpp void CommandLineParser::getByName(const String& name, bool space_delete, int type, void* dst) const
name              100 modules/core/src/command_line_parser.cpp                 if (name.compare(impl->data[i].keys[j]) == 0)
name              111 modules/core/src/command_line_parser.cpp         impl->error_message = impl->error_message + "Unknown parameter " + name + "\n";
name              321 modules/core/src/command_line_parser.cpp bool CommandLineParser::has(const String& name) const
name              327 modules/core/src/command_line_parser.cpp             if (name.compare(impl->data[i].keys[j]) == 0 && String("true").compare(impl->data[i].def_value) == 0)
name              361 modules/core/src/command_line_parser.cpp             String name = impl->data[i].keys[0].substr(1, impl->data[i].keys[0].length() - 1);
name              362 modules/core/src/command_line_parser.cpp             printf("%s ", name.c_str());
name               64 modules/core/src/convert.cpp #define SPLIT2_KERNEL_TEMPLATE(name, data_type, reg_type, load_func, store_func)  \
name               77 modules/core/src/convert.cpp #define SPLIT3_KERNEL_TEMPLATE(name, data_type, reg_type, load_func, store_func)  \
name               91 modules/core/src/convert.cpp #define SPLIT4_KERNEL_TEMPLATE(name, data_type, reg_type, load_func, store_func)  \
name              421 modules/core/src/convert.cpp #define MERGE2_KERNEL_TEMPLATE(name, data_type, reg_type, load_func, store_func)  \
name              433 modules/core/src/convert.cpp #define MERGE3_KERNEL_TEMPLATE(name, data_type, reg_type, load_func, store_func)  \
name              446 modules/core/src/convert.cpp #define MERGE4_KERNEL_TEMPLATE(name, data_type, reg_type, load_func, store_func)  \
name              354 modules/core/src/cuda_info.cpp     return deviceProps().get(device_id_)->name;
name              987 modules/core/src/cuda_info.cpp         printf("\nDevice %d: \"%s\"\n", dev, prop.name);
name             1062 modules/core/src/cuda_info.cpp         printf("Device %d:  \"%s\"  %.0fMb", dev, prop.name, (float)prop.totalGlobalMem/1048576.0f);
name               51 modules/core/src/gl_core_3_1.cpp         static void* AppleGLGetProcAddress (const char* name)
name               67 modules/core/src/gl_core_3_1.cpp             return dlsym(handle, name);
name               75 modules/core/src/gl_core_3_1.cpp         static void* SunGetProcAddress (const char* name)
name               90 modules/core/src/gl_core_3_1.cpp             return gpa ? gpa((const GLubyte*) name) : dlsym(h, name);
name              113 modules/core/src/gl_core_3_1.cpp         static PROC WinGetProcAddress(const char* name)
name              115 modules/core/src/gl_core_3_1.cpp             PROC pFunc = wglGetProcAddress((LPCSTR) name);
name              120 modules/core/src/gl_core_3_1.cpp             return (PROC) GetProcAddress(glMod, (LPCSTR) name);
name              125 modules/core/src/gl_core_3_1.cpp         #define CV_GL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
name              127 modules/core/src/gl_core_3_1.cpp         #define CV_GL_GET_PROC_ADDRESS(name) AppleGLGetProcAddress(name)
name              129 modules/core/src/gl_core_3_1.cpp         #define CV_GL_GET_PROC_ADDRESS(name) SunGetProcAddress(name)
name              133 modules/core/src/gl_core_3_1.cpp         #define CV_GL_GET_PROC_ADDRESS(name) glXGetProcAddressARB((const GLubyte*) name)
name              136 modules/core/src/gl_core_3_1.cpp     static void* IntGetProcAddress(const char* name)
name              138 modules/core/src/gl_core_3_1.cpp         void* func =  (void*) CV_GL_GET_PROC_ADDRESS(name);
name              141 modules/core/src/gl_core_3_1.cpp             CV_Error(cv::Error::OpenGlApiCallError, cv::format("Can't load OpenGL extension [%s]", name) );
name             1011 modules/core/src/gl_core_3_1.cpp     static const GLubyte * CODEGEN_FUNCPTR Switch_GetString(GLenum name)
name             1014 modules/core/src/gl_core_3_1.cpp         return GetString(name);
name             1447 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_BindAttribLocation(GLuint program, GLuint index, const GLchar *name)
name             1450 modules/core/src/gl_core_3_1.cpp         BindAttribLocation(program, index, name);
name             1501 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_GetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
name             1504 modules/core/src/gl_core_3_1.cpp         GetActiveAttrib(program, index, bufSize, length, size, type, name);
name             1507 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
name             1510 modules/core/src/gl_core_3_1.cpp         GetActiveUniform(program, index, bufSize, length, size, type, name);
name             1519 modules/core/src/gl_core_3_1.cpp     static GLint CODEGEN_FUNCPTR Switch_GetAttribLocation(GLuint program, const GLchar *name)
name             1522 modules/core/src/gl_core_3_1.cpp         return GetAttribLocation(program, name);
name             1555 modules/core/src/gl_core_3_1.cpp     static GLint CODEGEN_FUNCPTR Switch_GetUniformLocation(GLuint program, const GLchar *name)
name             1558 modules/core/src/gl_core_3_1.cpp         return GetUniformLocation(program, name);
name             2021 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
name             2024 modules/core/src/gl_core_3_1.cpp         GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name);
name             2189 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_BindFragDataLocation(GLuint program, GLuint color, const GLchar *name)
name             2192 modules/core/src/gl_core_3_1.cpp         BindFragDataLocation(program, color, name);
name             2195 modules/core/src/gl_core_3_1.cpp     static GLint CODEGEN_FUNCPTR Switch_GetFragDataLocation(GLuint program, const GLchar *name)
name             2198 modules/core/src/gl_core_3_1.cpp         return GetFragDataLocation(program, name);
name             2297 modules/core/src/gl_core_3_1.cpp     static const GLubyte * CODEGEN_FUNCPTR Switch_GetStringi(GLenum name, GLuint index)
name             2300 modules/core/src/gl_core_3_1.cpp         return GetStringi(name, index);
name             1108 modules/core/src/gl_core_3_1.hpp     extern const GLubyte * (CODEGEN_FUNCPTR *GetString)(GLenum name);
name             1189 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *BindAttribLocation)(GLuint program, GLuint index, const GLchar *name);
name             1198 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *GetActiveAttrib)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
name             1199 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
name             1201 modules/core/src/gl_core_3_1.hpp     extern GLint (CODEGEN_FUNCPTR *GetAttribLocation)(GLuint program, const GLchar *name);
name             1207 modules/core/src/gl_core_3_1.hpp     extern GLint (CODEGEN_FUNCPTR *GetUniformLocation)(GLuint program, const GLchar *name);
name             1293 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
name             1321 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *BindFragDataLocation)(GLuint program, GLuint color, const GLchar *name);
name             1322 modules/core/src/gl_core_3_1.hpp     extern GLint (CODEGEN_FUNCPTR *GetFragDataLocation)(GLuint program, const GLchar *name);
name             1339 modules/core/src/gl_core_3_1.hpp     extern const GLubyte * (CODEGEN_FUNCPTR *GetStringi)(GLenum name, GLuint index);
name              232 modules/core/src/glob.cpp                 const char* name = ent->d_name;
name              233 modules/core/src/glob.cpp                 if((name[0] == 0) || (name[0] == '.' && name[1] == 0) || (name[0] == '.' && name[1] == '.' && name[2] == 0))
name              236 modules/core/src/glob.cpp                 cv::String path = directory + native_separator + name;
name              245 modules/core/src/glob.cpp                     if (wildchart.empty() || wildcmp(name, wildchart.c_str()))
name               65 modules/core/src/ocl.cpp static bool getBoolParameter(const char* name, bool defaultValue)
name               74 modules/core/src/ocl.cpp     const char* envValue = getenv(name);
name               89 modules/core/src/ocl.cpp     CV_ErrorNoReturn(cv::Error::StsBadArg, cv::format("Invalid value for %s parameter: %s", name, value.c_str()));
name               94 modules/core/src/ocl.cpp static size_t getConfigurationParameterForSize(const char* name, size_t defaultValue)
name               99 modules/core/src/ocl.cpp     const char* envValue = getenv(name);
name              121 modules/core/src/ocl.cpp     CV_ErrorNoReturn(cv::Error::StsBadArg, cv::format("Invalid value for %s parameter: %s", name, value.c_str()));
name             2180 modules/core/src/ocl.cpp inline cl_int getStringInfo(Functor f, ObjectType obj, cl_uint name, std::string& param)
name             2183 modules/core/src/ocl.cpp     cl_int err = f(obj, name, 0, NULL, &required);
name             2192 modules/core/src/ocl.cpp         err = f(obj, name, required, ptr, NULL);
name             2303 modules/core/src/ocl.cpp             std::string name;
name             2304 modules/core/src/ocl.cpp             CV_OclDbgAssert(getStringInfo(clGetPlatformInfo, platforms[i], CL_PLATFORM_NAME, name) == CL_SUCCESS);
name             2305 modules/core/src/ocl.cpp             if (name.find(platform) != std::string::npos)
name             2368 modules/core/src/ocl.cpp             std::string name;
name             2369 modules/core/src/ocl.cpp             CV_OclDbgAssert(getStringInfo(clGetDeviceInfo, devices[i], CL_DEVICE_NAME, name) == CL_SUCCESS);
name             2377 modules/core/src/ocl.cpp             if ( (isID || name.find(deviceName) != std::string::npos) && useGPU)
name             2547 modules/core/src/ocl.cpp             String name = d.name();
name             2548 modules/core/src/ocl.cpp             if( nd != 0 && name != name0 )
name             2550 modules/core/src/ocl.cpp             name0 = name;
name             3692 modules/core/src/ocl.cpp                   dev.name().c_str(), dev.driverVersion().c_str(), buildflags.c_str());
name             5400 modules/core/src/ocl.cpp String kernelToStr(InputArray _kernel, int ddepth, const char * name)
name             5417 modules/core/src/ocl.cpp     return cv::format(" -D %s=%s", name ? name : "COEFF", func(kernel).c_str());
name             5511 modules/core/src/ocl.cpp void buildOptionsAddMatrixDescription(String& buildOptions, const String& name, InputArray _m)
name             5518 modules/core/src/ocl.cpp             name.c_str(), ocl::typeToStr(type),
name             5519 modules/core/src/ocl.cpp             name.c_str(), ocl::typeToStr(CV_MAKE_TYPE(depth, 1)),
name             5520 modules/core/src/ocl.cpp             name.c_str(), (int)CV_MAT_CN(type),
name             5521 modules/core/src/ocl.cpp             name.c_str(), (int)CV_ELEM_SIZE(type),
name             5522 modules/core/src/ocl.cpp             name.c_str(), (int)CV_ELEM_SIZE1(type),
name             5523 modules/core/src/ocl.cpp             name.c_str(), (int)depth
name               52 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     static void* WinGetProcAddress(const char* name)
name               65 modules/core/src/opencl/runtime/opencl_clamdblas.cpp         return (void*)GetProcAddress(opencl_module, name);
name               67 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     #define CV_CL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
name               74 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     static void* GetProcAddress (const char* name)
name               84 modules/core/src/opencl/runtime/opencl_clamdblas.cpp         return dlsym(h, name);
name               86 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     #define CV_CL_GET_PROC_ADDRESS(name) GetProcAddress(name)
name               95 modules/core/src/opencl/runtime/opencl_clamdblas.cpp #define CV_CL_GET_PROC_ADDRESS(name) NULL
name               52 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     static void* WinGetProcAddress(const char* name)
name               65 modules/core/src/opencl/runtime/opencl_clamdfft.cpp         return (void*)GetProcAddress(opencl_module, name);
name               67 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     #define CV_CL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
name               74 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     static void* GetProcAddress (const char* name)
name               84 modules/core/src/opencl/runtime/opencl_clamdfft.cpp         return dlsym(h, name);
name               86 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     #define CV_CL_GET_PROC_ADDRESS(name) GetProcAddress(name)
name               95 modules/core/src/opencl/runtime/opencl_clamdfft.cpp #define CV_CL_GET_PROC_ADDRESS(name) NULL
name               57 modules/core/src/opencl/runtime/opencl_core.cpp static void* AppleCLGetProcAddress(const char* name)
name               85 modules/core/src/opencl/runtime/opencl_core.cpp     return dlsym(handle, name);
name               87 modules/core/src/opencl/runtime/opencl_core.cpp #define CV_CL_GET_PROC_ADDRESS(name) AppleCLGetProcAddress(name)
name               93 modules/core/src/opencl/runtime/opencl_core.cpp static void* WinGetProcAddress(const char* name)
name              125 modules/core/src/opencl/runtime/opencl_core.cpp     return (void*)GetProcAddress(handle, name);
name              127 modules/core/src/opencl/runtime/opencl_core.cpp #define CV_CL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
name              134 modules/core/src/opencl/runtime/opencl_core.cpp static void* GetProcAddress(const char* name)
name              162 modules/core/src/opencl/runtime/opencl_core.cpp     return dlsym(handle, name);
name              164 modules/core/src/opencl/runtime/opencl_core.cpp #define CV_CL_GET_PROC_ADDRESS(name) GetProcAddress(name)
name              173 modules/core/src/opencl/runtime/opencl_core.cpp #define CV_CL_GET_PROC_ADDRESS(name) NULL
name              164 modules/core/src/pca.cpp     String name = (String)fs["name"];
name              165 modules/core/src/pca.cpp     CV_Assert( name == "PCA" );
name              136 modules/core/src/persistence.cpp     char* name = name_buf;
name              140 modules/core/src/persistence.cpp         *name++ = '_';
name              148 modules/core/src/persistence.cpp         *name++ = c;
name              150 modules/core/src/persistence.cpp     *name = '\0';
name              151 modules/core/src/persistence.cpp     name = name_buf;
name              152 modules/core/src/persistence.cpp     if( strcmp( name, "_" ) == 0 )
name              153 modules/core/src/persistence.cpp         strcpy( name, stubname );
name              154 modules/core/src/persistence.cpp     return String(name);
name             3384 modules/core/src/persistence.cpp icvWriteFileNode( CvFileStorage* fs, const char* name, const CvFileNode* node );
name             3401 modules/core/src/persistence.cpp             const char* name = is_map ? elem->key->str.ptr : 0;
name             3402 modules/core/src/persistence.cpp             icvWriteFileNode( fs, name, &elem->value );
name             3409 modules/core/src/persistence.cpp icvWriteFileNode( CvFileStorage* fs, const char* name, const CvFileNode* node )
name             3414 modules/core/src/persistence.cpp         fs->write_int( fs, name, node->data.i );
name             3417 modules/core/src/persistence.cpp         fs->write_real( fs, name, node->data.f );
name             3420 modules/core/src/persistence.cpp         fs->write_string( fs, name, node->data.str.ptr, 0 );
name             3424 modules/core/src/persistence.cpp         fs->start_write_struct( fs, name, CV_NODE_TYPE(node->tag) +
name             3431 modules/core/src/persistence.cpp         fs->start_write_struct( fs, name, CV_NODE_SEQ, 0 );
name             3500 modules/core/src/persistence.cpp icvWriteMat( CvFileStorage* fs, const char* name,
name             3510 modules/core/src/persistence.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_MAT );
name             3593 modules/core/src/persistence.cpp icvWriteMatND( CvFileStorage* fs, const char* name,
name             3604 modules/core/src/persistence.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_MATND );
name             3707 modules/core/src/persistence.cpp icvWriteSparseMat( CvFileStorage* fs, const char* name,
name             3724 modules/core/src/persistence.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_SPARSE_MAT );
name             3862 modules/core/src/persistence.cpp icvWriteImage( CvFileStorage* fs, const char* name,
name             3876 modules/core/src/persistence.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_IMAGE );
name             4111 modules/core/src/persistence.cpp icvWriteSeq( CvFileStorage* fs, const char* name,
name             4121 modules/core/src/persistence.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_SEQ );
name             4159 modules/core/src/persistence.cpp icvWriteSeqTree( CvFileStorage* fs, const char* name,
name             4174 modules/core/src/persistence.cpp         icvWriteSeq( fs, name, seq, attr, -1 );
name             4180 modules/core/src/persistence.cpp         cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_SEQ_TREE );
name             4424 modules/core/src/persistence.cpp icvWriteGraph( CvFileStorage* fs, const char* name,
name             4456 modules/core/src/persistence.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_GRAPH );
name             4988 modules/core/src/persistence.cpp cvWrite( CvFileStorage* fs, const char* name,
name             5005 modules/core/src/persistence.cpp     info->write( fs, name, ptr, attributes );
name             5023 modules/core/src/persistence.cpp     cv::String name = _name ? cv::String(_name) : cv::FileStorage::getDefaultObjectName(filename);
name             5027 modules/core/src/persistence.cpp     cvWrite( fs, name.c_str(), struct_ptr, attributes );
name             5033 modules/core/src/persistence.cpp         const char* name, const char** _real_name )
name             5044 modules/core/src/persistence.cpp     if( name )
name             5046 modules/core/src/persistence.cpp         node = cvGetFileNodeByName( *fs, 0, name );
name             5267 modules/core/src/persistence.cpp void FileStorage::writeObj( const String& name, const void* obj )
name             5271 modules/core/src/persistence.cpp     cvWrite( fs, name.size() > 0 ? name.c_str() : 0, obj );
name             5453 modules/core/src/persistence.cpp void write( FileStorage& fs, const String& name, int value )
name             5454 modules/core/src/persistence.cpp { cvWriteInt( *fs, name.size() ? name.c_str() : 0, value ); }
name             5456 modules/core/src/persistence.cpp void write( FileStorage& fs, const String& name, float value )
name             5457 modules/core/src/persistence.cpp { cvWriteReal( *fs, name.size() ? name.c_str() : 0, value ); }
name             5459 modules/core/src/persistence.cpp void write( FileStorage& fs, const String& name, double value )
name             5460 modules/core/src/persistence.cpp { cvWriteReal( *fs, name.size() ? name.c_str() : 0, value ); }
name             5462 modules/core/src/persistence.cpp void write( FileStorage& fs, const String& name, const String& value )
name             5463 modules/core/src/persistence.cpp { cvWriteString( *fs, name.size() ? name.c_str() : 0, value.c_str() ); }
name             5478 modules/core/src/persistence.cpp void write( FileStorage& fs, const String& name, const Mat& value )
name             5483 modules/core/src/persistence.cpp         cvWrite( *fs, name.size() ? name.c_str() : 0, &mat );
name             5488 modules/core/src/persistence.cpp         cvWrite( *fs, name.size() ? name.c_str() : 0, &mat );
name             5493 modules/core/src/persistence.cpp void write( FileStorage& fs, const String& name, const SparseMat& value )
name             5496 modules/core/src/persistence.cpp     cvWrite( *fs, name.size() ? name.c_str() : 0, mat );
name             5501 modules/core/src/persistence.cpp     const String& name, int flags, const String& typeName) : fs(&_fs)
name             5503 modules/core/src/persistence.cpp     cvStartWriteStruct(**fs, !name.empty() ? name.c_str() : 0, flags,
name               50 modules/cudaimgproc/src/cvt_color_internal.h #define OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name) \
name               51 modules/cudaimgproc/src/cvt_color_internal.h     void name(const GpuMat& _src, GpuMat& _dst, Stream& stream);
name               53 modules/cudaimgproc/src/cvt_color_internal.h #define OPENCV_CUDA_DECLARE_CVTCOLOR_ALL(name)       \
name               54 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _8u)    \
name               55 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _16u)   \
name               56 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _32f)
name               58 modules/cudaimgproc/src/cvt_color_internal.h #define OPENCV_CUDA_DECLARE_CVTCOLOR_8U32F(name)    \
name               59 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _8u)   \
name               60 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _32f)
name               62 modules/cudaimgproc/src/cvt_color_internal.h #define OPENCV_CUDA_DECLARE_CVTCOLOR_8U32F_FULL(name)    \
name               63 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _8u)        \
name               64 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _32f)       \
name               65 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _FULL_8u)   \
name               66 modules/cudaimgproc/src/cvt_color_internal.h     OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(name ## _FULL_32f)
name             1019 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp #define SUB_BEGIN(type, name)    struct { __inline type name
name             1020 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp #define SUB_END(name)            } name;
name             1021 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp #define SUB_CALL(name)           name.name
name             1026 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp #define ncvSafeMatAlloc(name, type, alloc, width, height, err) \
name             1027 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMatrixAlloc<type> name(alloc, width, height); \
name             1028 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     ncvAssertReturn(name.isMemAllocated(), err);
name               91 modules/cudalegacy/test/test_main.cpp             cout << "Run tests on device " << device << " [" << info.name() << "] \n" << endl;
name               61 modules/cudev/include/opencv2/cudev/expr/binary_func.hpp #define CV_CUDEV_EXPR_BINARY_FUNC(name) \
name               63 modules/cudev/include/opencv2/cudev/expr/binary_func.hpp     __host__ Expr<BinaryTransformPtrSz<typename PtrTraits<SrcPtr1>::ptr_type, typename PtrTraits<SrcPtr2>::ptr_type, name ## _func<typename LargerType<typename PtrTraits<SrcPtr1>::value_type, typename PtrTraits<SrcPtr2>::value_type>::type> > > \
name               64 modules/cudev/include/opencv2/cudev/expr/binary_func.hpp     name ## _(const SrcPtr1& src1, const SrcPtr2& src2) \
name               66 modules/cudev/include/opencv2/cudev/expr/binary_func.hpp         return makeExpr(transformPtr(src1, src2, name ## _func<typename LargerType<typename PtrTraits<SrcPtr1>::value_type, typename PtrTraits<SrcPtr2>::value_type>::type>())); \
name               60 modules/cudev/include/opencv2/cudev/expr/color.hpp #define CV_CUDEV_EXPR_CVTCOLOR_INST(name) \
name               62 modules/cudev/include/opencv2/cudev/expr/color.hpp     __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, name ## _func<typename VecTraits<typename PtrTraits<SrcPtr>::value_type>::elem_type> > > \
name               63 modules/cudev/include/opencv2/cudev/expr/color.hpp     name ## _(const SrcPtr& src) \
name               65 modules/cudev/include/opencv2/cudev/expr/color.hpp         return makeExpr(transformPtr(src, name ## _func<typename VecTraits<typename PtrTraits<SrcPtr>::value_type>::elem_type>())); \
name               60 modules/cudev/include/opencv2/cudev/expr/unary_func.hpp #define CV_CUDEV_EXPR_UNARY_FUNC(name) \
name               62 modules/cudev/include/opencv2/cudev/expr/unary_func.hpp     __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, name ## _func<typename PtrTraits<SrcPtr>::value_type> > > \
name               63 modules/cudev/include/opencv2/cudev/expr/unary_func.hpp     name ## _(const SrcPtr& src) \
name               65 modules/cudev/include/opencv2/cudev/expr/unary_func.hpp         return makeExpr(transformPtr(src, name ## _func<typename PtrTraits<SrcPtr>::value_type>())); \
name               59 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2RGB_INST(name, scn, dcn, bidx) \
name               60 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2RGB<SrcDepth, scn, dcn, bidx> \
name               75 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2GRAY_INST(name, scn, bidx) \
name               76 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Gray<SrcDepth, scn, bidx> \
name               89 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_GRAY2RGB_INST(name, dcn) \
name               90 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Gray2RGB<SrcDepth, dcn> \
name              101 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2YUV_INST(name, scn, dcn, bidx) \
name              102 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2YUV<SrcDepth, scn, dcn, bidx> \
name              119 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_YUV2RGB_INST(name, scn, dcn, bidx) \
name              120 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::YUV2RGB<SrcDepth, scn, dcn, bidx> \
name              137 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2YCrCb_INST(name, scn, dcn, bidx) \
name              138 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2YCrCb<SrcDepth, scn, dcn, bidx> \
name              155 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_YCrCb2RGB_INST(name, scn, dcn, bidx) \
name              156 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::YCrCb2RGB<SrcDepth, scn, dcn, bidx> \
name              173 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2XYZ_INST(name, scn, dcn, bidx) \
name              174 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2XYZ<SrcDepth, scn, dcn, bidx> \
name              191 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_XYZ2RGB_INST(name, scn, dcn, bidx) \
name              192 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::XYZ2RGB<SrcDepth, scn, dcn, bidx> \
name              209 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2HSV_INST(name, scn, dcn, bidx) \
name              210 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2HSV<SrcDepth, scn, dcn, bidx, 180> \
name              213 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::RGB2HSV<SrcDepth, scn, dcn, bidx, 256> \
name              216 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::RGB2HSV<float, scn, dcn, bidx, 360> \
name              219 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::RGB2HSV<float, scn, dcn, bidx, 360> \
name              236 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_HSV2RGB_INST(name, scn, dcn, bidx) \
name              237 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth, scn, dcn, bidx, 180> \
name              240 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth, scn, dcn, bidx, 255> \
name              243 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn, dcn, bidx, 360> \
name              246 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn, dcn, bidx, 360> \
name              263 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2HLS_INST(name, scn, dcn, bidx) \
name              264 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2HLS<SrcDepth, scn, dcn, bidx, 180> \
name              267 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::RGB2HLS<SrcDepth, scn, dcn, bidx, 256> \
name              270 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::RGB2HLS<float, scn, dcn, bidx, 360> \
name              273 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::RGB2HLS<float, scn, dcn, bidx, 360> \
name              290 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_HLS2RGB_INST(name, scn, dcn, bidx) \
name              291 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::HLS2RGB<SrcDepth, scn, dcn, bidx, 180> \
name              294 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::HLS2RGB<SrcDepth, scn, dcn, bidx, 255> \
name              297 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::HLS2RGB<float, scn, dcn, bidx, 360> \
name              300 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::HLS2RGB<float, scn, dcn, bidx, 360> \
name              317 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2Lab_INST(name, scn, dcn, sRGB, blueIdx) \
name              318 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Lab<SrcDepth, scn, dcn, sRGB, blueIdx> \
name              344 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_Lab2RGB_INST(name, scn, dcn, sRGB, blueIdx) \
name              345 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Lab2RGB<SrcDepth, scn, dcn, sRGB, blueIdx> \
name              371 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2Luv_INST(name, scn, dcn, sRGB, blueIdx) \
name              372 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Luv<SrcDepth, scn, dcn, sRGB, blueIdx> \
name              398 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_Luv2RGB_INST(name, scn, dcn, sRGB, blueIdx) \
name              399 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Luv2RGB<SrcDepth, scn, dcn, sRGB, blueIdx> \
name              425 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB2RGB5x5_INST(name, scn, bidx, green_bits) \
name              426 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     typedef cv::cudev::color_cvt_detail::RGB2RGB5x5<scn, bidx, green_bits> name ## _func;
name              441 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB5x52RGB_INST(name, dcn, bidx, green_bits) \
name              442 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     typedef cv::cudev::color_cvt_detail::RGB5x52RGB<dcn, bidx, green_bits> name ## _func;
name              457 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_GRAY2RGB5x5_INST(name, green_bits) \
name              458 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     typedef cv::cudev::color_cvt_detail::Gray2RGB5x5<green_bits> name ## _func;
name              467 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp #define CV_CUDEV_RGB5x52GRAY_INST(name, green_bits) \
name              468 modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp     typedef cv::cudev::color_cvt_detail::RGB5x52Gray<green_bits> name ## _func;
name              456 modules/cudev/include/opencv2/cudev/functional/functional.hpp #define CV_CUDEV_UNARY_FUNCTION_INST(name, func) \
name              457 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <typename T> struct name ## _func : unary_function<T, typename functional_detail::FloatType<T>::type> \
name              461 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return name(a); \
name              464 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<uchar> : unary_function<uchar, float> \
name              471 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<schar> : unary_function<schar, float> \
name              478 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<ushort> : unary_function<ushort, float> \
name              485 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<short> : unary_function<short, float> \
name              492 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<uint> : unary_function<uint, float> \
name              499 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<int> : unary_function<int, float> \
name              506 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<float> : unary_function<float, float> \
name              513 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<double> : unary_function<double, double> \
name              543 modules/cudev/include/opencv2/cudev/functional/functional.hpp #define CV_CUDEV_BINARY_FUNCTION_INST(name, func) \
name              544 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <typename T> struct name ## _func : binary_function<T, T, typename functional_detail::FloatType<T>::type> \
name              548 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return name(a, b); \
name              551 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<uchar> : binary_function<uchar, uchar, float> \
name              558 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<schar> : binary_function<schar, schar, float> \
name              565 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<ushort> : binary_function<ushort, ushort, float> \
name              572 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<short> : binary_function<short, short, float> \
name              579 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<uint> : binary_function<uint, uint, float> \
name              586 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<int> : binary_function<int, int, float> \
name              593 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<float> : binary_function<float, float, float> \
name              600 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <> struct name ## _func<double> : binary_function<double, double, double> \
name              246 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         String name;
name              251 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             name = "FlannBased";
name              254 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             name = "BruteForce";
name              257 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             name = "BruteForce-L1";
name              260 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             name = "BruteForce-Hamming";
name              263 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             name = "BruteForce-HammingLUT";
name              266 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             name = "BruteForce-SL2";
name              273 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         return new javaDescriptorMatcher(DescriptorMatcher::create(name));
name              105 modules/features2d/test/test_descriptors_regression.cpp         name(_name), maxDist(_maxDist), dextractor(_dextractor), distance(d) , detector(_detector) {}
name              289 modules/features2d/test/test_descriptors_regression.cpp         Mat res = readMatFromBin( string(ts->get_data_path()) + DESCRIPTOR_DIR + "/" + string(name) );
name              295 modules/features2d/test/test_descriptors_regression.cpp         writeMatInBin( descs,  string(ts->get_data_path()) + DESCRIPTOR_DIR + "/" + string(name) );
name              299 modules/features2d/test/test_descriptors_regression.cpp     string name;
name               60 modules/features2d/test/test_detectors_regression.cpp         name(_name), fdetector(_fdetector) {}
name               71 modules/features2d/test/test_detectors_regression.cpp     string name;
name              178 modules/features2d/test/test_detectors_regression.cpp     string resFilename = string(ts->get_data_path()) + DETECTOR_DIR + "/" + string(name) + ".xml.gz";
name               58 modules/features2d/test/test_matchers_algorithmic.cpp         badPart(_badPart), name(_name), dmatcher(_dmatcher)
name               74 modules/features2d/test/test_matchers_algorithmic.cpp     string name;
name               76 modules/flann/include/opencv2/flann/hdf5.h void save_to_file(const cvflann::Matrix<T>& dataset, const String& filename, const String& name)
name              102 modules/flann/include/opencv2/flann/hdf5.h     dataset_id = H5Dcreate2(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
name              104 modules/flann/include/opencv2/flann/hdf5.h     dataset_id = H5Dcreate(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT);
name              109 modules/flann/include/opencv2/flann/hdf5.h         dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT);
name              111 modules/flann/include/opencv2/flann/hdf5.h         dataset_id = H5Dopen(file_id, name.c_str());
name              128 modules/flann/include/opencv2/flann/hdf5.h void load_from_file(cvflann::Matrix<T>& dataset, const String& filename, const String& name)
name              136 modules/flann/include/opencv2/flann/hdf5.h     dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT);
name              138 modules/flann/include/opencv2/flann/hdf5.h     dataset_id = H5Dopen(file_id, name.c_str());
name              169 modules/flann/include/opencv2/flann/hdf5.h void load_from_file(cvflann::Matrix<T>& dataset, const String& filename, const String& name)
name              187 modules/flann/include/opencv2/flann/hdf5.h     dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT);
name              189 modules/flann/include/opencv2/flann/hdf5.h     dataset_id = H5Dopen(file_id, name.c_str());
name               60 modules/flann/include/opencv2/flann/logger.h     void _setDestination(const char* name)
name               62 modules/flann/include/opencv2/flann/logger.h         if (name==NULL) {
name               66 modules/flann/include/opencv2/flann/logger.h             stream = fopen(name,"w");
name               91 modules/flann/include/opencv2/flann/logger.h     static void setDestination(const char* name) { instance()._setDestination(name); }
name               59 modules/flann/include/opencv2/flann/params.h T get_param(const IndexParams& params, cv::String name, const T& default_value)
name               61 modules/flann/include/opencv2/flann/params.h     IndexParams::const_iterator it = params.find(name);
name               71 modules/flann/include/opencv2/flann/params.h T get_param(const IndexParams& params, cv::String name)
name               73 modules/flann/include/opencv2/flann/params.h     IndexParams::const_iterator it = params.find(name);
name               78 modules/flann/include/opencv2/flann/params.h         throw FLANNException(cv::String("Missing parameter '")+name+cv::String("' in the parameters given"));
name              117 modules/flann/src/miniflann.cpp         strValues.push_back(it->second.type().name());
name               83 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvDisplayOverlay(const char* name, const char* text, int delayms CV_DEFAULT(0));
name               84 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvDisplayStatusBar(const char* name, const char* text, int delayms CV_DEFAULT(0));
name               86 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvSaveWindowParameters(const char* name);
name               87 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvLoadWindowParameters(const char* name);
name              127 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(int) cvNamedWindow( const char* name, int flags CV_DEFAULT(CV_WINDOW_AUTOSIZE) );
name              130 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvSetWindowProperty(const char* name, int prop_id, double prop_value);
name              131 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(double) cvGetWindowProperty(const char* name, int prop_id);
name              134 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvShowImage( const char* name, const CvArr* image );
name              137 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvResizeWindow( const char* name, int width, int height );
name              138 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvMoveWindow( const char* name, int x, int y );
name              142 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvDestroyWindow( const char* name );
name              147 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void*) cvGetWindowHandle( const char* name );
name              230 modules/highgui/include/opencv2/highgui/highgui_c.h #define cvvWaitKey(name) cvWaitKey(0)
name              231 modules/highgui/include/opencv2/highgui/highgui_c.h #define cvvWaitKeyEx(name,delay) cvWaitKey(delay)
name               99 modules/highgui/src/precomp.hpp void cvSetModeWindow_W32(const char* name, double prop_value);
name              100 modules/highgui/src/precomp.hpp void cvSetModeWindow_GTK(const char* name, double prop_value);
name              101 modules/highgui/src/precomp.hpp void cvSetModeWindow_CARBON(const char* name, double prop_value);
name              102 modules/highgui/src/precomp.hpp void cvSetModeWindow_COCOA(const char* name, double prop_value);
name              104 modules/highgui/src/precomp.hpp double cvGetModeWindow_W32(const char* name);
name              105 modules/highgui/src/precomp.hpp double cvGetModeWindow_GTK(const char* name);
name              106 modules/highgui/src/precomp.hpp double cvGetModeWindow_CARBON(const char* name);
name              107 modules/highgui/src/precomp.hpp double cvGetModeWindow_COCOA(const char* name);
name              109 modules/highgui/src/precomp.hpp double cvGetPropWindowAutoSize_W32(const char* name);
name              110 modules/highgui/src/precomp.hpp double cvGetPropWindowAutoSize_GTK(const char* name);
name              112 modules/highgui/src/precomp.hpp double cvGetRatioWindow_W32(const char* name);
name              113 modules/highgui/src/precomp.hpp double cvGetRatioWindow_GTK(const char* name);
name              115 modules/highgui/src/precomp.hpp double cvGetOpenGlProp_W32(const char* name);
name              116 modules/highgui/src/precomp.hpp double cvGetOpenGlProp_GTK(const char* name);
name              120 modules/highgui/src/precomp.hpp double cvGetModeWindow_QT(const char* name);
name              121 modules/highgui/src/precomp.hpp void cvSetModeWindow_QT(const char* name, double prop_value);
name              123 modules/highgui/src/precomp.hpp double cvGetPropWindow_QT(const char* name);
name              124 modules/highgui/src/precomp.hpp void cvSetPropWindow_QT(const char* name,double prop_value);
name              126 modules/highgui/src/precomp.hpp double cvGetRatioWindow_QT(const char* name);
name              127 modules/highgui/src/precomp.hpp void cvSetRatioWindow_QT(const char* name,double prop_value);
name              129 modules/highgui/src/precomp.hpp double cvGetOpenGlProp_QT(const char* name);
name               48 modules/highgui/src/window.cpp CV_IMPL void cvSetWindowProperty(const char* name, int prop_id, double prop_value)
name               55 modules/highgui/src/window.cpp         if (!name || (prop_value!=CV_WINDOW_NORMAL && prop_value!=CV_WINDOW_FULLSCREEN))//bad argument
name               59 modules/highgui/src/window.cpp             cvSetModeWindow_QT(name,prop_value);
name               61 modules/highgui/src/window.cpp             cvSetModeWindow_W32(name,prop_value);
name               63 modules/highgui/src/window.cpp             cvSetModeWindow_GTK(name,prop_value);
name               65 modules/highgui/src/window.cpp             cvSetModeWindow_CARBON(name,prop_value);
name               67 modules/highgui/src/window.cpp             cvSetModeWindow_COCOA(name,prop_value);
name               73 modules/highgui/src/window.cpp             cvSetPropWindow_QT(name,prop_value);
name               79 modules/highgui/src/window.cpp             cvSetRatioWindow_QT(name,prop_value);
name               88 modules/highgui/src/window.cpp CV_IMPL double cvGetWindowProperty(const char* name, int prop_id)
name               90 modules/highgui/src/window.cpp     if (!name)
name               98 modules/highgui/src/window.cpp             return cvGetModeWindow_QT(name);
name              100 modules/highgui/src/window.cpp             return cvGetModeWindow_W32(name);
name              102 modules/highgui/src/window.cpp             return cvGetModeWindow_GTK(name);
name              104 modules/highgui/src/window.cpp             return cvGetModeWindow_CARBON(name);
name              106 modules/highgui/src/window.cpp             return cvGetModeWindow_COCOA(name);
name              115 modules/highgui/src/window.cpp             return cvGetPropWindow_QT(name);
name              117 modules/highgui/src/window.cpp             return cvGetPropWindowAutoSize_W32(name);
name              119 modules/highgui/src/window.cpp             return cvGetPropWindowAutoSize_GTK(name);
name              128 modules/highgui/src/window.cpp             return cvGetRatioWindow_QT(name);
name              130 modules/highgui/src/window.cpp             return cvGetRatioWindow_W32(name);
name              132 modules/highgui/src/window.cpp             return cvGetRatioWindow_GTK(name);
name              141 modules/highgui/src/window.cpp             return cvGetOpenGlProp_QT(name);
name              143 modules/highgui/src/window.cpp             return cvGetOpenGlProp_W32(name);
name              145 modules/highgui/src/window.cpp             return cvGetOpenGlProp_GTK(name);
name              236 modules/highgui/src/window.cpp void cv::setOpenGlDrawCallback(const String& name, OpenGlDrawCallback callback, void* userdata)
name              238 modules/highgui/src/window.cpp     cvSetOpenGlDrawCallback(name.c_str(), callback, userdata);
name              397 modules/highgui/src/window.cpp void cv::displayStatusBar(const String& name,  const String& text, int delayms)
name              399 modules/highgui/src/window.cpp     cvDisplayStatusBar(name.c_str(),text.c_str(), delayms);
name              402 modules/highgui/src/window.cpp void cv::displayOverlay(const String& name,  const String& text, int delayms)
name              404 modules/highgui/src/window.cpp     cvDisplayOverlay(name.c_str(),text.c_str(), delayms);
name              126 modules/highgui/src/window_QT.cpp double cvGetRatioWindow_QT(const char* name)
name              136 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)));
name              142 modules/highgui/src/window_QT.cpp void cvSetRatioWindow_QT(const char* name,double prop_value)
name              151 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              156 modules/highgui/src/window_QT.cpp double cvGetPropWindow_QT(const char* name)
name              166 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)));
name              172 modules/highgui/src/window_QT.cpp void cvSetPropWindow_QT(const char* name,double prop_value)
name              180 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              197 modules/highgui/src/window_QT.cpp void cvSetModeWindow_QT(const char* name, double prop_value)
name              205 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              210 modules/highgui/src/window_QT.cpp double cvGetModeWindow_QT(const char* name)
name              221 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)));
name              227 modules/highgui/src/window_QT.cpp CV_IMPL void cvDisplayOverlay(const char* name, const char* text, int delayms)
name              235 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              241 modules/highgui/src/window_QT.cpp CV_IMPL void cvSaveWindowParameters(const char* name)
name              249 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)));
name              253 modules/highgui/src/window_QT.cpp CV_IMPL void cvLoadWindowParameters(const char* name)
name              261 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)));
name              265 modules/highgui/src/window_QT.cpp CV_IMPL void cvDisplayStatusBar(const char* name, const char* text, int delayms)
name              273 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              371 modules/highgui/src/window_QT.cpp static CvWindow* icvFindWindowByName(QString name)
name              386 modules/highgui/src/window_QT.cpp                 if (w->objectName() == name)
name              489 modules/highgui/src/window_QT.cpp CV_IMPL int cvNamedWindow(const char* name, int flags)
name              498 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              501 modules/highgui/src/window_QT.cpp         guiMainThread->createWindow(QString(name), flags);
name              508 modules/highgui/src/window_QT.cpp CV_IMPL void cvDestroyWindow(const char* name)
name              516 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)));
name              531 modules/highgui/src/window_QT.cpp CV_IMPL void* cvGetWindowHandle(const char* name)
name              533 modules/highgui/src/window_QT.cpp     if (!name)
name              536 modules/highgui/src/window_QT.cpp     return (void*) icvFindWindowByName(QLatin1String(name));
name              549 modules/highgui/src/window_QT.cpp CV_IMPL void cvMoveWindow(const char* name, int x, int y)
name              556 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              561 modules/highgui/src/window_QT.cpp CV_IMPL void cvResizeWindow(const char* name, int width, int height)
name              568 modules/highgui/src/window_QT.cpp         Q_ARG(QString, QString(name)),
name              686 modules/highgui/src/window_QT.cpp CV_IMPL void cvShowImage(const char* name, const CvArr* arr)
name              695 modules/highgui/src/window_QT.cpp              Q_ARG(QString, QString(name)),
name              699 modules/highgui/src/window_QT.cpp         guiMainThread->showImage(QString(name), (void*)arr);
name              746 modules/highgui/src/window_QT.cpp double cvGetOpenGlProp_QT(const char* name)
name              756 modules/highgui/src/window_QT.cpp             Q_ARG(QString, QString(name)));
name              837 modules/highgui/src/window_QT.cpp void GuiReceiver::saveWindowParameters(QString name)
name              839 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              846 modules/highgui/src/window_QT.cpp void GuiReceiver::loadWindowParameters(QString name)
name              848 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              855 modules/highgui/src/window_QT.cpp double GuiReceiver::getRatioWindow(QString name)
name              857 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              866 modules/highgui/src/window_QT.cpp void GuiReceiver::setRatioWindow(QString name, double arg2)
name              868 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName( name.toLatin1().data() );
name              879 modules/highgui/src/window_QT.cpp double GuiReceiver::getPropWindow(QString name)
name              881 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              890 modules/highgui/src/window_QT.cpp void GuiReceiver::setPropWindow(QString name, double arg2)
name              892 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              902 modules/highgui/src/window_QT.cpp void GuiReceiver::setWindowTitle(QString name, QString title)
name              904 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              908 modules/highgui/src/window_QT.cpp         cvNamedWindow(name.toLatin1().data());
name              909 modules/highgui/src/window_QT.cpp         w = icvFindWindowByName(name);
name              919 modules/highgui/src/window_QT.cpp double GuiReceiver::isFullScreen(QString name)
name              921 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              930 modules/highgui/src/window_QT.cpp void GuiReceiver::toggleFullScreen(QString name, double arg2)
name              932 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              943 modules/highgui/src/window_QT.cpp void GuiReceiver::createWindow(QString name, int flags)
name              949 modules/highgui/src/window_QT.cpp     if (icvFindWindowByName(name.toLatin1().data()))
name              955 modules/highgui/src/window_QT.cpp     new CvWindow(name, flags);
name              965 modules/highgui/src/window_QT.cpp void GuiReceiver::displayInfo(QString name, QString text, int delayms)
name              967 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              974 modules/highgui/src/window_QT.cpp void GuiReceiver::displayStatusBar(QString name, QString text, int delayms)
name              976 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              983 modules/highgui/src/window_QT.cpp void GuiReceiver::showImage(QString name, void* arr)
name              985 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name              989 modules/highgui/src/window_QT.cpp         cvNamedWindow(name.toLatin1().data());
name              990 modules/highgui/src/window_QT.cpp         w = icvFindWindowByName(name);
name             1003 modules/highgui/src/window_QT.cpp         cv::imshow(name.toUtf8().data(), im);
name             1015 modules/highgui/src/window_QT.cpp void GuiReceiver::destroyWindow(QString name)
name             1018 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name             1067 modules/highgui/src/window_QT.cpp void GuiReceiver::moveWindow(QString name, int x, int y)
name             1069 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name             1076 modules/highgui/src/window_QT.cpp void GuiReceiver::resizeWindow(QString name, int width, int height)
name             1078 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name             1208 modules/highgui/src/window_QT.cpp void GuiReceiver::setOpenGlDrawCallback(QString name, void* callback, void* userdata)
name             1210 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name             1216 modules/highgui/src/window_QT.cpp void GuiReceiver::setOpenGlContext(QString name)
name             1218 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name             1224 modules/highgui/src/window_QT.cpp void GuiReceiver::updateWindow(QString name)
name             1226 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name             1232 modules/highgui/src/window_QT.cpp double GuiReceiver::isOpenGl(QString name)
name             1236 modules/highgui/src/window_QT.cpp     QPointer<CvWindow> w = icvFindWindowByName(name);
name             1249 modules/highgui/src/window_QT.cpp CvTrackbar::CvTrackbar(CvWindow* arg, QString name, int* value, int _count, CvTrackbarCallback2 on_change, void* data)
name             1255 modules/highgui/src/window_QT.cpp     create(arg, name, value, _count);
name             1259 modules/highgui/src/window_QT.cpp CvTrackbar::CvTrackbar(CvWindow* arg, QString name, int* value, int _count, CvTrackbarCallback on_change)
name             1265 modules/highgui/src/window_QT.cpp     create(arg, name, value, _count);
name             1269 modules/highgui/src/window_QT.cpp void CvTrackbar::create(CvWindow* arg, QString name, int* value, int _count)
name             1273 modules/highgui/src/window_QT.cpp     name_bar = name;
name             1396 modules/highgui/src/window_QT.cpp void CvButtonbar::addButton(QString name, CvButtonCallback call, void* userdata,  int button_type, int initial_button_state)
name             1398 modules/highgui/src/window_QT.cpp     QString button_name = name;
name             1576 modules/highgui/src/window_QT.cpp CvWindow::CvWindow(QString name, int arg2)
name             1586 modules/highgui/src/window_QT.cpp     setWindowTitle(name);
name             1587 modules/highgui/src/window_QT.cpp     setObjectName(name);
name             1806 modules/highgui/src/window_QT.cpp void CvWindow::addSlider(CvWindow* w, QString name, int* value, int count, CvTrackbarCallback on_change)
name             1808 modules/highgui/src/window_QT.cpp     QPointer<CvTrackbar> t = new CvTrackbar(w, name, value, count, on_change);
name             1830 modules/highgui/src/window_QT.cpp void CvWindow::addSlider2(CvWindow* w, QString name, int* value, int count, CvTrackbarCallback2 on_change, void* userdata)
name             1832 modules/highgui/src/window_QT.cpp     QPointer<CvTrackbar> t = new CvTrackbar(w, name, value, count, on_change, userdata);
name              120 modules/highgui/src/window_QT.h     void createWindow( QString name, int flags = 0 );
name              121 modules/highgui/src/window_QT.h     void destroyWindow(QString name);
name              125 modules/highgui/src/window_QT.h     void moveWindow(QString name, int x, int y);
name              126 modules/highgui/src/window_QT.h     void resizeWindow(QString name, int width, int height);
name              127 modules/highgui/src/window_QT.h     void showImage(QString name, void* arr);
name              128 modules/highgui/src/window_QT.h     void displayInfo( QString name, QString text, int delayms );
name              129 modules/highgui/src/window_QT.h     void displayStatusBar( QString name, QString text, int delayms );
name              131 modules/highgui/src/window_QT.h     void toggleFullScreen(QString name, double flags );
name              132 modules/highgui/src/window_QT.h     double isFullScreen(QString name);
name              133 modules/highgui/src/window_QT.h     double getPropWindow(QString name);
name              134 modules/highgui/src/window_QT.h     void setPropWindow(QString name, double flags );
name              135 modules/highgui/src/window_QT.h     void setWindowTitle(QString name, QString title);
name              136 modules/highgui/src/window_QT.h     double getRatioWindow(QString name);
name              137 modules/highgui/src/window_QT.h     void setRatioWindow(QString name, double arg2 );
name              138 modules/highgui/src/window_QT.h     void saveWindowParameters(QString name);
name              139 modules/highgui/src/window_QT.h     void loadWindowParameters(QString name);
name              144 modules/highgui/src/window_QT.h     void setOpenGlDrawCallback(QString name, void* callback, void* userdata);
name              145 modules/highgui/src/window_QT.h     void setOpenGlContext(QString name);
name              146 modules/highgui/src/window_QT.h     void updateWindow(QString name);
name              147 modules/highgui/src/window_QT.h     double isOpenGl(QString name);
name              236 modules/highgui/src/window_QT.h     CvTrackbar(CvWindow* parent, QString name, int* value, int count, CvTrackbarCallback on_change);
name              237 modules/highgui/src/window_QT.h     CvTrackbar(CvWindow* parent, QString name, int* value, int count, CvTrackbarCallback2 on_change, void* data);
name              247 modules/highgui/src/window_QT.h     void create(CvWindow* arg, QString name, int* value, int count);
name              271 modules/highgui/src/window_QT.h     CvWinProperties(QString name, QObject* parent);
name              311 modules/highgui/src/window_QT.h     static void addSlider(CvWindow* w, QString name, int* value, int count, CvTrackbarCallback on_change CV_DEFAULT(NULL));
name              312 modules/highgui/src/window_QT.h     static void addSlider2(CvWindow* w, QString name, int* value, int count, CvTrackbarCallback2 on_change CV_DEFAULT(NULL), void* userdata CV_DEFAULT(0));
name               67 modules/highgui/src/window_carbon.cpp     char* name;
name               85 modules/highgui/src/window_carbon.cpp     char* name;
name              196 modules/highgui/src/window_carbon.cpp CV_IMPL CvWindow * icvFindWindowByName( const char* name)
name              199 modules/highgui/src/window_carbon.cpp     while( window != 0 && strcmp(name, window->name) != 0 )
name              205 modules/highgui/src/window_carbon.cpp static CvTrackbar* icvFindTrackbarByName( const CvWindow* window, const char* name )
name              209 modules/highgui/src/window_carbon.cpp     while (trackbar != 0 && strcmp( trackbar->name, name ) != 0)
name              340 modules/highgui/src/window_carbon.cpp CV_IMPL void cvDestroyWindow( const char* name)
name              348 modules/highgui/src/window_carbon.cpp     if(!name)
name              351 modules/highgui/src/window_carbon.cpp     window = icvFindWindowByName( name );
name              371 modules/highgui/src/window_carbon.cpp CV_IMPL void cvShowImage( const char* name, const CvArr* arr)
name              382 modules/highgui/src/window_carbon.cpp     if( !name )
name              385 modules/highgui/src/window_carbon.cpp     window = icvFindWindowByName(name);
name              388 modules/highgui/src/window_carbon.cpp         cvNamedWindow(name, 1);
name              389 modules/highgui/src/window_carbon.cpp         window = icvFindWindowByName(name);
name              425 modules/highgui/src/window_carbon.cpp CV_IMPL void cvResizeWindow( const char* name, int width, int height)
name              434 modules/highgui/src/window_carbon.cpp     if( !name )
name              437 modules/highgui/src/window_carbon.cpp     window = icvFindWindowByName(name);
name              446 modules/highgui/src/window_carbon.cpp CV_IMPL void cvMoveWindow( const char* name, int x, int y)
name              455 modules/highgui/src/window_carbon.cpp     if( !name )
name              458 modules/highgui/src/window_carbon.cpp     window = icvFindWindowByName(name);
name              498 modules/highgui/src/window_carbon.cpp         CFStringAppendCString(cfstring,trackbar->name,encoding);
name              545 modules/highgui/src/window_carbon.cpp         trackbar->name = (char*)(trackbar+1);
name              546 modules/highgui/src/window_carbon.cpp         memcpy( trackbar->name, trackbar_name, len + 1 );
name              648 modules/highgui/src/window_carbon.cpp cvSetMouseCallback( const char* name, CvMouseCallback function, void* info)
name              650 modules/highgui/src/window_carbon.cpp     CvWindow* window = icvFindWindowByName( name );
name              658 modules/highgui/src/window_carbon.cpp         fprintf(stdout,"Error with cvSetMouseCallback. Window not found : %s\n",name);
name              721 modules/highgui/src/window_carbon.cpp CV_IMPL void* cvGetWindowHandle( const char* name )
name              728 modules/highgui/src/window_carbon.cpp     window = icvFindWindowByName( name );
name              754 modules/highgui/src/window_carbon.cpp         window_name = window->name;
name              761 modules/highgui/src/window_carbon.cpp double cvGetModeWindow_CARBON(const char* name)//YV
name              771 modules/highgui/src/window_carbon.cpp     if(!name)
name              774 modules/highgui/src/window_carbon.cpp     window = icvFindWindowByName( name );
name              784 modules/highgui/src/window_carbon.cpp void cvSetModeWindow_CARBON( const char* name, double prop_value)//Yannick Verdie
name              795 modules/highgui/src/window_carbon.cpp     if(!name)
name              798 modules/highgui/src/window_carbon.cpp     window = icvFindWindowByName( name );
name              854 modules/highgui/src/window_carbon.cpp CV_IMPL int cvNamedWindow( const char* name, int flags )
name              901 modules/highgui/src/window_carbon.cpp     if( !name )
name              904 modules/highgui/src/window_carbon.cpp     if( icvFindWindowByName( name ) != 0 ){
name              908 modules/highgui/src/window_carbon.cpp     len = strlen(name);
name              911 modules/highgui/src/window_carbon.cpp     window->name = (char*)(window + 1);
name              912 modules/highgui/src/window_carbon.cpp     memcpy( window->name, name, len + 1 );
name              939 modules/highgui/src/window_carbon.cpp     SetWindowTitleWithCFString(outWindow,CFStringCreateWithCString(NULL,name,kCFStringEncodingASCII));
name              505 modules/highgui/src/window_gtk.cpp     char* name;
name              524 modules/highgui/src/window_gtk.cpp     char* name;
name              648 modules/highgui/src/window_gtk.cpp static CvWindow* icvFindWindowByName( const char* name )
name              651 modules/highgui/src/window_gtk.cpp     while( window != 0 && strcmp(name, window->name) != 0 )
name              668 modules/highgui/src/window_gtk.cpp double cvGetModeWindow_GTK(const char* name)//YV
name              678 modules/highgui/src/window_gtk.cpp     if (!name)
name              681 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name              694 modules/highgui/src/window_gtk.cpp void cvSetModeWindow_GTK( const char* name, double prop_value)//Yannick Verdie
name              703 modules/highgui/src/window_gtk.cpp     if(!name)
name              706 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name              754 modules/highgui/src/window_gtk.cpp double cvGetPropWindowAutoSize_GTK(const char* name)
name              764 modules/highgui/src/window_gtk.cpp     if (!name)
name              767 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name              778 modules/highgui/src/window_gtk.cpp double cvGetRatioWindow_GTK(const char* name)
name              788 modules/highgui/src/window_gtk.cpp     if (!name)
name              791 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name              806 modules/highgui/src/window_gtk.cpp double cvGetOpenGlProp_GTK(const char* name)
name              817 modules/highgui/src/window_gtk.cpp     if (!name)
name              820 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name              828 modules/highgui/src/window_gtk.cpp     (void)name;
name              999 modules/highgui/src/window_gtk.cpp CV_IMPL int cvNamedWindow( const char* name, int flags )
name             1009 modules/highgui/src/window_gtk.cpp     cvInitSystem(1,(char**)&name);
name             1010 modules/highgui/src/window_gtk.cpp     if( !name )
name             1014 modules/highgui/src/window_gtk.cpp     if( icvFindWindowByName( name ) != 0 )
name             1020 modules/highgui/src/window_gtk.cpp     len = strlen(name);
name             1023 modules/highgui/src/window_gtk.cpp     window->name = (char*)(window + 1);
name             1024 modules/highgui/src/window_gtk.cpp     memcpy( window->name, name, len + 1 );
name             1081 modules/highgui/src/window_gtk.cpp     gtk_window_set_title( GTK_WINDOW(window->frame), name );
name             1103 modules/highgui/src/window_gtk.cpp         cvSetOpenGlContext(name);
name             1115 modules/highgui/src/window_gtk.cpp CV_IMPL void cvSetOpenGlContext(const char* name)
name             1125 modules/highgui/src/window_gtk.cpp     if(!name)
name             1128 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name             1144 modules/highgui/src/window_gtk.cpp CV_IMPL void cvUpdateWindow(const char* name)
name             1152 modules/highgui/src/window_gtk.cpp     if (!name)
name             1155 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name             1165 modules/highgui/src/window_gtk.cpp CV_IMPL void cvSetOpenGlDrawCallback(const char* name, CvOpenGlDrawCallback callback, void* userdata)
name             1173 modules/highgui/src/window_gtk.cpp     if(!name)
name             1176 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name             1228 modules/highgui/src/window_gtk.cpp CV_IMPL void cvDestroyWindow( const char* name )
name             1236 modules/highgui/src/window_gtk.cpp     if(!name)
name             1239 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName( name );
name             1282 modules/highgui/src/window_gtk.cpp cvShowImage( const char* name, const CvArr* arr )
name             1290 modules/highgui/src/window_gtk.cpp     if( !name )
name             1295 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName(name);
name             1298 modules/highgui/src/window_gtk.cpp         cvNamedWindow(name, 1);
name             1299 modules/highgui/src/window_gtk.cpp         window = icvFindWindowByName(name);
name             1307 modules/highgui/src/window_gtk.cpp             cv::imshow(name, cv::cvarrToMat(arr));
name             1321 modules/highgui/src/window_gtk.cpp CV_IMPL void cvResizeWindow(const char* name, int width, int height )
name             1330 modules/highgui/src/window_gtk.cpp     if( !name )
name             1333 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName(name);
name             1356 modules/highgui/src/window_gtk.cpp CV_IMPL void cvMoveWindow( const char* name, int x, int y )
name             1364 modules/highgui/src/window_gtk.cpp     if( !name )
name             1367 modules/highgui/src/window_gtk.cpp     window = icvFindWindowByName(name);
name             1382 modules/highgui/src/window_gtk.cpp icvFindTrackbarByName( const CvWindow* window, const char* name )
name             1386 modules/highgui/src/window_gtk.cpp     for( ; trackbar != 0 && strcmp( trackbar->name, name ) != 0; trackbar = trackbar->next )
name             1427 modules/highgui/src/window_gtk.cpp         trackbar->name = (char*)(trackbar+1);
name             1428 modules/highgui/src/window_gtk.cpp         memcpy( trackbar->name, trackbar_name, len + 1 );
name             1663 modules/highgui/src/window_gtk.cpp         window_name = window->name;
name             1670 modules/highgui/src/window_gtk.cpp static GtkFileFilter* icvMakeGtkFilter(const char* name, const char* patterns, GtkFileFilter* images)
name             1673 modules/highgui/src/window_gtk.cpp     gtk_file_filter_set_name(filter, name);
name              134 modules/highgui/src/window_w32.cpp     char* name;
name              153 modules/highgui/src/window_w32.cpp     char* name;
name              272 modules/highgui/src/window_w32.cpp static CvWindow* icvFindWindowByName( const char* name )
name              276 modules/highgui/src/window_w32.cpp     for( ; window != 0 && strcmp( name, window->name) != 0; window = window->next )
name              305 modules/highgui/src/window_w32.cpp icvLoadWindowPos( const char* name, CvRect& rect )
name              310 modules/highgui/src/window_w32.cpp     strcat( szKey, name );
name              345 modules/highgui/src/window_w32.cpp icvSaveWindowPos( const char* name, CvRect rect )
name              352 modules/highgui/src/window_w32.cpp     strcat( szKey, name );
name              406 modules/highgui/src/window_w32.cpp double cvGetModeWindow_W32(const char* name)//YV
name              416 modules/highgui/src/window_w32.cpp     if (!name)
name              419 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              429 modules/highgui/src/window_w32.cpp void cvSetModeWindow_W32( const char* name, double prop_value)//Yannick Verdie
name              437 modules/highgui/src/window_w32.cpp     if(!name)
name              440 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              453 modules/highgui/src/window_w32.cpp             icvLoadWindowPos(window->name,position );
name              468 modules/highgui/src/window_w32.cpp             icvSaveWindowPos(window->name,RectCV );
name              510 modules/highgui/src/window_w32.cpp double cvGetPropWindowAutoSize_W32(const char* name)
name              520 modules/highgui/src/window_w32.cpp     if (!name)
name              523 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              534 modules/highgui/src/window_w32.cpp double cvGetRatioWindow_W32(const char* name)
name              544 modules/highgui/src/window_w32.cpp     if (!name)
name              547 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              558 modules/highgui/src/window_w32.cpp double cvGetOpenGlProp_W32(const char* name)
name              569 modules/highgui/src/window_w32.cpp     if (!name)
name              572 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              580 modules/highgui/src/window_w32.cpp     (void)name;
name              708 modules/highgui/src/window_w32.cpp CV_IMPL int cvNamedWindow( const char* name, int flags )
name              728 modules/highgui/src/window_w32.cpp     if( !name )
name              732 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              747 modules/highgui/src/window_w32.cpp     icvLoadWindowPos( name, rect );
name              749 modules/highgui/src/window_w32.cpp     mainhWnd = CreateWindow( "Main HighGUI class", name, defStyle | WS_OVERLAPPED,
name              775 modules/highgui/src/window_w32.cpp     len = (int)strlen(name);
name              781 modules/highgui/src/window_w32.cpp     window->name = (char*)(window + 1);
name              782 modules/highgui/src/window_w32.cpp     memcpy( window->name, name, len + 1 );
name              833 modules/highgui/src/window_w32.cpp CV_IMPL void cvSetOpenGlContext(const char* name)
name              841 modules/highgui/src/window_w32.cpp     if(!name)
name              844 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              857 modules/highgui/src/window_w32.cpp CV_IMPL void cvUpdateWindow(const char* name)
name              865 modules/highgui/src/window_w32.cpp     if (!name)
name              868 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              877 modules/highgui/src/window_w32.cpp CV_IMPL void cvSetOpenGlDrawCallback(const char* name, CvOpenGlDrawCallback callback, void* userdata)
name              885 modules/highgui/src/window_w32.cpp     if(!name)
name              888 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name              915 modules/highgui/src/window_w32.cpp     if( window->name )
name              916 modules/highgui/src/window_w32.cpp         icvSaveWindowPos( window->name, cvRect(wrect.left, wrect.top,
name              958 modules/highgui/src/window_w32.cpp CV_IMPL void cvDestroyWindow( const char* name )
name              967 modules/highgui/src/window_w32.cpp     if(!name)
name              970 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName( name );
name             1086 modules/highgui/src/window_w32.cpp cvShowImage( const char* name, const CvArr* arr )
name             1101 modules/highgui/src/window_w32.cpp     if( !name )
name             1104 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName(name);
name             1107 modules/highgui/src/window_w32.cpp         cvNamedWindow(name, CV_WINDOW_AUTOSIZE);
name             1108 modules/highgui/src/window_w32.cpp         window = icvFindWindowByName(name);
name             1122 modules/highgui/src/window_w32.cpp         cv::imshow(name, cv::cvarrToMat(image));
name             1246 modules/highgui/src/window_w32.cpp CV_IMPL void cvResizeWindow(const char* name, int width, int height )
name             1256 modules/highgui/src/window_w32.cpp     if( !name )
name             1259 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName(name);
name             1286 modules/highgui/src/window_w32.cpp CV_IMPL void cvMoveWindow( const char* name, int x, int y )
name             1295 modules/highgui/src/window_w32.cpp     if( !name )
name             1298 modules/highgui/src/window_w32.cpp     window = icvFindWindowByName(name);
name             1759 modules/highgui/src/window_w32.cpp         name_len = (int)strlen(trackbar->name);
name             1765 modules/highgui/src/window_w32.cpp             memcpy( pos_text, trackbar->name, start_len );
name             1767 modules/highgui/src/window_w32.cpp             memcpy( pos_text + start_len + 3, trackbar->name + name_len - end_len, end_len + 1 );
name             1771 modules/highgui/src/window_w32.cpp             memcpy( pos_text, trackbar->name, name_len + 1);
name             1982 modules/highgui/src/window_w32.cpp icvFindTrackbarByName( const CvWindow* window, const char* name )
name             1986 modules/highgui/src/window_w32.cpp     for( ; trackbar != 0 && strcmp( trackbar->name, name ) != 0; trackbar = trackbar->next )
name             2124 modules/highgui/src/window_w32.cpp         trackbar->name = (char*)(trackbar + 1);
name             2125 modules/highgui/src/window_w32.cpp         memcpy( trackbar->name, trackbar_name, len + 1 );
name             2358 modules/highgui/src/window_w32.cpp         window_name = window->name;
name              127 modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs_c.h #define cvvLoadImage(name) cvLoadImage((name),1)
name             3782 modules/imgproc/src/histogram.cpp static void icvWriteHist( CvFileStorage* fs, const char* name,
name             3791 modules/imgproc/src/histogram.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_HIST );
name              106 modules/imgproc/test/ocl/test_color.cpp #define CVTCODE(name) COLOR_ ## name
name              120 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java     public static String getOutputFileName(String name)
name              122 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         return context.getExternalFilesDir(null).getAbsolutePath() + File.separatorChar + name;
name               39 modules/java/pure_test/src/org/opencv/test/OpenCVTestRunner.java     public static String getOutputFileName(String name)
name               41 modules/java/pure_test/src/org/opencv/test/OpenCVTestRunner.java         return getTempFileName(name);
name             1095 modules/ml/src/gbt.cpp void CvGBTrees::write( CvFileStorage* fs, const char* name ) const
name             1105 modules/ml/src/gbt.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_ML_GBT );
name              475 modules/ml/src/knearest.cpp         if (fn.name() == NAME_KDTREE)
name               62 modules/ml/test/test_mltests.cpp         printf("%s, %s      ", name, data_name);
name             1943 modules/objdetect/src/haar.cpp     char name[_MAX_PATH];
name             1952 modules/objdetect/src/haar.cpp         sprintf( name, "%s%s%d/AdaBoostCARTHaarClassifier.txt", directory, slash, n );
name             1953 modules/objdetect/src/haar.cpp         FILE* f = fopen( name, "rb" );
name             1977 modules/objdetect/src/haar.cpp         sprintf( name, "%s/%d/AdaBoostCARTHaarClassifier.txt", directory, i );
name             1978 modules/objdetect/src/haar.cpp         FILE* f = fopen( name, "rb" );
name             2393 modules/objdetect/src/haar.cpp icvWriteHaarClassifier( CvFileStorage* fs, const char* name, const void* struct_ptr,
name             2402 modules/objdetect/src/haar.cpp     cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_HAAR, attributes );
name             1931 modules/objdetect/src/hog.cpp     static void write(CvFileStorage* _fs, const char* name, const void* ptr, CvAttrList)
name             1936 modules/objdetect/src/hog.cpp             ((const _ClsName*)ptr)->write(fs, String(name));
name               54 modules/photo/src/align.cpp         name("AlignMTB"),
name              187 modules/photo/src/align.cpp         fs << "name" << name
name              196 modules/photo/src/align.cpp         CV_Assert(n.isString() && String(n) == name);
name              215 modules/photo/src/align.cpp     String name;
name               56 modules/photo/src/calibrate.cpp         name("CalibrateDebevec"),
name              144 modules/photo/src/calibrate.cpp         fs << "name" << name
name              153 modules/photo/src/calibrate.cpp         CV_Assert(n.isString() && String(n) == name);
name              161 modules/photo/src/calibrate.cpp     String name;
name              177 modules/photo/src/calibrate.cpp         name("CalibrateRobertson"),
name              253 modules/photo/src/calibrate.cpp         fs << "name" << name
name              261 modules/photo/src/calibrate.cpp         CV_Assert(n.isString() && String(n) == name);
name              267 modules/photo/src/calibrate.cpp     String name;
name               54 modules/photo/src/merge.cpp         name("MergeDebevec"),
name              127 modules/photo/src/merge.cpp     String name;
name              140 modules/photo/src/merge.cpp         name("MergeMertens"),
name              265 modules/photo/src/merge.cpp         fs << "name" << name
name              274 modules/photo/src/merge.cpp         CV_Assert(n.isString() && String(n) == name);
name              281 modules/photo/src/merge.cpp     String name;
name              294 modules/photo/src/merge.cpp         name("MergeRobertson"),
name              342 modules/photo/src/merge.cpp     String name;
name               59 modules/photo/src/tonemap.cpp     TonemapImpl(float _gamma) : name("Tonemap"), gamma(_gamma)
name               86 modules/photo/src/tonemap.cpp         fs << "name" << name
name               93 modules/photo/src/tonemap.cpp         CV_Assert(n.isString() && String(n) == name);
name               98 modules/photo/src/tonemap.cpp     String name;
name              111 modules/photo/src/tonemap.cpp         name("TonemapDrago"),
name              164 modules/photo/src/tonemap.cpp         fs << "name" << name
name              173 modules/photo/src/tonemap.cpp         CV_Assert(n.isString() && String(n) == name);
name              180 modules/photo/src/tonemap.cpp     String name;
name              193 modules/photo/src/tonemap.cpp         name("TonemapDurand"),
name              245 modules/photo/src/tonemap.cpp         fs << "name" << name
name              256 modules/photo/src/tonemap.cpp         CV_Assert(n.isString() && String(n) == name);
name              265 modules/photo/src/tonemap.cpp     String name;
name              278 modules/photo/src/tonemap.cpp         name("TonemapReinhard"),
name              342 modules/photo/src/tonemap.cpp         fs << "name" << name
name              352 modules/photo/src/tonemap.cpp         CV_Assert(n.isString() && String(n) == name);
name              360 modules/photo/src/tonemap.cpp     String name;
name              373 modules/photo/src/tonemap.cpp         name("TonemapMantiuk"),
name              449 modules/photo/src/tonemap.cpp         fs << "name" << name
name              458 modules/photo/src/tonemap.cpp         CV_Assert(n.isString() && String(n) == name);
name              465 modules/photo/src/tonemap.cpp     String name;
name               53 modules/photo/test/test_hdr.cpp void checkEqual(Mat img0, Mat img1, double threshold, const string& name)
name               57 modules/photo/test/test_hdr.cpp     ASSERT_FALSE(max > threshold) << "max=" << max << " threshold=" << threshold << " method=" << name;
name               65 modules/photo/test/test_hdr.cpp     string name;
name               67 modules/photo/test/test_hdr.cpp     while(list_file >> name >> val) {
name               68 modules/photo/test/test_hdr.cpp         Mat img = imread(path + name);
name               69 modules/photo/test/test_hdr.cpp         ASSERT_FALSE(img.empty()) << "Could not load input image " << path + name;
name               37 modules/python/src2/cv2.cpp     const char * name;
name               42 modules/python/src2/cv2.cpp         : name(name_)
name               46 modules/python/src2/cv2.cpp     operator const char *() const { return name; }
name              209 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, T& p, const char* name = "<unknown>");
name              252 modules/python/src2/cv2.cpp                 failmsg("%s is not a numerical tuple", info.name);
name              262 modules/python/src2/cv2.cpp         failmsg("%s is not a numpy array, neither a scalar", info.name);
name              289 modules/python/src2/cv2.cpp             failmsg("%s data type = %d is not supported", info.name, typenum);
name              301 modules/python/src2/cv2.cpp         failmsg("%s dimensionality (=%d) is too high", info.name, ndims);
name              330 modules/python/src2/cv2.cpp             failmsg("Layout of the output array %s is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels)", info.name);
name              367 modules/python/src2/cv2.cpp         failmsg("%s has more than 2 dimensions", info.name);
name              385 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* o, Mat& m, const char* name)
name              387 modules/python/src2/cv2.cpp     return pyopencv_to(o, m, ArgInfo(name, 0));
name              408 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject *o, Scalar& s, const char *name)
name              413 modules/python/src2/cv2.cpp         PyObject *fi = PySequence_Fast(o, name);
name              418 modules/python/src2/cv2.cpp             failmsg("Scalar value for argument '%s' is longer than 4", name);
name              426 modules/python/src2/cv2.cpp                 failmsg("Scalar value for argument '%s' is not numeric", name);
name              435 modules/python/src2/cv2.cpp             failmsg("Scalar value for argument '%s' is not numeric", name);
name              463 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, bool& value, const char* name)
name              465 modules/python/src2/cv2.cpp     (void)name;
name              482 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, size_t& value, const char* name)
name              484 modules/python/src2/cv2.cpp     (void)name;
name              512 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, int& value, const char* name)
name              514 modules/python/src2/cv2.cpp     (void)name;
name              533 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, uchar& value, const char* name)
name              535 modules/python/src2/cv2.cpp     (void)name;
name              550 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, double& value, const char* name)
name              552 modules/python/src2/cv2.cpp     (void)name;
name              569 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, float& value, const char* name)
name              571 modules/python/src2/cv2.cpp     (void)name;
name              594 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, String& value, const char* name)
name              596 modules/python/src2/cv2.cpp     (void)name;
name              607 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Size& sz, const char* name)
name              609 modules/python/src2/cv2.cpp     (void)name;
name              622 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Rect& r, const char* name)
name              624 modules/python/src2/cv2.cpp     (void)name;
name              637 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Range& r, const char* name)
name              639 modules/python/src2/cv2.cpp     (void)name;
name              657 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Point& p, const char* name)
name              659 modules/python/src2/cv2.cpp     (void)name;
name              673 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Point2f& p, const char* name)
name              675 modules/python/src2/cv2.cpp     (void)name;
name              689 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Point2d& p, const char* name)
name              691 modules/python/src2/cv2.cpp     (void)name;
name              718 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, Vec3d& v, const char* name)
name              720 modules/python/src2/cv2.cpp     (void)name;
name              759 modules/python/src2/cv2.cpp         PyObject *seq = PySequence_Fast(obj, info.name);
name              800 modules/python/src2/cv2.cpp                 seq_i = PySequence_Fast(item, info.name);
name              871 modules/python/src2/cv2.cpp     PyObject *seq = PySequence_Fast(obj, info.name);
name              975 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject *obj, TermCriteria& dst, const char *name)
name              977 modules/python/src2/cv2.cpp     (void)name;
name              990 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject *obj, RotatedRect& dst, const char *name)
name              992 modules/python/src2/cv2.cpp     (void)name;
name             1019 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject *o, cv::flann::IndexParams& p, const char *name)
name             1021 modules/python/src2/cv2.cpp     (void)name;
name             1067 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, cv::flann::SearchParams & value, const char * name)
name             1069 modules/python/src2/cv2.cpp     return pyopencv_to<cv::flann::IndexParams>(obj, value, name);
name             1074 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject *o, Ptr<T>& p, const char *name)
name             1077 modules/python/src2/cv2.cpp     return pyopencv_to(o, *p, name);
name             1082 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject *o, cvflann::flann_distance_t& dist, const char *name)
name             1085 modules/python/src2/cv2.cpp     bool ok = pyopencv_to(o, d, name);
name             1096 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject *obj, CvTermCriteria& dst, const char *name)
name             1098 modules/python/src2/cv2.cpp     (void)name;
name             1105 modules/python/src2/cv2.cpp bool pyopencv_to(PyObject* obj, CvSlice& r, const char* name)
name             1107 modules/python/src2/cv2.cpp     (void)name;
name             1141 modules/python/src2/cv2.cpp     char* name;
name             1145 modules/python/src2/cv2.cpp     if (!PyArg_ParseTupleAndKeywords(args, kw, "sO|O", (char**)keywords, &name, &on_mouse, &param))
name             1154 modules/python/src2/cv2.cpp     ERRWRAP2(setMouseCallback(name, OnMouse, Py_BuildValue("OO", on_mouse, param)));
name             1195 modules/python/src2/cv2.cpp static int convert_to_char(PyObject *o, char *dst, const char *name = "no_name")
name             1202 modules/python/src2/cv2.cpp     return failmsg("Expected single character string for argument '%s'", name);
name             1233 modules/python/src2/cv2.cpp     const char * name;
name             1237 modules/python/src2/cv2.cpp static void init_submodule(PyObject * root, const char * name, PyMethodDef * methods, ConstDef * consts)
name             1240 modules/python/src2/cv2.cpp   std::string s = name;
name             1271 modules/python/src2/cv2.cpp   for (ConstDef * c = consts; c->name != NULL; ++c)
name             1273 modules/python/src2/cv2.cpp     PyDict_SetItemString(d, c->name, PyInt_FromLong(c->val));
name              741 modules/stitching/src/motion_estimators.cpp             String name = pathes[i];
name              742 modules/stitching/src/motion_estimators.cpp             size_t prefix_len = name.find_last_of("/\\");
name              744 modules/stitching/src/motion_estimators.cpp             name = name.substr(prefix_len, name.size() - prefix_len);
name              745 modules/stitching/src/motion_estimators.cpp             str << "\"" << name.c_str() << "\";\n";
name               62 modules/stitching/src/opencl/multibandblend.cl #define DECLARE_MAT_ARG(name) \
name               63 modules/stitching/src/opencl/multibandblend.cl     __global uchar* restrict name ## Ptr, \
name               64 modules/stitching/src/opencl/multibandblend.cl     int name ## StepBytes, \
name               65 modules/stitching/src/opencl/multibandblend.cl     int name ## Offset, \
name               66 modules/stitching/src/opencl/multibandblend.cl     int name ## Height, \
name               67 modules/stitching/src/opencl/multibandblend.cl     int name ## Width NL
name               69 modules/stitching/src/opencl/multibandblend.cl #define MAT_BYTE_OFFSET(name, x, y) mad24((y)/* + name ## OffsetY*/, name ## StepBytes, ((x)/* + name ## OffsetX*/) * (int)(name ## _TSIZE) + name ## Offset)
name               70 modules/stitching/src/opencl/multibandblend.cl #define MAT_RELATIVE_BYTE_OFFSET(name, x, y) mad24(y, name ## StepBytes, (x) * (int)(name ## _TSIZE))
name               72 modules/stitching/src/opencl/multibandblend.cl #define __LOAD_MAT_AT(name, byteOffset) *((const __global name ## _T*)(name ## Ptr + (byteOffset)))
name               75 modules/stitching/src/opencl/multibandblend.cl #define __vload_CN(name) __vload_CN_(name ## _CN)
name               76 modules/stitching/src/opencl/multibandblend.cl #define __LOAD_MAT_AT_vload(name, byteOffset) __vload_CN(name)(0, ((const __global name ## _T1*)(name ## Ptr + (byteOffset))))
name               83 modules/stitching/src/opencl/multibandblend.cl #define __LOAD_MAT_AT_CN(name) __LOAD_MAT_AT_CN_(name ## _CN)
name               84 modules/stitching/src/opencl/multibandblend.cl #define LOAD_MAT_AT(name, byteOffset) __LOAD_MAT_AT_CN(name)(name, byteOffset)
name               86 modules/stitching/src/opencl/multibandblend.cl #define __STORE_MAT_AT(name, byteOffset, v) *((__global name ## _T*)(name ## Ptr + (byteOffset))) = v
name               89 modules/stitching/src/opencl/multibandblend.cl #define __vstore_CN(name) __vstore_CN_(name ## _CN)
name               90 modules/stitching/src/opencl/multibandblend.cl #define __STORE_MAT_AT_vstore(name, byteOffset, v) __vstore_CN(name)(v, 0, ((__global name ## _T1*)(name ## Ptr + (byteOffset))))
name               97 modules/stitching/src/opencl/multibandblend.cl #define __STORE_MAT_AT_CN(name) __STORE_MAT_AT_CN_(name ## _CN)
name               98 modules/stitching/src/opencl/multibandblend.cl #define STORE_MAT_AT(name, byteOffset, v) __STORE_MAT_AT_CN(name)(name, byteOffset, v)
name              207 modules/ts/include/opencv2/ts.hpp     const string& get_name() const { return name; }
name              242 modules/ts/include/opencv2/ts.hpp     string name;
name               70 modules/ts/include/opencv2/ts/cuda_perf.hpp     #define DEF_PARAM_TEST(name, ...) typedef ::perf::TestBaseWithParam< std::tr1::tuple< __VA_ARGS__ > > name
name               71 modules/ts/include/opencv2/ts/cuda_perf.hpp     #define DEF_PARAM_TEST_1(name, param_type) typedef ::perf::TestBaseWithParam< param_type > name
name              211 modules/ts/include/opencv2/ts/cuda_test.hpp     #define PARAM_TEST_CASE(name, ...) struct name : testing::TestWithParam< std::tr1::tuple< __VA_ARGS__ > >
name              297 modules/ts/include/opencv2/ts/cuda_test.hpp     #define IMPLEMENT_PARAM_CLASS(name, type) \
name              301 modules/ts/include/opencv2/ts/cuda_test.hpp             name ( type arg = type ()) : val_(arg) {} \
name              306 modules/ts/include/opencv2/ts/cuda_test.hpp         inline void PrintTo( name param, std::ostream* os) \
name              308 modules/ts/include/opencv2/ts/cuda_test.hpp             *os << #name <<  "(" << testing::PrintToString(static_cast< type >(param)) << ")"; \
name               58 modules/ts/include/opencv2/ts/ocl_perf.hpp #define OCL_PERF_TEST(fixture, name) SIMPLE_PERF_TEST(fixture, name)
name               59 modules/ts/include/opencv2/ts/ocl_perf.hpp #define OCL_PERF_TEST_P(fixture, name, params) SIMPLE_PERF_TEST_P(fixture, name, params)
name               61 modules/ts/include/opencv2/ts/ocl_perf.hpp #define SIMPLE_PERF_TEST(fixture, name) \
name               66 modules/ts/include/opencv2/ts/ocl_perf.hpp         OCL##_##fixture##_##name() { } \
name               70 modules/ts/include/opencv2/ts/ocl_perf.hpp     TEST_F(OCL##_##fixture##_##name, name) { declare.strategy(OCL_PERF_STRATEGY); RunPerfTestBody(); } \
name               71 modules/ts/include/opencv2/ts/ocl_perf.hpp     void OCL##_##fixture##_##name::PerfTestBody()
name               73 modules/ts/include/opencv2/ts/ocl_perf.hpp #define SIMPLE_PERF_TEST_P(fixture, name, params) \
name               78 modules/ts/include/opencv2/ts/ocl_perf.hpp         OCL##_##fixture##_##name() { } \
name               82 modules/ts/include/opencv2/ts/ocl_perf.hpp     TEST_P(OCL##_##fixture##_##name, name) { declare.strategy(OCL_PERF_STRATEGY); RunPerfTestBody(); } \
name               83 modules/ts/include/opencv2/ts/ocl_perf.hpp     INSTANTIATE_TEST_CASE_P(/*none*/, OCL##_##fixture##_##name, params); \
name               84 modules/ts/include/opencv2/ts/ocl_perf.hpp     void OCL##_##fixture##_##name::PerfTestBody()
name              126 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_EXPECT_MATS_NEAR(name, eps) \
name              129 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name ## _roi.type(), u ## name ## _roi.type()); \
name              130 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name ## _roi.size(), u ## name ## _roi.size()); \
name              131 modules/ts/include/opencv2/ts/ocl_test.hpp     EXPECT_LE(TestUtils::checkNorm2(name ## _roi, u ## name ## _roi), eps) \
name              132 modules/ts/include/opencv2/ts/ocl_test.hpp         << "Size: " << name ## _roi.size() << std::endl; \
name              135 modules/ts/include/opencv2/ts/ocl_test.hpp     u ## name ## _roi.locateROI(_wholeSize, _offset); \
name              136 modules/ts/include/opencv2/ts/ocl_test.hpp     Mat _mask(name.size(), CV_8UC1, Scalar::all(255)); \
name              137 modules/ts/include/opencv2/ts/ocl_test.hpp     _mask(Rect(_offset, name ## _roi.size())).setTo(Scalar::all(0)); \
name              138 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name.type(), u ## name.type()); \
name              139 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name.size(), u ## name.size()); \
name              140 modules/ts/include/opencv2/ts/ocl_test.hpp     EXPECT_LE(TestUtils::checkNorm2(name, u ## name, _mask), eps) \
name              141 modules/ts/include/opencv2/ts/ocl_test.hpp         << "Size: " << name ## _roi.size() << std::endl; \
name              144 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_EXPECT_MATS_NEAR_RELATIVE(name, eps) \
name              147 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name ## _roi.type(), u ## name ## _roi.type()); \
name              148 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name ## _roi.size(), u ## name ## _roi.size()); \
name              149 modules/ts/include/opencv2/ts/ocl_test.hpp     EXPECT_LE(TestUtils::checkNormRelative(name ## _roi, u ## name ## _roi), eps) \
name              150 modules/ts/include/opencv2/ts/ocl_test.hpp         << "Size: " << name ## _roi.size() << std::endl; \
name              153 modules/ts/include/opencv2/ts/ocl_test.hpp     name ## _roi.locateROI(_wholeSize, _offset); \
name              154 modules/ts/include/opencv2/ts/ocl_test.hpp     Mat _mask(name.size(), CV_8UC1, Scalar::all(255)); \
name              155 modules/ts/include/opencv2/ts/ocl_test.hpp     _mask(Rect(_offset, name ## _roi.size())).setTo(Scalar::all(0)); \
name              156 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name.type(), u ## name.type()); \
name              157 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name.size(), u ## name.size()); \
name              158 modules/ts/include/opencv2/ts/ocl_test.hpp     EXPECT_LE(TestUtils::checkNormRelative(name, u ## name, _mask), eps) \
name              159 modules/ts/include/opencv2/ts/ocl_test.hpp         << "Size: " << name ## _roi.size() << std::endl; \
name              163 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_EXPECT_MATS_NEAR_RELATIVE_SPARSE(name, eps) \
name              166 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name ## _roi.type(), u ## name ## _roi.type()); \
name              167 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name ## _roi.size(), u ## name ## _roi.size()); \
name              168 modules/ts/include/opencv2/ts/ocl_test.hpp     EXPECT_LE(TestUtils::checkNormRelativeSparse(name ## _roi, u ## name ## _roi), eps) \
name              169 modules/ts/include/opencv2/ts/ocl_test.hpp         << "Size: " << name ## _roi.size() << std::endl; \
name              172 modules/ts/include/opencv2/ts/ocl_test.hpp     name ## _roi.locateROI(_wholeSize, _offset); \
name              173 modules/ts/include/opencv2/ts/ocl_test.hpp     Mat _mask(name.size(), CV_8UC1, Scalar::all(255)); \
name              174 modules/ts/include/opencv2/ts/ocl_test.hpp     _mask(Rect(_offset, name ## _roi.size())).setTo(Scalar::all(0)); \
name              175 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name.type(), u ## name.type()); \
name              176 modules/ts/include/opencv2/ts/ocl_test.hpp     ASSERT_EQ(name.size(), u ## name.size()); \
name              177 modules/ts/include/opencv2/ts/ocl_test.hpp     EXPECT_LE(TestUtils::checkNormRelativeSparse(name, u ## name, _mask), eps) \
name              178 modules/ts/include/opencv2/ts/ocl_test.hpp         << "Size: " << name ## _roi.size() << std::endl; \
name              308 modules/ts/include/opencv2/ts/ocl_test.hpp #define TEST_DECLARE_INPUT_PARAMETER(name) Mat name, name ## _roi; UMat u ## name, u ## name ## _roi
name              309 modules/ts/include/opencv2/ts/ocl_test.hpp #define TEST_DECLARE_OUTPUT_PARAMETER(name) TEST_DECLARE_INPUT_PARAMETER(name)
name              311 modules/ts/include/opencv2/ts/ocl_test.hpp #define UMAT_UPLOAD_INPUT_PARAMETER(name) \
name              314 modules/ts/include/opencv2/ts/ocl_test.hpp     name.copyTo(u ## name); \
name              315 modules/ts/include/opencv2/ts/ocl_test.hpp     Size _wholeSize; Point ofs; name ## _roi.locateROI(_wholeSize, ofs); \
name              316 modules/ts/include/opencv2/ts/ocl_test.hpp     u ## name ## _roi = u ## name(Rect(ofs.x, ofs.y, name ## _roi.size().width, name ## _roi.size().height)); \
name              319 modules/ts/include/opencv2/ts/ocl_test.hpp #define UMAT_UPLOAD_OUTPUT_PARAMETER(name) UMAT_UPLOAD_INPUT_PARAMETER(name)
name              327 modules/ts/include/opencv2/ts/ocl_test.hpp #define PARAM_TEST_CASE(name, ...) struct name : public TSTestWithParam< std::tr1::tuple< __VA_ARGS__ > >
name              332 modules/ts/include/opencv2/ts/ocl_test.hpp #define IMPLEMENT_PARAM_CLASS(name, type) \
name              336 modules/ts/include/opencv2/ts/ocl_test.hpp         name ( type arg = type ()) : val_(arg) {} \
name              341 modules/ts/include/opencv2/ts/ocl_test.hpp     inline void PrintTo( name param, std::ostream* os) \
name              343 modules/ts/include/opencv2/ts/ocl_test.hpp         *os << #name <<  "(" << testing::PrintToString(static_cast< type >(param)) << ")"; \
name              350 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_TEST_F(name, ...) typedef name OCL_##name; TEST_F(OCL_##name, __VA_ARGS__)
name              351 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_TEST(name, ...) TEST(OCL_##name, __VA_ARGS__)
name             2950 modules/ts/include/opencv2/ts/ts_gtest.h inline const char* GetEnv(const char* name) {
name             2957 modules/ts/include/opencv2/ts/ts_gtest.h   const char* const env = getenv(name);
name             2960 modules/ts/include/opencv2/ts/ts_gtest.h   return getenv(name);
name             3067 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_FLAG(name) FLAGS_gtest_##name
name             3070 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_DECLARE_bool_(name) GTEST_API_ extern bool GTEST_FLAG(name)
name             3071 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_DECLARE_int32_(name) \
name             3072 modules/ts/include/opencv2/ts/ts_gtest.h     GTEST_API_ extern ::testing::internal::Int32 GTEST_FLAG(name)
name             3073 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_DECLARE_string_(name) \
name             3074 modules/ts/include/opencv2/ts/ts_gtest.h     GTEST_API_ extern ::std::string GTEST_FLAG(name)
name             3077 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_DEFINE_bool_(name, default_val, doc) \
name             3078 modules/ts/include/opencv2/ts/ts_gtest.h     GTEST_API_ bool GTEST_FLAG(name) = (default_val)
name             3079 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_DEFINE_int32_(name, default_val, doc) \
name             3080 modules/ts/include/opencv2/ts/ts_gtest.h     GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
name             3081 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_DEFINE_string_(name, default_val, doc) \
name             3082 modules/ts/include/opencv2/ts/ts_gtest.h     GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val)
name             3810 modules/ts/include/opencv2/ts/ts_gtest.h   const char* const name = typeid(T).name();
name             3818 modules/ts/include/opencv2/ts/ts_gtest.h   char* const readable_name = __cxa_demangle(name, 0, 0, &status);
name             3819 modules/ts/include/opencv2/ts/ts_gtest.h   const std::string name_str(status == 0 ? readable_name : name);
name             3823 modules/ts/include/opencv2/ts/ts_gtest.h   return name;
name             7514 modules/ts/include/opencv2/ts/ts_gtest.h     const char* name,
name             10513 modules/ts/include/opencv2/ts/ts_gtest.h   explicit ParameterizedTestCaseInfo(const char* name)
name             10514 modules/ts/include/opencv2/ts/ts_gtest.h       : test_case_name_(name) {}
name             18108 modules/ts/include/opencv2/ts/ts_gtest.h   const char* name() const { return name_.c_str(); }
name             18165 modules/ts/include/opencv2/ts/ts_gtest.h       const char* name,
name             18176 modules/ts/include/opencv2/ts/ts_gtest.h            const std::string& name,
name             18237 modules/ts/include/opencv2/ts/ts_gtest.h   TestCase(const char* name, const char* a_type_param,
name             18245 modules/ts/include/opencv2/ts/ts_gtest.h   const char* name() const { return name_.c_str(); }
name              169 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& add(TestBase* test, const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
name              170 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& addMoments(TestBase* test, const std::string& name, const cv::Moments & array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
name              171 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
name              172 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
name              175 modules/ts/include/opencv2/ts/ts_perf.hpp     Regression& operator() (const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
name              590 modules/ts/include/opencv2/ts/ts_perf.hpp #define PERF_TEST_P(fixture, name, params)  \
name              593 modules/ts/include/opencv2/ts/ts_perf.hpp       fixture##_##name() {}\
name              597 modules/ts/include/opencv2/ts/ts_perf.hpp     TEST_P(fixture##_##name, name /*perf*/){ RunPerfTestBody(); }\
name              598 modules/ts/include/opencv2/ts/ts_perf.hpp     INSTANTIATE_TEST_CASE_P(/*none*/, fixture##_##name, params);\
name              599 modules/ts/include/opencv2/ts/ts_perf.hpp     void fixture##_##name::PerfTestBody()
name              169 modules/ts/src/cuda_test.cpp             msg << "Device " << i << " [" << info.name() << "] is NOT compatible with current CUDA module build";
name              216 modules/ts/src/cuda_test.cpp             std::cout << "Run tests on CUDA device " << device << " [" << info.name() << "] \n" << std::endl;
name              547 modules/ts/src/cuda_test.cpp     (*os) << info.name();
name              116 modules/ts/src/ocl_test.cpp                 DUMP_MESSAGE_STDOUT("    " << platform->name().c_str());
name              123 modules/ts/src/ocl_test.cpp                     DUMP_MESSAGE_STDOUT( "        " << deviceTypeStr << ": " << current_device.name().c_str() << " (" << current_device.version().c_str() << ")");
name              126 modules/ts/src/ocl_test.cpp                         platform->name().c_str(), deviceTypeStr, current_device.name().c_str(), current_device.version().c_str()) );
name              144 modules/ts/src/ocl_test.cpp         DUMP_MESSAGE_STDOUT("    Platform = "<< device.getPlatform().name());
name              145 modules/ts/src/ocl_test.cpp         DUMP_PROPERTY_XML("cv_ocl_current_platformName", device.getPlatform().name());
name              153 modules/ts/src/ocl_test.cpp         DUMP_MESSAGE_STDOUT("    Name = "<< device.name());
name              154 modules/ts/src/ocl_test.cpp         DUMP_PROPERTY_XML("cv_ocl_current_deviceName", device.name());
name               20 modules/ts/src/ts_func.cpp int typeByName( const char* name )
name               24 modules/ts/src/ts_func.cpp         if( strcmp(name, getTypeName(i)) == 0 )
name              819 modules/ts/src/ts_gtest.cpp   static bool MatchesFilter(const std::string& name, const char* filter);
name             1580 modules/ts/src/ts_gtest.cpp     SendLn(std::string("event=TestCaseStart&name=") + test_case.name());
name             1590 modules/ts/src/ts_gtest.cpp     SendLn(std::string("event=TestStart&name=") + test_info.name());
name             1958 modules/ts/src/ts_gtest.cpp     const std::string& name, const char* filter) {
name             1961 modules/ts/src/ts_gtest.cpp     if (PatternMatchesString(cur_pattern, name.c_str())) {
name             3452 modules/ts/src/ts_gtest.cpp   const char* const first_test_name = first_test_info->name();
name             3457 modules/ts/src/ts_gtest.cpp   const char* const this_test_name = this_test_info->name();
name             3718 modules/ts/src/ts_gtest.cpp     const char* name,
name             3726 modules/ts/src/ts_gtest.cpp       new TestInfo(test_case_name, name, type_param, value_param,
name             3768 modules/ts/src/ts_gtest.cpp   explicit TestNameIs(const char* name)
name             3769 modules/ts/src/ts_gtest.cpp       : name_(name) {}
name             3773 modules/ts/src/ts_gtest.cpp     return test_info && test_info->name() == name_;
name             4273 modules/ts/src/ts_gtest.cpp   printf("%s from %s", counts.c_str(), test_case.name());
name             4284 modules/ts/src/ts_gtest.cpp   PrintTestName(test_info.test_case_name(), test_info.name());
name             4307 modules/ts/src/ts_gtest.cpp   PrintTestName(test_info.test_case_name(), test_info.name());
name             4327 modules/ts/src/ts_gtest.cpp          counts.c_str(), test_case.name(),
name             4357 modules/ts/src/ts_gtest.cpp       printf("%s.%s", test_case.name(), test_info.name());
name             4561 modules/ts/src/ts_gtest.cpp                                  const std::string& name,
name             4776 modules/ts/src/ts_gtest.cpp     const std::string& name,
name             4781 modules/ts/src/ts_gtest.cpp   GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=
name             4783 modules/ts/src/ts_gtest.cpp       << "Attribute " << name << " is not allowed for element <" << element_name
name             4786 modules/ts/src/ts_gtest.cpp   *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\"";
name             4798 modules/ts/src/ts_gtest.cpp   OutputXmlAttribute(stream, kTestcase, "name", test_info.name());
name             4845 modules/ts/src/ts_gtest.cpp   OutputXmlAttribute(stream, kTestsuite, "name", test_case.name());
name             4861 modules/ts/src/ts_gtest.cpp       OutputXmlTestInfo(stream, test_case.name(), *test_case.GetTestInfo(i));
name             5657 modules/ts/src/ts_gtest.cpp   explicit TestCaseNameIs(const std::string& name)
name             5658 modules/ts/src/ts_gtest.cpp       : name_(name) {}
name             5662 modules/ts/src/ts_gtest.cpp     return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0;
name             5977 modules/ts/src/ts_gtest.cpp     const std::string &test_case_name = test_case->name();
name             5982 modules/ts/src/ts_gtest.cpp       const std::string test_name(test_info->name());
name             6059 modules/ts/src/ts_gtest.cpp           printf("%s.", test_case->name());
name             6068 modules/ts/src/ts_gtest.cpp         printf("  %s", test_info->name());
name             7251 modules/ts/src/ts_gtest.cpp       info->test_case_name() + "." + info->name();
name             7655 modules/ts/src/ts_gtest.cpp       + info->test_case_name() + "." + info->name();
name             8136 modules/ts/src/ts_gtest.cpp   const char* const name = pathname_.c_str();
name             8139 modules/ts/src/ts_gtest.cpp      ((name[0] >= 'a' && name[0] <= 'z') ||
name             8140 modules/ts/src/ts_gtest.cpp       (name[0] >= 'A' && name[0] <= 'Z')) &&
name             8141 modules/ts/src/ts_gtest.cpp      name[1] == ':' &&
name             8142 modules/ts/src/ts_gtest.cpp      IsPathSeparator(name[2]);
name             8144 modules/ts/src/ts_gtest.cpp   return IsPathSeparator(name[0]);
name             9587 modules/ts/src/ts_gtest.cpp     const std::string name = GetPrefixUntilComma(names);
name             9588 modules/ts/src/ts_gtest.cpp     if (tests.count(name) != 0) {
name             9589 modules/ts/src/ts_gtest.cpp       errors << "Test " << name << " is listed more than once.\n";
name             9597 modules/ts/src/ts_gtest.cpp       if (name == *it) {
name             9604 modules/ts/src/ts_gtest.cpp       tests.insert(name);
name             9606 modules/ts/src/ts_gtest.cpp       errors << "No test named " << name
name              129 modules/ts/src/ts_perf.cpp Regression& Regression::add(TestBase* test, const std::string& name, cv::InputArray array, double eps, ERROR_TYPE err)
name              132 modules/ts/src/ts_perf.cpp     return instance()(name, array, eps, err);
name              135 modules/ts/src/ts_perf.cpp Regression& Regression::addMoments(TestBase* test, const std::string& name, const cv::Moments& array, double eps, ERROR_TYPE err)
name              140 modules/ts/src/ts_perf.cpp     return Regression::add(test, name, m, eps, err);
name              143 modules/ts/src/ts_perf.cpp Regression& Regression::addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps, ERROR_TYPE err)
name              153 modules/ts/src/ts_perf.cpp     return Regression::add(test, name + "-pt",       pt,       eps, ERROR_ABSOLUTE)
name              154 modules/ts/src/ts_perf.cpp                                 (name + "-size",     size,     eps, ERROR_ABSOLUTE)
name              155 modules/ts/src/ts_perf.cpp                                 (name + "-angle",    angle,    eps, ERROR_ABSOLUTE)
name              156 modules/ts/src/ts_perf.cpp                                 (name + "-response", response, eps, err)
name              157 modules/ts/src/ts_perf.cpp                                 (name + "-octave",   octave,   eps, ERROR_ABSOLUTE)
name              158 modules/ts/src/ts_perf.cpp                                 (name + "-class_id", class_id, eps, ERROR_ABSOLUTE);
name              161 modules/ts/src/ts_perf.cpp Regression& Regression::addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps, ERROR_TYPE err)
name              169 modules/ts/src/ts_perf.cpp     return Regression::add(test, name + "-queryIdx", queryIdx, DBL_EPSILON, ERROR_ABSOLUTE)
name              170 modules/ts/src/ts_perf.cpp                                 (name + "-trainIdx", trainIdx, DBL_EPSILON, ERROR_ABSOLUTE)
name              171 modules/ts/src/ts_perf.cpp                                 (name + "-imgIdx",   imgIdx,   DBL_EPSILON, ERROR_ABSOLUTE)
name              172 modules/ts/src/ts_perf.cpp                                 (name + "-distance", distance, eps, err);
name              274 modules/ts/src/ts_perf.cpp     std::string nodename = std::string(test_info->test_case_name()) + "--" + test_info->name();
name              453 modules/ts/src/ts_perf.cpp     ASSERT_EQ(expected_kind, array.kind()) << "  Argument \"" << node.name() << "\" has unexpected kind";
name              454 modules/ts/src/ts_perf.cpp     ASSERT_EQ(expected_type, array.type()) << "  Argument \"" << node.name() << "\" has unexpected type";
name              460 modules/ts/src/ts_perf.cpp         ASSERT_EQ(expected_length, (int)array.total()) << "  Vector \"" << node.name() << "\" has unexpected length";
name              468 modules/ts/src/ts_perf.cpp                     << "  \"" << node.name() << "[" <<  idx << "]\" has unexpected number of elements";
name              469 modules/ts/src/ts_perf.cpp             verify(node, actual, eps, cv::format("%s[%d]", node.name().c_str(), idx), err);
name              479 modules/ts/src/ts_perf.cpp                     << "  expected empty " << node.name() << "[" <<  idx<< "]";
name              484 modules/ts/src/ts_perf.cpp                         << "  " << node.name() << "[" <<  idx<< "] has unexpected size";
name              500 modules/ts/src/ts_perf.cpp                                << node.name() << "[" <<  idx << "]\" and expected value is greater than " << eps;
name              513 modules/ts/src/ts_perf.cpp                                << node.name() << "[" <<  idx << "]\" and expected value is greater than " << eps << " in " << violations << " points";
name              524 modules/ts/src/ts_perf.cpp                     << "  Argument \"" << node.name() << "\" has unexpected number of elements";
name              525 modules/ts/src/ts_perf.cpp             verify(node, array.getMat(), eps, "Argument \"" + node.name() + "\"", err);
name              536 modules/ts/src/ts_perf.cpp                     << "  expected empty " << node.name();
name              541 modules/ts/src/ts_perf.cpp                         << "  Argument \"" << node.name() << "\" has unexpected size";
name              556 modules/ts/src/ts_perf.cpp                         FAIL() << "  Difference (=" << max << ") between argument1 \"" << node.name()
name              569 modules/ts/src/ts_perf.cpp                         FAIL() << "  Relative difference (" << maxv << " of " << maxa << " allowed) between argument \"" << node.name()
name              578 modules/ts/src/ts_perf.cpp Regression& Regression::operator() (const std::string& name, cv::InputArray array, double eps, ERROR_TYPE err)
name              585 modules/ts/src/ts_perf.cpp         ADD_FAILURE() << "  Can not check regression for CV_USRTYPE1 data type for " << name;
name              605 modules/ts/src/ts_perf.cpp             write() << name << "{";
name              611 modules/ts/src/ts_perf.cpp             ADD_FAILURE() << "  No regression data for " << name << " argument";
name              616 modules/ts/src/ts_perf.cpp         cv::FileNode this_arg = n[name];
name              618 modules/ts/src/ts_perf.cpp             ADD_FAILURE() << "  No regression data for " << name << " argument";
name              671 modules/ts/src/ts_perf.cpp         std::string name;
name              681 modules/ts/src/ts_perf.cpp         if (!(std::getline(infile, name)))
name              686 modules/ts/src/ts_perf.cpp         if (!name.empty() && name[name.size() - 1] == '\r') // CRLF processing on Linux
name              687 modules/ts/src/ts_perf.cpp             name.resize(name.size() - 1);
name              688 modules/ts/src/ts_perf.cpp         perf_validation_results[name] = value;
name              693 modules/ts/src/ts_perf.cpp static void savePerfValidationResult(const std::string& name, float value)
name              695 modules/ts/src/ts_perf.cpp     perf_validation_results[name] = value;
name              873 modules/ts/src/ts_perf.cpp             printf("[----------]\n[ FAILURE  ] \tDevice %s is NOT compatible with current CUDA module build.\n[----------]\n", info.name()), fflush(stdout);
name              879 modules/ts/src/ts_perf.cpp         printf("[----------]\n[ GPU INFO ] \tRun test suite on %s GPU.\n[----------]\n", info.name()), fflush(stdout);
name              923 modules/ts/src/ts_perf.cpp         ::testing::Test::RecordProperty("cv_cuda_gpu", info.name());
name             1141 modules/ts/src/ts_perf.cpp         std::string name = (test_info == 0) ? "" :
name             1142 modules/ts/src/ts_perf.cpp                 std::string(test_info->test_case_name()) + "--" + test_info->name();
name             1144 modules/ts/src/ts_perf.cpp         if (!perf_validation_results.empty() && !name.empty())
name             1146 modules/ts/src/ts_perf.cpp             std::map<std::string, float>::iterator i = perf_validation_results.find(name);
name             1212 modules/ts/src/ts_perf.cpp         if (!has_next && !name.empty())
name             1214 modules/ts/src/ts_perf.cpp             savePerfValidationResult(name, (float)median_ms);
name             1487 modules/ts/src/ts_perf.cpp         LOGD("[ FAILED   ] %s.%s", test_info->test_case_name(), test_info->name());
name              163 modules/videoio/src/cap_ffmpeg_impl.hpp #  define CV_CODEC(name) AV_##name
name              166 modules/videoio/src/cap_ffmpeg_impl.hpp #  define CV_CODEC(name) name
name             1634 modules/videoio/src/cap_ffmpeg_impl.hpp                     fmt->name, fmt->long_name);
name             1644 modules/videoio/src/cap_ffmpeg_impl.hpp                 codec_id, fmt->name, fmt->long_name);
name             1767 modules/videoio/src/cap_ffmpeg_impl.hpp         fprintf(stderr, "Could not open codec '%s': %s", codec->name, icvFFMPEGErrStr(err));
name              189 modules/videoio/src/cap_gphoto2.cpp     CameraWidget * findWidgetByName(const char * name) const;
name              845 modules/videoio/src/cap_gphoto2.cpp             CR(gp_camera_file_get(camera, filePath.folder, filePath.name, GP_FILE_TYPE_NORMAL,
name              847 modules/videoio/src/cap_gphoto2.cpp             CR(gp_camera_file_delete(camera, filePath.folder, filePath.name, context));
name              976 modules/videoio/src/cap_gphoto2.cpp             const char * name;
name              981 modules/videoio/src/cap_gphoto2.cpp                 CR(gp_widget_get_name(it->second, &name));
name              982 modules/videoio/src/cap_gphoto2.cpp                 if (strstr(name, subName))
name             1027 modules/videoio/src/cap_gphoto2.cpp     const char * label, *name, *info;
name             1033 modules/videoio/src/cap_gphoto2.cpp     CR(gp_widget_get_name(widget, &name));
name             1043 modules/videoio/src/cap_gphoto2.cpp     os << (id - noOfWidgets) << separator << label << separator << name
name              279 modules/videoio/src/cap_gstreamer.cpp         const gchar* name = gst_structure_get_name(structure);
name              282 modules/videoio/src/cap_gstreamer.cpp         if (!name || !format)
name              292 modules/videoio/src/cap_gstreamer.cpp         if (strcasecmp(name, "video/x-raw") == 0)
name              301 modules/videoio/src/cap_gstreamer.cpp         else if (strcasecmp(name, "video/x-bayer") == 0)
name              671 modules/videoio/src/cap_gstreamer.cpp         gchar* name = NULL;
name              678 modules/videoio/src/cap_gstreamer.cpp               name = gst_element_get_name(element);
name              679 modules/videoio/src/cap_gstreamer.cpp               if (name){
name              680 modules/videoio/src/cap_gstreamer.cpp                 if(strstr(name, "opencvsink") != NULL || strstr(name, "appsink") != NULL) {
name              684 modules/videoio/src/cap_gstreamer.cpp                 g_free(name);
name             1225 modules/videoio/src/cap_gstreamer.cpp     gchar* name = NULL;
name             1256 modules/videoio/src/cap_gstreamer.cpp               name = gst_element_get_name(element);
name             1257 modules/videoio/src/cap_gstreamer.cpp               if (name){
name             1258 modules/videoio/src/cap_gstreamer.cpp                 if(strstr(name, "opencvsrc") != NULL || strstr(name, "appsrc") != NULL) {
name             1262 modules/videoio/src/cap_gstreamer.cpp                 g_free(name);
name             1409 modules/videoio/src/cap_gstreamer.cpp           name = gst_element_get_name(element);
name             1410 modules/videoio/src/cap_gstreamer.cpp           if (strstr(name, "streamsplitter"))
name             1412 modules/videoio/src/cap_gstreamer.cpp           else if (strstr(name, "streamcombiner"))
name              189 modules/videoio/src/cap_images.cpp     char *name = (char *)filename;
name              195 modules/videoio/src/cap_images.cpp     char *at = strchr(name, '%');
name              201 modules/videoio/src/cap_images.cpp         name = strdup(filename);
name              205 modules/videoio/src/cap_images.cpp         at = name;
name              224 modules/videoio/src/cap_images.cpp         name = (char *)malloc(size);
name              225 modules/videoio/src/cap_images.cpp         strncpy(name, filename, at - filename);
name              226 modules/videoio/src/cap_images.cpp         name[at - filename] = 0;
name              228 modules/videoio/src/cap_images.cpp         strcat(name, "%0");
name              237 modules/videoio/src/cap_images.cpp         strcat(name, places);
name              238 modules/videoio/src/cap_images.cpp         strcat(name, extension);
name              241 modules/videoio/src/cap_images.cpp     return name;
name             1358 modules/videoio/src/cap_libv4l.cpp   char name[32];
name             1413 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Brightness");
name             1417 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Contrast");
name             1421 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Saturation");
name             1425 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Hue");
name             1429 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Gain");
name             1433 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Exposure");
name             1437 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "<unknown property string>");
name             1445 modules/videoio/src/cap_libv4l.cpp     fprintf(stderr, "VIDEOIO ERROR: V4L2: Unable to get property %s(%u) - %s\n", name, capture->control.id, strerror(errno));
name             1454 modules/videoio/src/cap_libv4l.cpp         fprintf(stderr, "VIDEOIO ERROR: V4L2: Property %s(%u) not supported by device\n", name, property_id);
name             1616 modules/videoio/src/cap_libv4l.cpp   char name[32];
name             1630 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Brightness");
name             1634 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Contrast");
name             1638 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Saturation");
name             1642 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Hue");
name             1646 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Gain");
name             1650 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "Exposure");
name             1654 modules/videoio/src/cap_libv4l.cpp       sprintf(name, "<unknown property string>");
name             1662 modules/videoio/src/cap_libv4l.cpp     fprintf(stderr, "VIDEOIO ERROR: V4L: Property %s(%u) not supported by device\n", name, property_id);
name             1669 modules/videoio/src/cap_libv4l.cpp     fprintf(stderr, "VIDEOIO ERROR: V4L2: Unable to get property %s(%u) - %s\n", name, capture->control.id, strerror(errno));
name              698 modules/videoio/src/cap_qt.cpp                             char  name[256];
name              703 modules/videoio/src/cap_qt.cpp                             snprintf (name, *nameBuffer, "%s", (char *) (nameBuffer + 1));
name              704 modules/videoio/src/cap_qt.cpp                             printf ("  Choosing input %d - %s\n", (int) capture->channel, name);
name              945 modules/videoio/src/cap_qt.cpp                 result = SGSetChannelDevice (capture->channel, device.name);
name              110 modules/viz/src/vizcore.cpp     String name = generateWindowName(window_name);
name              111 modules/viz/src/vizcore.cpp     VizMap::iterator vm_itr = storage.m.find(name);
name              126 modules/viz/src/vizcore.cpp     String name = generateWindowName(window_name);
name              127 modules/viz/src/vizcore.cpp     return storage.m.find(name) != storage.m.end();
name               50 modules/viz/src/vizimpl.cpp cv::viz::Viz3d::VizImpl::VizImpl(const String &name) : spin_once_state_(false),
name               54 modules/viz/src/vizimpl.cpp     window_name_ = VizStorage::generateWindowName(name);
name               57 modules/viz/src/vizimpl.hpp     VizImpl(const String &name);
name               82 platforms/android/service/engine/src/org/opencv/engine/manager/ManagerActivity.java         public void onServiceDisconnected(ComponentName name) {
name               86 platforms/android/service/engine/src/org/opencv/engine/manager/ManagerActivity.java         public void onServiceConnected(ComponentName name, IBinder service) {
name               69 samples/cpp/logistic_regression.cpp static void showImage(const Mat &data, int columns, const String &name)
name               76 samples/cpp/logistic_regression.cpp     imshow(name, bigImage.t());
name               13 samples/cpp/tutorial_code/features2D/AKAZE_tracking/utils.h void printStatistics(string name, Stats stats);
name               38 samples/cpp/tutorial_code/features2D/AKAZE_tracking/utils.h void printStatistics(string name, Stats stats)
name               40 samples/cpp/tutorial_code/features2D/AKAZE_tracking/utils.h     cout << name << endl;
name               46 samples/cpp/tutorial_code/photo/hdr_imaging/hdr_imaging.cpp     string name;
name               48 samples/cpp/tutorial_code/photo/hdr_imaging/hdr_imaging.cpp     while(list_file >> name >> val) {
name               49 samples/cpp/tutorial_code/photo/hdr_imaging/hdr_imaging.cpp         Mat img = imread(path + name);
name               15 samples/cpp/videostab.cpp #define arg(name) cmd.get<string>(name)
name               16 samples/cpp/videostab.cpp #define argb(name) cmd.get<bool>(name)
name               17 samples/cpp/videostab.cpp #define argi(name) cmd.get<int>(name)
name               18 samples/cpp/videostab.cpp #define argf(name) cmd.get<float>(name)
name               19 samples/cpp/videostab.cpp #define argd(name) cmd.get<double>(name)
name              123 samples/directx/d3d10_interop.cpp             cv::ocl::Context::getDefault().device(0).name() :
name              127 samples/directx/d3d11_interop.cpp             cv::ocl::Context::getDefault().device(0).name() :
name               96 samples/directx/d3d9_interop.cpp             cv::ocl::Context::getDefault().device(0).name() :
name               96 samples/directx/d3d9ex_interop.cpp             cv::ocl::Context::getDefault().device(0).name() :
name              216 samples/gpu/cascadeclassifier_nvidia_api.cpp     cout << "Using GPU: " << devId << "(" << devProp.name <<
name               89 samples/gpu/driver_api_multi.cpp                  << dev_info.name() << ", CC " << dev_info.majorVersion()
name              142 samples/gpu/driver_api_multi.cpp     std::cout << "GPU #" << device_id << " (" << DeviceInfo().name() << "): "
name              119 samples/gpu/driver_api_stereo_multi.cpp                  << dev_info.name() << ", CC " << dev_info.majorVersion()
name              209 samples/gpu/driver_api_stereo_multi.cpp     std::cout << "GPU #" << device_id << " (" << DeviceInfo().name()
name               16 samples/gpu/generalized_hough.cpp static Mat loadImage(const string& name)
name               18 samples/gpu/generalized_hough.cpp     Mat image = imread(name, IMREAD_GRAYSCALE);
name               21 samples/gpu/generalized_hough.cpp         cerr << "Can't load image - " << name << endl;
name               65 samples/gpu/multi.cpp                  << dev_info.name() << ", CC " << dev_info.majorVersion()
name               99 samples/gpu/multi.cpp     std::cout << "GPU #" << device_id << " (" << DeviceInfo().name() << "): "
name              126 samples/gpu/optical_flow.cpp static void showFlow(const char* name, const GpuMat& d_flow)
name              137 samples/gpu/optical_flow.cpp     imshow(name, out);
name              187 samples/gpu/opticalflow_nvidia_api.cpp static NCVStatus ShowFlow (NCVMatrixAlloc<Ncv32f> &u, NCVMatrixAlloc<Ncv32f> &v, const char *name)
name              242 samples/gpu/opticalflow_nvidia_api.cpp     cvShowImage (name, flowField);
name              405 samples/gpu/opticalflow_nvidia_api.cpp     std::cout << "Using GPU: " << devId << "(" << devProp.name <<
name              441 samples/gpu/opticalflow_nvidia_api.cpp #define SAFE_MAT_DECL(name, allocator, sx, sy) \
name              442 samples/gpu/opticalflow_nvidia_api.cpp     NCVMatrixAlloc<Ncv32f> name(*allocator, sx, sy);\
name              443 samples/gpu/opticalflow_nvidia_api.cpp     ncvAssertReturn(name.isMemAllocated(), -1);
name               16 samples/gpu/performance/performance.cpp             cout << (*it)->name() << endl;
name               24 samples/gpu/performance/performance.cpp         if ((*it)->name().find(test_filter_, 0) != string::npos)
name               35 samples/gpu/performance/performance.cpp             if ((*it)->name().find(test_filter_, 0) != string::npos)
name               37 samples/gpu/performance/performance.cpp                 cout << endl << (*it)->name() << ":\n";
name              195 samples/gpu/performance/performance.cpp         cerr << "CUDA module isn't built for GPU #" << device << " " << dev_info.name() << ", CC " << dev_info.majorVersion() << '.' << dev_info.minorVersion() << endl;
name               19 samples/gpu/performance/performance.h     const std::string& name() const { return name_; }
name              146 samples/gpu/performance/performance.h #define GLOBAL_INIT(name) \
name              147 samples/gpu/performance/performance.h     struct name##_init: Runnable { \
name              148 samples/gpu/performance/performance.h         name##_init(): Runnable(#name) { \
name              152 samples/gpu/performance/performance.h     } name##_init_instance; \
name              153 samples/gpu/performance/performance.h     void name##_init::run()
name              156 samples/gpu/performance/performance.h #define TEST(name) \
name              157 samples/gpu/performance/performance.h     struct name##_test: Runnable { \
name              158 samples/gpu/performance/performance.h         name##_test(): Runnable(#name) { \
name              162 samples/gpu/performance/performance.h     } name##_test_instance; \
name              163 samples/gpu/performance/performance.h     void name##_test::run()
name              377 samples/gpu/stereo_multi.cpp                  << devInfo.name() << ", CC " << devInfo.majorVersion()
name               29 samples/gpu/super_resolution.cpp static Ptr<cv::superres::DenseOpticalFlowExt> createOptFlow(const string& name, bool useGpu)
name               31 samples/gpu/super_resolution.cpp     if (name == "farneback")
name               40 samples/gpu/super_resolution.cpp     else if (name == "tvl1")
name               47 samples/gpu/super_resolution.cpp     else if (name == "brox")
name               49 samples/gpu/super_resolution.cpp     else if (name == "pyrlk")
name               52 samples/gpu/super_resolution.cpp         cerr << "Incorrect Optical Flow algorithm - " << name << endl;
name              381 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::EnableButton(bool enabled, String^ name)
name              383 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     if (name->Equals("StartDevice"))
name              387 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     else if (name->Equals("StartPreview"))
name               66 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void EnableButton(bool enabled, Platform::String ^name);