/external/clang/test/Misc/ |
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/e2fsprogs/po/ |
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; 120 $expanded++; 124 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n"; 132 $expanded++; 135 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n"; 139 if ($expanded) { [all...] |
e2fsprogs.pot | 9 #. since the strings are expanded in two different ways. First of all, 10 #. there is an @-expansion, where strings like "@i" are expanded to 18 #. if "bblock" (which indicated that "@b" would be expanded to "block") 19 #. is translated as "ddatenverlust", then "@d" will be expanded to 696 msgid "EXPANDED" 756 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n 761 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n 766 #. @-expanded: inode table for group %g is not in group. (block %b)\n 767 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n 775 #. @-expanded: \ [all...] |
id.po | 11 #. since the strings are expanded in two different ways. First of all, 12 #. there is an @-expansion, where strings like "@i" are expanded to 20 #. if "bblock" (which indicated that "@b" would be expanded to "block") 21 #. is translated as "ddatenverlust", then "@d" will be expanded to 694 msgid "EXPANDED" 753 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n 758 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n 763 #. @-expanded: inode table for group %g is not in group. (block %b)\n 764 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n 773 #. @-expanded: \ [all...] |
it.po | 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 711 msgid "EXPANDED" 771 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n 776 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n 781 #. @-expanded: inode table for group %g is not in group. (block %b)\n 782 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n 791 #. @-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 774 #. @-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/clang/www/analyzer/scripts/ |
expandcollapse.js | 11 // array[group][cell] of { 'height', 'expanded' }. 15 // expanded: boolean; is a cell expanded or collapsed? 24 // Returns { 'height', 'expanded' } info for a cell with a given id. 86 (getCellInfo(this.id).expanded ? "arrows_light.gif" 91 (getCellInfo(this.id).expanded ? "arrows_dark.gif" 96 (getCellInfo(this.id).expanded ? "arrows_light.gif" 112 'expanded' : false }; 147 if (cellInfo.expanded) { 148 // Cell is expanded - collapse the row height to CLIP_HEIGHT [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/ |
plugin_list.js | 193 * the list is not expanded. 203 * Whether this item is expanded or not. 208 * Whether this item is expanded or not. 211 get expanded() { 214 set expanded(expanded) { 215 if (this.expanded_ == expanded) { 218 this.expanded_ = expanded; 219 if (expanded) { 224 oldExpanded.expanded = false [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ui/ |
ct-commit-list.html | 36 <template if="{{ repository.expanded }}"> 57 r.expanded = !r.expanded;
|
/external/chromium_org/chrome/browser/feedback/system_logs/ |
scrubbed_system_logs_fetcher.h | 14 // TODO: This class needs to be expanded to provide better scrubbing of
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
events.css | 21 .expanded .attrib-column {
|
/external/chromium_org/content/test/data/accessibility/ |
aria-level-expected-win.txt | 7 ROLE_SYSTEM_OUTLINEITEM READONLY EXPANDED level:1
|
aria-level.html | 9 @WIN-ALLOW:EXPANDED 20 <div role="treeitem" aria-expanded="true">
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-special-variables.py | 7 """ Verifies that VS variables that require special variables are expanded
|
/external/chromium_org/tools/gyp/test/rules-variables/ |
gyptest-rules-variables.py | 8 Verifies rules related variables are expanded.
|
/external/chromium_org/tools/gyp/test/variables/variable-in-path/ |
gyptest-variable-in-path.py | 8 Make sure <(CONFIGURATION_NAME) variable is correctly expanded.
|
/external/clang/test/Modules/ |
epic-fail.m | 9 // CHECK: note: expanded from here
|
/external/clang/test/Preprocessor/ |
extension-warning.c | 4 // aren't expanded.
|
/external/llvm/test/CodeGen/AArch64/ |
a57-csel.ll | 3 ; Check that the select is expanded into a branch sequence.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
expandable_bubble.js | 14 * width of the node it is overlapping when unexpanded. Expanded, it is of a 53 * when the bubble is expanded. 117 if (!this.expanded) 122 this.style.top = this.expanded ? 137 var closeWidth = this.expanded ? closeElement.clientWidth : 0; 144 if (this.expanded) { 159 // Width is determined by the width of the title (when not expanded) but 175 this.expanded = true; 187 this.expanded = false; 200 if (!this.expanded) { [all...] |
/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.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
bad_weak_ptr.hpp | 23 # pragma warn -8026 // Functions with excep. spec. are not expanded inline 56 # pragma warn .8026 // Functions with excep. spec. are not expanded inline
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/ |
audio_player.js | 19 var observer = new PathObserver(this.model_, 'expanded'); 30 * Whether if the playlist is expanded or not. This value is changed by 32 * True: expanded, false: collapsed, null: unset. 106 this.isExpanded_ = this.model_.expanded; 263 * Toggles the expanded mode when resizing. 272 this.model_.expanded = true; 276 this.model_.expanded = false; 304 * Default number of items in the expanded mode. 311 * Minimum size of the window in the expanded mode in pixels. 319 * Invoked when the 'expanded' property in the model is changed [all...] |