/third_party/ffmpeg/libavfilter/ |
H A D | vf_framepack.c | 42 #define RIGHT 1 macro 88 av_frame_free(&s->input_views[RIGHT]); in framepack_uninit() 102 if (width != ctx->inputs[RIGHT]->w || in config_output() 103 height != ctx->inputs[RIGHT]->h) { in config_output() 107 ctx->inputs[RIGHT]->w, ctx->inputs[RIGHT]->h); in config_output() 109 } else if (av_cmp_q(time_base, ctx->inputs[RIGHT]->time_base) != 0) { in config_output() 113 ctx->inputs[RIGHT]->time_base.num, in config_output() 114 ctx->inputs[RIGHT]->time_base.den); in config_output() 116 } else if (av_cmp_q(frame_rate, ctx->inputs[RIGHT] in config_output() [all...] |
H A D | v360.h | 84 RIGHT, ///< Axis +X enumerator
|
/third_party/alsa-utils/alsamixer/ |
H A D | bindings.c | 118 ['M'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, LEFT|RIGHT), 119 ['m'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, LEFT|RIGHT), 122 ['>'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, RIGHT), 123 ['.'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, RIGHT), 124 [' '] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_CAPTURE, LEFT|RIGHT), 127 [KEY_DC] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_CAPTURE, RIGHT), 128 ['\''] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_CAPTURE, RIGHT),
|
H A D | mixer_widget.c | 317 if (channels & RIGHT) in change_volume_to_percent() 348 if (channels & RIGHT) in change_volume_relative() 355 if (channels & RIGHT) { in change_volume_relative() 422 if (channels & RIGHT) { in toggle_switches() 429 if (channels & RIGHT) in toggle_switches() 473 unsigned int channels = LEFT | RIGHT; in on_mouse_key()
|
H A D | mixer_widget.h | 17 RIGHT = 2, enumerator
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 13 LEFT, CENTER, RIGHT = "LEFT", "CENTER", "RIGHT" 21 align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust} 23 align2xml = {LEFT: "left", CENTER: "center", RIGHT: "right"} 24 xml2align = {"left": LEFT, "center": CENTER, "right": RIGHT} 26 align2anchor = {LEFT: "w", CENTER: "center", RIGHT: "e"} 159 full[x, 0] = text, alignment = colnum2name(x), RIGHT 163 full[0, y] = text, alignment = str(y), RIGHT 174 assert alignment in (LEFT, CENTER, RIGHT) 180 alignment = RIGHT [all...] |
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma05.sh | 46 RIGHT="ffffffffff600000-ffffffffff601000[[:space:]][r-]-xp" 47 if echo "$LINE" | grep -q "$RIGHT"; then
|
/third_party/node/test/parallel/ |
H A D | test-repl-autocomplete.js | 54 const RIGHT = { name: 'right' }; 91 yield RIGHT; 110 yield RIGHT;
|
H A D | test-repl-history-navigation.js | 55 const RIGHT = { name: 'right' }; 335 RIGHT, 557 yield RIGHT; 570 yield RIGHT; 584 'ut', RIGHT, ENTER], 601 'ut', RIGHT, ENTER,
|
/third_party/python/Lib/tkinter/ |
H A D | scrolledtext.py | 15 from tkinter.constants import RIGHT, LEFT, Y, BOTH namespace 24 self.vbar.pack(side=RIGHT, fill=Y)
|
H A D | filedialog.py | 23 Toplevel, RIGHT, Y, END, Listbox, BOTH, Scrollbar, 83 self.filesbar.pack(side=RIGHT, fill=Y) 86 self.files.pack(side=RIGHT, expand=YES, fill=BOTH) 115 self.cancel_button.pack(side=RIGHT)
|
H A D | constants.py | 30 RIGHT='right' variable
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | nup.cc | 17 } else if (xstart==Position::RIGHT) { // or Top in dump() 22 } else if (ystart==Position::RIGHT) { // or Top in dump() 231 return std::make_pair(Axis::X,Position::RIGHT); in parsePosition()
|
H A D | pptypes.cc | 9 if ((pos < LEFT) || (pos > RIGHT)) { in Position_dump() 20 if ((pos < LEFT) || (pos > RIGHT)) { in Position_dump()
|
H A D | pptypes.h | 9 enum Position { CENTER=0, LEFT=-1, RIGHT=1, TOP=1, BOTTOM=-1 }; // PS order enumerator
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayBorderPanel.java | 53 public final static int RIGHT = 2; field in HolidayBorderPanel 465 case RIGHT: in paint() 544 case RIGHT: str.append("RIGHT"); break; in toString()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptx.h | 34 RIGHT, enumerator 206 ^ aptx_quantized_parity(&channels[RIGHT]); in aptx_check_parity()
|
H A D | cdgraphics.c | 168 #define RIGHT 1 macro 232 if (hscmd == RIGHT) in cdg_scroll()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcNearestEdgeTests.cpp | 56 RIGHT = 1, member in glcts::__anon27567::OffsetDirection 106 case OffsetDirection::RIGHT: return "offset_right"; in getName() 118 case OffsetDirection::RIGHT: return "Sampling point near the right edge"; in getDesc() 448 static const std::vector<OffsetDirection> kDirections = { OffsetDirection::LEFT, OffsetDirection::RIGHT }; in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Texture.cpp | 1233 posX->copyCubeEdge(sw::Surface::BOTTOM, negY, sw::Surface::RIGHT); in updateBorders() 1240 posX->copyCubeEdge(sw::Surface::TOP, posY, sw::Surface::RIGHT); in updateBorders() 1249 posX->copyCubeEdge(sw::Surface::RIGHT, negZ, sw::Surface::LEFT); in updateBorders() 1250 posY->copyCubeEdge(sw::Surface::RIGHT, posX, sw::Surface::TOP); in updateBorders() 1251 posZ->copyCubeEdge(sw::Surface::RIGHT, posX, sw::Surface::LEFT); in updateBorders() 1252 negX->copyCubeEdge(sw::Surface::RIGHT, posZ, sw::Surface::LEFT); in updateBorders() 1253 negY->copyCubeEdge(sw::Surface::RIGHT, posX, sw::Surface::BOTTOM); in updateBorders() 1254 negZ->copyCubeEdge(sw::Surface::RIGHT, negX, sw::Surface::LEFT); in updateBorders() 1256 posX->copyCubeEdge(sw::Surface::LEFT, posZ, sw::Surface::RIGHT); in updateBorders() 1258 posZ->copyCubeEdge(sw::Surface::LEFT, negX, sw::Surface::RIGHT); in updateBorders() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 16 TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE, 711 self.bg_on.pack(side=RIGHT, anchor=W) 1706 self.startup_shell_on.pack(side=RIGHT, anchor=W, padx=5, pady=5) 1707 self.startup_editor_on.pack(side=RIGHT, anchor=W, padx=5, pady=5) 1711 self.win_height_int.pack(side=RIGHT, anchor=E, padx=10, pady=5) 1712 win_height_title.pack(side=RIGHT, anchor=E, pady=5) 1713 self.win_width_int.pack(side=RIGHT, anchor=E, padx=10, pady=5) 1714 win_width_title.pack(side=RIGHT, anchor=E, pady=5) 1719 self.cursor_blink_bool.pack(side=RIGHT, anchor=E, padx=15, pady=5) 1730 self.bell_on.pack(side=RIGHT, ancho [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | localImportNameVsGlobalName.js | 3 export enum Key { UP, DOWN, LEFT, RIGHT } 24 Key[Key["RIGHT"] = 3] = "RIGHT";
|
/third_party/alsa-lib/src/ |
H A D | confeval.c | 136 RIGHT, in _snd_eval_string() enumerator 166 pos = RIGHT; in _snd_eval_string()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 2309 copyCubeEdge(image, posX, BOTTOM, negY, RIGHT); in updateBorders() 2316 copyCubeEdge(image, posX, TOP, posY, RIGHT); in updateBorders() 2324 copyCubeEdge(image, posX, RIGHT, negZ, LEFT); in updateBorders() 2325 copyCubeEdge(image, posY, RIGHT, posX, TOP); in updateBorders() 2326 copyCubeEdge(image, posZ, RIGHT, posX, LEFT); in updateBorders() 2327 copyCubeEdge(image, negX, RIGHT, posZ, LEFT); in updateBorders() 2328 copyCubeEdge(image, negY, RIGHT, posX, BOTTOM); in updateBorders() 2329 copyCubeEdge(image, negZ, RIGHT, negX, LEFT); in updateBorders() 2331 copyCubeEdge(image, posX, LEFT, posZ, RIGHT); in updateBorders() 2333 copyCubeEdge(image, posZ, LEFT, negX, RIGHT); in updateBorders() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoUtility.java | 67 case Label.RIGHT: c.anchor = GridBagConstraints.EAST; break; in fixGrid()
|