Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 2289) sorted by relevance

12345678910>>...92

/third_party/skia/site/docs/user/modules/
Dpathkit.md377 #### `addPath(otherPath)`
383 #### `addPath(otherPath, transform)`
394 #### `addPath(otherPath, a, b, c, d, e, f)`
422 #### `addPath(otherPath, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)`
449 #### `arc(x, y, radius, startAngle, endAngle, ccw=false)`
470 #### `arcTo(x1, y1, x2, y2, radius)`
480 #### `close()` or `closePath()`
487 #### `computeTightBounds()`
494 #### `conicTo(x1, y1, x2, y2, w)`
504 #### `copy()`
[all …]
/third_party/flutter/skia/site/user/modules/
Dpathkit.md358 #### `addPath(otherPath)` ####
363 #### `addPath(otherPath, transform)` ####
372 #### `addPath(otherPath, a, b, c, d, e, f)` ####
398 #### `addPath(otherPath, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)` ####
424 #### `arc(x, y, radius, startAngle, endAngle, ccw=false)` ####
445 #### `arcTo(x1, y1, x2, y2, radius)` ####
453 #### `close()` or `closePath()` ####
458 #### `computeTightBounds()` ####
464 #### `conicTo(x1, y1, x2, y2, w)` ####
472 #### `copy()` ####
[all …]
/third_party/boost/boost/icl/concept/
Dinterval_associator.hpp111 iterative_size(const Type& object) in iterative_size()
122 cardinality(const Type& object) in cardinality()
140 cardinality(const Type& object) in cardinality()
160 size(const Type& object) in size()
167 length(const Type& object) in length()
181 interval_count(const Type& object) in interval_count()
190 distance(const Type& object) in distance()
212 hull(const Type& object) in hull()
224 lower(const Type& object) in lower()
236 upper(const Type& object) in upper()
[all …]
Delement_map.hpp80 add(Type& object, const typename Type::value_type& value_pair) in add()
89 add(Type& object, typename Type::iterator prior, in add()
103 erase(Type& object, const typename Type::element_type& value_pair) in erase()
124 erase(Type& object, const typename Type::set_type& erasure) in erase()
141 subtract(Type& object, const typename Type::element_type& operand) in subtract()
151 subtract(Type& object, const typename Type::domain_type& key_value) in subtract()
161 operator -= (Type& object, const typename Type::set_type& operand) in operator -=()
182 operator - (Type object, const typename Type::set_type& subtrahend) in operator -()
195 set_at(Type& object, const typename Type::element_type& operand) in set_at()
217 add_intersection(Type& section, const Type& object, in add_intersection()
[all …]
Delement_associator.hpp27 iterative_size(const Type& object) in iterative_size()
34 size(const Type& object) in size()
41 cardinality(const Type& object) in cardinality()
171 operator += (Type& object, const typename Type::value_type& operand) in operator +=()
178 operator + (Type object, const typename Type::value_type& operand) in operator +()
185 operator + (const typename Type::value_type& operand, Type object) in operator +()
192 operator += (Type& object, const Type& operand) in operator +=()
206 operator + (Type object, const Type& operand) in operator +()
214 operator |= (Type& object, const typename Type::value_type& operand) in operator |=()
221 operator | (Type object, const typename Type::value_type& operand) in operator |()
[all …]
Dinterval_map.hpp147 add(Type& object, const typename Type::segment_type& operand) in add()
154 add(Type& object, const typename Type::element_type& operand) in add()
164 add(Type& object, typename Type::iterator prior_, in add()
178 insert(Type& object, const typename Type::segment_type& operand) in insert()
185 insert(Type& object, const typename Type::element_type& operand) in insert()
195 insert(Type& object, typename Type::iterator prior, in insert()
210 erase(Type& object, const typename Type::interval_type& operand) in erase()
217 erase(Type& object, const typename Type::domain_type& operand) in erase()
228 erase(Type& object, const typename Type::segment_type& operand) in erase()
235 erase(Type& object, const typename Type::element_type& operand) in erase()
[all …]
Delement_set.hpp29 add(Type& object, const typename Type::value_type& operand) in add()
39 add(Type& object, typename Type::iterator prior, in add()
52 subtract(Type& object, const typename Type::value_type& operand) in subtract()
64 intersects(const Type& object, const typename Type::key_type& operand) in intersects()
71 intersects(const Type& object, const Type& operand) in intersects()
84 flip(Type& object, const typename Type::value_type& operand) in flip()
96 operator ^= (Type& object, const typename Type::element_type& operand) in operator ^=()
105 operator ^= (Type& object, const Type& operand) in operator ^=()
120 operator << (std::basic_ostream<CharType, CharTraits>& stream, const Type& object) in operator <<()
Dinterval_set.hpp69 add(Type& object, const typename Type::segment_type& operand) in add()
76 add(Type& object, const typename Type::element_type& operand) in add()
87 add(Type& object, typename Type::iterator prior, in add()
101 insert(Type& object, const typename Type::segment_type& operand) in insert()
108 insert(Type& object, const typename Type::element_type& operand) in insert()
118 insert(Type& object, typename Type::iterator prior, in insert()
132 subtract(Type& object, const typename Type::segment_type& operand) in subtract()
139 subtract(Type& object, const typename Type::element_type& operand) in subtract()
153 erase(Type& object, const typename Type::segment_type& minuend) in erase()
160 erase(Type& object, const typename Type::element_type& minuend) in erase()
[all …]
Dcontainer.hpp28 is_empty(const Type& object) in is_empty()
38 clear(Type& object) in clear()
51 iterative_size(const Type& object) in iterative_size()
73 cyclic_prior(Type& object, typename Type::iterator it_) in cyclic_prior()
78 cyclic_prior(const Type& object, typename Type::const_iterator it_) in cyclic_prior()
Dinterval_associator_base.hpp29 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find()
42 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find()
56 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find()
76 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find()
97 find(const Type& object, const typename interval_type_of<Type>::type& inter_val) in find()
107 join(Type& object) in join()
/third_party/boost/tools/build/src/engine/
Dobject.h50 struct object struct
52 inline object(const object &o) in object() argument
55 inline explicit object(OBJECT *o) in object() function
57 inline explicit object(const char * val) in object() argument
59 inline explicit object(const std::string &val) in object() argument
62 inline ~object() { if (obj) object_free(obj); } in ~object() argument
66 inline operator std::string() const { return object_str(obj); } in string() argument
/third_party/gstreamer/gstreamer/gst/
Dgstobject.c139 gst_object_constructed (GObject * object) in gst_object_constructed()
203 gst_object_init (GstObject * object) in gst_object_init()
231 gst_object_ref (gpointer object) in gst_object_ref()
257 gst_object_unref (gpointer object) in gst_object_unref()
287 gst_object_ref_sink (gpointer object) in gst_object_ref_sink()
376 gst_object_dispose (GObject * object) in gst_object_dispose()
419 gst_object_finalize (GObject * object) in gst_object_finalize()
444 gst_object_dispatch_properties_changed (GObject * object, in gst_object_dispatch_properties_changed()
506 gst_object_default_deep_notify (GObject * object, GstObject * orig, in gst_object_default_deep_notify()
540 gst_object_set_name_default (GstObject * object) in gst_object_set_name_default()
[all …]
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h83 #define atomic_store(object, desired) \ argument
89 #define atomic_store_explicit(object, desired, order) \ argument
92 #define atomic_load(object) \ argument
95 #define atomic_load_explicit(object, order) \ argument
98 #define atomic_exchange(object, desired) \ argument
101 #define atomic_exchange_explicit(object, desired, order) \ argument
104 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong()
113 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ argument
116 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
119 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ argument
[all …]
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h86 #define atomic_store(object, desired) \ argument
92 #define atomic_store_explicit(object, desired, order) \ argument
95 #define atomic_load(object) \ argument
98 #define atomic_load_explicit(object, order) \ argument
101 #define atomic_exchange(object, desired) \ argument
111 #define atomic_exchange_explicit(object, desired, order) \ argument
114 #define atomic_compare_exchange_strong(object, expected, desired) \ argument
122 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ argument
125 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
128 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ argument
[all …]
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h83 static inline void atomic_store(intptr_t *object, intptr_t desired) in atomic_store()
89 #define atomic_store_explicit(object, desired, order) \ argument
92 static inline intptr_t atomic_load(intptr_t *object) in atomic_load()
98 #define atomic_load_explicit(object, order) \ argument
101 #define atomic_exchange(object, desired) \ argument
104 #define atomic_exchange_explicit(object, desired, order) \ argument
107 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong()
115 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ argument
118 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
121 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ argument
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkRefUtilImpl.inl209 VkInstance object = 0; local
216 VkDevice object = 0; local
223 VkDeviceMemory object = 0; local
230 VkFence object = 0; local
237 VkSemaphore object = 0; local
244 VkEvent object = 0; local
251 VkQueryPool object = 0; local
258 VkBuffer object = 0; local
265 VkBufferView object = 0; local
272 VkImage object = 0; local
[all …]
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h91 static inline void atomic_store(intptr_t *object, intptr_t desired) in atomic_store()
98 #define atomic_store_explicit(object, desired, order) \ argument
101 static inline intptr_t atomic_load(intptr_t *object) in atomic_load()
110 #define atomic_load_explicit(object, order) \ argument
113 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange()
123 #define atomic_exchange_explicit(object, desired, order) \ argument
126 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong()
142 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ argument
145 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
148 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ argument
[all …]
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h85 #define atomic_store(object, desired) \ argument
90 #define atomic_store_explicit(object, desired, order) \ argument
93 #define atomic_load(object) \ argument
96 #define atomic_load_explicit(object, order) \ argument
99 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange()
106 #define atomic_exchange_explicit(object, desired, order) \ argument
109 static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, in atomic_compare_exchange_strong()
123 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ argument
126 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
129 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ argument
[all …]
/third_party/glib/gio/
Dgdbusobjectskeleton.c77 GDBusObjectSkeleton *object = G_DBUS_OBJECT_SKELETON (_object); in G_DEFINE_TYPE_WITH_CODE() local
94 GDBusObjectSkeleton *object = G_DBUS_OBJECT_SKELETON (_object); in g_dbus_object_skeleton_get_property() local
116 GDBusObjectSkeleton *object = G_DBUS_OBJECT_SKELETON (_object); in g_dbus_object_skeleton_set_property() local
131 g_dbus_object_skeleton_authorize_method_default (GDBusObjectSkeleton *object, in g_dbus_object_skeleton_authorize_method_default()
201 g_dbus_object_skeleton_init (GDBusObjectSkeleton *object) in g_dbus_object_skeleton_init()
240 g_dbus_object_skeleton_set_object_path (GDBusObjectSkeleton *object, in g_dbus_object_skeleton_set_object_path()
263 GDBusObjectSkeleton *object = G_DBUS_OBJECT_SKELETON (_object); in g_dbus_object_skeleton_get_object_path() local
287 g_dbus_object_skeleton_add_interface (GDBusObjectSkeleton *object, in g_dbus_object_skeleton_add_interface()
339 g_dbus_object_skeleton_remove_interface (GDBusObjectSkeleton *object, in g_dbus_object_skeleton_remove_interface()
398 g_dbus_object_skeleton_remove_interface_by_name (GDBusObjectSkeleton *object, in g_dbus_object_skeleton_remove_interface_by_name()
[all …]
/third_party/glib/gobject/
Dgobject.c137 #define OBJECT_HAS_TOGGLE_REF(object) \ argument
272 g_object_notify_queue_freeze (GObject *object, in g_object_notify_queue_freeze()
305 g_object_notify_queue_thaw (GObject *object, in g_object_notify_queue_thaw()
346 g_object_notify_queue_add (GObject *object, in g_object_notify_queue_add()
373 GObject *object = value; in debug_objects_foreach() local
1035 object_get_optional_flags (GObject *object) in object_get_optional_flags()
1046 object_set_optional_flags (GObject *object, in object_set_optional_flags()
1056 object_unset_optional_flags (GObject *object, in object_unset_optional_flags()
1066 _g_object_has_signal_handler (GObject *object) in _g_object_has_signal_handler()
1076 _g_object_set_has_signal_handler (GObject *object) in _g_object_set_has_signal_handler()
[all …]
/third_party/python/Lib/
Dpprint.py48 def pprint(object, stream=None, indent=1, width=80, depth=None, *, argument
57 def pformat(object, indent=1, width=80, depth=None, *, argument
64 def pp(object, *args, sort_dicts=False, **kwargs): argument
68 def saferepr(object): argument
72 def isreadable(object): argument
76 def isrecursive(object): argument
151 def pprint(self, object): argument
155 def pformat(self, object): argument
160 def isrecursive(self, object): argument
163 def isreadable(self, object): argument
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Darray-prototype-fill.js83 var object = { variable in TestFillObjectWithAccessors
96 Array.prototype.fill.call (object, 42); argument
112 Array.prototype.fill.call (object, 42, Math.pow (2, 32) - 4); argument
136 var object = { 0:0, 2:2, length: kLength}; variable in TestFillObjectWithPrototypeAccessors
139 Array.prototype.fill.call (object, "42"); argument
156 var object = { length: 42 }; variable in TestFillSealedObject
160 Array.prototype.fill.call (object); argument
169 var object = { length: 42 }; variable in TestFillFrozenObject
173 Array.prototype.fill.call (object); argument
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourceobject.c118 gst_mf_source_object_finalize (GObject * object) in gst_mf_source_object_finalize()
131 gst_mf_source_object_get_property (GObject * object, guint prop_id, in gst_mf_source_object_get_property()
156 gst_mf_source_object_set_property (GObject * object, guint prop_id, in gst_mf_source_object_set_property()
183 gst_mf_source_object_start (GstMFSourceObject * object) in gst_mf_source_object_start()
196 gst_mf_source_object_stop (GstMFSourceObject * object) in gst_mf_source_object_stop()
209 gst_mf_source_object_fill (GstMFSourceObject * object, GstBuffer * buffer) in gst_mf_source_object_fill()
223 gst_mf_source_object_create (GstMFSourceObject * object, GstBuffer ** buffer) in gst_mf_source_object_create()
237 gst_mf_source_object_set_flushing (GstMFSourceObject * object, in gst_mf_source_object_set_flushing()
256 gst_mf_source_object_set_caps (GstMFSourceObject * object, GstCaps * caps) in gst_mf_source_object_set_caps()
269 gst_mf_source_object_get_caps (GstMFSourceObject * object) in gst_mf_source_object_get_caps()
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstobject.c37 GstObject object; member
78 GstObject *object; in GST_START_TEST() local
90 notify_name (GObject * object, GParamSpec * pspec, gint * out_count) in notify_name()
98 GstObject *object; in GST_START_TEST() local
117 GstObject *object; in GST_START_TEST() local
142 GstObject *object; in GST_START_TEST() local
166 GstObject *object; in GST_START_TEST() local
188 GstObject *object, *parent; in GST_START_TEST() local
206 thread_name_object (GstObject * object) in thread_name_object()
274 GstObject *object; in GST_START_TEST() local
[all …]
/third_party/node/doc/api/
Dtracing.md109 #### `tracing.categories`
119 #### `tracing.disable()`
145 #### `tracing.enable()`
153 #### `tracing.enabled`

12345678910>>...92