Home
last modified time | relevance | path

Searched refs:LEFT (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/skia/platform_tools/android/apps/skottie/
H A Dskottie_metric.sql242 LEFT JOIN hwui_draw_frame2 ON (hwui_draw_frame2.render_thread_id = hwui_processes.render_thread_id)
243 LEFT JOIN hwui_flush_commands ON (hwui_flush_commands.render_thread_id = hwui_processes.render_thread_id)
244 LEFT JOIN hwui_prepare_tree ON (hwui_prepare_tree.render_thread_id = hwui_processes.render_thread_id)
245 LEFT JOIN hwui_gpu_completion2 ON (hwui_gpu_completion2.process_upid = hwui_processes.process_upid)
246 LEFT JOIN hwui_ui_record ON (hwui_ui_record.process_upid = hwui_processes.process_upid)
247 LEFT JOIN hwui_shader_compile ON (hwui_shader_compile.render_thread_id = hwui_processes.render_thread_id)
248 LEFT JOIN hwui_cache_hit ON (hwui_cache_hit.render_thread_id = hwui_processes.render_thread_id)
249 LEFT JOIN hwui_cache_miss ON (hwui_cache_miss.render_thread_id = hwui_processes.render_thread_id)
250 LEFT JOIN hwui_graphics_cpu_mem ON (hwui_graphics_cpu_mem.process_upid = hwui_processes.process_upid)
251 LEFT JOI
[all...]
/third_party/alsa-utils/alsamixer/
H A Dbindings.c118 ['M'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, LEFT|RIGHT),
119 ['m'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, LEFT|RIGHT),
120 ['<'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, LEFT),
121 [','] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_MUTE, LEFT),
124 [' '] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_CAPTURE, LEFT|RIGHT),
125 [KEY_IC] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_CAPTURE, LEFT),
126 [';'] = CMD_WITH_ARG(CMD_MIXER_TOGGLE_CAPTURE, LEFT),
H A Dmixer_widget.c310 channels = LEFT; in change_volume_to_percent()
315 if (channels & LEFT) in change_volume_to_percent()
338 channels = LEFT; in change_volume_relative()
346 if (channels & LEFT) in change_volume_relative()
351 if (channels & LEFT) { in change_volume_relative()
416 channels = LEFT; in toggle_switches()
417 if (channels & LEFT) { in toggle_switches()
427 if (channels & LEFT) in toggle_switches()
473 unsigned int channels = LEFT | RIGHT; in on_mouse_key()
/third_party/ffmpeg/libavfilter/
H A Dvf_framepack.c41 #define LEFT 0 macro
87 av_frame_free(&s->input_views[LEFT]); in framepack_uninit()
96 int width = ctx->inputs[LEFT]->w; in config_output()
97 int height = ctx->inputs[LEFT]->h; in config_output()
98 AVRational time_base = ctx->inputs[LEFT]->time_base; in config_output()
99 AVRational frame_rate = ctx->inputs[LEFT]->frame_rate; in config_output()
166 const uint8_t *leftp = s->input_views[LEFT]->data[0]; in horizontal_frame_pack()
179 leftp = s->input_views[LEFT]->data[plane] + in horizontal_frame_pack()
180 s->input_views[LEFT]->linesize[plane] * i; in horizontal_frame_pack()
201 const uint16_t *leftp = (const uint16_t *)s->input_views[LEFT] in horizontal_frame_pack()
[all...]
/third_party/python/Lib/idlelib/
H A Dhelp_about.py10 from tkinter import SUNKEN, TOP, BOTTOM, LEFT, X, BOTH, W, EW, NSEW, E namespace
85 byline = Label(frame_background, text=byline_text, justify=LEFT,
89 justify=LEFT, fg=self.fg, bg=self.bg)
94 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, pad
[all...]
H A Dcalltip_w.py6 from tkinter import Label, LEFT, SOLID, TclError namespace
82 self.label = Label(self.tipwindow, text=self.text, justify=LEFT,
173 from tkinter import Toplevel, Text, LEFT, BOTH namespace
180 text.pack(side=LEFT, fill=BOTH, expand=1)
H A Dconfigdialog.py16 TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE,
168 self.buttons[txt].pack(side=LEFT, padx=5)
347 frame_font_name, justify=LEFT, text='Font Face :')
377 self.fontlist.pack(side=LEFT, expand=TRUE, fill=X)
378 scroll_font.pack(side=LEFT, fill=Y)
379 font_size_title.pack(side=LEFT, anchor=W)
380 self.sizelist.pack(side=LEFT, anchor=W)
381 self.bold_toggle.pack(side=LEFT, anchor=W, padx=20)
701 frame_custom.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH)
710 self.fg_on.pack(side=LEFT, ancho
[all...]
/third_party/typescript/tests/baselines/reference/
H A DlocalImportNameVsGlobalName.js3 export enum Key { UP, DOWN, LEFT, RIGHT }
13 foo(Key.LEFT);
23 Key[Key["LEFT"] = 2] = "LEFT";
34 foo(Key.LEFT);
/third_party/alsa-lib/src/
H A Dconfeval.c134 LEFT, in _snd_eval_string() enumerator
142 pos = LEFT; in _snd_eval_string()
216 err = _to_integer(op == LEFT ? &left : &right, tmp); in _snd_eval_string()
219 err = _parse_integer(op == LEFT ? &left : &right, &s); in _snd_eval_string()
225 pos = op == LEFT ? OP : END; in _snd_eval_string()
/third_party/python/Lib/tkinter/
H A Dscrolledtext.py15 from tkinter.constants import RIGHT, LEFT, Y, BOTH namespace
28 self.pack(side=LEFT, fill=BOTH, expand=True)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
H A Dfiledialog.py22 Frame, LEFT, YES, BOTTOM, Entry, TOP, Button, Tk, X,
94 self.dirsbar.pack(side=LEFT, fill=Y)
97 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
107 self.ok_button.pack(side=LEFT)
111 self.filter_button.pack(side=LEFT, expand=YES)
/third_party/node/test/parallel/
H A Dtest-repl-history-navigation.js54 const LEFT = { name: 'left' };
79 'Array(100).fill(1).map((e, i) => i ** i)', LEFT, LEFT, DELETE,
268 // 4. WORD LEFT
337 LEFT,
338 LEFT,
348 LEFT,
426 // 14. LEFT
559 yield LEFT;
560 yield LEFT;
[all...]
H A Dtest-repl-autocomplete.js53 const LEFT = { name: 'left' };
93 yield LEFT;
94 yield LEFT;
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c385 #define HORIZONTAL_PRED(DST, LEFT, SIZE) \
387 const uint8_t* (LEFT)) { \
388 if (LEFT) { \
391 memset((DST) + j * BPS, (LEFT)[j], (SIZE)); \
419 #define CLIP_8B_TO_DST(DST, LEFT, TOP, SIZE) do { \
420 int leftY_1 = ((int)(LEFT)[y] << 16) + (LEFT)[y]; \
444 #define CLIP_TO_DST(DST, LEFT, TOP, SIZE) do { \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmss4.c55 LEFT = 0, enumerator
180 l = dc_cache[LEFT]; in mss4_decode_dct()
192 dc += dc_cache[LEFT]; in mss4_decode_dct()
194 dc_cache[LEFT] = dc; in mss4_decode_dct()
237 c->prev_dc[0][mb_x * 2 + i] = c->dc_cache[j][LEFT]; in mss4_decode_dct_block()
253 c->prev_dc[i][mb_x] = c->dc_cache[i + 1][LEFT]; in mss4_decode_dct_block()
434 c->dc_cache[0][LEFT] = 0; in mss4_update_dc_cache()
436 c->dc_cache[1][LEFT] = 0; in mss4_update_dc_cache()
443 c->dc_cache[i + 1][LEFT] = 0; in mss4_update_dc_cache()
H A Dmss12.c45 LEFT enumerator
217 neighbours[TOP_LEFT] = neighbours[LEFT] = neighbours[TOP]; in decode_pixel_in_context()
220 neighbours[ LEFT] = src[-1]; in decode_pixel_in_context()
229 if (x >= 2 && src[-2] == neighbours[LEFT]) in decode_pixel_in_context()
252 else if (neighbours[LEFT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()
257 if (neighbours[LEFT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()
261 } else if (neighbours[LEFT] == neighbours[TOP_LEFT]) { in decode_pixel_in_context()
272 else if (neighbours[LEFT] == neighbours[TOP_LEFT]) in decode_pixel_in_context()
276 else if (neighbours[TOP] == neighbours[LEFT]) in decode_pixel_in_context()
H A Daptx.h33 LEFT, enumerator
205 int32_t parity = aptx_quantized_parity(&channels[LEFT]) in aptx_check_parity()
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py301 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1)
316 buttonFrame.pack(side=tk.LEFT, anchor=tk.NW, fill=tk.Y)
339 tk.Label(progressFrame, text=label).pack(side=tk.LEFT)
341 foreground="blue").pack(side=tk.LEFT, fill=tk.X,
351 self.errorListbox.pack(side=tk.LEFT, fill=tk.BOTH, expand=1,
354 listScroll.pack(side=tk.LEFT, fill=tk.Y, anchor=tk.N)
422 foreground="red", justify=tk.LEFT).pack(anchor=tk.W)
425 tk.Label(window, text=tracebackText, justify=tk.LEFT).pack()
/third_party/python/Tools/demo/
H A Dspreadsheet.py13 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"}
174 assert alignment in (LEFT, CENTER, RIGHT)
178 alignment = LEFT
193 text, alignment = full.get((x, y)) or ("", LEFT)
290 self.alignment or LEFT)
[all...]
H A Dredemo.py42 self.showfirstradio.pack(side=LEFT)
49 self.showallradio.pack(side=LEFT)
91 box.pack(side=LEFT)
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java49 public final static int LEFT = 0; field in HolidayBorderPanel
76 /** Default alignment (LEFT). Only applies to etched borders. */
77 public final static int DEFAULT_ALIGNMENT = LEFT;
468 case LEFT: in paint()
542 case LEFT: str.append("LEFT"); break; in toString()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp55 LEFT = 0, member in glcts::__anon27567::OffsetDirection
105 case OffsetDirection::LEFT: return "offset_left"; in getName()
117 case OffsetDirection::LEFT: return "Sampling point near the left edge"; in getDesc()
170 , m_offsetSign {(direction == OffsetDirection::LEFT) ? -1.0f : 1.0f} in NearestEdgeTestCase()
448 static const std::vector<OffsetDirection> kDirections = { OffsetDirection::LEFT, OffsetDirection::RIGHT }; in init()
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc15 if (xstart==Position::LEFT) { // or Bottom in dump()
20 if (ystart==Position::LEFT) { // or Bottom in dump()
229 return std::make_pair(Axis::X,Position::LEFT); in parsePosition()
H A Dpptypes.cc9 if ((pos < LEFT) || (pos > RIGHT)) { in Position_dump()
20 if ((pos < LEFT) || (pos > RIGHT)) { in Position_dump()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBProjectItemPanel.java98 JLabel commentLabel2 = new JLabel(Resources.getTranslation("project_panel_comment"), SwingConstants.LEFT); in initComponents()
99 commentLabel = new JLabel(Resources.getTranslation("project_panel_comment_none"), SwingConstants.LEFT); in initComponents()
148 SwingConstants.LEFT); in updateComponents()

Completed in 15 milliseconds

1234