/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 151 $(this).addClass('expanded'); 305 if (section.hasClass('expanded')) { 312 section.closest('li').removeClass('expanded'); 318 var $others = $('li.nav-section.expanded', $(this).closest('ul')); 319 $others.removeClass('expanded').children('ul').slideUp(250); 322 section.closest('li').addClass('expanded'); [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 209 $(this).addClass('expanded'); 379 if (section.hasClass('expanded')) { 386 section.closest('li').removeClass('expanded'); 392 var $others = $('li.nav-section.expanded', $(this).closest('ul')); 393 $others.removeClass('expanded').children('ul').slideUp(250); 396 section.closest('li').addClass('expanded'); [all...] |
/ndk/sources/host-tools/make-3.81/ |
read.c | 308 char *expanded = 0; 336 expanded = tilde_expand (filename); 337 if (expanded != 0) 338 filename = expanded; 379 if (expanded) 380 free (expanded); 868 parts of the expanded buffer we haven't searched yet. */ 932 /* Look for a semicolon in the expanded line. */ 948 expanded the whole line, so we continue that for 983 been expanded... we'll never get here. * 305 char *expanded = 0; local 2859 char *expanded = tilde_expand (dir); local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
cpp.info | 567 and "macros" to be expanded. Its primary capabilities are: 599 Also, the directive name is not macro expanded. Thus, if `foo' is 690 recognized, and macro names are not expanded. Thus, `#include <x/*y>' [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
cpp.info | 567 and "macros" to be expanded. Its primary capabilities are: 599 Also, the directive name is not macro expanded. Thus, if `foo' is 690 recognized, and macro names are not expanded. Thus, `#include <x/*y>' [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
cpp.info | 567 and "macros" to be expanded. Its primary capabilities are: 599 Also, the directive name is not macro expanded. Thus, if `foo' is 690 recognized, and macro names are not expanded. Thus, `#include <x/*y>' [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
cpp.info | 567 and "macros" to be expanded. Its primary capabilities are: 599 Also, the directive name is not macro expanded. Thus, if `foo' is 690 recognized, and macro names are not expanded. Thus, `#include <x/*y>' [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerService.java | 149 // In this sample, we'll use the same text for the ticker and the expanded notification
|
NotifyingService.java | 94 // In this sample, we'll use the same text for the ticker and the expanded notification
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingListView.java | 89 * expanded or collapsed. 270 * expanded. Some cells will still be children of the ListView while 509 * by a cell that was expanded, but not yet collapsed, so its state 510 * should persist in an expanded state with the extra content visible.*/
|
/external/antlr/antlr-3.4/ |
antlrsources.xml | 10 The resulting jar is distribution that can be expanded with:
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
RunnerController.java | 203 boolean selected, boolean expanded, boolean leaf, int row,
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializationHandler.java | 140 * @param expand true if DTD entities are to be expanded,
|
/external/bison/m4/ |
stdio_h.m4 | 83 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
sys_socket_h.m4 | 147 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
wctype_h.m4 | 190 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
/external/chromium/chrome/browser/sidebar/ |
sidebar_manager.h | 69 // if sidebar is not expanded).
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 25 // (and indeed, Nautilus does not render an expanded directory any
|
/external/chromium/chrome/browser/ui/search_engines/ |
edit_search_engine_controller.cc | 133 // scheme. As the scheme may be expanded (as happens with {google:baseURL})
|
/external/chromium/net/base/ |
load_flags_list.h | 9 // expanded differently in some places (for example, to automatically
|
/external/chromium_org/chrome/browser/resources/ |
policy.js | 91 this.querySelector('.toggle-expanded-value').addEventListener( 119 this.querySelector('.expanded-value').textContent = value.value; 145 var expandedValue = this.querySelector('.expanded-value'); 190 this.querySelector('.toggle-expanded-value').textContent =
|
/external/chromium_org/chrome/browser/sync/ |
sync_prefs.h | 145 // Returns a ModelTypeSet based on |types| expanded to include pref groups
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_controller.mm | 159 // Update the expanded state.
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 26 // (and indeed, Nautilus does not render an expanded directory any
|