/external/icu4c/ |
icudefs.mk | 119 LIBCFLAGS = -fvisibility=hidden 121 LIBCXXFLAGS = -fvisibility=hidden
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.c | 124 SDL_free(device->hidden); 138 device->hidden = (struct SDL_PrivateVideoData *) 139 SDL_malloc((sizeof *device->hidden)); 143 if ( (device == NULL) || (device->hidden == NULL) ) { 150 SDL_memset(device->hidden, 0, (sizeof *device->hidden)); 193 device->hidden->use_dev_mouse = 197 if (!(device->hidden->use_dev_mouse)) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11image.c | 90 this->hidden->depth, ZPixmap, 113 this->hidden->depth, ZPixmap, 0,
|
SDL_x11wm.c | 67 for(i = 0; i < this->hidden->nvisuals; i++) { 68 if(this->hidden->visuals[i].visual == dvis) { 69 dbpp = this->hidden->visuals[i].bpp;
|
/external/webkit/WebCore/css/ |
CSSValueKeywords.in | 20 hidden 378 #hidden
|
mediaControlsChromium.css | 95 overflow: hidden; 120 overflow: hidden;
|
/external/webkit/WebCore/inspector/front-end/ |
ResourcesPanel.js | 351 this.sortingSelectElement.removeStyleClass("hidden"); 357 this.sortingSelectElement.addStyleClass("hidden"); [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayer.h | 165 void setHidden(bool hidden) { CACFLayerSetHidden(layer(), hidden); setNeedsCommit(); } local
|
/external/webkit/WebCore/rendering/ |
RenderPartObject.cpp | 66 // hidden. If that is the case, do not try to expand. 79 if (root && style()->visibility() != HIDDEN) {
|
SVGCharacterLayoutInfo.h | 189 bool hidden : 1; 198 , hidden(false)
|
/frameworks/base/awt/org/apache/harmony/awt/ |
ComponentInternals.java | 181 * The component's region hidden behind top-level windows 208 * (the component is not actually shown/hidden)
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps2D.java | 64 // 0.0 -> hidden 211 * @param zoom [0..1] 0 is hidden, 1 is open
|
/cts/tools/test-progress/src/ |
TestCoverageDoclet.java | 250 aprinter.println("<br/><a href=\"hidden-doc.html\">hidden classes and methods</a><br/>"); 255 PrintWriter hiddenDocPr = openFile("hidden-doc.html", "hidden classes and methods list"); 612 // If outter class is hidden, this class should be hidden as well
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
SDL_epocvideo.cpp | 128 SDL_free(device->hidden); 140 device->hidden = (struct SDL_PrivateVideoData *) 141 SDL_malloc((sizeof *device->hidden)); 143 if ( (device == NULL) || (device->hidden == NULL) ) { 150 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsvideo.c | 76 SDL_free(device->hidden); 88 this->hidden = (struct SDL_PrivateVideoData *) 89 SDL_malloc((sizeof *this->hidden)); 91 if ( (this == NULL) || (this->hidden == NULL) ) { 98 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios.c | 139 SDL_free(device->hidden); 151 device->hidden = (struct SDL_PrivateVideoData *) 152 SDL_malloc((sizeof *device->hidden)); 156 if ( (device == NULL) || (device->hidden == NULL) ) { 163 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
|
/external/bluetooth/glib/gio/ |
gdesktopappinfo.c | 98 guint hidden : 1; member in struct:_GDesktopAppInfo 261 info->hidden = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_HIDDEN, NULL) != FALSE; 428 new_info->hidden = info->hidden; 471 * A desktop file is hidden if the Hidden key in it is 474 * Returns: %TRUE if hidden, %FALSE otherwise. 479 return info->hidden; 1976 gboolean hidden; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.m | 104 SDL_PrivateVideoData *hidden; 107 hidden = (SDL_PrivateVideoData*) SDL_malloc (sizeof (*hidden) ); 109 if (device == NULL || hidden == NULL) 113 SDL_memset (hidden, 0, sizeof (*hidden) ); 115 device->hidden = hidden; 172 SDL_free (device->hidden); [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.js | 204 if (link.parent().parent().parent().is(':hidden')) { 208 // if we're in a normal nav link (<li><a>) and the parent <ul> is hidden 209 else if (link.parent().parent().is(':hidden')) { 211 // then also check if the parent list is also nested in a hidden list 212 if (link.parent().parent().parent().parent().is(':hidden')) {
|
/development/pdk/pndk/ |
Android_PNDK_README.html | 89 overflow: hidden; 104 *overflow: hidden; 111 overflow: hidden; 211 .editor .writely-comment-hidden { 215 .editor .writely-comment-marker-hidden {
|
/external/v8/src/ |
handles.cc | 326 // in the descriptor array matches the hidden symbol. Since the 327 // hidden symbols hash code is zero (and no other string has hash 338 // Only attempt to find the hidden properties in the local object and not 342 // Hidden properties object not found. Allocate a new hidden properties
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
DefaultSoftKeyboard.java | 262 /** Whether the H/W keyboard is hidden. */ 753 * @param hidden {@code true} if hidden. 755 public void setHardKeyboardHidden(boolean hidden) { 756 mHardKeyboardHidden = hidden;
|
OpenWnnEN.java | 292 boolean hidden = (hiddenState == Configuration.HARDKEYBOARDHIDDEN_YES); 293 ((DefaultSoftKeyboardEN) mInputViewManager).setHardKeyboardHidden(hidden); 294 mEnableTutorial = hidden; 371 boolean hidden = (hiddenState == Configuration.HARDKEYBOARDHIDDEN_YES); 372 mEnableTutorial = hidden; [all...] |
/build/tools/droiddoc/src/ |
LinkReference.java | 393 "Link to hidden member: " + text.trim()); 401 "Link to hidden class: " + text.trim() + " label=" + result.label); 409 "Link to hidden package: " + text.trim());
|
/external/tcpdump/ |
print-l2tp.c | 458 int hidden = FALSE; local 487 hidden = TRUE; 505 if (hidden) {
|