Home
last modified time | relevance | path

Searched defs:object (Results 226 – 250 of 41737) sorted by relevance

12345678910>>...1670

/dports/devel/py-packaging/stage/usr/local/lib/python3.8/site-packages/packaging/
H A 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:
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:
54 def __ge__(self, other: object) -> bool:
[all …]
/dports/devel/py-packaging/packaging-21.3/build/lib/packaging/
H A 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:
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:
54 def __ge__(self, other: object) -> bool:
[all …]
/dports/devel/py-packaging/packaging-21.3/packaging/
H A 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:
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:
54 def __ge__(self, other: object) -> bool:
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/loadbalancer/fixtures/gogrid/
H A Dip_list.json8 "object": "option" string
12 "object": "ip", string
31 "object": "ip", string
50 "object": "ip", string
69 "object": "ip", string
88 "object": "ip", string
107 "object": "ip", string
126 "object": "ip", string
145 "object": "ip", string
164 "object": "ip", string
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h83 #define atomic_store(object, desired) \ argument
92 #define atomic_load(object) \ argument
98 #define atomic_exchange(object, desired) \ argument
127 #define atomic_fetch_add(object, operand) \ argument
130 #define atomic_fetch_sub(object, operand) \ argument
133 #define atomic_fetch_or(object, operand) \ argument
136 #define atomic_fetch_xor(object, operand) \ argument
139 #define atomic_fetch_and(object, operand) \ argument
148 #define atomic_fetch_or(object, operand) \ argument
173 #define atomic_flag_test_and_set(object) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h83 #define atomic_store(object, desired) \ argument
92 #define atomic_load(object) \ argument
98 #define atomic_exchange(object, desired) \ argument
127 #define atomic_fetch_add(object, operand) \ argument
130 #define atomic_fetch_sub(object, operand) \ argument
133 #define atomic_fetch_or(object, operand) \ argument
136 #define atomic_fetch_xor(object, operand) \ argument
139 #define atomic_fetch_and(object, operand) \ argument
148 #define atomic_fetch_or(object, operand) \ argument
173 #define atomic_flag_test_and_set(object) \ argument
[all …]
/dports/mail/gmime2/gmime-2.2.27/gmime/
H A Dgmime-object.c133 g_mime_object_finalize (GObject *object) in g_mime_object_finalize()
185 g_mime_object_ref (GMimeObject *object) in g_mime_object_ref()
202 g_mime_object_unref (GMimeObject *object) in g_mime_object_unref()
248 init (GMimeObject *object) in init()
274 GMimeObject *object; in g_mime_object_new_type() local
309 sync_content_type (GMimeObject *object) in sync_content_type()
375 g_mime_object_get_content_type (GMimeObject *object) in g_mime_object_get_content_type()
456 g_mime_object_get_content_id (GMimeObject *object) in g_mime_object_get_content_id()
612 get_headers (GMimeObject *object) in get_headers()
628 g_mime_object_get_headers (GMimeObject *object) in g_mime_object_get_headers()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DPiNode.java70 @Input ValueNode object; field in PiNode
73 public ValueNode object() { in object() method in PiNode
85 public PiNode(ValueNode object, Stamp stamp) { in PiNode()
89 public PiNode(ValueNode object, Stamp stamp, ValueNode guard) { in PiNode()
93 public PiNode(ValueNode object, ValueNode guard) { in PiNode()
102 public static ValueNode create(ValueNode object, Stamp stamp) { in create()
245 public static Class<?> asNonNullClass(Object object) { in asNonNullClass()
252 public static Class<?> asNonNullObject(Object object) { in asNonNullObject()
299 @Input ValueNode object; field in PiNode.Placeholder
301 public ValueNode object() { in object() method in PiNode.Placeholder
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DPiNode.java70 @Input ValueNode object; field in PiNode
73 public ValueNode object() { in object() method in PiNode
85 public PiNode(ValueNode object, Stamp stamp) { in PiNode()
89 public PiNode(ValueNode object, Stamp stamp, ValueNode guard) { in PiNode()
93 public PiNode(ValueNode object, ValueNode guard) { in PiNode()
102 public static ValueNode create(ValueNode object, Stamp stamp) { in create()
245 public static Class<?> asNonNullClass(Object object) { in asNonNullClass()
252 public static Class<?> asNonNullObject(Object object) { in asNonNullObject()
299 @Input ValueNode object; field in PiNode.Placeholder
301 public ValueNode object() { in object() method in PiNode.Placeholder
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DPiNode.java70 @Input ValueNode object; field in PiNode
73 public ValueNode object() { in object() method in PiNode
85 public PiNode(ValueNode object, Stamp stamp) { in PiNode()
89 public PiNode(ValueNode object, Stamp stamp, ValueNode guard) { in PiNode()
93 public PiNode(ValueNode object, ValueNode guard) { in PiNode()
102 public static ValueNode create(ValueNode object, Stamp stamp) { in create()
245 public static Class<?> asNonNullClass(Object object) { in asNonNullClass()
252 public static Class<?> asNonNullObject(Object object) { in asNonNullObject()
299 @Input ValueNode object; field in PiNode.Placeholder
301 public ValueNode object() { in object() method in PiNode.Placeholder
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DPiNode.java71 @Input ValueNode object; field in PiNode
74 public ValueNode object() { in object() method in PiNode
86 public PiNode(ValueNode object, Stamp stamp) { in PiNode()
90 public PiNode(ValueNode object, Stamp stamp, ValueNode guard) { in PiNode()
94 public PiNode(ValueNode object, ValueNode guard) { in PiNode()
103 public static ValueNode create(ValueNode object, Stamp stamp) { in create()
248 public static Class<?> asNonNullClass(Object object) { in asNonNullClass()
255 public static Class<?> asNonNullObject(Object object) { in asNonNullObject()
302 @Input ValueNode object; field in PiNode.Placeholder
304 public ValueNode object() { in object() method in PiNode.Placeholder
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-unhandled-self-assignment.cpp44 PtrField &PtrField::operator=(const PtrField &object) { in operator =()
114 CArrayField &operator=(const CArrayField &object) { in operator =()
236 SelfCheck1 &operator=(const SelfCheck1 &object) { in operator =()
249 SelfCheck2 &operator=(const SelfCheck2 &object) { in operator =()
263 SelfCheck3 &operator=(const SelfCheck3 &object) { in operator =()
276 SelfCheck4 &operator=(const SelfCheck4 &object) { in operator =()
319 PassedByValue &operator=(PassedByValue object) { in operator =()
340 void doSwap(CopyAndSwap1 &object) { in doSwap()
349 CopyAndSwap2 &operator=(CopyAndSwap2 object) { in operator =()
357 void doSwap(CopyAndSwap2 &object) { in doSwap()
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dtiffvisitor_int.cpp132 void TiffFinder::findObject(TiffComponent* object) in findObject()
140 void TiffFinder::visitEntry(TiffEntry* object) in visitEntry()
165 void TiffFinder::visitSubIfd(TiffSubIfd* object) in visitSubIfd()
170 void TiffFinder::visitMnEntry(TiffMnEntry* object) in visitMnEntry()
225 void TiffCopier::visitEntry(TiffEntry* object) in visitEntry()
250 void TiffCopier::visitSubIfd(TiffSubIfd* object) in visitSubIfd()
311 void TiffDecoder::visitEntry(TiffEntry* object) in visitEntry()
336 void TiffDecoder::visitSubIfd(TiffSubIfd* object) in visitSubIfd()
724 void TiffEncoder::visitEntry(TiffEntry* object) in visitEntry()
891 TiffEntryBase* object, in encodeTiffComponent()
[all …]
/dports/games/palomino/palomino/src/lua_bind/
H A Dbind_object.cc71 shptr<Object> object = POP_USERDATA_AS_SHPTR<Object>( L ); in Object_GetMatrix() local
88 Object* object = POP_USERDATA_AS_SHPTR<Object>( L ).PTR(); in Object_GetName() local
120 shptr<Object> object = POP_USERDATA_AS_SHPTR<Object>( L ); in Object_GetPosition() local
138 Object* object = POP_USERDATA_AS_SHPTR<Object>( L ).PTR(); in Object_GetRawPtr() local
155 shptr<Object> object = POP_USERDATA_AS_SHPTR<Object>( L ); in Object_IfCollidable() local
172 shptr<Object> object = POP_USERDATA_AS_SHPTR<Object>( L ); in Object_IfCollision() local
189 shptr<Object> object = POP_USERDATA_AS_SHPTR<Object>( L ); in Object_IfCollisionFatal() local
206 shptr<Object> object = POP_USERDATA_AS_SHPTR<Object>( L ); in Object_IfZombie() local
230 shptr<Object> object = new Object( graph, pos ); in Object_New() local
246 shptr<Object> object = POP_USERDATA_AS_SHPTR<Object>( L ); in Object_Reset() local
[all …]
/dports/math/R-cran-NMF/NMF/R/
H A Dalgorithmic.R40 setGeneric('algorithm', function(object, ...) standardGeneric('algorithm') ) argument
51 setGeneric('seeding', function(object, ...) standardGeneric('seeding') ) argument
64 setGeneric('niter', function(object, ...) standardGeneric('niter')) argument
78 setGeneric('nrun', function(object, ...) standardGeneric('nrun') ) argument
100 setGeneric('objective', function(object, ...) standardGeneric('objective')) argument
111 setGeneric('runtime', function(object, ...) standardGeneric('runtime') ) argument
128 setGeneric('seqtime', function(object, ...) standardGeneric('seqtime') ) argument
135 setGeneric('modelname', function(object, ...) standardGeneric('modelname')) argument
166 setGeneric('run', function(object, y, x, ...) standardGeneric('run')) argument
173 setGeneric('logs', function(object, ...) standardGeneric('logs')) argument
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/compat/atomics/win32/
H A Dstdatomic.h83 #define atomic_store(object, desired) \ argument
92 #define atomic_load(object) \ argument
98 #define atomic_exchange(object, desired) \ argument
123 #define atomic_fetch_add(object, operand) \ argument
126 #define atomic_fetch_sub(object, operand) \ argument
129 #define atomic_fetch_or(object, operand) \ argument
132 #define atomic_fetch_xor(object, operand) \ argument
135 #define atomic_fetch_and(object, operand) \ argument
144 #define atomic_fetch_or(object, operand) \ argument
169 #define atomic_flag_test_and_set(object) \ argument
[all …]

12345678910>>...1670