/external/llvm/test/CodeGen/ARM/ |
unaligned_load_store.ll | 1 ; RUN: llc < %s -march=arm -pre-RA-sched=source | FileCheck %s -check-prefix=EXPANDED 2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mcpu=cortex-a8 -mattr=-neon -arm-strict-align -pre-RA-sched=source | FileCheck %s -check-prefix=EXPANDED 10 ; EXPANDED: t: 11 ; EXPANDED: ldrb [[R2:r[0-9]+]] 12 ; EXPANDED: ldrb [[R3:r[0-9]+]] 13 ; EXPANDED: ldrb [[R12:r[0-9]+]] 14 ; EXPANDED: ldrb [[R1:r[0-9]+]] 15 ; EXPANDED: strb [[R1]] 16 ; EXPANDED: strb [[R12]] 17 ; EXPANDED: strb [[R3] [all...] |
/external/clang/test/Misc/ |
diag-macro-backtrace.c | 20 // CHECK: :13:14: note: expanded from macro 'FOOL' 23 // CHECK: :12:15: note: expanded from macro 'DROOL' 26 // CHECK: :11:13: note: expanded from macro 'WAZ' 29 // CHECK: :10:13: note: expanded from macro 'ZAZ' 32 // CHECK: :9:13: note: expanded from macro 'BAB' 35 // CHECK: :8:13: note: expanded from macro 'ABA' 38 // CHECK: :7:13: note: expanded from macro 'TAZ' 41 // CHECK: :6:13: note: expanded from macro 'QUZ' 44 // CHECK: :5:13: note: expanded from macro 'BAZ' 47 // CHECK: :4:13: note: expanded from macro 'BAR [all...] |
caret-diags-macros.c | 9 // CHECK: {{.*}}:4:{{[0-9]+}}: note: expanded from macro 'M2' 10 // CHECK: {{.*}}:3:{{[0-9]+}}: note: expanded from macro 'M1' 19 // CHECK: {{.*}}:15:16: note: expanded from macro 'C' 20 // CHECK: {{.*}}:14:16: note: expanded from macro 'B' 21 // CHECK: {{.*}}:13:14: note: expanded from macro 'A' 49 // CHECK: {{.*}}:36:36: note: expanded from macro 'macro_args3' 50 // CHECK: {{.*}}:35:36: note: expanded from macro 'macro_args2' 51 // CHECK: {{.*}}:34:24: note: expanded from macro 'macro_args1' 58 // CHECK: {{.*}}:40:55: note: expanded from macro 'macro_many_args3' 59 // CHECK: {{.*}}:39:55: note: expanded from macro 'macro_many_args2 [all...] |
macro-backtrace.c | 23 // CHECK-LIMIT: macro-backtrace.c:15:19: note: expanded from macro 'M12' 25 // CHECK-LIMIT: macro-backtrace.c:14:19: note: expanded from macro 'M11' 28 // CHECK-LIMIT: macro-backtrace.c:6:18: note: expanded from macro 'M3' 30 // CHECK-LIMIT: macro-backtrace.c:5:18: note: expanded from macro 'M2' 32 // CHECK-LIMIT: macro-backtrace.c:4:23: note: expanded from macro 'M1' 38 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:15:19: note: expanded from macro 'M12' 39 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:14:19: note: expanded from macro 'M11' 40 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:13:19: note: expanded from macro 'M10' 42 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:6:18: note: expanded from macro 'M3' 43 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:5:18: note: expanded from macro 'M2 [all...] |
/external/clang/test/Preprocessor/ |
include-macros.c | 3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
|
macro_arg_slocentry_merge.c | 6 // CHECK: macro_arg_slocentry_merge.h:5:16: note: expanded from macro 'WINDOW' 7 // CHECK: macro_arg_slocentry_merge.h:6:18: note: expanded from macro 'P_'
|
macro_paste_hard.c | 7 1: a(b b) // aaab 2 2 gets expanded, not b. 13 2: a(b b) // 2 baaa 2 gets expanded, not b.
|
extension-warning.c | 4 // aren't expanded.
|
/external/clang/test/Frontend/ |
rewrite-includes.c | 25 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 27 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 29 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 31 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 34 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 36 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 43 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 45 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 50 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 52 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$} [all...] |
rewrite-includes-missing.c | 4 // CHECK: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 6 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}}
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ExpandedNameTable.java | 27 * expanded names to expandedNameIDs. 94 * the hash table needs to be expanded. 117 * Create an expanded name table. 145 * Given an expanded name represented by namespace, local name and node type, 146 * return an ID. If the expanded-name does not exist in the internal tables, 148 * nodes that are created that have this expanded name will use this ID. 154 * @return the expanded-name id of the node. 162 * Given an expanded name represented by namespace, local name and node type, 163 * return an ID. If the expanded-name does not exist in the internal tables, 165 * nodes that are created that have this expanded name will use this ID [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 37 public View row; // the outer expanded view 39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry 56 * Return whether the entry can be expanded. 62 * Return whether the entry has been manually expanded by the user. 68 * Set the flag indicating that this was manually expanded by the user. 129 View expanded, StatusBarIconView icon) { 135 entry.expanded = expanded; 154 if (e.expanded != null) { // the view successfully inflated 166 if (e.expanded != null) { // the view successfully inflate [all...] |
/external/webkit/Source/WebCore/xml/ |
XMLViewer.js | 143 collapsible.expanded.start.appendChild(createTag(node, false, false)); 145 nodeParentPairs.push({parentElement: collapsible.expanded.content, node: child}); 146 collapsible.expanded.end.appendChild(createTag(node, true, false)); 163 collapsible.expanded.start.appendChild(createComment('<!--')); 164 collapsible.expanded.content.appendChild(createComment(node.nodeValue)); 165 collapsible.expanded.end.appendChild(createComment('-->')); 183 collapsible.expanded.start.appendChild(createText('<![CDATA[')); 184 collapsible.expanded.content.appendChild(createText(node.nodeValue)); 185 collapsible.expanded.end.appendChild(createText(']]>')); 203 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName)) [all...] |
/external/e2fsprogs/po/ |
e2fsprogs.pot | 8 #. since the strings are expanded in two different ways. First of all, 9 #. there is an @-expansion, where strings like "@i" are expanded to 17 #. if "bblock" (which indicated that "@b" would be expanded to "block") 18 #. is translated as "ddatenverlust", then "@d" will be expanded to 691 msgid "EXPANDED" 751 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n 756 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n 761 #. @-expanded: inode table for group %g is not in group. (block %b)\n 762 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n 770 #. @-expanded: \ [all...] |
zh_CN.po | 6 #. since the strings are expanded in two different ways. First of all, 7 #. there is an @-expansion, where strings like "@i" are expanded to 15 #. if "bblock" (which indicated that "@b" would be expanded to "block") 16 #. is translated as "ddatenverlust", then "@d" will be expanded to 693 msgid "EXPANDED" 754 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n 759 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n 764 #. @-expanded: inode table for group %g is not in group. (block %b)\n 765 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n 772 #. @-expanded: \ [all...] |
at-expand.pl | 5 "#. since the strings are expanded in two different ways. First of all,\n", 6 "#. there is an \@-expansion, where strings like \"\@i\" are expanded to\n", 14 "#. if \"bblock\" (which indicated that \"\@b\" would be expanded to \"block\")\n", 15 "#. is translated as \"ddatenverlust\", then \"\@d\" will be expanded to\n", 67 my $expanded = 0; 119 $expanded++; 123 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n"; 131 $expanded++; 134 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n"; 138 if ($expanded) { [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ExpandableListViewBasicTest.java | 70 assertFalse("Group is already expanded", mExpandableListView.isGroupExpanded(groupPos)); 101 // Ensure it expanded 107 // Make sure it expanded 110 // Insert a collapsed group in front of the one just expanded 127 // Make sure the right group is expanded 128 assertTrue("The expanded state didn't stay with the proper group", 130 assertFalse("The expanded state was given to the inserted group",
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SidebarPane.js | 48 this.expanded = false; 88 get expanded() 93 set expanded(x) 106 this.element.addStyleClass("expanded"); 116 this.element.removeStyleClass("expanded"); 123 this.expanded = !this.expanded;
|
/external/webkit/Source/WebCore/html/ |
HTMLDataGridRowElement.cpp | 68 bool HTMLDataGridRowElement::expanded() const function in class:WebCore::HTMLDataGridRowElement 73 void HTMLDataGridRowElement::setExpanded(bool expanded) 75 setAttribute(expandedAttr, expanded ? "" : 0);
|
/sdk/templates/other/Notification/ |
template.xml | 23 name="Style when Expanded" 26 help="The expanded notification style to use for devices running Android 4.1 or later." > 38 help="If true, this notification will contain additional actions when expanded on devices running Android 4.1 or later." />
|
/external/clang/test/Modules/ |
epic-fail.m | 9 // CHECK: note: expanded from here
|
/external/clang/test/Index/ |
fix-its.m | 23 // CHECK: fix-its.m:9:28: note: expanded from macro '_rdar_12584554_C' 25 // CHECK: fix-its.m:7:77: note: expanded from macro '_rdar_12584554_B'
|
/frameworks/base/core/java/android/view/ |
CollapsibleActionView.java | 23 * when expanded or collapsed as an action view alongside the optional, 31 * Called when this view is expanded as an action view.
|
/frameworks/ex/common/java/com/android/common/widget/ |
GroupingListAdapter.java | 47 * Information about a specific list item: is it a group, if so is it expanded. 76 * and whether they are expanded. 132 boolean expanded); 138 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed. 201 protected void addGroup(int cursorPosition, int size, boolean expanded) { 211 if (expanded) { 245 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0; 250 if (expanded) { 346 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0; 353 metadata.isExpanded = expanded; [all...] |
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
tree.js | 125 treeItem.expanded = !treeItem.expanded; 159 if (item.expanded) 160 item.expanded = false; 164 if (!item.expanded) 165 item.expanded = true; 349 * Whether the tree item is expanded or not. 352 get expanded() { 353 return this.hasAttribute('expanded'); 355 set expanded(b) [all...] |