/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-LABEL: 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...] |
/development/samples/browseable/CustomNotifications/ |
_index.jd | 8 <p>This sample demonstrates how to implement expanded notifications that
|
/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.
|
/external/clang/test/Frontend/ |
rewrite-includes.c | 27 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 29 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 31 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 33 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 36 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 38 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 45 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 47 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 53 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 55 // 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 */{{$}}
|
rewrite-includes-modules.c | 10 // CHECK-NEXT: #if 0 /* expanded by -frewrite-includes */{{$}} 12 // CHECK-NEXT: #endif /* expanded by -frewrite-includes */{{$}} 16 // CHECK-NEXT: #if 0 /* expanded by -frewrite-includes */{{$}} 18 // CHECK-NEXT: #endif /* expanded by -frewrite-includes */{{$}}
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
process_track_base.js | 46 this.classList.add('expanded'); 49 this.expandEl_.classList.add('expand-button-expanded'); 70 this.expanded = modelSettings.getSettingFor( 71 this.processBase_, 'expanded', true); 77 get expanded() { 78 return this.expandEl_.classList.contains('expand-button-expanded'); 81 set expanded(expanded) { 82 expanded = !!expanded; [all...] |
process_track_base.css | 17 .process-track-base:not(.expanded) > .track { 27 .process-track-header > expand-button.expand-button-expanded { 32 .process-track-header> expand-button:not(.expand-button-expanded) {
|
/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...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLViewer.js | 140 collapsible.expanded.start.appendChild(createTag(node, false, false)); 142 nodeParentPairs.push({parentElement: collapsible.expanded.content, node: child}); 143 collapsible.expanded.end.appendChild(createTag(node, true, false)); 160 collapsible.expanded.start.appendChild(createComment('<!--')); 161 collapsible.expanded.content.appendChild(createComment(node.nodeValue)); 162 collapsible.expanded.end.appendChild(createComment('-->')); 180 collapsible.expanded.start.appendChild(createText('<![CDATA[')); 181 collapsible.expanded.content.appendChild(createText(node.nodeValue)); 182 collapsible.expanded.end.appendChild(createText(']]>')); 200 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName)) [all...] |
/developers/build/prebuilts/gradle/CustomNotifications/CustomNotificationsSample/src/main/res/values/ |
strings.xml | 19 <string name="expanded">I\'m the expanded notification.\nCollapse me!</string> 29 the <i>big content view</i>, which is used when the notification is expanded. 37 <string name="expanded_image">Two Androids on top of each other. Symbolises an expanded
|
/developers/samples/android/ui/notifications/CustomNotifications/CustomNotificationsSample/src/main/res/values/ |
strings.xml | 19 <string name="expanded">I\'m the expanded notification.\nCollapse me!</string> 29 the <i>big content view</i>, which is used when the notification is expanded. 37 <string name="expanded_image">Two Androids on top of each other. Symbolises an expanded
|
/development/samples/browseable/CustomNotifications/res/values/ |
strings.xml | 19 <string name="expanded">I\'m the expanded notification.\nCollapse me!</string> 29 the <i>big content view</i>, which is used when the notification is expanded. 37 <string name="expanded_image">Two Androids on top of each other. Symbolises an expanded
|
/external/skia/tools/skpdiff/ |
README | 3 Note how the asterisks are not expanded inside the shell because of the quotes
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_expanded_state_tracker.h | 16 // BookmarkExpandedStateTracker is used to track a set of expanded nodes. The 17 // nodes are persisted in preferences. If an expanded node is removed from the 27 // The set of expanded nodes.
|
/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",
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 37 public ExpandableNotificationRow row; // the outer expanded view 39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry 114 View content, View expanded, StatusBarIconView icon) { 120 entry.expanded = expanded; 139 if (e.expanded != null) { // the view successfully inflated 151 if (e.expanded != null) { // the view successfully inflated
|