Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 2263) sorted by relevance

12345678910>>...91

/external/ImageMagick/Magick++/lib/Magick++/
DColor.h99 Color& operator=(const Color &color_); variable
102 const Color& operator=(const char *color); variable
105 const Color& operator=(const PixelInfo &color_); variable
108 const Color& operator=(const std::string &color); variable
211 ColorCMYK& operator=(const Color& color_); variable
265 ColorGray& operator=(const Color& color_); variable
295 ColorHSL& operator=(const Color& color_); variable
337 ColorMono& operator=(const Color& color_); variable
370 ColorRGB& operator=(const Color& color_); variable
418 ColorYUV& operator=(const Color& color_); variable
DGeometry.h59 const Geometry& operator=(const char *geometry_); variable
62 Geometry& operator=(const Geometry& Geometry_); variable
65 const Geometry& operator=(const std::string &geometry_); variable
122 const Geometry& operator=(const MagickCore::RectangleInfo &rectangle_); variable
172 const Offset& operator=(const char *offset_); variable
175 Offset& operator=(const Offset& offset_); variable
178 const Offset& operator=(const std::string &offset_); variable
232 const Point& operator=(const char *point_); variable
235 const Point& operator=(double xy_); variable
238 Point& operator=(const Point& point_); variable
[all …]
/external/pdfium/public/cpp/
Dfpdf_deleters.h21 inline void operator()(FPDF_ANNOTATION annot) { FPDFPage_CloseAnnot(annot); } in operator() function
25 inline void operator()(FPDF_AVAIL avail) { FPDFAvail_Destroy(avail); } in operator() function
29 inline void operator()(FPDF_BITMAP bitmap) { FPDFBitmap_Destroy(bitmap); } in operator() function
33 inline void operator()(FPDF_CLIPPATH clip_path) { in operator() function
39 inline void operator()(FPDF_DOCUMENT doc) { FPDF_CloseDocument(doc); } in operator() function
43 inline void operator()(FPDF_FONT font) { FPDFFont_Close(font); } in operator() function
47 inline void operator()(FPDF_FORMHANDLE form) { in operator() function
53 inline void operator()(FPDF_JAVASCRIPT_ACTION javascript) { in operator() function
59 inline void operator()(FPDF_PAGE page) { FPDF_ClosePage(page); } in operator() function
63 inline void operator()(FPDF_PAGELINK pagelink) { in operator() function
[all …]
/external/tensorflow/tensorflow/core/kernels/
Drelu_op_functor.h33 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
48 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
66 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
81 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
101 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
118 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
133 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
151 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
167 void operator()(const Device& d, typename TTypes<T>::ConstTensor features, in operator() function
189 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients, in operator() function
Dsegment_reduction_ops.h72 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
80 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
88 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
96 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator()(T* dest, in operator() function
107 EIGEN_STRONG_INLINE T operator()() const { return T(0); } in operator() function
112 EIGEN_STRONG_INLINE T operator()() const { return T(1); } in operator() function
117 EIGEN_STRONG_INLINE T operator()() const { in operator() function
124 EIGEN_STRONG_INLINE T operator()() const { in operator() function
Dreduction_gpu_kernels.cu.h56 __host__ __device__ T operator()(const T& a) const { in operator() function
63 __host__ __device__ T operator()(const T& a, const T& b) const { in operator() function
70 __host__ __device__ T operator()(const T& a, const T& b) const { in operator() function
77 __host__ __device__ T operator()(const T& a) const { in operator() function
88 __host__ __device__ OUT_T operator()(const T& x) const { return x / divisor; } in operator() function
/external/skqp/src/core/
DSkRecordPattern.h28 bool operator()(T* ptr) { in operator() function
34 bool operator()(U*) { in operator() function
52 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDrawWithPaint_Tag, bool) operator()(T* draw) { in operator() function
58 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool) operator()(T* draw) { in operator() function
64 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) { in operator() function
81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
/external/skia/src/core/
DSkRecordPattern.h28 bool operator()(T* ptr) { in operator() function
34 bool operator()(U*) { in operator() function
52 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDrawWithPaint_Tag, bool) operator()(T* draw) { in operator() function
58 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool) operator()(T* draw) { in operator() function
64 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) { in operator() function
81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator() function
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h133 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(Index firstIndex, IndexTypes... oth… in operator() function
141 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
152 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
163 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
174 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
188 EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& indices) const in operator() function
195 EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
202 EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
218 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& operator()(Index firstIndex, IndexTypes... otherIndi… in operator() function
226 EIGEN_STRONG_INLINE Scalar& operator()(Index i0, Index i1) in operator() function
[all …]
DTensorMap.h122 EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& indices) const in operator() function
135 EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
142 EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
150 …EIGEN_STRONG_INLINE const Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... ot… in operator() function
163 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
174 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
185 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
196 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
209 EIGEN_STRONG_INLINE Scalar& operator()(const array<Index, NumIndices>& indices) in operator() function
222 EIGEN_STRONG_INLINE Scalar& operator()() in operator() function
[all …]
DTensor.h195 …inline const Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) c… in operator() function
203 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
208 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
213 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
218 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
229 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(CustomIndices& indices) const in operator() function
236 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& ind… in operator() function
241 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
247 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
262 inline Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) in operator() function
[all …]
/external/libcxx/test/support/
Ddeleter_types.h34 Deleter& operator=(const Deleter&); variable
63 void operator()(T* p) {delete p;} in operator() function
72 Deleter& operator=(const Deleter&); variable
91 void operator()(T* p) {delete [] p;} in operator() function
125 void operator()(T* p) {delete p;} in operator() function
151 void operator()(T* p) {delete [] p;} in operator() function
184 void operator()(T* p) {delete p;} in operator() function
205 void operator()(T* p) {delete [] p;} in operator() function
223 NCDeleter& operator=(NCDeleter const&); variable
233 void operator()(T* p) {delete p;} in operator() function
[all …]
/external/catch2/include/internal/
Dcatch_output_redirect.h52 RedirectedStreams& operator=(RedirectedStreams const&) = delete; variable
54 RedirectedStreams& operator=(RedirectedStreams&&) = delete; variable
74 TempFile& operator=(TempFile const&) = delete; variable
76 TempFile& operator=(TempFile&&) = delete; variable
95 OutputRedirect& operator=(OutputRedirect const&) = delete; variable
97 OutputRedirect& operator=(OutputRedirect&&) = delete; variable
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.h53 FieldGenerator& operator=(const FieldGenerator&) = delete; variable
109 SingleFieldGenerator& operator=(const SingleFieldGenerator&) = delete; variable
130 ObjCObjFieldGenerator& operator=(const ObjCObjFieldGenerator&) = delete; variable
145 RepeatedFieldGenerator& operator=(const RepeatedFieldGenerator&) = delete; variable
168 FieldGeneratorMap& operator=(const FieldGeneratorMap&) = delete; variable
Dobjectivec_primitive_field.h53 PrimitiveFieldGenerator& operator=(const PrimitiveFieldGenerator&) = delete; variable
71 PrimitiveObjFieldGenerator& operator=(const PrimitiveObjFieldGenerator&) = variable
86 RepeatedPrimitiveFieldGenerator& operator=( variable
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm5 bool operator == (C c1, C c2); function
7 bool operator == (C c1, int i); function
8 bool operator == (int i, C c2); function
10 C operator += (C c1, C c2); function
/external/lzma/CPP/Windows/
DPropVariant.h76 CPropVariant& operator=(const CPropVariant &varSrc); variable
77 CPropVariant& operator=(const PROPVARIANT &varSrc); variable
78 CPropVariant& operator=(BSTR bstrSrc); variable
79 CPropVariant& operator=(LPCOLESTR lpszSrc); variable
80 CPropVariant& operator=(const UString &s); variable
81 CPropVariant& operator=(const UString2 &s); variable
82 CPropVariant& operator=(const char *s); variable
/external/eigen/unsupported/test/mpreal/
Dmpreal.h177 mpreal& operator=(mpreal&& v); variable
188 mpreal& operator=(const mpreal& v); variable
189 mpreal& operator=(const mpf_t v); variable
190 mpreal& operator=(const mpz_t v); variable
191 mpreal& operator=(const mpq_t v); variable
192 mpreal& operator=(const long double v); variable
193 mpreal& operator=(const double v); variable
194 mpreal& operator=(const unsigned long int v); variable
195 mpreal& operator=(const unsigned long long int v); variable
196 mpreal& operator=(const long long int v); variable
[all …]
/external/perfetto/include/perfetto/ext/base/
Dtemp_file.h33 TempFile& operator=(TempFile&&); variable
51 TempFile& operator=(const TempFile&) = delete; variable
62 TempDir& operator=(TempDir&&); variable
70 TempDir& operator=(const TempDir&) = delete; variable
/external/tensorflow/tensorflow/python/lib/core/
Dsafe_ptr.h30 void operator()(PyObject* p) const { Py_DECREF(p); } in operator() function
34 void operator()(TF_Tensor* p) const { TF_DeleteTensor(p); } in operator() function
38 void operator()(TFE_TensorHandle* p) const { TFE_DeleteTensorHandle(p); } in operator() function
42 void operator()(TF_Status* p) const { TF_DeleteStatus(p); } in operator() function
46 void operator()(TF_Buffer* p) const { TF_DeleteBuffer(p); } in operator() function
/external/dng_sdk/source/
Ddng_mutex.h80 dng_mutex & operator= (const dng_mutex &mutex); variable
105 dng_lock_mutex & operator= (const dng_lock_mutex &lock); variable
130 dng_unlock_mutex & operator= (const dng_unlock_mutex &unlock); variable
165 dng_condition & operator= (const dng_condition &condition); variable
/external/clang/test/PCH/
Dcxx-typeid.h21 type_info& operator=(const type_info& rhs); variable
29 bad_cast& operator=(const bad_cast&); variable
38 bad_typeid& operator=(const bad_typeid&); variable
/external/clang/test/CodeGenObjCXX/
Dimplicit-copy-assign-operator.mm5 A &operator=(const A&); field
6 A &operator=(A&); field
14 virtual C& operator=(const C&); field
24 CopyByValue &operator=(CopyByValue); field
/external/icu/icu4c/source/i18n/unicode/
Dtzrule.h188 TimeZoneRule& operator=(const TimeZoneRule& right); variable
241 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right); variable
452 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right); variable
668 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right); variable
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dmax_unpooling.h39 MaxUnpooling& operator=(MaxUnpooling&& kernel); variable
41 MaxUnpooling& operator=(const MaxUnpooling&) = delete; variable
69 MaxUnpooling3D& operator=(MaxUnpooling3D&& kernel); variable
71 MaxUnpooling3D& operator=(const MaxUnpooling3D&) = delete; variable

12345678910>>...91