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

<<11121314151617181920>>

  /external/v8/src/
handles.h 250 // Return the object's hidden properties object. If the object has no hidden
251 // properties and create_if_needed is true, then a new hidden property object
  /external/webkit/WebCore/css/
html.css 318 input[type="hidden"] {
395 input[type="hidden"], input[type="image"], input[type="file"] {
601 input[type="hidden"]:focus,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 300 // Do not show hidden attributes
337 // It is initially hidden till there are some attributes to show here.
432 // The table was created hidden, show it if there are unknown attributes now
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 111 SDL_free(device->hidden);
126 device->hidden = (struct SDL_PrivateVideoData *)
127 SDL_malloc((sizeof *device->hidden));
129 if ( (device == NULL) || (device->hidden == NULL) ) {
137 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewMediator.java 205 // true if the keyguard is hidden by another window
384 // reenabled after previously hidden, reshow
385 if (DEBUG) Log.d(TAG, "previously hidden, reshowing, reenabling "
450 * Is the keyguard currently showing and not being force hidden?
457 * Notify us when the keyguard is hidden by another window
    [all...]
  /development/samples/Spinner/src/com/android/example/spinner/
SpinnerActivity.java 217 * after being hidden, it is the best place to restore state.
252 * Since onPause() is always called when an Activity is about to be hidden, even if it is about
  /external/bison/src/
vcg.h 177 hidden by folding or edge classes) does not have fixed specified
624 /* hidden specifies the classes of edges that are hidden.
627 hidden class are not drawn. However, nodes that are not reachable
629 of classes of hidden edges allows to hide parts of a graph, e.g.,
632 exactly the set of classes that are hidden. Note the important
634 Hidden edges are not existent in the layout. Edges with line style
639 int hidden;
638 int hidden; member in struct:graph
    [all...]
  /external/srec/portable/include/
pmemory.h 284 * to hidden operations and reenable it thereafter.
296 * @param ptr Address of memory allocation that should be hidden
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 236 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Hidden, HTMLInputElement::HIDDEN);
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 171 * scan_ssid can be used to scan for APs using hidden SSIDs.
173 * such drivers to use hidden SSIDs.
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 707 * state of the soft input window was unchanged and remains hidden.
715 * state of the soft input window changed from hidden to shown.
723 * state of the soft input window changed from shown to hidden.
771 * input window should only be hidden if it was not explicitly shown
778 * input window should normally be hidden, unless it was originally
801 * have the input window hidden.
832 * If the input window is already displayed, it gets hidden.
859 * If the input window is already displayed, it gets hidden.
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 430 // made visible or hidden at the next transition.
    [all...]
  /bionic/libc/arch-sh/include/machine/
asm.h 180 * unless the function is local or has hidden or protected visibility.
  /build/core/combo/
TARGET_linux-sh.mk 52 -fvisibility-inlines-hidden
  /build/tools/apicheck/src/com/android/apicheck/
ApiCheck.java 74 level = Errors.HIDDEN;
  /dalvik/libcore/archive/src/main/java/java/util/jar/
JarInputStream.java 92 temp.map.put("hidden", null); //$NON-NLS-1$
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 62 * Hidden constructor
  /dalvik/vm/alloc/
HeapInternal.h 71 * that we find while recursing. The "next" pointers are hidden
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 94 * "hidden" outer class parameter as the first parameter.
  /external/bison/lib/
quotearg.h 68 /* The functions listed below set and use a hidden variable
  /external/bluetooth/glib/glib/
gkeyfile.h 231 #define G_KEY_FILE_DESKTOP_KEY_HIDDEN "Hidden"
  /external/e2fsprogs/tests/f_journal/
expect.1 52 Moving journal from /journal to hidden inode.
  /external/elfutils/libdw/
libdwP.h 286 extern void __libdw_oom (void) __attribute ((noreturn, visibility ("hidden")));
  /external/fsck_msdos/
dosfs.h 59 u_int32_t HiddenSecs; /* # of hidden sectors */
  /external/ipsec-tools/src/racoon/doc/
FAQ 45 able to ditinguish peers hidden behind the same NAT.

Completed in 129 milliseconds

<<11121314151617181920>>