HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 426 - 450 of 2458) sorted by null

<<11121314151617181920>>

  /external/libxslt/
Android.mk 39 LOCAL_CFLAGS += -fvisibility=hidden
  /external/llvm/docs/CommandGuide/
llvmc.pod 50 return the number of found errors otherwise. Hidden option, useful for debugging
56 you have I<dot> and I<gv> programs installed. Hidden option, useful for
64 name. Hidden option, useful for debugging LLVMC plugins.
84 =item B<-help-hidden>
  /external/llvm/test/CodeGen/ARM/
2011-04-27-IfCvtBug.ll 58 declare hidden fastcc %struct.hc* @foo(%struct.hc* nocapture, i32) nounwind optsize
  /external/llvm/test/Transforms/ObjCARC/
contract-storestrong-ivar.ll 17 define hidden void @y(%0* nocapture %self, %1* %preferencesController) nounwind {
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
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/Source/WebCore/bindings/v8/custom/
V8CSSStyleSheetCustom.cpp 44 // Add a hidden reference from stylesheet object to its owner node.
V8StyleSheetCustom.cpp 47 // Add a hidden reference from stylesheet object to its owner node.
  /external/webkit/Source/WebCore/html/
HTMLElement.idl 38 attribute [Reflect] boolean hidden;
  /external/webkit/Source/WebCore/inspector/front-end/
CookieItemsView.js 87 this._emptyMsgElement.removeStyleClass("hidden");
90 this._cookiesTable.element.addStyleClass("hidden");
100 this._cookiesTable.element.removeStyleClass("hidden");
101 this._emptyMsgElement.addStyleClass("hidden");
  /external/webkit/Source/WebCore/manual-tests/
print-with-height-transition-in-screen-stylesheet.html 4 overflow: hidden;
  /external/webkit/Source/WebKit/win/Interfaces/
AccessibleComparable.idl 38 hidden,
IWebCache.idl 34 hidden,
IWebCookieManager.idl 43 hidden,
IWebCoreStatistics.idl 34 hidden,
IWebKitStatistics.idl 34 hidden,
IWebMutableURLRequestPrivate.idl 44 hidden,
IWebNavigationData.idl 39 hidden,
IWebSerializedJSValuePrivate.idl 37 hidden,
IWebWorkersPrivate.idl 44 hidden,
  /frameworks/base/services/java/com/android/server/am/
ProcessList.java 96 // The minimum number of hidden apps we want to be able to keep around,
100 // The maximum number of hidden processes we will keep around before
105 // We put empty content processes after any hidden processes that have
109 // We put empty content processes after any hidden processes that have
  /frameworks/base/tests/BrowserTestPlugin/jni/
Android.mk 45 LOCAL_CFLAGS += -fvisibility=hidden
  /packages/apps/Browser/res/raw/
most_visited.ktpl 61 overflow: hidden;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpus.java 91 * Checks if this corpus should be hidden from the corpus selector.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 52 * Set whether the selection overlay should be hidden. This is done during some
56 * @param hidden when true, hide the selection bounds, when false, unhide.
58 public void setHidden(boolean hidden) {
59 mHidden = hidden;
  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
KeyboardStateQualifierTest.java 52 assertEquals(KeyboardState.HIDDEN, config.getKeyboardStateQualifier().getValue());

Completed in 1499 milliseconds

<<11121314151617181920>>