Home
last modified time | relevance | path

Searched refs:Objects (Results 1 – 25 of 9505) sorted by relevance

12345678910>>...381

/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gtk-3.0.36/
H A Dgi-gtk.cabal93 GI.Gtk.Objects,
109 GI.Gtk.Objects.Arrow,
113 GI.Gtk.Objects.Bin,
115 GI.Gtk.Objects.Box,
193 GI.Gtk.Objects.Grid,
194 GI.Gtk.Objects.HBox,
197 GI.Gtk.Objects.HSV,
232 GI.Gtk.Objects.Menu,
243 GI.Gtk.Objects.Misc,
443 GI.Gtk.Objects,
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/csug/tspl4/
H A Dobjects.aux6 \newlabel{CHPTOBJECTS}{{6}{139}{6}{Operations on Objects}{}}
7 \newlabel{./objects:s0}{{6}{141}{6}{Operations on Objects}{}}
8 \newlabel{SECTQUOTING}{{6.1}{141}{6}{Operations on Objects}{}}
10 \newlabel{./objects:s1}{{6.1}{141}{6}{Operations on Objects}{}}
11 \newlabel{./objects:s2}{{6.1}{141}{6}{Operations on Objects}{}}
12 \newlabel{./objects:s3}{{6.1}{141}{6}{Operations on Objects}{}}
13 \newlabel{./objects:s4}{{6.1}{141}{6}{Operations on Objects}{}}
14 \newlabel{./objects:s5}{{6.1}{142}{6}{Operations on Objects}{}}
16 \newlabel{SECTGENERIC}{{6.2}{143}{6}{Operations on Objects}{}}
18 \newlabel{./objects:s6}{{6.2}{143}{6}{Operations on Objects}{}}
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/csug/tspl4/
H A Dobjects.aux6 \newlabel{CHPTOBJECTS}{{6}{139}{6}{Operations on Objects}{}}
7 \newlabel{./objects:s0}{{6}{141}{6}{Operations on Objects}{}}
8 \newlabel{SECTQUOTING}{{6.1}{141}{6}{Operations on Objects}{}}
10 \newlabel{./objects:s1}{{6.1}{141}{6}{Operations on Objects}{}}
11 \newlabel{./objects:s2}{{6.1}{141}{6}{Operations on Objects}{}}
12 \newlabel{./objects:s3}{{6.1}{141}{6}{Operations on Objects}{}}
13 \newlabel{./objects:s4}{{6.1}{141}{6}{Operations on Objects}{}}
14 \newlabel{./objects:s5}{{6.1}{142}{6}{Operations on Objects}{}}
16 \newlabel{SECTGENERIC}{{6.2}{143}{6}{Operations on Objects}{}}
18 \newlabel{./objects:s6}{{6.2}{143}{6}{Operations on Objects}{}}
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gio-2.0.27/
H A Dgi-gio.cabal97 GI.Gio.Objects,
126 GI.Gio.Objects.Emblem,
146 GI.Gio.Objects.Menu,
171 GI.Gio.Objects.Socket,
181 GI.Gio.Objects.Task,
200 GI.Gio.Objects.Vfs,
282 GI.Gio.Objects,
311 GI.Gio.Objects.Emblem,
331 GI.Gio.Objects.Menu,
366 GI.Gio.Objects.Task,
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Utility/
H A DObjectCollectionTest.php149 unset($this->Objects);
162 $result = $this->Objects->loaded();
177 $this->Objects->load('First');
178 $this->Objects->load('Second');
180 $result = $this->Objects->loaded();
183 $this->Objects->unload('First');
187 $result = $this->Objects->loaded();
200 $this->Objects->load('First');
205 $result = $this->Objects->set('First', new SecondGenericObject($this->Objects));
208 $result = $this->Objects->set('Second', new SecondGenericObject($this->Objects));
[all …]
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/
H A DTODO3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
10 Objects/obmalloc.c:maxarenas static uint maxarenas
18 Objects/obmalloc.c:new_arena():debug_stats static int debug_stats
37 Objects/dictobject.c:numfreekeys static int numfreekeys
63 Objects/object.c:_Py_RefTotal Py_ssize_t _Py_RefTotal
93 Objects/dictobject.c:numfree static int numfree
97 Objects/floatobject.c:numfree static int numfree
99 Objects/frameobject.c:numfree static int numfree
105 Objects/listobject.c:numfree static int numfree
356 Objects/descrobject.c:mappingproxy_get():PyId_get _Py_IDENTIFIER(get)
[all …]
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/
H A DTODO3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
10 Objects/obmalloc.c:maxarenas static uint maxarenas
18 Objects/obmalloc.c:new_arena():debug_stats static int debug_stats
37 Objects/dictobject.c:numfreekeys static int numfreekeys
63 Objects/object.c:_Py_RefTotal Py_ssize_t _Py_RefTotal
90 Objects/dictobject.c:numfree static int numfree
94 Objects/floatobject.c:numfree static int numfree
96 Objects/frameobject.c:numfree static int numfree
102 Objects/listobject.c:numfree static int numfree
351 Objects/descrobject.c:mappingproxy_get():PyId_get _Py_IDENTIFIER(get)
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Objects/ObjectTypes/
H A DAnimatedObjectCollection.cs7 namespace OpenBveApi.Objects
15 public AnimatedObject[] Objects; field in OpenBveApi.Objects.AnimatedObjectCollection
30 bool[] free = new bool[Objects.Length]; in CreateObject()
33 for (int i = 0; i < Objects.Length; i++) in CreateObject()
60 if (Objects[i].States.Length != 0) in CreateObject()
83 if (Objects[i].States.Length != 0) in CreateObject()
124 if (Objects != null) in Clone()
126 aoc.Objects = Objects.Select(x => x?.Clone()).ToArray(); in Clone()
140 Objects = new AnimatedObject[Objects.Length] in Mirror()
144 Result.Objects[i] = Objects[i].Clone(); in Mirror()
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/
H A DTODO11 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
18 Objects/obmalloc.c:maxarenas static uint maxarenas
26 Objects/obmalloc.c:new_arena():debug_stats static int debug_stats
66 Objects/object.c:_Py_RefTotal Py_ssize_t _Py_RefTotal
118 Objects/dictobject.c:empty_values_struct static PyDictValues
290 Objects/abstract.c:PyMapping_Keys():PyId_keys _Py_IDENTIFIER(keys)
301 Objects/bytearrayobject.c:bytearrayiter_reduce():PyId_iter _Py_IDENTIFIER(iter)
312 Objects/descrobject.c:mappingproxy_get():PyId_get _Py_IDENTIFIER(get)
340 Objects/longobject.c:PyId_big _Py_IDENTIFIER(big)
401 Objects/typeobject.c:mro_invoke():PyId_mro _Py_IDENTIFIER(mro)
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gobject-2.0.25/
H A Dgi-gobject.cabal58 GI.GObject.Objects,
59 GI.GObject.Objects.Binding,
61 GI.GObject.Objects.Object,
62 GI.GObject.Objects.ParamSpec,
71 GI.GObject.Objects.ParamSpecInt,
86 GI.GObject.Objects.TypeModule,
124 GI.GObject.Objects,
125 GI.GObject.Objects.Binding,
127 GI.GObject.Objects.Object,
128 GI.GObject.Objects.ParamSpec,
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A Dignored.tsv1526 Objects/complexobject.c - c_1 -
1532 Objects/obmalloc.c - _PyMem -
1534 Objects/obmalloc.c - _PyMem_Raw -
1535 Objects/obmalloc.c - _PyObject -
1536 Objects/obmalloc.c - usedpools -
1603 Objects/object.c - _PyNone_Type -
1813 Objects/object.c - PyId_Py_Repr -
1958 Objects/typeobject.c - name_op -
2852 Objects/obmalloc.c - arenas -
2853 Objects/obmalloc.c - maxarenas -
[all …]
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A Dignored.tsv1548 Objects/complexobject.c - c_1 -
1554 Objects/obmalloc.c - _PyMem -
1556 Objects/obmalloc.c - _PyMem_Raw -
1557 Objects/obmalloc.c - _PyObject -
1558 Objects/obmalloc.c - usedpools -
1625 Objects/object.c - _PyNone_Type -
1835 Objects/object.c - PyId_Py_Repr -
1980 Objects/typeobject.c - name_op -
2891 Objects/obmalloc.c - arenas -
2892 Objects/obmalloc.c - maxarenas -
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h213 std::vector<StackObject> Objects; variable
454 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
461 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
487 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
497 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
503 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
509 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
515 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
698 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
705 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DMachineFrameInfo.h213 std::vector<StackObject> Objects; variable
454 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
461 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
487 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
497 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
503 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
509 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
515 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
698 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
705 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h213 std::vector<StackObject> Objects; variable
454 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
461 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
487 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
497 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
503 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
509 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
515 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
698 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
705 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h213 std::vector<StackObject> Objects; variable
456 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
463 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
489 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
499 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
505 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
511 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
517 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
700 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
707 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h213 std::vector<StackObject> Objects; variable
454 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
461 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
487 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
497 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
503 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
509 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
515 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
698 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
705 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h213 std::vector<StackObject> Objects; variable
454 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
461 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
487 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
497 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
503 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
509 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
515 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
698 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
705 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DMachineFrameInfo.h212 std::vector<StackObject> Objects; variable
451 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
458 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
484 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
494 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
500 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
506 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
512 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
695 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
702 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DMachineFrameInfo.h213 std::vector<StackObject> Objects; in addBasicBlock()
452 return Objects[ObjectIdx+NumFixedObjects].Size; in addBasicBlock()
459 Objects[ObjectIdx+NumFixedObjects].Size = Size; in addBasicBlock()
482 return Objects[ObjectIdx+NumFixedObjects].Alloca; in addBasicBlock()
492 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in addBasicBlock()
498 return Objects[ObjectIdx+NumFixedObjects].isZExt; in addBasicBlock()
504 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in addBasicBlock()
510 return Objects[ObjectIdx+NumFixedObjects].isSExt; in addBasicBlock()
693 return Objects[ObjectIdx+NumFixedObjects].StackID; in addBasicBlock()
700 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in addBasicBlock()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DMachineFrameInfo.h196 std::vector<StackObject> Objects; in as_ptr()
431 return Objects[ObjectIdx+NumFixedObjects].Size; in as_ptr()
438 Objects[ObjectIdx+NumFixedObjects].Size = Size; in as_ptr()
461 return Objects[ObjectIdx+NumFixedObjects].Alloca; in as_ptr()
471 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in as_ptr()
477 return Objects[ObjectIdx+NumFixedObjects].isZExt; in as_ptr()
483 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in as_ptr()
489 return Objects[ObjectIdx+NumFixedObjects].isSExt; in as_ptr()
663 return Objects[ObjectIdx+NumFixedObjects].StackID; in as_ptr()
670 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in as_ptr()
[all …]
/dports/devel/ada-util/ada-util-b6612400/regtests/
H A Dutil-beans-objects-discretes.adb22 with Util.Beans.Objects;
23 with Util.Beans.Objects.Enums;
24 with Util.Beans.Objects.Time;
25 with Util.Beans.Objects.Discrete_Tests;
26 package body Util.Beans.Objects.Discretes is
38 Util.Beans.Objects.Discrete_Tests (Test_Type => Integer,
46 Util.Beans.Objects.Discrete_Tests (Test_Type => Long_Integer,
72 Util.Beans.Objects.Discrete_Tests (Test_Type => Boolean,
102 Util.Beans.Objects.Discrete_Tests (Test_Type => Color,
145 Util.Beans.Objects.Discrete_Tests (Test_Type => Float,
[all …]
/dports/net-im/beebeep/beebeep-code-r1476/src/gui/
H A DEmojis.cpp106 addEmoticon( QString::fromUtf8( "✂" ), "2702", Emoticon::Objects, 78 ); in addEmojis()
109 addEmoticon( QString::fromUtf8( "✉" ), "2709", Emoticon::Objects, 81 ); in addEmojis()
113 addEmoticon( QString::fromUtf8( "✏" ), "270f", Emoticon::Objects, 85 ); in addEmojis()
114 addEmoticon( QString::fromUtf8( "✒" ), "2712", Emoticon::Objects, 86 ); in addEmojis()
205 addEmoticon( QString::fromUtf8( "⌚" ), "231a", Emoticon::Objects, 177 ); in addEmojis()
206 addEmoticon( QString::fromUtf8( "⌛" ), "231b", Emoticon::Objects, 178 ); in addEmojis()
207 addEmoticon( QString::fromUtf8( "⏰" ), "23f0", Emoticon::Objects, 179 ); in addEmojis()
208 addEmoticon( QString::fromUtf8( "⏳" ), "23f3", Emoticon::Objects, 180 ); in addEmojis()
219 addEmoticon( QString::fromUtf8( "☎" ), "260e", Emoticon::Objects, 191 ); in addEmojis()
222 addEmoticon( QString::fromUtf8( "☕" ), "2615", Emoticon::Objects, 194 ); in addEmojis()
[all …]
/dports/databases/db18/db-18.1.40/build_vxworks/
H A DMakefile.6x814 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/db/db.o \
815 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/db/db_am.o \
912 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/log/log.o \
980 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/qam/qam.o \
1013 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/txn/txn.o \
1023 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/xa/xa.o \
1146 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/db/db.d \
1244 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/log/log.d \
1312 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/qam/qam.d \
1345 bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/src/txn/txn.d \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h212 std::vector<StackObject> Objects; variable
453 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
460 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
498 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
508 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
514 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
520 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
526 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
720 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
727 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]

12345678910>>...381