/external/libavc/decoder/ |
D | ih264d_mvpred.c | 87 (ps_mv_pred[LEFT]->i1_ref_frame[u1_B] == u1_ref_idx) in ih264d_get_motion_vector_predictor() 167 ps_mv_pred[LEFT] = &ps_dec->s_default_mv_pred; in ih264d_mbaff_mv_pred() 175 ps_mv_pred[LEFT] = (ps_mv_nmb - 1); in ih264d_mbaff_mv_pred() 203 ps_mv_pred[LEFT] = (ps_mvpred_l - uc_temp); in ih264d_mbaff_mv_pred() 204 pu0_scale[LEFT] = u1_is_cur_mb_fld - u1_is_left_mb_fld; in ih264d_mbaff_mv_pred() 277 ps_mvpred_tmp = ps_mv_pred[LEFT] - 4; in ih264d_mbaff_mv_pred() 281 ps_mvpred_tmp = ps_mv_pred[LEFT] + 16; in ih264d_mbaff_mv_pred() 304 ps_mv_pred[TOP] = ps_mv_pred[LEFT]; in ih264d_mbaff_mv_pred() 305 ps_mv_pred[TOP_R] = ps_mv_pred[LEFT]; in ih264d_mbaff_mv_pred() 306 pu0_scale[TOP] = pu0_scale[LEFT]; in ih264d_mbaff_mv_pred() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/ |
D | ModifierKey.java | 23 …COMMAND(Variant.NONE, "cmd"), CONTROL(Variant.PARENT, "ctrl"), CONTROL_LEFT(Variant.LEFT, "ctrl"),… 24 …"alt"), ALT_LEFT(Variant.LEFT, "alt"), ALT_RIGHT(Variant.RIGHT, "alt"), OPTION(Variant.PARENT, "op… 26 …Variant.NONE, "caps"), SHIFT(Variant.PARENT, "shift"), SHIFT_LEFT(Variant.LEFT, "shift"), SHIFT_RI… 90 … return ImmutableList.of(fromString(keyType + Variant.LEFT), fromString(keyType + Variant.RIGHT)); in children() 100 PARENT(""), LEFT("L"), RIGHT("R"), NONE(""); enumConstant 113 return this == LEFT ? RIGHT : this == RIGHT ? LEFT : this; in opposite()
|
/external/pdfium/core/fxcrt/ |
D | fx_bidi_unittest.cpp | 46 EXPECT_EQ(CFX_BidiChar::LEFT, info.direction); in TEST() 114 EXPECT_EQ(CFX_BidiChar::LEFT, info.direction); in TEST() 123 EXPECT_EQ(CFX_BidiChar::LEFT, bidi.OverallDirection()); in TEST() 131 EXPECT_EQ(CFX_BidiChar::LEFT, bidi.OverallDirection()); in TEST() 144 EXPECT_EQ(CFX_BidiChar::LEFT, bidi.OverallDirection()); in TEST() 160 EXPECT_EQ(CFX_BidiChar::LEFT, bidi.OverallDirection()); in TEST() 172 EXPECT_EQ(CFX_BidiChar::LEFT, it->direction); in TEST() 181 EXPECT_EQ(CFX_BidiChar::LEFT, bidi.OverallDirection()); in TEST() 193 EXPECT_EQ(CFX_BidiChar::LEFT, it->direction); in TEST() 249 EXPECT_EQ(CFX_BidiChar::LEFT, bidi.OverallDirection()); in TEST() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_stereo.c | 57 WORD32 *l_spec = ptr_aac_dec_channel_info[LEFT]->ptr_spec_coeff; in ixheaacd_ms_stereo_process() 60 ptr_aac_dec_channel_info[LEFT]->str_ics_info.window_group_length; in ixheaacd_ms_stereo_process() 68 &ptr_aac_dec_channel_info[LEFT]->pstr_stereo_info->ms_used[0][0]; in ixheaacd_ms_stereo_process() 71 win_grp < ptr_aac_dec_channel_info[LEFT]->str_ics_info.num_window_groups; in ixheaacd_ms_stereo_process() 77 for (sfb = 0; sfb < ptr_aac_dec_channel_info[LEFT]->str_ics_info.max_sfb; in ixheaacd_ms_stereo_process() 98 ptr_ms_used -= ptr_aac_dec_channel_info[LEFT]->str_ics_info.max_sfb; in ixheaacd_ms_stereo_process() 123 &ptr_aac_dec_channel_info[LEFT]->pstr_stereo_info->ms_used[0][0]; in ixheaacd_intensity_stereo_process() 128 WORD32 *l_spec = &ptr_aac_dec_channel_info[LEFT]->ptr_spec_coeff[0]; in ixheaacd_intensity_stereo_process()
|
D | ixheaacd_pns_js_thumb.c | 154 if (ixheaacd_is_correlation(ptr_aac_dec_channel_info[LEFT], in ixheaacd_pns_process() 157 ptr_aac_dec_channel_info[LEFT] in ixheaacd_pns_process() 159 ptr_aac_dec_channel_info[LEFT] in ixheaacd_pns_process() 164 &(ptr_aac_dec_channel_info[LEFT] in ixheaacd_pns_process() 171 &(ptr_aac_dec_channel_info[LEFT] in ixheaacd_pns_process() 180 &(ptr_aac_dec_channel_info[LEFT] in ixheaacd_pns_process()
|
/external/clang/test/Modules/ |
D | macros.c | 62 #ifdef LEFT 63 # error LEFT should not be visible 82 #ifndef LEFT 83 # error LEFT should be visible 111 #ifndef LEFT 112 # error LEFT should be visible
|
/external/python/cpython2/Lib/idlelib/ |
D | aboutDialog.py | 57 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) 83 buttonLicense.pack(side=LEFT, padx=10, pady=10) 87 buttonCopyright.pack(side=LEFT, padx=10, pady=10) 91 buttonCredits.pack(side=LEFT, padx=10, pady=10) 103 idle_about_b.pack(side=LEFT, padx=10, pady=10) 107 idle_news_b.pack(side=LEFT, padx=10, pady=10) 111 idle_credits_b.pack(side=LEFT, padx=10, pady=10)
|
D | CallTipWindow.py | 6 from Tkinter import Toplevel, Label, LEFT, SOLID, TclError 71 self.label = Label(tw, text=self.text, justify=LEFT, 138 from Tkinter import Toplevel, Text, LEFT, BOTH 145 text.pack(side=LEFT, fill=BOTH, expand=1)
|
/external/python/cpython3/Lib/idlelib/ |
D | help_about.py | 9 from tkinter import SUNKEN, TOP, BOTTOM, LEFT, X, BOTH, W, EW, NSEW, E 85 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) 112 self.py_license.pack(side=LEFT, padx=10, pady=10) 116 self.py_copyright.pack(side=LEFT, padx=10, pady=10) 120 self.py_credits.pack(side=LEFT, padx=10, pady=10) 135 self.readme.pack(side=LEFT, padx=10, pady=10) 139 self.idle_news.pack(side=LEFT, padx=10, pady=10) 143 self.idle_credits.pack(side=LEFT, padx=10, pady=10)
|
/external/droiddriver/src/io/appium/droiddriver/scroll/ |
D | Direction.java | 19 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.LEFT; 68 LEFT { enumConstant 82 return LEFT; in reverse() 97 private final PhysicalDirection[] directions = {LEFT, RIGHT}; 139 return LEFT;
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | menu-all-types-of-entries.py | 59 Command_button.pack(side=LEFT, padx="2m") 104 Cascade_button.pack(side=LEFT, padx="2m") 144 Checkbutton_button.pack(side=LEFT, padx='2m') 187 Radiobutton_button.pack(side=LEFT, padx='2m') 214 Dummy_button.pack(side=LEFT, padx='2m')
|
D | slider-demo-1.py | 26 self.slider.pack(side=LEFT) 27 self.reset.pack(side=LEFT) 28 self.QUIT.pack(side=LEFT, fill=BOTH)
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | dialog.py | 32 bm.pack(side=LEFT, padx='3m', pady='3m') 44 bd.pack(side=LEFT, expand=1, padx='3m', pady='2m') 46 b.pack (in_=bd, side=LEFT, 49 b.pack (side=LEFT, expand=1,
|
D | ss1.py | 10 LEFT, CENTER, RIGHT = "LEFT", "CENTER", "RIGHT" variable 18 align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust} 20 align2xml = {LEFT: "left", CENTER: "center", RIGHT: "right"} 21 xml2align = {"left": LEFT, "center": CENTER, "right": RIGHT} 23 align2anchor = {LEFT: "w", CENTER: "center", RIGHT: "e"} 171 assert alignment in (LEFT, CENTER, RIGHT) 175 alignment = LEFT 190 text, alignment = full.get((x, y)) or ("", LEFT) 299 self.alignment or LEFT) 329 assert alignment in (LEFT, CENTER, RIGHT) [all …]
|
/external/python/cpython2/Tools/unicode/python-mappings/ |
D | KOI8-U.TXT | 75 0x28 0x0028 # LEFT PARENTHESIS 126 0x5B 0x005B # LEFT SQUARE BRACKET 158 0x7B 0x007B # LEFT CURLY BRACKET 166 0x83 0x2510 # BOX DRAWINGS LIGHT DOWN AND LEFT 168 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT 170 0x87 0x2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT 177 0x8E 0x258C # LEFT HALF BLOCK 202 #0xA6 0x2555 # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE 204 #0xA7 0x2556 # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE 206 0xA8 0x2557 # BOX DRAWINGS DOUBLE DOWN AND LEFT [all …]
|
/external/python/cpython3/Tools/unicode/python-mappings/ |
D | KOI8-U.TXT | 75 0x28 0x0028 # LEFT PARENTHESIS 126 0x5B 0x005B # LEFT SQUARE BRACKET 158 0x7B 0x007B # LEFT CURLY BRACKET 166 0x83 0x2510 # BOX DRAWINGS LIGHT DOWN AND LEFT 168 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT 170 0x87 0x2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT 177 0x8E 0x258C # LEFT HALF BLOCK 202 #0xA6 0x2555 # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE 204 #0xA7 0x2556 # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE 206 0xA8 0x2557 # BOX DRAWINGS DOUBLE DOWN AND LEFT [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | ScrolledText.py | 17 from Tkconstants import RIGHT, LEFT, Y, BOTH 27 self.pack(side=LEFT, fill=BOTH, expand=True) 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
/external/python/cpython3/Lib/tkinter/ |
D | scrolledtext.py | 17 from tkinter.constants import RIGHT, LEFT, Y, BOTH 27 self.pack(side=LEFT, fill=BOTH, expand=True) 49 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
/external/snakeyaml/src/test/resources/issues/ |
D | issue103.yaml | 4 - &LEFT { x: 0, y: 2 } 22 << : *LEFT
|
/external/python/cpython3/Tools/pynche/ |
D | DetailsViewer.py | 142 self.__down25.pack(expand=YES, fill=X, side=LEFT) 143 self.__down10.pack(expand=YES, fill=X, side=LEFT) 144 self.__down1.pack(expand=YES, fill=X, side=LEFT) 145 self.__up1.pack(expand=YES, fill=X, side=LEFT) 146 self.__up10.pack(expand=YES, fill=X, side=LEFT) 147 self.__up25.pack(expand=YES, fill=X, side=LEFT)
|
/external/python/cpython2/Tools/pynche/ |
D | DetailsViewer.py | 142 self.__down25.pack(expand=YES, fill=X, side=LEFT) 143 self.__down10.pack(expand=YES, fill=X, side=LEFT) 144 self.__down1.pack(expand=YES, fill=X, side=LEFT) 145 self.__up1.pack(expand=YES, fill=X, side=LEFT) 146 self.__up10.pack(expand=YES, fill=X, side=LEFT) 147 self.__up25.pack(expand=YES, fill=X, side=LEFT)
|
/external/u-boot/lib/ |
D | vsprintf.c | 144 #define LEFT 16 /* left justified */ macro 173 if (type & LEFT) in number() 225 if (!(type & (ZEROPAD + LEFT))) { in number() 239 if (!(type & LEFT)) { in number() 267 if (!(flags & LEFT)) in string() 287 if (!(flags & LEFT)) in string16() 540 flags |= LEFT; in vsnprintf_internal() 566 flags |= LEFT; in vsnprintf_internal() 602 if (!(flags & LEFT)) { in vsnprintf_internal()
|
/external/python/cpython2/Demo/tix/samples/ |
D | CmpImg.py | 189 hdd.pack(side=Tix.LEFT, padx=10, pady=10, fill=Tix.Y, expand=1) 190 net.pack(side=Tix.LEFT, padx=10, pady=10, fill=Tix.Y, expand=1) 191 close.pack(side=Tix.LEFT, padx=10, pady=10, fill=Tix.Y, expand=1)
|
/external/libvterm/src/encoding/ |
D | DECdrawing.tbl | 11 6/10 = U+2518 # BOX DRAWINGS LIGHT UP AND LEFT (bottom-right corner) 12 6/11 = U+2510 # BOX DRAWINGS LIGHT DOWN AND LEFT (top-right corner) 22 7/5 = U+2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 156 widget.pack(expand=expand, fill=fill, side=LEFT) 178 widget.pack(expand=expand, fill=fill, side=LEFT) 202 widget.pack(expand=expand, fill=fill, side=LEFT) 227 label.pack(side=LEFT) 233 entry.pack(side=LEFT, fill=X, expand=1) 261 label.pack(side=LEFT)
|