Home
last modified time | relevance | path

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

12345678910>>...44

/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/node/deps/v8/src/handles/
Dmaybe-handles-inl.h17 MaybeHandle<T>::MaybeHandle(T object, Isolate* isolate) in MaybeHandle()
21 MaybeHandle<T>::MaybeHandle(T object, LocalHeap* local_heap) in MaybeHandle()
24 MaybeObjectHandle::MaybeObjectHandle(MaybeObject object, Isolate* isolate) { in MaybeObjectHandle()
36 MaybeObjectHandle::MaybeObjectHandle(MaybeObject object, in MaybeObjectHandle()
49 MaybeObjectHandle::MaybeObjectHandle(Handle<Object> object) in MaybeObjectHandle()
52 MaybeObjectHandle::MaybeObjectHandle(Object object, Isolate* isolate) in MaybeObjectHandle()
56 MaybeObjectHandle::MaybeObjectHandle(Object object, LocalHeap* local_heap) in MaybeObjectHandle()
60 MaybeObjectHandle::MaybeObjectHandle(Object object, in MaybeObjectHandle()
65 MaybeObjectHandle::MaybeObjectHandle(Handle<Object> object, in MaybeObjectHandle()
69 MaybeObjectHandle MaybeObjectHandle::Weak(Handle<Object> object) { in Weak()
[all …]
Dhandles-inl.h20 HandleBase::HandleBase(Address object, Isolate* isolate) in HandleBase()
23 HandleBase::HandleBase(Address object, LocalIsolate* isolate) in HandleBase()
26 HandleBase::HandleBase(Address object, LocalHeap* local_heap) in HandleBase()
39 Handle<T> Handle<T>::New(T object, Isolate* isolate) { in New()
51 Handle<T>::Handle(T object, Isolate* isolate) in Handle()
55 Handle<T>::Handle(T object, LocalIsolate* isolate) in Handle()
59 Handle<T>::Handle(T object, LocalHeap* local_heap) in Handle()
63 V8_INLINE Handle<T> handle(T object, Isolate* isolate) { in handle()
68 V8_INLINE Handle<T> handle(T object, LocalIsolate* isolate) { in handle()
73 V8_INLINE Handle<T> handle(T object, LocalHeap* local_heap) { in handle()
/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/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
D_structures.py13 def __lt__(self, other: object) -> bool:
16 def __le__(self, other: object) -> bool:
19 def __eq__(self, other: object) -> bool:
22 def __gt__(self, other: object) -> bool:
25 def __ge__(self, other: object) -> bool:
28 def __neg__(self: object) -> "NegativeInfinityType":
42 def __lt__(self, other: object) -> bool:
45 def __le__(self, other: object) -> bool:
48 def __eq__(self, other: object) -> bool:
51 def __gt__(self, other: object) -> bool:
[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/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
Ddescriptor.js48 function fieldDescriptorProto_TypeFromJSON(object) { argument
109 function fieldDescriptorProto_TypeToJSON(object) { argument
159 function fieldDescriptorProto_LabelFromJSON(object) { argument
175 function fieldDescriptorProto_LabelToJSON(object) { argument
198 function fileOptions_OptimizeModeFromJSON(object) { argument
214 function fileOptions_OptimizeModeToJSON(object) { argument
234 function fieldOptions_CTypeFromJSON(object) { argument
250 function fieldOptions_CTypeToJSON(object) { argument
272 function fieldOptions_JSTypeFromJSON(object) { argument
288 function fieldOptions_JSTypeToJSON(object) { argument
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkRefUtilImpl.inl229 VkInstance object = 0; local
236 VkDevice object = 0; local
243 VkDeviceMemory object = 0; local
250 VkFence object = 0; local
257 VkSemaphore object = 0; local
264 VkEvent object = 0; local
271 VkQueryPool object = 0; local
278 VkBuffer object = 0; local
285 VkBufferView object = 0; local
292 VkImage object = 0; local
[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/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
Dsigstore_common.js24 function hashAlgorithmFromJSON(object) { argument
49 function hashAlgorithmToJSON(object) { argument
144 function publicKeyDetailsFromJSON(object) { argument
208 function publicKeyDetailsToJSON(object) { argument
265 function subjectAlternativeNameTypeFromJSON(object) { argument
284 function subjectAlternativeNameTypeToJSON(object) { argument
303 fromJSON(object) { argument
321 fromJSON(object) { argument
340 fromJSON(object) { argument
354 fromJSON(object) { argument
[all …]
Dsigstore_verification.js12 fromJSON(object) { argument
36 fromJSON(object) { argument
58 fromJSON(object) { argument
85 fromJSON(object) { argument
143 fromJSON(object) { argument
165 fromJSON(object) { argument
182 fromJSON(object) { argument
199 fromJSON(object) { argument
216 fromJSON(object) { argument
233 fromJSON(object) { 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/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/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkRefUtilImpl.inl103 VkInstance object = 0; local
110 VkDevice object = 0; local
117 VkDeviceMemory object = 0; local
124 VkFence object = 0; local
131 VkSemaphore object = 0; local
138 VkEvent object = 0; local
145 VkQueryPool object = 0; local
152 VkBuffer object = 0; local
159 VkBufferView object = 0; local
166 VkImage object = 0; local
[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
156 def pformat(self, object): argument
161 def isrecursive(self, object): argument
164 def isreadable(self, object): argument
[all …]
/third_party/node/deps/v8/src/heap/
Dobjects-visiting-inl.h46 T HeapVisitor<ResultType, ConcreteVisitor>::Cast(HeapObject object) { in Cast()
51 ResultType HeapVisitor<ResultType, ConcreteVisitor>::Visit(HeapObject object) { in Visit()
57 HeapObject object) { in Visit()
129 Map map, HeapObject object) { in VisitDataObject()
154 Map map, JSObject object) { in VisitJSObjectFast()
167 Map map, JSObject object) { in VisitJSApiObject()
180 Map map, HeapObject object) { in VisitStruct()
193 Map map, FreeSpace object) { in VisitFreeSpace()
208 NativeContext object) { in VisitNativeContext()
217 JSObject object) { in VisitJSApiObject()
[all …]
Dmarking-worklist-inl.h32 void MarkingWorklists::Local::Push(HeapObject object) { active_.Push(object); } in Push()
34 bool MarkingWorklists::Local::Pop(HeapObject* object) { in Pop()
42 void MarkingWorklists::Local::PushOnHold(HeapObject object) { in PushOnHold()
46 bool MarkingWorklists::Local::PopOnHold(HeapObject* object) { in PopOnHold()
54 bool MarkingWorklists::Local::ExtractWrapper(Map map, JSObject object, in ExtractWrapper()
66 void MarkingWorklists::Local::PushWrapper(HeapObject object) { in PushWrapper()
71 bool MarkingWorklists::Local::PopWrapper(HeapObject* object) { in PopWrapper()
Dconcurrent-marking.cc104 static V8_INLINE T Cast(HeapObject object) { in Cast()
112 int VisitJSObject(Map map, JSObject object) { in VisitJSObject()
116 int VisitJSObjectFast(Map map, JSObject object) { in VisitJSObjectFast()
120 int VisitJSExternalObject(Map map, JSExternalObject object) { in VisitJSExternalObject()
125 int VisitWasmInstanceObject(Map map, WasmInstanceObject object) { in VisitWasmInstanceObject()
128 int VisitWasmSuspenderObject(Map map, WasmSuspenderObject object) { in VisitWasmSuspenderObject()
133 int VisitJSWeakCollection(Map map, JSWeakCollection object) { in VisitJSWeakCollection()
137 int VisitJSFinalizationRegistry(Map map, JSFinalizationRegistry object) { in VisitJSFinalizationRegistry()
141 int VisitConsString(Map map, ConsString object) { in VisitConsString()
145 int VisitSlicedString(Map map, SlicedString object) { in VisitSlicedString()
[all …]
/third_party/node/deps/v8/src/execution/
Disolate-utils-inl.h39 V8_INLINE Heap* GetHeapFromWritableObject(HeapObject object) { in GetHeapFromWritableObject()
58 V8_INLINE Isolate* GetIsolateFromWritableObject(HeapObject object) { in GetIsolateFromWritableObject()
72 V8_INLINE bool GetIsolateFromHeapObject(HeapObject object, Isolate** isolate) { in GetIsolateFromHeapObject()
93 V8_INLINE static Isolate* GetIsolateForSandbox(HeapObject object) { in GetIsolateForSandbox()
111 V8_INLINE PtrComprCageBase GetPtrComprCageBaseSlow(HeapObject object) { in GetPtrComprCageBaseSlow()
/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/node/deps/v8/src/builtins/
Dbuiltins-object.cc25 Handle<JSReceiver> object; in BUILTIN() local
63 Object ObjectDefineAccessor(Isolate* isolate, Handle<Object> object, in ObjectDefineAccessor()
104 Object ObjectLookupAccessor(Isolate* isolate, Handle<Object> object, in ObjectLookupAccessor()
180 Handle<Object> object = args.at(0); // Receiver. in BUILTIN() local
190 Handle<Object> object = args.at(0); // Receiver. in BUILTIN() local
200 Handle<Object> object = args.at(0); in BUILTIN() local
209 Handle<Object> object = args.at(0); in BUILTIN() local
217 Handle<Object> object = args.atOrUndefined(isolate, 1); in BUILTIN() local
243 Handle<Object> object = args.receiver(); in BUILTIN() local
276 Handle<Object> object = args.atOrUndefined(isolate, 1); in GetOwnPropertyKeys() local
[all …]
/third_party/node/deps/v8/src/objects/
Dmaybe-object-inl.h27 MaybeObject MaybeObject::FromObject(Object object) { in FromObject()
32 MaybeObject MaybeObject::MakeWeak(MaybeObject object) { in MakeWeak()
50 HeapObjectReference::HeapObjectReference(Object object) in HeapObjectReference()
54 HeapObjectReference HeapObjectReference::Strong(Object object) { in Strong()
61 HeapObjectReference HeapObjectReference::Weak(Object object) { in Weak()
68 HeapObjectReference HeapObjectReference::From(Object object, in From()
/third_party/node/doc/api/
Dmodules.md844 ### `module.children`
854 ### `module.exports`
958 ### `module.filename`
968 ### `module.id`
979 ### `module.isPreloading`
990 ### `module.loaded`
1001 ### `module.parent`
1019 ### `module.path`
1030 ### `module.paths`
1040 ### `module.require(id)`

12345678910>>...44