Home
last modified time | relevance | path

Searched refs:picker (Results 1 – 25 of 62) sorted by relevance

123

/third_party/openssl/Configurations/
D10-main.conf178 CFLAGS => picker(debug => "-O0 -g",
194 CFLAGS => picker(default => "-Wall",
227 CFLAGS => add_before(picker(default => "-Wall",
248 CFLAGS => add_before(picker(default => "-Wall",
277 CFLAGS => add_before(picker(debug => "-g",
296 CFLAGS => add_before(picker(default => "-Wall",
330 CFLAGS => add_before(picker(debug => "-g",
375 CFLAGS => picker(debug => "-g -O0",
386 CFLAGS => picker(debug => "-g -O0",
397 CFLAGS => picker(debug => "-g -O0",
[all …]
D50-haiku.conf5 CFLAGS => add_before(picker(default => "-Wall",
22 CFLAGS => add(picker(release => "-fomit-frame-pointer")),
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Ddate_picker.dart12 import 'picker.dart';
21 // The density of a date picker is different from a generic picker.
35 // Lays out the date picker based on how much space each single column needs.
40 // The picker will be placed in the center, and the leftmost and rightmost
108 /// of the iOS-style date picker.
150 /// A date picker widget in iOS style.
152 /// There are several modes of the date picker listed in [CupertinoDatePickerMode].
157 /// Example of the picker in date mode:
162 /// Can be used with [showCupertinoModalPopup] to display the picker modally at
171 /// * [CupertinoTimerPicker], the class that implements the iOS-style timer picker.
[all …]
Dpicker.dart15 // Eyeballed values comparing with a native picker to produce the right
24 /// An iOS-styled picker.
29 /// Can be used with [showCupertinoModalPopup] to display the picker modally at the
39 /// * [ListWheelScrollView], the generic widget backing this picker without
43 /// Creates a picker from a concrete list of children.
55 /// the current picker index or for selecting an initial index value.
87 /// Creates a picker from an [IndexedWidgetBuilder] callback where the builder
128 /// Relative ratio between this picker's height and the simulated cylinder's diameter.
237 // background color makes the picker look odd.
Dlocalizations.dart137 /// The abbreviation for ante meridiem (before noon) shown in the time picker.
141 /// The abbreviation for post meridiem (after noon) shown in the time picker.
183 /// Label that appears next to the hour picker in
189 /// Label that appears next to the minute picker in
195 /// Label that appears next to the minute picker in
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddate_picker.dart31 /// Initial display mode of the date picker dialog.
33 /// Date picker UI mode for either showing a list of available years or a
39 /// date picker.
41 /// Show a date picker UI for choosing a month and day.
44 /// Show a date picker UI for choosing a year.
221 /// The day picker widget is rarely used directly. Instead, consider using
222 /// [showDatePicker], which creates a date picker dialog.
227 /// date picker.
229 /// time picker.
231 /// Creates a day picker.
[all …]
Dmaterial_localizations.dart130 /// The abbreviation for ante meridiem (before noon) shown in the time picker.
133 /// The abbreviation for post meridiem (after noon) shown in the time picker.
136 /// The text-to-speech announcement made when a time picker invoked using
137 /// [showTimePicker] is set to the hour picker mode.
140 /// The text-to-speech announcement made when a time picker invoked using
141 /// [showTimePicker] is set to the minute picker mode.
171 /// The format used to lay out the time picker.
218 /// picker invoked using [showDatePicker].
229 /// picker invoked using [showDatePicker], when accessibility mode is on.
240 /// in the date picker invoked using [showDatePicker].
[all …]
Dtime_picker.dart55 period, // AM/PM picker
60 /// Provides properties for rendering time picker header fragments.
130 /// An unbreakable part of the time picker header.
132 /// When the picker is laid out vertically, [fragments] of the piece are laid
135 /// Creates a time picker header piece.
157 /// Describes how the time picker header must be formatted.
182 /// Pieces that constitute a time picker header.
309 /// When tapped changes time picker dial mode to [_TimePickerMode.hour].
403 /// When tapped changes time picker dial mode to [_TimePickerMode.minute].
453 /// Provides time picker header layout configuration for the given
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc88 explicit ChildPickerWrapper(std::unique_ptr<SubchannelPicker> picker) in ChildPickerWrapper() argument
89 : picker_(std::move(picker)) {} in ChildPickerWrapper()
151 std::unique_ptr<SubchannelPicker> picker) override;
166 std::unique_ptr<SubchannelPicker> picker);
378 std::unique_ptr<SubchannelPicker> picker; in UpdateStateLocked() local
382 picker = absl::make_unique<WeightedPicker>(std::move(picker_list)); in UpdateStateLocked()
386 picker = in UpdateStateLocked()
395 picker = absl::make_unique<TransientFailurePicker>(error); in UpdateStateLocked()
398 std::move(picker)); in UpdateStateLocked()
518 std::unique_ptr<SubchannelPicker> picker) { in OnConnectivityStateUpdateLocked() argument
[all …]
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Ddate_picker_test.dart11 // scrolling by this offset will move the picker to the next item
15 group('Countdown timer picker', () {
164 testWidgets('width of picker is consistent', (WidgetTester tester) async {
203 testWidgets('picker honors minuteInterval and secondInterval', (WidgetTester tester) async {
235 group('Date picker', () {
262 final CupertinoDatePicker picker = CupertinoDatePicker(
265 expect(picker.initialDateTime, isNotNull);
286 // Drag the minute picker to the next slot (03 -> 06).
344 testWidgets('date picker has expected string', (WidgetTester tester) async {
366 testWidgets('datetime picker has expected string', (WidgetTester tester) async {
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc85 std::unique_ptr<SubchannelPicker> picker) in ChildPickerWrapper() argument
86 : name_(std::move(name)), picker_(std::move(picker)) {} in ChildPickerWrapper()
152 std::unique_ptr<SubchannelPicker> picker) override;
340 std::unique_ptr<SubchannelPicker> picker; in UpdateStateLocked() local
363 picker = absl::make_unique<ClusterPicker>(std::move(cluster_map)); in UpdateStateLocked()
368 picker = in UpdateStateLocked()
377 picker = absl::make_unique<TransientFailurePicker>(error); in UpdateStateLocked()
380 std::move(picker)); in UpdateStateLocked()
551 std::unique_ptr<SubchannelPicker> picker) { in UpdateState() argument
559 status.ToString().c_str(), picker.get()); in UpdateState()
[all …]
Dxds_routing.cc98 std::unique_ptr<SubchannelPicker> picker) in ChildPickerWrapper() argument
99 : name_(std::move(name)), picker_(std::move(picker)) {} in ChildPickerWrapper()
115 RefCountedPtr<ChildPickerWrapper> picker; member
168 std::unique_ptr<SubchannelPicker> picker) override;
347 return route.picker->Pick(args); in Pick()
467 std::unique_ptr<SubchannelPicker> picker; in UpdateStateLocked() local
474 route.picker = actions_[config_route.action]->picker_wrapper(); in UpdateStateLocked()
475 if (route.picker == nullptr) { in UpdateStateLocked()
482 route.picker = MakeRefCounted<ChildPickerWrapper>( in UpdateStateLocked()
488 picker = absl::make_unique<RoutePicker>(std::move(route_table), config_); in UpdateStateLocked()
[all …]
Dlrs.cc91 explicit RefCountedPicker(std::unique_ptr<SubchannelPicker> picker) in RefCountedPicker() argument
92 : picker_(std::move(picker)) {} in RefCountedPicker()
102 LoadReportingPicker(RefCountedPtr<RefCountedPicker> picker, in LoadReportingPicker() argument
104 : picker_(std::move(picker)), in LoadReportingPicker()
124 std::unique_ptr<SubchannelPicker> picker) override;
328 std::unique_ptr<SubchannelPicker> picker) { in UpdateState() argument
333 lrs_policy_.get(), ConnectivityStateName(state), picker.get()); in UpdateState()
337 lrs_policy_->picker_ = MakeRefCounted<RefCountedPicker>(std::move(picker)); in UpdateState()
Dxds_cluster_impl.cc193 explicit RefCountedPicker(std::unique_ptr<SubchannelPicker> picker) in RefCountedPicker() argument
194 : picker_(std::move(picker)) {} in RefCountedPicker()
205 RefCountedPtr<RefCountedPicker> picker);
230 std::unique_ptr<SubchannelPicker> picker) override;
278 RefCountedPtr<RefCountedPicker> picker) in Picker() argument
285 picker_(std::move(picker)) { in Picker()
573 std::unique_ptr<SubchannelPicker> picker) { in UpdateState() argument
581 status.ToString().c_str(), picker.get()); in UpdateState()
587 MakeRefCounted<RefCountedPicker>(std::move(picker)); in UpdateState()
Deds.cc106 explicit ChildPickerWrapper(std::unique_ptr<SubchannelPicker> picker) in ChildPickerWrapper() argument
107 : picker_(std::move(picker)) {} in ChildPickerWrapper()
137 std::unique_ptr<SubchannelPicker> picker) override;
268 std::unique_ptr<SubchannelPicker> picker) { in UpdateState() argument
274 eds_policy_.get(), ConnectivityStateName(state), picker.get()); in UpdateState()
279 MakeRefCounted<ChildPickerWrapper>(std::move(picker)); in UpdateState()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_picker_demo.dart14 static const String routeName = '/cupertino/picker';
25 // Value that is shown in the date picker in date mode.
28 // Value that is shown in the date picker in time mode.
31 // Value that is shown in the date picker in dateAndTime mode.
58 Widget _buildBottomPicker(Widget picker) {
73 child: picker,
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dcupertino_en.arb5 …"description": "Accessibility announcement for the selected hour on a time picker such as '5 o'clo…
12 …"description": "Accessibility announcement for the selected minute on a time picker such as '15 mi…
28 …"description": "The abbreviation for ante meridiem (before noon) shown in the time picker when it'…
33 …"description": "The abbreviation for post meridiem (after noon) shown in the time picker when it's…
38 "description": "A label shown in the date picker when the date is today."
Dmaterial_en.arb36 "description": "The tooltip for the month picker's 'next month' button."
41 "description": "The tooltip for the month picker's 'previous month' button."
148 …"description": "The abbreviation for ante meridiem (before noon) shown in the time picker. Transla…
153 …"description": "The abbreviation for post meridiem (after noon) shown in the time picker. Translat…
158 "description": "The audio announcement made when the time picker dialog is set to hour mode."
163 "description": "The audio announcement made when the time picker dialog is set to minute mode."
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc133 explicit RefCountedPicker(std::unique_ptr<SubchannelPicker> picker) in RefCountedPicker() argument
134 : picker_(std::move(picker)) {} in RefCountedPicker()
144 explicit RefCountedPickerWrapper(RefCountedPtr<RefCountedPicker> picker) in RefCountedPickerWrapper() argument
145 : picker_(std::move(picker)) {} in RefCountedPickerWrapper()
163 std::unique_ptr<SubchannelPicker> picker) override;
178 std::unique_ptr<SubchannelPicker> picker);
611 std::unique_ptr<SubchannelPicker> picker) { in OnConnectivityStateUpdateLocked() argument
617 picker.get()); in OnConnectivityStateUpdateLocked()
622 picker_wrapper_ = MakeRefCounted<RefCountedPicker>(std::move(picker)); in OnConnectivityStateUpdateLocked()
761 std::unique_ptr<SubchannelPicker> picker) { in UpdateState() argument
[all …]
/third_party/grpc/test/core/util/
Dtest_lb_policies.cc146 std::unique_ptr<SubchannelPicker> picker) override { in UpdateState() argument
148 state, absl::make_unique<Picker>(std::move(picker), cb_)); in UpdateState()
256 std::unique_ptr<SubchannelPicker> picker) override { in UpdateState() argument
258 state, absl::make_unique<Picker>(std::move(picker), cb_)); in UpdateState()
/third_party/flutter/flutter/packages/flutter_localizations/test/material/
Dtime_picker_test.dart51 return tester.getCenter(find.byKey(const Key('time-picker-dial')));
104 final Size size = tester.getSize(find.byKey(const Key('time-picker-dial')));
124 final Size size = tester.getSize(find.byKey(const Key('time-picker-dial')));
175 …final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey<String>('time-picker-dial'))…
189 …final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey<String>('time-picker-dial'))…
/third_party/node/doc/api/assets/
Dstyle.css181 li.version-picker {
185 li.version-picker:hover > a {
189 li.version-picker:hover > ol {
194 li.version-picker a span {
198 ol.version-picker {
210 #gtoc ol.version-picker li {
216 ol.version-picker li a {
224 ol.version-picker li:last-child a {
/third_party/node/doc/api_assets/
Dstyle.css181 li.version-picker {
185 li.version-picker:hover > a {
189 li.version-picker:hover > ol {
194 li.version-picker a span {
198 ol.version-picker {
210 #gtoc ol.version-picker li {
216 ol.version-picker li a {
224 ol.version-picker li:last-child a {
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Dchild_policy_handler.cc50 std::unique_ptr<SubchannelPicker> picker) override { in UpdateState() argument
73 std::move(picker)); in UpdateState()
/third_party/grpc/src/core/ext/filters/client_channel/
Dresolving_lb_policy.cc118 std::unique_ptr<SubchannelPicker> picker) override { in UpdateState() argument
120 parent_->channel_control_helper()->UpdateState(state, std::move(picker)); in UpdateState()

123