HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 226 - 250 of 2084) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-size-0.l 21 .*:95: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
22 .*:95: Warning: macro instruction expanded into multiple instructions in a branch delay slot
25 .*:105: Warning: macro instruction expanded into multiple instructions in a branch delay slot
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowManager.java 145 boolean expanded = isExpanded(state);
146 if (expanded) {
268 public void setQsExpanded(boolean expanded) {
269 mCurrentState.qsExpanded = expanded;
297 * Force the window to be collapsed, even if it should theoretically be expanded.
  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 126 // Lookup the expanded function interface type metadata.
147 // Capture the expanded kernel type debug info.
182 // Walk through the argument list and expanded function prototype
184 // the expanded function arguments.
235 // At the moment, it only finds the compile unit for the expanded function
  /frameworks/support/v4/java/android/support/v4/internal/view/
SupportMenuItem.java 60 * This item's action view collapses to a normal menu item. When expanded, the action view
168 * @return true if the action view was expanded, false otherwise.
185 * Returns true if this menu item's action view has been expanded.
187 * @return true if the item's action view is expanded, false otherwise.
197 * action view is expanded or collapsed. The menu item must be configured to expand or collapse
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 61 * in this adapter do not necessarily line up with cursor indices. For example, an expanded
251 ConversationMessage message, boolean expanded, boolean showImages) {
255 mExpanded = expanded;
322 public void setExpanded(boolean expanded) {
323 if (mExpanded != expanded) {
324 mExpanded = expanded;
400 * footer to stay in sync with the expanded state of the header.
649 public int addMessageHeader(ConversationMessage msg, boolean expanded, boolean showImages) {
650 return addItem(new MessageHeaderItem(this, mDateBuilder, msg, expanded, showImages));
659 boolean expanded, boolean showImages)
    [all...]
  /ndk/build/tools/
package.py 77 expanded = package.format(
80 if expanded not in seen_packages:
81 packages.append(expanded)
82 seen_packages.add(expanded)
143 expanded = []
147 expanded.extend(zip(package_names, extract_paths))
148 return expanded
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
alerts-table.html 127 #alerts tbody tr[expanded] td:not(:first-child) {
188 #alerts tbody tr[expanded]:not([highlighted]) {
230 #alerts .kd-button[expanded] {
302 expanded?={{expanded}}
307 expanded?={{expanded}}
338 <td class="master"><label>{{master}}</label><label hidden?="{{(!additionColumnValues.master || expanded)}}">...</label></td>
339 <td class="bot"><label>{{bot}}</label><label hidden?="{{(!additionColumnValues.bot || expanded)}}">...</label></td>
340 <td class="testsuite"><label>{{testsuite}}</label><label hidden?="{{(!additionColumnValues.testsuite || expanded)}}">...</label></td
    [all...]
  /frameworks/support/design/res/values/
attrs.xml 216 <!-- The initial expanded state for the AppBarLayout. This only takes effect when this
218 <attr name="expanded" format="boolean" />
269 sides of the the expanded title text. Margin values should be positive. -->
271 <!-- Specifies extra space on the start side of the the expanded title text.
274 <!-- Specifies extra space on the top side of the the expanded title text.
277 <!-- Specifies extra space on the end side of the the expanded title text.
280 <!-- Specifies extra space on the bottom side of the the expanded title text.
284 'expanded' -->
330 <!-- Specifies how the title should be positioned when expanded. -->
381 <!-- Skip the collapsed state once expanded; no effect unless it is hideable --
    [all...]
  /prebuilts/sdk/current/support/design/res/values/
attrs.xml 216 <!-- The initial expanded state for the AppBarLayout. This only takes effect when this
218 <attr name="expanded" format="boolean" />
269 sides of the the expanded title text. Margin values should be positive. -->
271 <!-- Specifies extra space on the start side of the the expanded title text.
274 <!-- Specifies extra space on the top side of the the expanded title text.
277 <!-- Specifies extra space on the end side of the the expanded title text.
280 <!-- Specifies extra space on the bottom side of the the expanded title text.
284 'expanded' -->
330 <!-- Specifies how the title should be positioned when expanded. -->
381 <!-- Skip the collapsed state once expanded; no effect unless it is hideable --
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 93 var elt = document.getElementById(id+"-expanded");
95 var elt = document.getElementById(id+"-expanded-linenums");
106 var elt = document.getElementById(id+"-expanded");
108 var elt = document.getElementById(id+"-expanded-linenums");
143 var elt = document.getElementById(id+"-expanded");
166 if (elt.id.substring(split, elt.id.length) == "-expanded")
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 93 var elt = document.getElementById(id+"-expanded");
95 var elt = document.getElementById(id+"-expanded-linenums");
106 var elt = document.getElementById(id+"-expanded");
108 var elt = document.getElementById(id+"-expanded-linenums");
143 var elt = document.getElementById(id+"-expanded");
166 if (elt.id.substring(split, elt.id.length) == "-expanded")
  /external/llvm/test/CodeGen/Mips/
dsp-patterns.ll 63 ; mul.ph is an R2 instruction. Check that multiply node gets expanded.
104 ; DSP-ASE doesn't have a v4i8 multiply instruction. Check that multiply node gets expanded.
207 ; Check that shift node is expanded if splat element size is not 16-bit.
221 ; Check that shift node is expanded if splat element size is not 8-bit.
235 ; Check that shift node is expanded if shift amount doesn't fit in 4-bit sa field.
249 ; Check that shift node is expanded if shift amount doesn't fit in 3-bit sa field.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 119 if self.state == 'expanded':
129 if self.state != 'expanded':
130 self.state = 'expanded'
157 if self.children and self.state == 'expanded':
180 if self.state != 'expanded':
199 if child.state == 'expanded':
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 119 if self.state == 'expanded':
129 if self.state != 'expanded':
130 self.state = 'expanded'
157 if self.children and self.state == 'expanded':
180 if self.state != 'expanded':
199 if child.state == 'expanded':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 119 if self.state == 'expanded':
129 if self.state != 'expanded':
130 self.state = 'expanded'
157 if self.children and self.state == 'expanded':
180 if self.state != 'expanded':
199 if child.state == 'expanded':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 119 if self.state == 'expanded':
129 if self.state != 'expanded':
130 self.state = 'expanded'
157 if self.children and self.state == 'expanded':
180 if self.state != 'expanded':
199 if child.state == 'expanded':
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 99 * <li>Assign the high-res image to the hidden "zoomed-in" (expanded) image view.</li>
100 * <li>Calculate the starting and ending bounds for the expanded view.</li>
192 // and show the thumbnail instead of the expanded image.
  /external/chromium-trace/catapult/third_party/uritemplate/uritemplate/
__init__.py 256 expanded = TOSTRING[operator](
258 if expanded is not None:
259 retval.append(expanded)
  /external/eigen/doc/
eigen_navtree_hacks.js 92 o.node.expanded = false;
168 if (node.expanded) {
171 node.expanded = false;
  /external/icu/icu4c/source/common/
ruleiter.h 71 * PARSE_VARIABLES) != 0, then an embedded variable will be expanded to
78 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
203 * Position within an expanded variable is <em>not</em> indicated.
  /external/libweave/third_party/chromium/base/
values_unittest.cc 312 dict.Set("this.is.expanded", Value::CreateNullValue());
313 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue());
315 EXPECT_FALSE(dict.HasKey("this.is.expanded"));
324 EXPECT_TRUE(dict.HasKey("this.isnt.expanded"));
326 EXPECT_FALSE(dict.Get("this.isnt.expanded", &value3));
328 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4));
336 dict.Set("this.is.expanded", Value::CreateNullValue());
337 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue());
339 EXPECT_FALSE(dict.HasKey("this.is.expanded"));
348 EXPECT_TRUE(dict.HasKey("this.isnt.expanded"));
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 114 * @param isExpanded whether the group is expanded or collapsed
168 * Called when a group is expanded.
170 * @param groupPosition The group being expanded.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DataCollector.java 248 public void setQsExpanded(boolean expanded) {
250 Log.d(TAG, "setQsExpanded = " + expanded);
252 if (expanded) {
  /libcore/ojluni/src/main/java/sun/security/internal/spec/
TlsKeyMaterialParameterSpec.java 191 * Returns the length in bytes of the expanded encryption key to be
192 * generated. Returns zero if the expanded encryption key is not
195 * @return the length in bytes of the expanded encryption key to be
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 136 expanded = args[:]
147 expanded.append(line[:-1])
151 return expanded

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011>>