/external/llvm/test/CodeGen/ARM/ |
unaligned_load_store.ll | 2 ; RUN: | FileCheck %s -check-prefix=EXPANDED 5 ; RUN: | FileCheck %s -check-prefix=EXPANDED 15 ; EXPANDED-LABEL: t: 16 ; EXPANDED: ldrb [[R2:r[0-9]+]] 17 ; EXPANDED: ldrb [[R3:r[0-9]+]] 18 ; EXPANDED: ldrb [[R12:r[0-9]+]] 19 ; EXPANDED: ldrb [[R1:r[0-9]+]] 20 ; EXPANDED: strb [[R1]] 21 ; EXPANDED: strb [[R12]] 22 ; 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...] |
/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 | 28 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 30 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 33 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 35 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 38 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 40 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 48 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 50 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 57 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 59 // 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 */{{$}} 17 // CHECK-NEXT: #if 0 /* expanded by -frewrite-includes */{{$}} 19 // CHECK-NEXT: #endif /* expanded by -frewrite-includes */{{$}}
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/model/ |
ct-repository-commit-list.html | 13 this.expanded = false; 20 CTRepositoryCommitList.transientProperties = ['expanded'];
|
/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/chrome/android/java/src/org/chromium/chrome/browser/ |
NewTabPagePrefs.java | 34 * Sets whether the list of currently open tabs is collapsed (vs expanded) on the Recent Tabs 43 * Gets whether the list of currently open tabs is collapsed (vs expanded) on Recent Tabs page. 44 * @return Whether the list of currently open tabs is collapsed (vs expanded) on 52 * Sets whether the list of snapshot documents is collapsed (vs expanded) on the Recent Tabs 61 * Gets whether the list of snapshot documents is collapsed (vs expanded) on 63 * @return Whether the list of snapshot documents is collapsed (vs expanded) on 71 * Sets whether the list of recently closed tabs is collapsed (vs expanded) on the Recent Tabs 80 * Gets whether the list of recently closed tabs is collapsed (vs expanded) on 82 * @return Whether the list of recently closed tabs is collapsed (vs expanded) on 90 * Sets whether sync promo is collapsed (vs expanded) on the Recent Tabs page [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
DocumentXMLTreeViewer.js | 168 collapsible.expanded.start.appendChild(createTag(node, false, false)); 170 nodeParentPairs.push({parentElement: collapsible.expanded.content, node: child}); 171 collapsible.expanded.end.appendChild(createTag(node, true, false)); 188 collapsible.expanded.start.appendChild(createComment('<!--')); 189 collapsible.expanded.content.appendChild(createComment(node.nodeValue)); 190 collapsible.expanded.end.appendChild(createComment('-->')); 208 collapsible.expanded.start.appendChild(createText('<![CDATA[')); 209 collapsible.expanded.content.appendChild(createText(node.nodeValue)); 210 collapsible.expanded.end.appendChild(createText(']]>')); 228 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName)) [all...] |
/developers/build/prebuilts/gradle/CustomNotifications/Application/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/notification/CustomNotifications/Application/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/chromium_org/third_party/skia/tools/skpdiff/ |
README | 3 Note how the asterisks are not expanded inside the shell because of the quotes
|
/external/chromium_org/tools/clang/blink_gc_plugin/tests/ |
class_overrides_new.txt | 5 ./heap/stubs.h:14:5: note: expanded from macro 'WTF_MAKE_FAST_ALLOCATED'
|
/external/skia/tools/skpdiff/ |
README | 3 Note how the asterisks are not expanded inside the shell because of the quotes
|
/frameworks/base/packages/SystemUI/res/layout/ |
split_clock_view.xml | 29 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" 36 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" 40 <!-- Empty text view so we have the same height when expanded/collapsed--> 47 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock"
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
events.js | 18 if (!detailsRow.classList.contains('expanded')) { 19 detailsRow.classList.toggle('expanded'); 25 detailsRow.classList.toggle('expanded');
|
/external/chromium_org/components/bookmarks/browser/ |
bookmark_expanded_state_tracker.h | 18 // BookmarkExpandedStateTracker is used to track a set of expanded nodes. The 19 // nodes are persisted in preferences. If an expanded node is removed from the 29 // The set of expanded nodes.
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ui/test/ |
ct-commit-list-tests.html | 35 describe('expanded test', function() { 37 list.commitList.repositories.first().expanded = true; 41 it('should show commit when expanded', function() {
|