HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 201 - 225 of 1070) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 103 SDL_free(device->hidden);
115 device->hidden = (struct SDL_PrivateVideoData *)
116 SDL_malloc((sizeof *device->hidden));
118 if ( (device == NULL) || (device->hidden == NULL) ) {
125 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 108 SDL_free(device->hidden);
120 device->hidden = (struct SDL_PrivateVideoData *)
121 SDL_malloc((sizeof *device->hidden));
123 if ( (device == NULL) || (device->hidden == NULL) ) {
130 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 57 int hiddenAdj; // If hidden, this is the adjustment to use
82 boolean hidden; // Is this a hidden process? field in class:ProcessRecord
163 pw.print(" hidden="); pw.print(hidden);
166 pw.print(" hidden="); pw.print(hiddenAdj);
  /external/libffi/src/cris/
sysv.S 47 .hidden L(ffi_call_SYSV)
174 .hidden L(ffi_cris_trampoline_template)
204 .hidden \name
  /external/webkit/WebCore/css/
mediaControlsQuickTime.css 76 overflow: hidden;
98 overflow: hidden;
166 overflow: hidden;
  /development/ide/xcode/ports/
skia_mac.cp 82 // The window was created hidden so show it.
  /external/grub/
AUTHORS 19 hidden menu support, the new Linux loader, serial terminal support,
  /external/libxml2/
Android.mk 62 LOCAL_CFLAGS += -fvisibility=hidden
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.h 39 /* Hidden "this" pointer for the video functions */
  /external/skia/xcode/ports/
skia_mac.cp 83 // The window was created hidden so show it.
  /external/tcpdump/
l2tp.h 37 #define L2TP_AVP_HDR_FLAG_HIDDEN 0x4000 /* Hidden Flag */
  /external/v8/src/
rewriter.h 39 // The rewriter adds a (hidden) variable, called .result, to the
  /external/webkit/WebCore/bindings/v8/custom/
V8StyleSheetCustom.cpp 46 // Add a hidden reference from stylesheet object to its owner node.
  /external/webkit/WebCore/inspector/front-end/
CookieItemsView.js 85 this._emptyMsgElement.removeStyleClass("hidden");
88 this._dataGrid.element.addStyleClass("hidden");
111 this._dataGrid.element.removeStyleClass("hidden");
112 this._emptyMsgElement.addStyleClass("hidden");
inspector.html 128 <div class="toolbar-item hidden" id="search-results-matches"></div>
134 <div id="main-status-bar" class="status-bar"><div id="anchored-status-bar-items"><button id="dock-status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="console-status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="changes-status-bar-item" class="status-bar-item hidden"></button><div id="count-items"><div id="changes-count" class="hidden"></div><div id="error-warning-count" class="hidden"></div></div></div></div>
  /external/webkit/WebCore/loader/
CachedResourceClient.h 65 // but RenderImages would (assuming they have visibility: visible and their render tree isn't hidden
  /external/webkit/WebCore/manual-tests/
scrollbar-hover-active.html 64 <div style="width:200px; height:200px; overflow-y:scroll; overflow-x:hidden">
show-hide-object.html 48 Flash hidden.
  /external/webkit/WebKit/win/Interfaces/
IWebMutableURLRequest.idl 37 hidden,
IWebNotificationCenter.idl 37 hidden,
IWebScrollBarPrivate.idl 37 hidden,
IWebURLRequest.idl 42 hidden,
  /frameworks/base/core/java/android/app/
ActivityGroup.java 34 * This field should be made private, so it is hidden from the SDK.
  /packages/apps/Contacts/res/layout-finger/
twelve_key_dialer.xml 55 (the textfield/button and the dialpad) are hidden. -->
  /packages/apps/Contacts/res/layout-land-finger/
twelve_key_dialer.xml 50 (the textfield and button) are hidden. -->

Completed in 55 milliseconds

1 2 3 4 5 6 7 891011>>