HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 51 - 75 of 1600) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
include-stack-for-note-flag.cpp 21 // STACK: note: expanded from macro
28 // STACKLESS: note: expanded from macro
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
CollapsibleActionView.java 22 * When a {@link android.view.View} implements this interface it will receive callbacks when expanded or
32 * Called when this view is expanded as an action view. See {@link
  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 100 get expanded()
105 set expanded(x)
152 this.element.addStyleClass("expanded");
165 this.element.removeStyleClass("expanded");
170 this.expanded = !this.expanded;
WatchExpressionsSidebarPane.js 42 this.expanded = WebInspector.settings.watchExpressions.length > 0;
84 this.expanded = true;
146 // with no expressions, and expanded tree, we get some extra vertical
152 this.expanded = (propertyCount != 0);
236 var context = { expanded: this.expanded };
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogGroupBuilderTest.java 313 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) {
316 assertEquals(expanded, group.expanded);
325 /** Whether the group should be initially expanded. */
326 public final boolean expanded; field in class:CallLogGroupBuilderTest.GroupSpec
328 public GroupSpec(int cursorPosition, int size, boolean expanded) {
331 this.expanded = expanded;
341 public void addGroup(int cursorPosition, int size, boolean expanded) {
342 groups.add(new GroupSpec(cursorPosition, size, expanded));
    [all...]
  /build/tools/droiddoc/templates-ds/assets/design/
default.js 37 $selListItem.closest('li>ul').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('.nav-y li.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 37 $selListItem.closest('li.nav-section').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('#nav li.nav-section.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 37 $selListItem.closest('li>ul').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('.nav-y li.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 37 $selListItem.closest('li>ul').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('.nav-y li.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /external/chromium/chrome/browser/resources/
cookies_tree.js 74 get expanded() {
75 return TreeItem.prototype.__lookupGetter__('expanded').call(this);
77 set expanded(b) {
78 if (b && this.expanded != b)
81 TreeItem.prototype.__lookupSetter__('expanded').call(this, b);
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 61 * able to process both legacy and expanded EAP headers and in most cases, the
63 * the payload regardless of whether the packet used the expanded EAP header or
84 wpa_printf(MSG_INFO, "EAP: Invalid expanded EAP "
94 wpa_printf(MSG_INFO, "EAP: Invalid expanded frame "
122 * in the EAP header. This function is automatically using expanded EAP header
  /external/bison/m4/
spawn_h.m4 11 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
63 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
75 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
time_h.m4 15 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
83 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /external/libsepol/include/sepol/policydb/
expand.h 37 * neverallow rules. If neverallow rules are expanded, there is no
39 * base == out. If the neverallow rules are not expanded, they are
49 * Expand all parts of a module. Neverallow rules are not expanded (only
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_rates.h 125 /* 1 Stream expanded + 1 */
206 /* 1 Stream expanded + 2 */
241 /* 2 Streams expanded + 1 */
309 /* 1 Stream expanded + 1 */
366 /* 1 Stream expanded + 2 */
397 /* 2 Streams expanded + 1 */
  /external/chromium/chrome/browser/resources/options/
certificate_tree.js 108 // Make tree expanded by default.
109 item.expanded = true;
  /external/clang/test/Modules/
build-fail-notes.m 9 // CHECK: note: expanded from here
27 // CHECK-SDIAG: note: expanded from here
  /external/linux-tools-perf/util/
sort.h 52 * @row_offset - offset from the first callchain expanded to appear on screen
53 * @nr_rows - rows expanded in callchain, recalculated on folding/unfolding
  /external/webkit/Source/WebCore/html/
HTMLAttributeNames.in 23 aria-expanded
98 expanded
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit 19 aria-expanded
90 expanded
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 18 * predefined entities are considered to be expanded by the HTML or XML
39 * are expanded.
  /ndk/sources/host-tools/sed-4.2.1/m4/
string_h.m4 14 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
28 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
unistd_h.m4 11 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
28 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /dalvik/libdex/
DexClass.h 27 /* expanded form of a class_data_item header */
35 /* expanded form of encoded_field */
41 /* expanded form of encoded_method */
48 /* expanded form of class_data_item. Note: If a particular item is
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
package.html 23 as XPath objects are expanded to support XML Schema data types.<p>

Completed in 985 milliseconds

1 23 4 5 6 7 8 91011>>