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

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 65 SDL_free(device->hidden);
77 this->hidden = (struct SDL_PrivateAudioData *)
78 SDL_malloc((sizeof *this->hidden));
80 if ( (this == NULL) || (this->hidden == NULL) ) {
87 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_gsxb.c 125 SDL_free(device->hidden);
137 this->hidden = (struct SDL_PrivateAudioData *)
138 SDL_malloc((sizeof *this->hidden));
140 if ( (this == NULL) || (this->hidden == NULL) ) {
147 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
SDL_mintaudio_mcsn.c 140 SDL_free(device->hidden);
152 this->hidden = (struct SDL_PrivateAudioData *)
153 SDL_malloc((sizeof *this->hidden));
155 if ( (this == NULL) || (this->hidden == NULL) ) {
162 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
SDL_mintaudio_xbios.c 124 SDL_free(device->hidden);
136 this->hidden = (struct SDL_PrivateAudioData *)
137 SDL_malloc((sizeof *this->hidden));
139 if ( (this == NULL) || (this->hidden == NULL) ) {
146 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.c 77 SDL_free(device->hidden);
89 this->hidden = (struct SDL_PrivateAudioData *)
90 SDL_malloc((sizeof *this->hidden));
92 if ( (this == NULL) || (this->hidden == NULL) ) {
99 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 72 SDL_free(device->hidden);
84 device->hidden = (struct SDL_PrivateVideoData *)
85 SDL_malloc((sizeof *device->hidden));
87 if ( (device == NULL) || (device->hidden == NULL) ) {
94 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 83 SDL_free(device->hidden);
95 device->hidden = (struct SDL_PrivateVideoData *)
96 SDL_malloc((sizeof *device->hidden));
98 if ( (device == NULL) || (device->hidden == NULL) ) {
105 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 197 case HIDDEN:
220 case HIDDEN:
282 case HIDDEN:
319 case HIDDEN:
355 case HIDDEN:
394 case HIDDEN:
441 case HIDDEN:
477 case HIDDEN:
541 case HIDDEN:
595 case HIDDEN
    [all...]
HTMLTableElement.h 121 bool m_frameAttr; // Implies a thin border width if no border is set and then a certain set of solid/hidden borders based off the value.
122 TableRules m_rulesAttr; // Implies a thin border width, a collapsing border model, and all borders on the table becoming set to hidden (if frame/border
  /build/tools/droiddoc/src/
Hierarchy.java 73 System.err.println("The following classes are hidden but"
74 + " are superclasses of not-hidden classes");
  /development/scripts/app_engine_server/gae_shell/templates/
shell.html 26 overflow-x: hidden;
95 <input type="hidden" name="session" value="{{ session }}" />
  /external/bluetooth/bluez/audio/
Makefile.am 61 libgstbluetooth_la_CFLAGS = -fvisibility=hidden -fno-strict-aliasing \
74 AM_CFLAGS = -fvisibility=hidden @SBC_CFLAGS@ \
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 79 device->hidden = (struct SDL_PrivateVideoData*)SDL_malloc((sizeof *device->hidden));
82 if ((device == NULL) || (device->hidden == NULL))
88 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
149 if (device->hidden)
151 SDL_free(device->hidden);
152 device->hidden = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 225 /* If the mouse is hidden and input is grabbed, we use relative mode */
281 topLeftY = (this->hidden->height << this->hidden->yeig) - 1;
287 window_state[0] = this->hidden->window_handle;
300 x >>= this->hidden->xeig;
301 y >>= this->hidden->yeig;
313 last_x = topLeftX + (centre_x << this->hidden->xeig);
314 last_y = topLeftY - (centre_y << this->hidden->yeig);
SDL_wimppoll.c 101 int sdlWindow = this->hidden->window_handle;
168 message[3] = message[1] + (this->screen->w << this->hidden->xeig);
169 message[4] = message[2] + (this->screen->h << this->hidden->yeig);
323 if (current_video && current_video->hidden->window_handle)
  /external/webkit/WebCore/inspector/front-end/
PanelEnablerView.js 91 this.imageElement.removeStyleClass("hidden");
94 this.imageElement.addStyleClass("hidden");
StatusBarButton.js 141 this.element.removeStyleClass("hidden");
143 this.element.addStyleClass("hidden");
  /external/webkit/WebCore/manual-tests/inspector/
hidden-evals.html 22 <li>hidden-evals.html
36 <li><p>you should be able to click on the functions that exist in the 'hidden'
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 22 aria-hidden
95 hidden
  /cts/tests/tests/permission/
AndroidManifest.xml 40 relies on hidden APIs.
  /development/samples/BrowserPlugin/jni/
Android.mk 60 LOCAL_CFLAGS += -fvisibility=hidden
  /external/bluetooth/bluez/plugins/
Makefile.am 42 AM_CFLAGS = -fvisibility=hidden @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ \
  /external/bluetooth/glib/gio/
makegioalias.pl 117 extern __typeof ($str) $alias __attribute((visibility("hidden")))$attributes;
  /external/bluetooth/glib/gobject/
makegobjectalias.pl 117 extern __typeof ($str) $alias __attribute((visibility("hidden")))$attributes;
  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleSheetCustom.cpp 43 // Add a hidden reference from stylesheet object to its owner node.

Completed in 65 milliseconds

1 2 3 4 5 67 8 91011>>