Home
last modified time | relevance | path

Searched refs:AnObject (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DTestAtomic.cxx29 static vtkObject* AnObject; variable
46 AnObject->Modified(); in MyFunction()
103 AnObject = vtkObject::New(); in TestAtomic()
107 int beforeMTime = AnObject->GetMTime(); in TestAtomic()
165 cout << "MTime: " << AnObject->GetMTime() << endl; in TestAtomic()
177 if (AnObject->GetReferenceCount() != 1) in TestAtomic()
182 if ((int)AnObject->GetMTime() != Target + beforeMTime + 2) in TestAtomic()
187 AnObject->Delete(); in TestAtomic()
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DChckFree.pas31 procedure RegisterObjectCreate(AnObject: TObject);
32 procedure RegisterObjectFree(AnObject: TObject);
47 procedure RegisterObjectCreate(AnObject: TObject);
49 if CreatedObjects <> nil then CreatedObjects.Add(AnObject);
52 procedure RegisterObjectFree(AnObject: TObject);
57 I:=CreatedObjects.IndexOf(AnObject);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/test/
H A DConstantPieceTests.cpp8 struct AnObject { struct
9 AnObject(double const value) : value(value) {} in AnObject() function
16 auto obj = std::make_shared<AnObject>(2.0); in TEST() argument
35 EXPECT_DOUBLE_EQ(boost::any_cast<std::shared_ptr<AnObject> >(outs[2])->value, 2.0); in TEST()
40 auto obj = std::make_shared<AnObject>(2.0); in TEST()
56 EXPECT_DOUBLE_EQ(boost::any_cast<std::shared_ptr<AnObject> >(outs[2])->value, 2.0); in TEST()
74 auto obj = std::make_shared<AnObject>(2.0); in TEST()
93 EXPECT_DOUBLE_EQ(boost::any_cast<std::shared_ptr<AnObject> >(outs[2])->value, 2.0); in TEST()
H A DWorkPieceTests.cpp67 auto obj = std::make_shared<AnObject>(b); in TEST_F()
133 auto obj = std::make_shared<AnObject>(b); in TEST_F()
165 auto obj = std::make_shared<AnObject>(b); in TEST_F()
200 auto obj = std::make_shared<AnObject>(b); in TEST_F()
241 auto obj = std::make_shared<AnObject>(b); in TEST_F()
267 auto obj = std::make_shared<AnObject>(b); in TEST_F()
301 auto obj = std::make_shared<AnObject>(b); in TEST_F()
335 auto obj = std::make_shared<AnObject>(b); in TEST_F()
369 auto obj = std::make_shared<AnObject>(b); in TEST_F()
402 auto obj = std::make_shared<AnObject>(b); in TEST_F()
[all …]
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/droute/
H A Ddroute-test.c62 } AnObject; typedef
80 AnObject *object = (AnObject *) user_data; in impl_getInt()
94 AnObject *object = (AnObject *) user_data; in impl_setInt()
109 AnObject *object = (AnObject *) user_data; in impl_getString()
123 AnObject *object = (AnObject *) user_data; in impl_setString()
270 AnObject *object; in main()
275 object = g_new0(AnObject, 1); in main()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/win32/gui-2/
H A DgnugettextDx.pas20 procedure TranslateComponent(AnObject: TComponent);
60 procedure TranslateComponent(AnObject: TComponent);
63 gnugettextD4.TranslateComponent(AnObject);
66 gnugettextD5.TranslateComponent(AnObject);
68 gnugettext.TranslateComponent(AnObject);
H A Dgnugettext.pas600 DefaultInstance.TP_Ignore(AnObject, name);
1474 AnObject.InsertComponent(comp);
1606 TodoList.AddObject('', AnObject);
1617 AnObject:=TodoList.Objects[0];
1620 if (AnObject<>nil) and (AnObject is TPersistent) then begin
1623 objid:=IntToHex(integer(AnObject),8);
1678 if AnObject.ClassInfo=nil then begin
1714 if AnObject is TStrings then begin
1716 … (TP_Retranslator as TTP_Retranslator).Remember(AnObject, 'Text', (AnObject as TStrings).Text);
1720 if AnObject is TCollection then begin
[all …]
/dports/graphics/povray36/povray-3.6.1/scenes/textures/pigments/
H A Ddodec2.pov14 #declare AnObject =
127 object { AnObject texture {pigment{Wooden1} } }
129 object { AnObject texture {pigment{Wooden2} } rotate z*72 }
131 object { AnObject texture {pigment{Wooden4} } rotate z*144 }
133 object { AnObject texture {pigment{Wooden3} } rotate z*216 }
135 object { AnObject texture {pigment{Wooden5} } rotate z*288 }
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dcomponenttreeview.pas446 AnObject: TObject;
447 AControl: TControl absolute AnObject;
473 AnObject := TObject(ParentNode.Data);
474 if (AnObject is TWinControl) then
479 AContainer := TPersistent(AnObject);
485 if (AnObject is TCollection) then
488 AContainer := TPersistent(AnObject);
498 AnObject := TObject(Node.Data);
500 if (AnObject is TComponent) and
502 if (AnObject is TControl) then
[all …]
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dcomponenttreeview.pas446 AnObject: TObject;
447 AControl: TControl absolute AnObject;
473 AnObject := TObject(ParentNode.Data);
474 if (AnObject is TWinControl) then
479 AContainer := TPersistent(AnObject);
485 if (AnObject is TCollection) then
488 AContainer := TPersistent(AnObject);
498 AnObject := TObject(Node.Data);
500 if (AnObject is TComponent) and
502 if (AnObject is TControl) then
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/textures/pigments/
H A Ddodec2.pov20 #declare AnObject =
132 object { AnObject texture {pigment{Wooden1} } }
134 object { AnObject texture {pigment{Wooden2} } rotate z*72 }
136 object { AnObject texture {pigment{Wooden4} } rotate z*144 }
138 object { AnObject texture {pigment{Wooden3} } rotate z*216 }
140 object { AnObject texture {pigment{Wooden5} } rotate z*288 }
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/textures/pigments/
H A Ddodec2.pov20 #declare AnObject =
132 object { AnObject texture {pigment{Wooden1} } }
134 object { AnObject texture {pigment{Wooden2} } rotate z*72 }
136 object { AnObject texture {pigment{Wooden4} } rotate z*144 }
138 object { AnObject texture {pigment{Wooden3} } rotate z*216 }
140 object { AnObject texture {pigment{Wooden5} } rotate z*288 }
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Compatibility/Deprecated/test/
H A DitkAtomicIntTest.cxx52 itk::Object::Pointer AnObject; variable
68 AnObject->Modified(); in MyFunction()
242 AnObject = itk::Object::New(); in itkAtomicIntTest()
243 itk::ModifiedTimeType beforeMTime = AnObject->GetMTime(); in itkAtomicIntTest()
292 std::cout << "MTime: " << AnObject->GetMTime() << std::endl; in itkAtomicIntTest()
338 if (AnObject->GetReferenceCount() != 1) in itkAtomicIntTest()
343 if (AnObject->GetMTime() != Target + beforeMTime) in itkAtomicIntTest()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbf/
H A Dtw2878.pp14 AnObject: TObject;
16 AnObject:=nil;
17 APersistent:=AnObject; // Should need a typecast
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponenttreeview.pas452 AnObject: TObject;
453 AControl: TControl absolute AnObject;
479 AnObject := TObject(ParentNode.Data);
480 if (AnObject is TWinControl) then
485 AContainer := TPersistent(AnObject);
491 if (AnObject is TCollection) then
494 AContainer := TPersistent(AnObject);
504 AnObject := TObject(Node.Data);
506 if (AnObject is TComponent) and
508 if (AnObject is TControl) then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponenttreeview.pas452 AnObject: TObject;
453 AControl: TControl absolute AnObject;
479 AnObject := TObject(ParentNode.Data);
480 if (AnObject is TWinControl) then
485 AContainer := TPersistent(AnObject);
491 if (AnObject is TCollection) then
494 AContainer := TPersistent(AnObject);
504 AnObject := TObject(Node.Data);
506 if (AnObject is TComponent) and
508 if (AnObject is TControl) then
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {

12345678910>>...13