Home
last modified time | relevance | path

Searched refs:justify (Results 1 – 25 of 72) sorted by relevance

123

/external/apache-commons-bcel/docs/
Dclassfile.mdl598 justify 0
619 justify 0
640 justify 0
689 justify 0
705 justify 0
746 justify 0
762 justify 0
783 justify 0
804 justify 0
825 justify 0
[all …]
Dgeneric.mdl649 justify 0
670 justify 0
699 justify 0
728 justify 0
749 justify 0
780 justify 0
857 justify 0
878 justify 0
899 justify 0
980 justify 0
[all …]
/external/jemalloc_new/include/jemalloc/internal/
Demitter.h40 emitter_justify_t justify; member
120 emitter_justify_t justify, int width) { in emitter_gen_fmt() argument
122 if (justify == emitter_justify_none) { in emitter_gen_fmt()
125 } else if (justify == emitter_justify_left) { in emitter_gen_fmt()
144 emitter_print_value(emitter_t *emitter, emitter_justify_t justify, int width, in emitter_print_value() argument
159 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width); \ in emitter_print_value()
164 emitter_gen_fmt(fmt, FMT_SIZE, "s", justify, width); in emitter_print_value()
188 emitter_gen_fmt(fmt, FMT_SIZE, "s", justify, width); in emitter_print_value()
429 emitter_print_value(emitter, col->justify, col->width, in emitter_table_row()
/external/jemalloc_new/src/
Dstats.c99 name->justify = emitter_justify_left; in mutex_stats_init_cols()
111 col->justify = emitter_justify_right; \ in mutex_stats_init_cols()
236 col_##name.justify = emitter_justify_##left_or_right; \ in stats_arena_bins_print()
241 header_col_##name.justify = emitter_justify_##left_or_right; \ in stats_arena_bins_print()
426 header_##name.justify = emitter_justify_##left_or_right; \ in stats_arena_lextents_print()
433 col_##name.justify = emitter_justify_##left_or_right; \ in stats_arena_lextents_print()
599 decay_type.justify = emitter_justify_right; in stats_arena_print()
606 decay_time.justify = emitter_justify_right; in stats_arena_print()
613 decay_npages.justify = emitter_justify_right; in stats_arena_print()
620 decay_sweeps.justify = emitter_justify_right; in stats_arena_print()
[all …]
/external/python/cpython3/Lib/idlelib/
Dconfig_key.py122 basic_keys = Label(self.frame_keyseq_basic, justify='left',
144 help_basic = Label(self.frame_controls_basic, justify='left',
173 advanced_title = Label(self.frame_keyseq_advanced, justify='left',
184 help_advanced = Label(self.frame_help_advanced, justify='left',
Dhelp_about.py85 byline = Label(frame_background, text=byline_text, justify=LEFT,
89 justify=LEFT, fg=self.fg, bg=self.bg)
93 justify=LEFT, fg=self.fg, bg=self.bg)
Dquery.py92 entrylabel = Label(frame, anchor='w', justify='left',
232 pathlabel = Label(frame, anchor='w', justify='left',
Dtooltip.py161 label = Label(self.tipwindow, text=self.text, justify=LEFT,
Dcalltip_w.py82 self.label = Label(self.tipwindow, text=self.text, justify=LEFT,
/external/python/cpython2/Lib/idlelib/
DkeybindingDialog.py80 labelKeysBasic = Label(self.frameKeySeqBasic,justify=LEFT,
93 labelFnAdvice=Label(self.frameControlsBasic,justify=LEFT,
113 labelTitleAdvanced = Label(self.frameKeySeqAdvanced,justify=LEFT,
120 labelHelpAdvanced=Label(self.frameHelpAdvanced,justify=LEFT,
DaboutDialog.py57 labelDesc = Label(frameBg, text=byline, justify=LEFT,
61 justify=LEFT, fg=self.fg, bg=self.bg)
66 justify=LEFT, fg=self.fg, bg=self.bg)
DconfigHelpSourceEdit.py53 labelMenu = Label(self.frameMain, anchor=W, justify=LEFT,
58 labelPath = Label(self.frameMain, anchor=W, justify=LEFT,
DToolTip.py52 label = Label(self.tipwindow, text=text, justify=LEFT,
DconfigSectionNameDialog.py46 self.messageInfo = Message(self.frameMain, anchor=W, justify=LEFT,
DCodeContext.py74 anchor=W, justify=LEFT,
DCallTipWindow.py71 self.label = Label(tw, text=self.text, justify=LEFT,
/external/ImageMagick/www/assets/
Dmagick.css6justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-…
/external/lua/doc/
Dlua.css9 text-align: justify ;
132 text-align: justify ;
/external/python/cpython3/Tools/pynche/
DChipViewer.py45 relief=FLAT, justify=CENTER, state=DISABLED,
51 relief=FLAT, justify=CENTER, state=DISABLED,
/external/python/cpython2/Tools/pynche/
DChipViewer.py45 relief=FLAT, justify=CENTER, state=DISABLED,
51 relief=FLAT, justify=CENTER, state=DISABLED,
/external/python/httplib2/doc/html/_static/
Ddefault.css122 text-align: justify;
161 text-align: justify;
/external/boringssl/src/util/
Ddoc.css5 text-align: justify;
/external/eigen/doc/
Deigendoxy.css21 text-align:justify;
26 text-align:justify;
/external/python/cpython2/Demo/tkinter/ttk/
Dtreeview_multicolumn.py46 msg = ttk.Label(wraplength="4i", justify="left", anchor="n",
/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py197 w = Label(master, text=self.prompt, justify=LEFT)

123