Home
last modified time | relevance | path

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

12345678910>>...77

/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/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/elfutils/lib/
Dstdatomic-fbsd.h265 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
269 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
273 #define atomic_exchange_explicit(object, desired, order) \ argument
275 #define atomic_fetch_add_explicit(object, operand, order) \ argument
277 #define atomic_fetch_and_explicit(object, operand, order) \ argument
279 #define atomic_fetch_or_explicit(object, operand, order) \ argument
281 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
283 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
285 #define atomic_load_explicit(object, order) \ argument
287 #define atomic_store_explicit(object, desired, order) \ argument
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkRefUtilImpl.inl223 VkInstance object = 0; local
230 VkDevice object = 0; local
237 VkDeviceMemory object = 0; local
244 VkFence object = 0; local
251 VkSemaphore object = 0; local
258 VkEvent object = 0; local
265 VkQueryPool object = 0; local
272 VkBuffer object = 0; local
279 VkBufferView object = 0; local
286 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/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/
Dgstmftransform.cpp103 QueryInterface (REFIID riid, void ** object) in QueryInterface()
234 GstObject object; member
330 gst_mf_transform_constructed (GObject * object) in gst_mf_transform_constructed()
363 gst_mf_transform_finalize (GObject * object) in gst_mf_transform_finalize()
384 gst_mf_transform_get_property (GObject * object, guint prop_id, in gst_mf_transform_get_property()
406 gst_mf_transform_set_property (GObject * object, guint prop_id, in gst_mf_transform_set_property()
689 gst_mf_transform_process_input (GstMFTransform * object, IMFSample * sample) in gst_mf_transform_process_input()
757 gst_mf_transform_get_output (GstMFTransform * object, IMFSample ** sample) in gst_mf_transform_get_output()
785 gst_mf_transform_flush (GstMFTransform * object) in gst_mf_transform_flush()
820 gst_mf_transform_drain (GstMFTransform * object) in gst_mf_transform_drain()
[all …]
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/
Dmodules.md786 ### `module.children`
795 ### `module.exports`
896 ### `module.filename`
905 ### `module.id`
915 ### `module.isPreloading`
923 ### `module.loaded`
933 ### `module.parent`
950 ### `module.path`
960 ### `module.paths`
969 ### `module.require(id)`
Dtracing.md109 #### `tracing.categories`
119 #### `tracing.disable()`
145 #### `tracing.enable()`
153 #### `tracing.enabled`
Dmodule.md16 ### `module.builtinModules`
44 ### `module.createRequire(filename)`
62 ### `module.createRequireFromPath(filename)`
82 ### `module.syncBuiltinESMExports()`
/third_party/cef/libcef/common/
Dtracker.cc13 void CefTrackNode::InsertTrackPrev(CefTrackNode* object) { in InsertTrackPrev()
21 void CefTrackNode::InsertTrackNext(CefTrackNode* object) { in InsertTrackNext()
46 void CefTrackManager::Add(CefTrackNode* object) { in Add()
54 bool CefTrackManager::Delete(CefTrackNode* object) { in Delete()
/third_party/node/test/js-native-api/test_object/
Dtest_null.c7 napi_value return_value, object, key; in SetProperty() local
34 napi_value return_value, object, key, prop; in GetProperty() local
62 napi_value return_value, object, key; in TestBoolValuedPropApi() local
102 napi_value return_value, object; in SetNamedProperty() local
127 napi_value return_value, object, prop; in GetNamedProperty() local
152 napi_value return_value, object; in HasNamedProperty() local
178 napi_value return_value, object; in SetElement() local
200 napi_value return_value, object, prop; in GetElement() local
223 napi_value return_value, object; in TestBoolValuedElementApi() local
254 napi_value object, return_value; in DefineProperties() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglquery.h82 #define gst_gl_query_start_log_valist(query,cat,level,object,format,varargs) \ argument
90 #define gst_gl_query_counter_log_valist(query,cat,level,object,format,varargs) \ argument
100 #define gst_gl_query_start_log(query,cat,level,object,format,...) \ argument
107 #define gst_gl_query_counter_log(query,cat,level,object,format,...) \ argument
118 #define gst_gl_query_start_log(query,cat,level,object,format,args...) \ argument
125 #define gst_gl_query_counter_log(query,cat,level,object,format,args...) \ argument
137 GstDebugLevel level, GObject * object, const gchar * format, ...) in gst_gl_query_start_log()
148 GstDebugLevel level, GObject * object, const gchar * format, ...) in gst_gl_query_counter_log()
/third_party/skia/third_party/externals/dawn/src/common/
DConcurrentCache.h29 T* Find(T* object) { in Find()
38 std::pair<T*, bool> Insert(T* object) { in Insert()
44 size_t Erase(T* object) { in Erase()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.c87 void (*destroy)(void *object)) in handle_table_set_destroy()
133 void *object; in handle_table_clear() local
153 void *object) in handle_table_add()
192 void *object) in handle_table_set()
223 void *object; in handle_table_get() local
240 void *object; in handle_table_remove() local
/third_party/cef/tests/ceftests/
Dv8_unittest.cc606 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunArrayBufferValueTest() local
694 const CefRefPtr<CefV8Value> object, in RunObjectAccessorTest()
712 const CefRefPtr<CefV8Value> object, in RunObjectAccessorTest()
743 CefRefPtr<CefV8Value> object = CefV8Value::CreateObject(accessor, nullptr); in RunObjectAccessorTest() local
788 const CefRefPtr<CefV8Value> object, in RunObjectAccessorExceptionTest()
797 const CefRefPtr<CefV8Value> object, in RunObjectAccessorExceptionTest()
818 CefRefPtr<CefV8Value> object = CefV8Value::CreateObject(accessor, nullptr); in RunObjectAccessorExceptionTest() local
862 const CefRefPtr<CefV8Value> object, in RunObjectAccessorFailTest()
870 const CefRefPtr<CefV8Value> object, in RunObjectAccessorFailTest()
890 CefRefPtr<CefV8Value> object = CefV8Value::CreateObject(accessor, nullptr); in RunObjectAccessorFailTest() local
[all …]
/third_party/jerryscript/tests/jerry/
Djson-stringify.js106 object = {"a": 1, "b": [1, true, {"a": "foo"}]}; variable
109 object = {"a": [1], "b": {}}; variable
129 object = { "a": "JSON", "b": new String("JSON"), "c": 3 }; variable
169 object = { "a": 2 }; variable
183 object = {"a": 2}; variable
206 object = { "a": 2 }; variable

12345678910>>...77