HomeSort by: relevance | last modified time | path
    Searched refs:visible (Results 1 - 25 of 198) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.h 36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; member in class:ComC
Command.h 271 visible = vis;
280 bool visible; // Is Tab visible member in struct:DispTab
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.h 36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; member in class:ComC
Command.h 271 visible = vis;
280 bool visible; // Is Tab visible member in struct:DispTab
  /src/sys/external/bsd/drm2/dist/drm/
drm_plane_helper.c 114 bool *visible)
129 .visible = *visible,
147 *visible = plane_state.visible;
181 bool visible = false; /* XXX wasn't initialized normally. Looks like bug. */ local
188 false, false, &visible);
192 if (!visible)
194 * Primary plane isn't visible. Note that unless a driver
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_dc_common.c 59 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
68 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
77 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-wingeneral.c 164 /* We can't really make windows visible, or invisible. So we have to
166 again when making it visible. */
168 tui_win_info::make_visible (bool visible)
170 if (is_visible () == visible)
173 if (visible)
tui-data.h 61 /* Make this window visible or invisible. */
62 virtual void make_visible (bool visible);
108 /* Return true if this window is visible. */
256 /* A TUI window that is always visible. */
260 virtual void make_visible (bool visible) final override
tui-regs.h 47 bool visible () const function in struct:tui_register_info
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-wingeneral.c 164 /* We can't really make windows visible, or invisible. So we have to
166 again when making it visible. */
168 tui_win_info::make_visible (bool visible)
170 if (is_visible () == visible)
173 if (visible)
tui-data.h 61 /* Make this window visible or invisible. */
62 virtual void make_visible (bool visible);
108 /* Return true if this window is visible. */
256 /* A TUI window that is always visible. */
260 virtual void make_visible (bool visible) final override
tui-regs.h 47 bool visible () const function in struct:tui_register_info
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_curs507a.c 64 asyh->set.curs = asyh->curs.visible;
72 asyh->curs.visible = false;
86 asyh->curs.visible = asyw->state.visible;
87 if (ret || !asyh->curs.visible)
nouveau_dispnv50_head.c 352 asyh->olut.visible = asyh->olut.handle != 0;
366 if (!asyh->core.visible)
367 asyh->olut.visible = false;
373 asyh->olut.visible = false;
374 asyh->core.visible = false;
375 asyh->curs.visible = false;
381 if (asyh->core.visible) {
385 if (armh->core.visible) {
389 if (asyh->curs.visible) {
393 if (armh->curs.visible) {
    [all...]
atom.h 59 bool visible; member in struct:nv50_head_atom::__anon5108
71 bool visible; member in struct:nv50_head_atom::__anon5109
87 bool visible; member in struct:nv50_head_atom::__anon5110
165 bool visible; member in struct:nv50_wndw_atom
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
import.h 42 Visibility visible();
access.d 56 // smember.kind(), smember.toPrettyChars(), smember.visible() smember.semanticRun);
74 printf("hasPackageAccess(s = '%s', mod = '%s', s.visibility.pkg = '%s')\n", s.toChars(), mod.toChars(), s.visible().pkg ? s.visible().pkg.toChars() : "NULL");
77 if (s.visible().pkg)
78 pkg = s.visible().pkg;
239 * Check whether symbols `s` is visible in `mod`.
244 * Returns: true if s is visible in mod
250 final switch (s.visible().kind)
270 * Same as above but also checks for protected symbols visible from scope `sc`.
276 * Returns: true if s is visible by origi
    [all...]
enum.h 51 Visibility visible();
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic_plane.c 146 if (!plane_state->uapi.visible)
172 if (!plane_state->uapi.visible || !plane->min_cdclk)
244 new_plane_state->uapi.visible = false;
254 if (new_plane_state->uapi.visible)
257 if (new_plane_state->uapi.visible &&
261 if (new_plane_state->uapi.visible &&
265 if (new_plane_state->uapi.visible || old_plane_state->uapi.visible)
300 new_plane_state->uapi.visible = false;
399 if (new_plane_state->uapi.visible ||
    [all...]
  /src/external/mit/libcbor/dist/docs/doxygen/
dynsections.js 8 if (content.is(':visible')===true) {
25 removeClass('even').filter(':visible:even').addClass('even');
62 // first row is visible we are HIDING
63 if (childRows.filter(':first').is(':visible')===true) {
89 if (rows.filter(':first').is(':visible')===true) {
  /src/external/bsd/tmux/dist/
window-tree.c 550 u_int loop, total, visible, each, width, offset; local
563 visible = sx / 24;
564 if (visible == 0)
565 visible = 1;
567 visible = total;
576 if (current < visible) {
578 end = visible;
579 } else if (current >= total - visible) {
580 start = total - visible;
583 start = current - (visible / 2)
685 u_int loop, total, visible, each, width, offset; local
    [all...]
  /src/external/gpl3/autoconf/dist/build-aux/
elisp-comp 44 be compiled are made visible between themselves, in the event
  /src/external/gpl2/groff/dist/src/preproc/grn/
hgraph.cpp 934 | Results: As HGtline passes from the invisible to visible (or vice
938 | (which means we're leaving a visible area).
948 if (vis) { /* leaving a visible area, draw it. */
978 int visible; local
1004 visible = 0;
1008 if ((x_0 & dotcounter) && !visible) {
1010 visible = 1;
1011 } else if (visible && !(x_0 & dotcounter)) {
1013 visible = 0;
1027 if ((y_0 & dotcounter) && !visible) {
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
inf-thr-count.exp 150 # thread count; the new thread should be visible.
153 {second thread visible in $_inferior_thread_count}
169 {back to one thread visible in $_inferior_thread_count}
  /src/usr.bin/make/unit-tests/
job-output-long-lines.mk 8 # the line, to make them clearly visible in large log files.

Completed in 65 milliseconds

1 2 3 4 5 6 7 8