Home
last modified time | relevance | path

Searched refs:constraints_ (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/sdk/android/src/jni/pc/
Dsdp_observer.h32 MediaConstraints* constraints() { return constraints_.get(); } in constraints()
39 std::unique_ptr<MediaConstraints> constraints_; variable
49 MediaConstraints* constraints() { return constraints_.get(); } in constraints()
56 std::unique_ptr<MediaConstraints> constraints_; variable
Dsdp_observer.cc28 constraints_(std::move(constraints)) {} in CreateSdpObserverJni()
52 constraints_(std::move(constraints)) {} in SetSdpObserverJni()
Dpeer_connection.h122 const MediaConstraints* constraints() const { return constraints_.get(); } in constraints()
127 std::unique_ptr<MediaConstraints> constraints_; variable
Dpeer_connection.cc453 constraints_(std::move(constraints)) {} in OwnedPeerConnection()
/external/perfetto/src/trace_processor/sqlite/
Dquery_constraints.h86 const std::vector<Constraint>& constraints() const { return constraints_; } in constraints()
90 std::vector<Constraint>* mutable_constraints() { return &constraints_; } in mutable_constraints()
97 std::vector<Constraint> constraints_; variable
Dquery_constraints.cc68 constraints_.emplace_back(c); in AddConstraint()
82 str_result.append(std::to_string(constraints_.size())); in ToNewSqlite3String()
84 for (const auto& cs : constraints_) { in ToNewSqlite3String()
Ddb_sqlite_table.cc399 constraints_.resize(qc.constraints().size()); in Filter()
412 constraints_[constraints_pos++] = Constraint{col, *opt_op, value}; in Filter()
414 constraints_.resize(constraints_pos); in Filter()
442 db_sqlite_table_->generator_->ComputeTable(constraints_, orders_); in Filter()
453 for (const Constraint& c : constraints_) { in Filter()
524 RowMap filter_map = SourceTable()->FilterToRowMap(constraints_, optimize_for); in Filter()
Ddb_sqlite_table.h134 std::vector<Constraint> constraints_; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.h248 return constraints_.contains(channel_id); in IsChannelConstrained()
254 auto it = constraints_.find(channel_id); in LayoutShapeForChannel()
255 CHECK(it != constraints_.end()) << "Channel " << channel_id; in LayoutShapeForChannel()
263 auto it = constraints_.find(channel_id); in LayoutForChannel()
264 CHECK(it != constraints_.end()) << "Channel " << channel_id; in LayoutForChannel()
272 auto it = constraints_.emplace(std::make_pair(channel_id, layout)); in ConstrainChannel()
281 absl::flat_hash_map<int64, Layout> constraints_;
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h304 constraints_{} {} in LoopDependenceAnalysis()
383 constraints_.push_back( in make_constraint()
386 return constraints_.back().get(); in make_constraint()
464 std::list<std::unique_ptr<Constraint>> constraints_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h304 constraints_{} {} in LoopDependenceAnalysis()
383 constraints_.push_back( in make_constraint()
386 return constraints_.back().get(); in make_constraint()
464 std::list<std::unique_ptr<Constraint>> constraints_; variable