Home
last modified time | relevance | path

Searched full:screen (Results 1 – 25 of 2175) sorted by relevance

12345678910>>...87

/third_party/boost/libs/date_time/xmldoc/
Dformat_flags.xml34 <entry valign="top" morerows="1"><screen>%a</screen></entry>
38 <entry><screen>"Mon" => Monday</screen></entry>
42 <entry valign="top" morerows="1"><screen>%A</screen></entry>
46 <entry><screen>"Monday"</screen></entry>
50 <entry valign="top" morerows="1"><screen>%b</screen></entry>
54 <entry><screen>"Feb" => February</screen></entry>
58 <entry valign="top" morerows="1"><screen>%B</screen></entry>
62 <entry><screen>"February"</screen></entry>
66 <entry valign="top" morerows="1"><screen>%c !</screen></entry>
70 <entry><screen></screen></entry>
[all …]
Ddate_class.xml72 <entry valign="top" morerows="1"><screen>date(greg_year, greg_month, greg_day)</screen></entry>
76 <entry><screen>date d(2002,Jan,10);</screen></entry>
80 <entry valign="top" morerows="1"><screen>date(date d)</screen></entry>
84 <entry><screen>date d1(d);</screen></entry>
88 <entry valign="top" morerows="1"><screen>date(special_values sv)</screen></entry>
92 <entry><screen>date d1(neg_infin);
96 date d5(min_date_time);</screen></entry>
100 <entry valign="top" morerows="1"><screen>date()</screen></entry>
104 <entry><screen>date d; // d =&gt; not_a_date_time</screen></entry>
125 <entry valign="top" morerows="1"><screen>date from_string(std::string)</screen></entry>
[all …]
Ddate_facet.xml35 <entry valign="top"><screen>date_facet()</screen></entry>
39 <entry valign="top"><screen>date_facet(...)
42 input_collection_type</screen></entry>
46 <entry valign="top"><screen>date_facet(...)
51 date_gen_formatter_type</screen></entry>
75 <entry valign="top" morerows="1"><screen>void format(char_type*)</screen></entry>
79 <entry><screen>date_facet* f = new date_facet();
80 f->format("%m %d %Y");</screen></entry>
84 <entry valign="top" morerows="1"><screen>void set_iso_format()</screen></entry>
88 <entry><screen>f->set_iso_format();
[all …]
Ddate_input_facet.xml35 <entry valign="top"><screen>date_input_facet()</screen></entry>
39 <entry valign="top"><screen>date_input_facet(string_type format)</screen></entry>
43 <entry valign="top"><screen>date_input_facet(...)
49 date_gen_parser_type</screen></entry>
73 <entry valign="top" morerows="1"><screen>void format(char_type*)</screen></entry>
77 <entry><screen>date_input_facet* f =
79 f->format("%m %d %Y");</screen></entry>
83 <entry valign="top" morerows="1"><screen>void set_iso_format()</screen></entry>
87 <entry><screen>f->set_iso_format();
88 // "%Y%m%d"</screen></entry>
[all …]
Dptime_class.xml60 <entry valign="top" morerows="1"><screen>ptime(date,time_duration)</screen></entry>
64 <entry><screen>ptime t1(date(2002,Jan,10),
67 hours(1)+nanosec(5));</screen>
72 <entry valign="top" morerows="1"><screen>ptime(ptime)</screen></entry>
76 <entry><screen>ptime t3(t1)</screen></entry>
80 <entry valign="top" morerows="1"><screen>ptime(special_values sv)</screen></entry>
84 <entry><screen>ptime d1(neg_infin);
88 ptime d5(min_date_time);</screen></entry>
92 <entry valign="top" morerows="1"><screen>ptime;</screen></entry>
96 <entry><screen>ptime p; // p =&gt; not_a_date_time</screen></entry>
[all …]
Dtime_duration.xml90 <entry valign="top" morerows="1"><screen>time_duration(hours,
93 fractional_seconds)</screen></entry>
97 <entry><screen>time_duration td(1,2,3,9);
106 // td3 => "01:02:03.000001000"</screen></entry>
110 <entry valign="top"><screen>time_duration(special_value sv)</screen></entry>
111 …eans, the following accessor functions will give unpredictable results: <screen>hours(), minutes()…
114 total_seconds()</screen>The remaining accessor functions will work as expected.</entry>
139 <entry valign="top" morerows="1"><screen>hours(long)</screen></entry>
143 <entry><screen>time_duration td = hours(3);</screen></entry>
147 <entry valign="top" morerows="1"><screen>minutes(long)</screen></entry>
[all …]
Ddate_period.xml56 <entry valign="top" morerows="1"><screen>date_period(date, date)</screen></entry>
60 <entry><screen>date_period dp(date(2002,Jan,10),
61 date(2002,Jan,12));</screen></entry>
65 <entry valign="top" morerows="1"><screen>date_period(date, days)</screen></entry>
69 <entry><screen>date_period dp(date(2002,Jan,10),
70 days(2));</screen></entry>
74 <entry valign="top" morerows="1"><screen>date_period(date_period)</screen></entry>
78 <entry><screen>date_period dp1(dp);</screen></entry>
101 <entry valign="top" morerows="1"><screen>date_period shift(days)</screen></entry>
106 <screen>
[all …]
Dio_objects.xml28 <screen>[2003-Jan-01/2003-Dec-31] &lt;-- period holding 365 days
29 [2003-Jan-01/2004-Jan-01) &lt;-- period holding 365 days</screen>
58 <entry valign="top"><screen>period_formatter(...)
64 char_type*</screen></entry>
84 … <entry valign="top" morerows="1"><screen>range_display_options range_option()</screen></entry>
88 <entry><screen></screen></entry>
92 <entry valign="top" morerows="1"><screen>void range_option(...)
94 range_display_options</screen></entry>
98 <entry><screen></screen></entry>
102 <entry valign="top" morerows="1"><screen>void delimiter_strings(...)
[all …]
Dlocal_date_time.xml53 <entry valign="top"><screen>local_microsec_clock(...)
57 time_zone_ptr</screen></entry>
58 <entry><screen>time_zone_ptr zone(
63 zone);</screen>
67 <entry valign="top"><screen>local_sec_clock(...)
71 time_zone_ptr</screen></entry>
72 <entry><screen>time_zone_ptr zone(
76 local_sec_clock::local_time(zone);</screen>
112 <entry valign="top" morerows="1"><screen>local_date_time(...)
115 time_zone_ptr</screen></entry>
[all …]
Dcustom_time_zone.xml58 <entry valign="top"><screen>custom_time_zone(...)
63 <link linkend="date_time.local_time.dst_calc_rules">dst_rules</link> </screen></entry>
87 <entry valign="top" morerows="1"><screen>std::string dst_zone_abbrev()</screen></entry>
91 <entry><screen>nyc_zone_sh_ptr->dst_zone_abbrev();
92 // "EDT"</screen></entry>
96 <entry valign="top" morerows="1"><screen>std::string std_zone_abbrev()</screen></entry>
100 <entry><screen>nyc_zone_sh_ptr->std_zone_abbrev();
101 // "EST"</screen></entry>
105 <entry valign="top" morerows="1"><screen>std::string dst_zone_name()</screen></entry>
109 <entry><screen>nyc_zone_sh_ptr->dst_zone_name();
[all …]
Dtime_period.xml57 <entry valign="top" morerows="1"><screen>time_period(ptime,
58 ptime)</screen></entry>
62 <entry><screen>date d(2002,Jan,01);
65 time_period tp(t1, t2);</screen>
70 <entry valign="top" morerows="1"><screen>time_period(ptime,
71 time_duration)</screen></entry>
75 <entry><screen>date d(2002,Jan,01);
77 time_period tp(t, hours(3));</screen>
82 <entry valign="top" morerows="1"><screen>time_period(time_period rhs)</screen></entry>
86 <entry><screen>time_period tp1(tp);</screen></entry>
[all …]
Dlocal_time_period.xml52 <entry valign="top" morerows="1"><screen>local_time_period(...)
55 local_date_time end</screen></entry>
59 <entry><screen>time_zone_ptr
66 local_time_period ltp(beg, end);</screen>
71 <entry valign="top" morerows="1"><screen>local_time_period(...)
74 time_duration length</screen></entry>
78 <entry><screen>time_zone_ptr
83 local_time_period ltp(beg, hours(24));</screen>
88 … <entry valign="top" morerows="1"><screen>local_time_period(local_time_period rhs)</screen></entry>
92 <entry><screen>local_time_period ltp1(ltp);</screen></entry>
[all …]
Ddate_duration.xml52 <entry valign="top" morerows="1"><screen>date_duration(long)</screen></entry>
56 <entry><screen>date_duration dd(3); //3 days</screen></entry>
60 <entry valign="top" morerows="1"><screen>days(special_values sv)</screen></entry>
64 <entry><screen>days dd1(neg_infin);
68 days dd5(min_date_time);</screen></entry>
90 <entry valign="top" morerows="1"><screen>long days() const</screen></entry>
94 <entry><screen>date_duration dd(3); dd.days() --> 3</screen></entry>
98 <entry valign="top" morerows="1"><screen>bool is_negative() const</screen></entry>
102 <entry><screen>date_duration dd(-1); dd.is_negative() --> true</screen></entry>
106 <entry valign="top" morerows="1"><screen>static date_duration unit()</screen></entry>
[all …]
Ddate_algorithms.xml52 <entry valign="top" morerows="1"><screen>year_based_generator
53 date get_date(greg_year year)</screen></entry>
61 <entry valign="top" morerows="1"><screen>last_day_of_the_week_in_month(greg_weekday,
63 date get_date(greg_year year)</screen></entry>
67 <entry><screen>last_day_of_the_week_in_month lwdm(Monday,Jan);
69 //2002-Jan-28</screen>
74 <entry valign="top" morerows="1"><screen>first_day_of_the_week_in_month(greg_weekday,
76 date get_date(greg_year year)</screen></entry>
80 <entry><screen>first_day_of_the_week_in_month fdm(Monday,Jan);
82 //2002-Jan-07</screen>
[all …]
Dtime_input_facet.xml35 <entry valign="top"><screen>time_input_facet()</screen></entry>
39 <entry valign="top"><screen>time_input_facet(string_type)</screen></entry>
43 <entry valign="top"><screen>time_input_facet(...)
49 date_gen_parser_type</screen></entry>
75 <entry valign="top" morerows="1"><screen>void set_iso_format()</screen></entry>
79 <entry><screen>f->set_iso_format();
81 "20051225T132536.789-0700"</screen></entry>
85 <entry valign="top" morerows="1"><screen>void set_iso_extended_format()</screen></entry>
89 <entry><screen>f->set_iso_extended_format();
91 "2005-12-25 13:25:36.789 -07:00"</screen></entry>
[all …]
Dtime_facet.xml35 <entry valign="top"><screen>time_facet()</screen></entry>
39 <entry valign="top"><screen>time_facet(...)
44 date_gen_formatter_type</screen></entry>
69 <entry valign="top" morerows="1"><screen>void time_duration_format(...)
71 char_type*</screen></entry>
75 <entry><screen>f->time_duration_format("%+%H:%M");
81 </screen></entry>
85 <entry valign="top" morerows="1"><screen>void set_iso_format()</screen></entry>
89 <entry><screen>f->set_iso_format();
90 // "%Y%m%dT%H%M%S%F%q"</screen></entry>
[all …]
Dposix_time_zone.xml104 <entry valign="top"><screen>posix_time_zone(std::string)</screen></entry>
105 <entry><screen>std::string nyc("EST-5EDT,M4.1.0,M10.5.0");
106 time_zone_ptr zone(new posix_time_zone(nyc));</screen>
130 <entry valign="top" morerows="1"><screen>std::string dst_zone_abbrev()</screen></entry>
134 <entry><screen>nyc_zone_sh_ptr-&gt;dst_zone_abbrev(); // "EDT"</screen></entry>
138 <entry valign="top" morerows="1"><screen>std::string std_zone_abbrev()</screen></entry>
142 <entry><screen>nyc_zone_sh_ptr-&gt;std_zone_abbrev(); // "EST"</screen></entry>
146 <entry valign="top" morerows="1"><screen>std::string dst_zone_name()</screen></entry>
150 <entry><screen>nyc_zone_sh_ptr-&gt;dst_zone_name(); // "EDT"</screen></entry>
154 <entry valign="top" morerows="1"><screen>std::string std_zone_name()</screen></entry>
[all …]
Dtime_zone_base.xml60 <entry valign="top"><screen>
61 string_type dst_zone_abbrev();</screen></entry>
65 <entry valign="top"><screen>
66 string_type std_zone_abbrev();</screen></entry>
70 <entry valign="top"><screen>
71 string_type dst_zone_name();</screen></entry>
75 <entry valign="top"><screen>
76 string_type std_zone_name();</screen></entry>
80 <entry valign="top"><screen>bool has_dst();</screen></entry>
84 <entry valign="top"><screen>
[all …]
/third_party/libdrm/tests/kms/
Dlibkms-test-screen.c29 static void kms_screen_probe(struct kms_screen *screen) in kms_screen_probe() argument
31 struct kms_device *device = screen->device; in kms_screen_probe()
34 con = drmModeGetConnector(device->fd, screen->id); in kms_screen_probe()
38 screen->type = con->connector_type; in kms_screen_probe()
41 screen->connected = true; in kms_screen_probe()
43 screen->connected = false; in kms_screen_probe()
46 memcpy(&screen->mode, &con->modes[0], sizeof(drmModeModeInfo)); in kms_screen_probe()
48 screen->width = screen->mode.hdisplay; in kms_screen_probe()
49 screen->height = screen->mode.vdisplay; in kms_screen_probe()
56 struct kms_screen *screen; in kms_screen_create() local
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c42 SDL_Surface *screen; variable
57 void setpix(SDL_Surface *screen, float _x, float _y, unsigned int col) in setpix() argument
66 if(x < 0 || x >= screen->w) return; in setpix()
67 if(y < 0 || y >= screen->h) return; in setpix()
69 pixmem32 = (Uint32*) screen->pixels + y*screen->pitch/BPP + x; in setpix()
71 SDL_memcpy(&colour,pixmem32,screen->format->BytesPerPixel); in setpix()
73 SDL_GetRGB(colour,screen->format,&r,&g,&b); in setpix()
81 colour = SDL_MapRGB( screen->format,r, g, b); in setpix()
87 void drawLine(SDL_Surface *screen,float x0,float y0,float x1,float y1,unsigned int col) { in drawLine() argument
90 setpix(screen,x1+t*(x0-x1),y1+t*(y0-y1),col); in drawLine()
[all …]
/third_party/pulseaudio/src/utils/
Dpax11publish.c43 int c, ret = 1, screen = 0; in main() local
96 if (!(xcb = xcb_connect(dname, &screen))) { in main()
109 if (pa_x11_get_prop(xcb, screen, "PULSE_SERVER", t, sizeof(t))) in main()
111 if (pa_x11_get_prop(xcb, screen, "PULSE_SOURCE", t, sizeof(t))) in main()
113 if (pa_x11_get_prop(xcb, screen, "PULSE_SINK", t, sizeof(t))) in main()
115 if (pa_x11_get_prop(xcb, screen, "PULSE_COOKIE", t, sizeof(t))) in main()
123 if (pa_x11_get_prop(xcb, screen, "PULSE_SERVER", t, sizeof(t))) in main()
125 if (pa_x11_get_prop(xcb, screen, "PULSE_SOURCE", t, sizeof(t))) in main()
127 if (pa_x11_get_prop(xcb, screen, "PULSE_SINK", t, sizeof(t))) in main()
130 if (pa_x11_get_prop(xcb, screen, "PULSE_COOKIE", t, sizeof(t))) { in main()
[all …]
/third_party/ffmpeg/libavcodec/
Dccaption_dec.c213 struct Screen { struct
231 struct Screen screen[2]; argument
243 /* visible screen time */
294 ctx->screen[0].row_used = 0; in flush_decoder()
295 ctx->screen[1].row_used = 0; in flush_decoder()
317 static void write_char(CCaptionSubContext *ctx, struct Screen *screen, char ch) in write_char() argument
320 char *row = screen->characters[ctx->cursor_row]; in write_char()
321 char *font = screen->fonts[ctx->cursor_row]; in write_char()
322 char *charset = screen->charsets[ctx->cursor_row]; in write_char()
338 av_log(ctx, AV_LOG_WARNING, "Data Ignored since exceeding screen width\n"); in write_char()
[all …]
/third_party/e2fsprogs/ext2ed/doc/
Duser-guide.sgml148 When the configuration file processing is done, EXT2ED screen should appear
149 on the screen, with the command prompt <Literal remap="tt">ext2ed&#62;</Literal> displayed.
158 EXT2ED uses the <Emphasis>ncurses</Emphasis> library for screen management. Your screen
207 The command window is at the bottom of the screen. It always displays a
341 When loaded, EXT2ED will show a short help screen. This help screen can
342 always be retrieved by the command <Command>help</Command>. The help screen displays a
362 <Screen>
364 </Screen>
426 screen, under the section <Literal remap="tt">ext2 filesystem general commands</Literal>. In
498 <Screen>
[all …]
/third_party/XKeyboardConfig/compat/
Dxfree868 action = SwitchScreen(Screen=1, !SameServer);
11 action = SwitchScreen(Screen=2, !SameServer);
14 action = SwitchScreen(Screen=3, !SameServer);
17 action = SwitchScreen(Screen=4, !SameServer);
20 action = SwitchScreen(Screen=5, !SameServer);
23 action = SwitchScreen(Screen=6, !SameServer);
26 action = SwitchScreen(Screen=7, !SameServer);
29 action = SwitchScreen(Screen=8, !SameServer);
32 action = SwitchScreen(Screen=9, !SameServer);
35 action = SwitchScreen(Screen=10, !SameServer);
[all …]
/third_party/XKeyboardConfig/build/usr/local/share/X11/xkb/compat/
Dxfree868 action = SwitchScreen(Screen=1, !SameServer);
11 action = SwitchScreen(Screen=2, !SameServer);
14 action = SwitchScreen(Screen=3, !SameServer);
17 action = SwitchScreen(Screen=4, !SameServer);
20 action = SwitchScreen(Screen=5, !SameServer);
23 action = SwitchScreen(Screen=6, !SameServer);
26 action = SwitchScreen(Screen=7, !SameServer);
29 action = SwitchScreen(Screen=8, !SameServer);
32 action = SwitchScreen(Screen=9, !SameServer);
35 action = SwitchScreen(Screen=10, !SameServer);
[all …]

12345678910>>...87