Searched refs:property (Results 1 - 25 of 30) sorted by relevance

12

/gem5/src/mem/slicc/ast/
H A DAST.py38 @property
42 @property
H A DNewExprAST.py38 @property
H A DTypeAST.py44 @property
H A DVarExprAST.py40 @property
44 @property
H A DFormalParamAST.py42 @property
H A DLocalVariableAST.py43 @property
/gem5/ext/testlib/
H A Dwrappers.py6 # property including but not limited to intellectual property relating
82 :property:`result` and :property:`status` setters
90 @property
99 @property
108 @property
112 @property
116 @property
124 @property
[all...]
H A Duid.py95 @property
99 @property
108 @property
H A Dresult.py47 @property
50 @property
53 @property
60 @property
H A Drunner.py80 @property
H A Dsandbox.py162 @property
H A Dloader.py148 @property
/gem5/src/mem/slicc/symbols/
H A DSymbol.py61 @property
65 @property
H A DType.py96 @property
100 @property
103 @property
106 @property
109 @property
112 @property
115 @property
118 @property
121 @property
H A DFunc.py47 @property
H A DSymbolTable.py102 @property
/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc80 const std::vector<TestProperty>::const_iterator property = local
82 ASSERT_TRUE(property != properties.end())
84 EXPECT_STREQ(IdToString(id).c_str(), property->value());
105 // The shared_key forces property updates.
H A Dgtest-unittest-api_test.cc136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
309 EXPECT_STREQ("key", property.key());
310 EXPECT_STREQ("value", property.value());
/gem5/util/maint/
H A Dlist_changes.py8 # property including but not limited to intellectual property relating
56 @property
68 @property
89 @property
/gem5/util/style/
H A Dregion.py68 @property
72 @property
/gem5/src/python/m5/util/
H A Dsorteddict.py38 sorted = property(_get_sorted, _set_sorted)
40 @property
/gem5/ext/pybind11/tests/
H A Dconftest.py101 @property
105 @property
/gem5/ext/dsent/
H A DDSENT.cc209 const PropertyMap* property = (const PropertyMap*)query_result; local
212 cout << *property; local
/gem5/util/stats/
H A Dbarchart.py95 data = property(get_data, set_data)
121 err = property(get_err, set_err)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h265 // Asserts that the ON_CALL() statement has a certain property.
266 void AssertSpecProperty(bool property, const string& failure_message) const { argument
267 Assert(property, file_, line_, failure_message);
270 // Expects that the ON_CALL() statement has a certain property.
271 void ExpectSpecProperty(bool property, const string& failure_message) const { argument
272 Expect(property, file_, line_, failure_message);
740 // Asserts that the EXPECT_CALL() statement has the given property.
741 void AssertSpecProperty(bool property, const string& failure_message) const {
742 Assert(property, file_, line_, failure_message);
745 // Expects that the EXPECT_CALL() statement has the given property
[all...]

Completed in 30 milliseconds

12