HomeSort by relevance Sort by last modified time
    Searched refs:expanded (Results 1 - 25 of 312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
macro-warn-1-n32.l 2 .*:6: Warning: macro instruction expanded into multiple instructions
3 .*:10: Warning: macro instruction expanded into multiple instructions
4 .*:12: Warning: macro instruction expanded into multiple instructions
5 .*:16: Warning: macro instruction expanded into multiple instructions.*slot
6 .*:20: Warning: macro instruction expanded into multiple instructions.*slot
macro-warn-1.l 2 .*:5: Warning: macro instruction expanded into multiple instructions
3 .*:10: Warning: macro instruction expanded into multiple instructions
4 .*:11: Warning: macro instruction expanded into multiple instructions
5 .*:12: Warning: macro instruction expanded into multiple instructions
6 .*:16: Warning: macro instruction expanded into multiple instructions.*slot
7 .*:18: Warning: macro instruction expanded into multiple instructions.*slot
8 .*:20: Warning: macro instruction expanded into multiple instructions.*slot
macro-warn-2.l 2 .*:5: Warning: macro instruction expanded into multiple instructions
3 .*:9: Warning: macro instruction expanded into multiple instructions.*slot
macro-warn-3.l 2 .*:4: Warning: macro instruction expanded into multiple instructions
3 .*:7: Warning: macro instruction expanded into multiple instructions.*slot
macro-warn-4.l 2 .*:3: Warning: macro instruction expanded into multiple instructions
3 .*:5: Warning: macro instruction expanded into multiple instructions.*slot
mips-gp64-fp64.l 2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
micromips-branch-delay.l 4 .*:21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
12 .*:96: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
13 .*:98: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
14 .*:100: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
15 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
16 .*:110: Warning: macro instruction expanded into multiple instructions in a branch delay slot
17 .*:121: Warning: macro instruction expanded into multiple instructions in a branch delay slo
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ExpandableIndicator.java 39 public void setExpanded(boolean expanded) {
40 if (expanded == mExpanded) return;
41 mExpanded = expanded;
49 setContentDescription(getContentDescription(expanded));
58 private int getDrawableResourceId(boolean expanded) {
60 return expanded ? R.drawable.ic_volume_collapse_animation
63 return expanded ? R.drawable.ic_volume_expand_animation
68 private String getContentDescription(boolean expanded) {
69 return expanded ? mContext.getString(R.string.accessibility_quick_settings_collapse)
NotificationGroupManager.java 57 return group.expanded;
60 public void setGroupExpanded(StatusBarNotification sbn, boolean expanded) {
65 setGroupExpanded(group, expanded);
68 private void setGroupExpanded(NotificationGroup group, boolean expanded) {
69 group.expanded = expanded;
71 mListener.onGroupExpansionChanged(group.summary.row, expanded);
125 group.expanded = added.row.areChildrenExpanded();
149 group.suppressed = group.summary != null && !group.expanded
258 if (group.expanded) {
468 public boolean expanded; field in class:NotificationGroupManager.NotificationGroup
    [all...]
  /external/llvm/test/MC/Mips/
set-nomacro-micromips.s 7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
set-nomacro.s 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instruction
    [all...]
macro-bcc-imm-bad.s 11 blt $a2, 16, foo # ALL: :[[@LINE]]:5: warning: macro instruction expanded into multiple instructions
12 # ALL-NOT: :[[@LINE-1]]:5: warning: macro instruction expanded into multiple instructions
  /build/kati/testcase/
semicolon.mk 1 # When a line only has semicolons after variables are expanded, they
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
gregbza1.s 2 # The "BZ" will be expanded, and the reloc for areg must be resolved
gregget1.s 2 # The "GETA" will be expanded, and the reloc for areg must be resolved
gregget2.s 2 # The "GETA" will be expanded, and the reloc for b must be resolved before
gregpsj1.s 2 # The "PUSHJ" will be expanded, and the reloc for areg must be resolved
  /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",
71 my $expanded = 0;
124 $expanded++;
128 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
136 $expanded++;
139 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
143 if ($expanded) {
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java 94 boolean expanded = false; field in class:ContactsExpansion.ToggleScene
107 expandedContainer.setVisibility(expanded ? View.GONE : View.VISIBLE);
110 thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 :
113 arrow.setRotation(expanded ? 0 : 90);
114 expanded = !expanded;
  /prebuilts/misc/windows/sdl2/test/
checkkeys.c 120 char *spot, expanded[1024]; local
122 expanded[0] = '\0';
125 size_t length = SDL_strlen(expanded);
126 SDL_snprintf(expanded + length, sizeof(expanded) - length, "\\x%.2x", (unsigned char)*spot);
128 SDL_Log("Text (%s): \"%s%s\"\n", expanded, *text == '"' ? "\\" : "", text);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 367 public SpeechView(Context context, String title, String dialogue, boolean expanded) {
383 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
403 public void setExpanded(boolean expanded) {
404 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
  /external/mesa3d/scons/
source_list.py 44 expanded = ''
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
56 return expanded
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
ExpandableSwitchItem.java 76 * @return True if the item is currently expanded.
83 * Sets whether the item should be expanded.
85 public void setExpanded(boolean expanded) {
86 if (mIsExpanded == expanded) {
89 mIsExpanded = expanded;
112 * @return The summary shown when in expanded state.
119 * Sets the summary text shown when the item is expanded. Corresponds to the
  /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
111 CellsInfo[groupCount][cellCount] = { 'height' : originalHeight, property in class:CellsInfo
    [all...]
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 21 // Unknown directives are expanded.
41 #define M4 expanded
45 // CHECK-Identifiers-False: 5: expanded (

Completed in 1893 milliseconds

1 2 3 4 5 6 7 8 91011>>