Searched refs:Result (Results 26 - 47 of 47) sorted by relevance

12

/gem5/ext/dsent/model/optical/
H A DSWSRLink.cc97 addAreaResult(new Result("Photonic"));
105 addNddPowerResult(new Result("Laser"));
106 addNddPowerResult(new Result("RingTuning"));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h881 typedef typename Function<F>::Result Result;
1458 typedef typename Function<F>::Result Result;
1498 Result PerformDefaultAction(const ArgumentTuple& args,
1509 if (!DefaultValue<Result>::Exists()) {
1513 Assert(DefaultValue<Result>::Exists(), "", -1, message);
1515 return DefaultValue<Result>::Get();
1577 typedef ActionResultHolder<Result> ResultHolder;
1582 Result InvokeWit
[all...]
H A Dgmock-generated-function-mockers.h338 tn ::testing::internal::Function<__VA_ARGS__>::Result
/gem5/ext/dsent/model/electrical/
H A DOR.cc165 Result* or_event = getEventResult("OR");
175 Result* or_event = getEventResult("OR");
H A DDFFRAM.cc253 Result* write_event = getEventResult("Write");
267 Result* read_event = getEventResult("Read");
H A DDecoder.cc84 Result* decode_event = getEventResult("Decode");
H A DDemuxTreeDeserializer.cc182 Result* deserialize = getEventResult("Deserialize");
H A DSeparableAllocator.cc80 addEventResult(new Result("Allocate"));
H A DMatrixArbiter.cc285 //Result* arb_event = getEventResult("Arbitrate" + (String)i);
286 Result* arb_event = getEventResult("Arbitrate");
/gem5/ext/dsent/model/electrical/router/
H A DRouterInputPort.cc125 addEventResult(new Result("ReadBuffer"));
126 addEventResult(new Result("WriteBuffer"));
H A DRouter.cc169 Result* traverse_crossbar_event = getEventResult("TraverseCrossbar->Multicast" + (String)i);
183 Result* arb_sw_stage1_event = getEventResult("ArbitrateSwitch->ArbitrateStage1");
187 Result* arb_sw_stage2_event = getEventResult("ArbitrateSwitch->ArbitrateStage2");
/gem5/ext/dsent/model/network/
H A DPhotonicClos.cc303 addNddPowerResult(new Result("Laser"));
304 addNddPowerResult(new Result("RingTuning"));
305 addAreaResult(new Result("Photonic"));
330 Result* avg_unicast_event = getEventResult("AvgUnicast");
364 Result* avg_broadcast_event = getEventResult("AvgBroadcast");
H A DElectricalMesh.cc216 Result* avg_unicast_flit = getEventResult("AvgUnicast");
233 Result* avg_broadcast_flit = getEventResult("AvgBroadcast");
H A DElectricalClos.cc311 Result* avg_unicast_event = getEventResult("AvgUnicast");
345 Result* avg_broadcast_event = getEventResult("AvgBroadcast");
/gem5/src/base/
H A Dstatistics.cc447 root = NodePtr(new BinaryNode<std::plus<Result> >(root, r));
461 root = NodePtr(new BinaryNode<std::divides<Result> >(root, r));
475 Result
/gem5/ext/dsent/model/
H A DElectricalModel.cc646 addAreaResult(new Result("Active"));
655 addAreaResult(new Result(layer_name + "Wire"));
659 addNddPowerResult(new Result("Leakage"));
690 void ElectricalModel::addElectricalWireSubResult(const String& wire_layer_, const Result* result_, const String& producer_, double number_results_)
775 addEventResult(new Result(name_));
H A DElectricalModel.h174 void addElectricalWireSubResult(const String& wire_layer_, const Result* result_, const String& producer_, double number_results_);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc136 class Result {}; class in namespace:__anon20
149 MOCK_METHOD1(ReturnResult, Result(int n));
268 .WillByDefault(Return(Result()));
1281 .WillByDefault(Return(Result()));
1305 .WillByDefault(Return(Result()));
1325 .WillByDefault(Return(Result()));
1627 .WillByDefault(Return(Result()));
1725 .WillByDefault(Return(Result()));
1841 .WillOnce(DoAll(Delete(a), Return(Result())));
H A Dgmock-actions_test.cc447 // 'Result' is not a member of class 'testing::internal::Function<int>'
468 template <typename Result, typename ArgumentTuple>
469 Result Perform(const ArgumentTuple& args) { return get<1>(args); }
483 template <typename Result>
484 Result Perform(const tuple<>&) const { return 0; }
/gem5/util/stats/
H A Ddb.py108 class Result(object): class in inherits:object
427 results = Result(xmax + 1, ymax + 1)
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2378 // SEH is supported; returns the 0-value for type Result in case of an
2382 template <class T, typename Result>
2383 Result HandleSehExceptionsInMethodIfSupported(
2384 T* object, Result (T::*method)(), const char* location) {
2398 return static_cast<Result>(0);
2408 // Result in case of an SEH exception.
2409 template <class T, typename Result>
2410 Result HandleExceptionsInMethodIfSupported(
2411 T* object, Result (T::*method)(), const char* location) {
2453 return static_cast<Result>(
[all...]
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h143 // Result: the function's return type.
158 typedef R Result; typedef in struct:testing::internal::Function

Completed in 77 milliseconds

12