Home
last modified time | relevance | path

Searched refs:common_ (Results 1 – 25 of 26) sorted by relevance

12

/external/grpc-grpc/test/cpp/end2end/
Dthread_stress_test.cc264 void SetUp() override { common_.SetUp(); } in SetUp()
265 void TearDown() override { common_.TearDown(); } in TearDown()
266 void ResetStub() { common_.ResetStub(); } in ResetStub()
268 Common common_; member in grpc::testing::End2endTest
307 this->common_.ResetStub(); in TYPED_TEST()
313 threads.emplace_back(SendRpc, this->common_.GetStub(), kNumRpcs, in TYPED_TEST()
314 this->common_.AllowExhaustion(), &errors); in TYPED_TEST()
324 if (this->common_.AllowExhaustion()) { in TYPED_TEST()
334 void SetUp() override { common_.SetUp(); } in SetUp()
340 common_.TearDown(); in TearDown()
[all …]
/external/v8/src/compiler/
Dmachine-graph.h27 : graph_(graph), common_(common), machine_(machine), cache_(zone()) {} in NON_EXPORTED_BASE()
70 return Dead_ ? Dead_ : Dead_ = graph_->NewNode(common_->Dead()); in NON_EXPORTED_BASE()
73 CommonOperatorBuilder* common() const { return common_; } in NON_EXPORTED_BASE()
80 CommonOperatorBuilder* common_; in NON_EXPORTED_BASE() local
Dloop-peeling.cc223 Node* dead = graph_->NewNode(common_->Dead()); in Peel()
248 graph_->NewNode(common_->Merge(backedges), backedges, &inputs[0]); in Peel()
260 const Operator* op = common_->ResizeMergeOrPhi(node->op(), backedges); in Peel()
286 NodeProperties::ChangeOp(exit, common_->Merge(2)); in Peel()
292 exit, common_->Phi(MachineRepresentation::kTagged, 2)); in Peel()
297 NodeProperties::ChangeOp(exit, common_->EffectPhi(2)); in Peel()
Dselect-lowering.h30 CommonOperatorBuilder* common() const { return common_; } in common()
33 CommonOperatorBuilder* common_; variable
Dcontrol-flow-optimizer.h38 CommonOperatorBuilder* common() const { return common_; } in common()
43 CommonOperatorBuilder* const common_; variable
Dloop-peeling.h41 common_(common), in LoopPeeler()
55 CommonOperatorBuilder* const common_; variable
Ddead-code-elimination.h71 CommonOperatorBuilder* common() const { return common_; } in NON_EXPORTED_BASE()
75 CommonOperatorBuilder* const common_; in NON_EXPORTED_BASE() local
Dcommon-operator-reducer.h52 CommonOperatorBuilder* common() const { return common_; } in NON_EXPORTED_BASE()
58 CommonOperatorBuilder* const common_; in NON_EXPORTED_BASE() local
Dint64-lowering.h45 CommonOperatorBuilder* common() const { return common_; } in common()
73 CommonOperatorBuilder* common_; variable
Dloop-variable-optimizer.h117 CommonOperatorBuilder* common() { return common_; } in common()
121 CommonOperatorBuilder* common_; variable
Dselect-lowering.cc18 : common_(common), graph_(graph) {} in SelectLowering()
Dcontrol-flow-optimizer.cc21 common_(common), in ControlFlowOptimizer()
Draw-machine-assembler.cc25 common_(zone()), in RawMachineAssembler()
33 graph->SetStart(graph->NewNode(common_.Start(param_count + 1))); in RawMachineAssembler()
42 graph->SetEnd(graph->NewNode(common_.End(0))); in RawMachineAssembler()
Dpipeline.cc136 common_ = new (graph_zone_) CommonOperatorBuilder(graph_zone_); in PipelineData()
139 JSGraph(isolate_, graph_, common_, javascript_, simplified_, machine_); in PipelineData()
167 common_(mcgraph->common()), in PipelineData()
258 CommonOperatorBuilder* common() const { return common_; } in common()
322 common_ = nullptr; in DeleteGraphZone()
446 CommonOperatorBuilder* common_ = nullptr; member in v8::internal::compiler::PipelineData
Dloop-variable-optimizer.cc29 common_(common), in LoopVariableOptimizer()
Ddead-code-elimination.cc22 common_(common), in DeadCodeElimination()
Dcommon-operator-reducer.cc48 common_(common), in CommonOperatorReducer()
Draw-machine-assembler.h56 CommonOperatorBuilder* common() { return &common_; } in common()
938 CommonOperatorBuilder common_; variable
Dint64-lowering.cc30 common_(common), in Int64Lowering()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1134 common_() {} in Hunk()
1139 ++common_; in PushLine()
1179 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader()
1185 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader()
1191 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon2ea4c9f10211::Hunk
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc1133 common_() {} in Hunk()
1138 ++common_; in PushLine()
1178 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader()
1184 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader()
1190 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon1ab529400211::Hunk
/external/mesa3d/src/gtest/src/
Dgtest.cc1133 common_() {} in Hunk()
1138 ++common_; in PushLine()
1178 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader()
1184 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader()
1190 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon2ba5429c0211::Hunk
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1177 common_() {} in Hunk()
1182 ++common_; in PushLine()
1222 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader()
1228 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader()
1234 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon04a6c1470211::Hunk
/external/googletest/googletest/src/
Dgtest.cc1154 common_() {} in Hunk()
1159 ++common_; in PushLine()
1199 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader()
1205 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader()
1211 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon7ae9171b0211::Hunk
/external/epid-sdk/ext/gtest/
Dgtest-all.cc2581 common_() {} in Hunk()
2586 ++common_; in PushLine()
2626 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader()
2632 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader()
2638 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon383eb6e80211::Hunk

12