/external/webkit/WebCore/manual-tests/ |
drag-cursor-notallowed.html | 47 messageElm.style.visibility = "hidden"; 55 defaultMessageElm.style.visibility = "hidden"; 103 <div id="message" style="visibility:hidden">The cursor should be <img alt="not-allowed" src="data:image/gif;base64,R0lGODlhEgASAIAAAAAAAP///yH5BAAAAAAALAAAAAASABIAAAIvjA+px6ifmnmM1ijDmlbuuHmAhoWXaTqYKq7sObZw3HwgXd8cPr8yDGxBXEJioAAAOw==">. Is it?</div>
|
/frameworks/base/opengl/libs/ |
Android.mk | 34 LOCAL_CFLAGS += -fvisibility=hidden 91 LOCAL_CFLAGS += -fvisibility=hidden 127 LOCAL_CFLAGS += -fvisibility=hidden
|
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/ |
SDL_artsaudio.c | 156 SDL_free(device->hidden); 170 this->hidden = (struct SDL_PrivateAudioData *) 171 SDL_malloc((sizeof *this->hidden)); 173 if ( (this == NULL) || (this->hidden == NULL) ) { 180 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/ |
SDL_dspaudio.c | 85 SDL_free(device->hidden); 97 this->hidden = (struct SDL_PrivateAudioData *) 98 SDL_malloc((sizeof *this->hidden)); 100 if ( (this == NULL) || (this->hidden == NULL) ) { 107 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/audio/esd/ |
SDL_esdaudio.c | 140 SDL_free(device->hidden); 154 this->hidden = (struct SDL_PrivateAudioData *) 155 SDL_malloc((sizeof *this->hidden)); 157 if ( (this == NULL) || (this->hidden == NULL) ) { 164 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_dma8.c | 119 SDL_free(device->hidden); 131 this->hidden = (struct SDL_PrivateAudioData *) 132 SDL_malloc((sizeof *this->hidden)); 134 if ( (this == NULL) || (this->hidden == NULL) ) { 141 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
SDL_mintaudio_stfa.c | 119 SDL_free(device->hidden); 131 this->hidden = (struct SDL_PrivateAudioData *) 132 SDL_malloc((sizeof *this->hidden)); 134 if ( (this == NULL) || (this->hidden == NULL) ) { 141 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windib/ |
SDL_dibaudio.c | 61 SDL_free(device->hidden); 73 this->hidden = (struct SDL_PrivateAudioData *) 74 SDL_malloc((sizeof *this->hidden)); 76 if ( (this == NULL) || (this->hidden == NULL) ) { 83 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/grub/stage2/ |
fat.h | 50 __u32 hidden; /* hidden sectors (unused) */ member in struct:fat_bpb
|
/external/opencore/ |
Config.mk | 31 # Using -fvisibility=hidden option increases the DSO size beyond what's allocated in prelink map. 35 PV_CFLAGS += -fvisibility=hidden
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosmouse.c | 232 window_state[0] = this->hidden->window_handle; 236 osX = (x << this->hidden->xeig) + window_state[1]; 237 osY = window_state[4] - (y << this->hidden->yeig); 272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1; 273 int t = (this->hidden->screen_height << this->hidden->yeig) - 1; 284 *((int *)window_state) = this->hidden->window_handle;
|
/external/webkit/WebCore/html/ |
HTMLAttributeNames.in | 27 aria-hidden 100 hidden
|
/packages/apps/Contacts/res/layout-finger/ |
edit_phonetic_name.xml | 26 on it. (Even if the EditText is hidden we might still need to store 30 For now, at least, this layout contains a complete (but hidden)
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes.c | 328 int n = this->hidden->nvisuals; 329 this->hidden->visuals[n].depth = vi.depth; 330 this->hidden->visuals[n].visual = vi.visual; 331 this->hidden->nvisuals++; 333 return(this->hidden->nvisuals); 345 int n = this->hidden->nvisuals; 346 this->hidden->visuals[n].depth = vi->depth; 347 this->hidden->visuals[n].visual = vi->visual; 348 this->hidden->nvisuals++; 352 return(this->hidden->nvisuals) [all...] |
SDL_x11video.c | 93 if ( device->hidden ) { 94 SDL_free(device->hidden); 113 device->hidden = (struct SDL_PrivateVideoData *) 114 SDL_malloc((sizeof *device->hidden)); 115 SDL_memset(device->hidden, 0, (sizeof *device->hidden)); 120 if ( (device == NULL) || (device->hidden == NULL) || 126 SDL_memset(device->hidden, 0, (sizeof *device->hidden)); 249 if ( current_video->hidden->Ximage ) [all...] |
/cts/tools/host/src/res/ |
cts_result.css | 195 overflow:hidden; 205 overflow:hidden; 216 overflow:hidden; 227 overflow:hidden;
|
/dalvik/dx/src/ |
Android.mk | 26 LOCAL_DROIDDOC_OPTIONS := -hidden
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
package.html | 17 SSL functionality. All the relevant OpenSSl write(...) and read(...) functions are hidden within two
|
/external/elfutils/libdw/ |
libdw_alloc.c | 54 __attribute ((noreturn, visibility ("hidden")))
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dart/ |
SDL_dart.h | 41 /* Hidden "this" pointer for the audio functions */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
SDL_dcaudio.h | 29 /* Hidden "this" pointer for the video functions */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/disk/ |
SDL_diskaudio.h | 30 /* Hidden "this" pointer for the video functions */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dummy/ |
SDL_dummyaudio.h | 29 /* Hidden "this" pointer for the video functions */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/nas/ |
SDL_nasaudio.h | 40 /* Hidden "this" pointer for the video functions */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/ |
SDL_umsaudio.h | 33 /* Hidden "this" pointer for the video functions */
|