Home
last modified time | relevance | path

Searched refs:Picker (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/test/core/util/
Dtest_lb_policies.cc114 class Picker : public SubchannelPicker { class in grpc_core::__anon2e2351090111::TestPickArgsLb
116 Picker(std::unique_ptr<SubchannelPicker> delegate_picker, in Picker() function in grpc_core::__anon2e2351090111::TestPickArgsLb::Picker
148 state, absl::make_unique<Picker>(std::move(picker), cb_)); in UpdateState()
220 class Picker : public SubchannelPicker { class in grpc_core::__anon2e2351090111::InterceptRecvTrailingMetadataLoadBalancingPolicy
222 Picker(std::unique_ptr<SubchannelPicker> delegate_picker, in Picker() function in grpc_core::__anon2e2351090111::InterceptRecvTrailingMetadataLoadBalancingPolicy::Picker
258 state, absl::make_unique<Picker>(std::move(picker), cb_)); in UpdateState()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc153 class Picker : public SubchannelPicker { class in grpc_core::__anon65bdd18b0111::RoundRobin
155 Picker(RoundRobin* parent, RoundRobinSubchannelList* subchannel_list);
185 RoundRobin::Picker::Picker(RoundRobin* parent, in Picker() function in grpc_core::__anon65bdd18b0111::RoundRobin::Picker
208 RoundRobin::PickResult RoundRobin::Picker::Pick(PickArgs /*args*/) { in Pick()
326 GRPC_CHANNEL_READY, absl::Status(), absl::make_unique<Picker>(p, this)); in MaybeUpdateRoundRobinConnectivityStateLocked()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h44 latency_sort Picker; variable
47 LatencyPriorityQueue() : Picker(this) { in LatencyPriorityQueue()
DResourcePriorityQueue.h58 resource_sort Picker; variable
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc202 class Picker : public SubchannelPicker { class in grpc_core::__anon93b706d90111::XdsClusterImplLb
204 Picker(XdsClusterImplLb* xds_cluster_impl_lb,
277 XdsClusterImplLb::Picker::Picker(XdsClusterImplLb* xds_cluster_impl_lb, in Picker() function in grpc_core::__anon93b706d90111::XdsClusterImplLb::Picker
292 LoadBalancingPolicy::PickResult XdsClusterImplLb::Picker::Pick( in Pick()
462 auto drop_picker = absl::make_unique<Picker>(this, picker_); in MaybeUpdatePickerLocked()
476 auto drop_picker = absl::make_unique<Picker>(this, picker_); in MaybeUpdatePickerLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc111 class Picker : public SubchannelPicker { class in grpc_core::__anone2d69b450111::PickFirst
113 explicit Picker(RefCountedPtr<SubchannelInterface> subchannel) in Picker() function in grpc_core::__anone2d69b450111::PickFirst::Picker
353 absl::make_unique<Picker>(subchannel()->Ref())); in ProcessConnectivityChangeLocked()
455 absl::make_unique<Picker>(subchannel()->Ref())); in ProcessUnselectedReadyLocked()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp125 if (Picker(*Best, *I)) in pop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1840 static SUnit *popFromQueueImpl(std::vector<SUnit *> &Q, SF &Picker) { in popFromQueueImpl() argument
1843 if (Picker(*Best, *I)) in popFromQueueImpl()
1853 SUnit *popFromQueue(std::vector<SUnit *> &Q, SF &Picker, ScheduleDAG *DAG) { in popFromQueue() argument
1856 reverse_sort<SF> RPicker(Picker); in popFromQueue()
1861 return popFromQueueImpl(Q, Picker); in popFromQueue()
1873 SF Picker; member in __anon1be34ab80311::RegReductionPriorityQueue
1884 Picker(this) {} in RegReductionPriorityQueue()
1889 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle()); in isReady()
1895 SUnit *V = popFromQueue(Queue, Picker, scheduleDAG); in pop()
1904 SF DumpPicker = Picker; in dump()
DResourcePriorityQueue.cpp44 : Picker(this), InstrItins(IS->MF->getSubtarget().getInstrItineraryData()) { in ResourcePriorityQueue()
604 if (Picker(*Best, *I)) in pop()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc331 class Picker : public SubchannelPicker { class in grpc_core::__anone44b111d0111::GrpcLb
333 Picker(RefCountedPtr<Serverlist> serverlist, in Picker() function in grpc_core::__anone44b111d0111::GrpcLb::Picker
608 GrpcLb::PickResult GrpcLb::Picker::Pick(PickArgs args) { in Pick()
723 absl::make_unique<Picker>(std::move(serverlist), std::move(picker), in UpdateState()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_picker_demo.dart246 middle: const Text('Picker'),
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dpicker_test.dart11 testWidgets('Picker respects theme styling', (WidgetTester tester) async {
Ddate_picker_test.dart613 group('Picker handles initial noon/midnight times', () {
/third_party/gettext/gettext-tools/tests/
Dxgettext-glade-1582 <label>Colour Picker</label>
608 <label>Font Picker</label>
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt721 - Demo: The "Color Picker with Palette" demo supports drag and drop. (#143)
855 …ave lots of available flags! Check and run the demo window, under "Color/Picker Widgets", to under…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1313 - Debug, Metrics: Added "Tools->Item Picker" tool which allow clicking on a widget to break in the …
2400 - Demo: The "Color Picker with Palette" demo supports drag and drop. (#143)
2534 …ave lots of available flags! Check and run the demo window, under "Color/Picker Widgets", to under…