HomeSort by relevance Sort by last modified time
    Searched defs:vis (Results 1 - 17 of 17) sorted by null

  /external/openssh/openbsd-compat/
vis.c 1 /* $OpenBSD: vis.c,v 1.19 2005/09/01 17:15:49 millert Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/gen/vis.c */
39 #include "vis.h"
54 * vis - visually encode characters
57 vis(char *dst, int c, int flag, int nextc) function
160 dst = vis(dst, c, flag, *++src);
189 i = vis(tbuf, c, flag, *++src) - tbuf;
204 dst += vis(tbuf, c, flag, *++src) - tbuf;
217 dst = vis(dst, c, flag, *++src);
220 dst = vis(dst, *src, flag, '\0')
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 46 ggi_visual_t vis; member in struct:private_hwdata
49 ggi_visual_t VIS;
69 ggi_visual_t *vis; local
71 vis = NULL;
73 vis = ggiOpen(NULL);
74 if (vis != NULL) {
75 ggiClose(vis);
78 return (vis != NULL);
175 VIS = ggiOpen(NULL);
176 if (VIS == NULL
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 155 final int vis = getWindowSystemUiVisibility(); local
156 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
168 if ((vis & SYSTEM_UI_LAYOUT_FLAGS) == 0) {
ActionBarView.java 578 final int vis = showHome && mExpandedActionView == null ? VISIBLE : GONE; local
579 mHomeLayout.setVisibility(vis);
    [all...]
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageDetailActivity.java 106 public void onSystemUiVisibilityChange(int vis) {
107 if ((vis & View.SYSTEM_UI_FLAG_LOW_PROFILE) != 0) {
205 final int vis = mPager.getSystemUiVisibility(); local
206 if ((vis & View.SYSTEM_UI_FLAG_LOW_PROFILE) != 0) {
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 111 Visual *vis; /* current visual in use */ member in struct:SDL_PrivateVideoData
167 #define SDL_Visual (this->hidden->vis)
SDL_x11video.c 919 Visual *vis; local
944 vis = vi->visual;
950 vis = a.visual;
961 vis = this->hidden->visuals[i].visual;
965 printf("Choosing %s visual at %d bpp - %d colormap entries\n", vis->class == PseudoColor ? "PseudoColor" : (vis->class == TrueColor ? "TrueColor" : (vis->class == DirectColor ? "DirectColor" : "Unknown")), depth, vis->map_entries);
967 vis_change = (vis != SDL_Visual);
968 SDL_Visual = vis;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 160 int vis; local
175 vis = View.VISIBLE;
177 vis = View.GONE;
180 if (vis != summaryView.getVisibility()) {
181 summaryView.setVisibility(vis);
  /external/quake/quake/src/QW/client/
gl_rsurf.c 1383 byte *vis; local
1399 vis = solid;
1403 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
1407 if (vis[i>>3] & (1<<(i&7)))
    [all...]
r_main.c 513 byte *vis; local
523 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
527 if (vis[i>>3] & (1<<(i&7)))
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 1451 byte *vis; local
    [all...]
r_main.cpp 493 byte *vis; local
503 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
507 if (vis[i>>3] & (1<<(i&7)))
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 554 Integer vis = values.getAsInteger(Downloads.Impl.COLUMN_VISIBILITY); local
555 if (vis == null) {
564 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, vis);
672 if (Downloads.Impl.isNotificationToBeDisplayed(vis)) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 1000 int vis; local
1130 int vis = shown ? View.VISIBLE : getCandidatesHiddenVisibility(); local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 601 } vis; local
606 vis.lt[0] = vis_rect.left; vis.lt[1] = vis_rect.top;
607 vis.rb[0] = vis_rect.right; vis.rb[1] = vis_rect.bottom;
620 /* see if complete buffer is outside the vis or it is
622 if (win.wh[c] <= 0 || vis.rb[c] <= vis.lt[c] ||
623 win.xy[c] + win.wh[c] <= vis.lt[c] ||
624 win.xy[c] >= vis.rb[c] |
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 645 milliseconds