HomeSort by relevance Sort by last modified time
    Searched defs:collapse (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/v8/test/mjsunit/regress/
regress-crbug-482998.js 6 function collapse(flags) { function
22 collapse("i");
23 collapse("");
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 105 function collapse(id) {
134 collapse(id);
159 // Collapse all blocks that mave more than `min_lines` lines.
168 collapse(elt.id.substring(0, split));
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 105 function collapse(id) {
134 collapse(id);
159 // Collapse all blocks that mave more than `min_lines` lines.
168 collapse(elt.id.substring(0, split));
  /libcore/ojluni/src/main/native/
canonicalize_md.c 121 /* Collapse "." and ".." names in the given path wherever possible.
128 collapse(char *path) function
186 work, though once that's done we still must collapse any remaining "." and
205 collapse(resolved);
266 collapse(r);
272 collapse(resolved);
  /cts/hostsidetests/systemui/src/android/host/systemui/
TileServiceTest.java 64 // Collapse the shade and make sure the listening ends.
65 collapse(); method
77 // Collapse the shade and make sure the listening ends.
78 collapse(); method
BaseTileServiceTest.java 32 private static final String COLLAPSE = "cmd statusbar collapse";
67 collapse(); method
97 protected void collapse() throws Exception { method in class:BaseTileServiceTest
98 execute(COLLAPSE);
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
BottomSheetDynamicContent.java 70 case R.id.collapse:
105 Button collapse = (Button) findViewById(R.id.collapse); local
106 if (collapse != null) {
107 collapse.setOnClickListener(mOnClickListener);
  /packages/apps/Dialer/tests/src/com/android/dialer/widget/
ActionBarControllerTest.java 85 public void collapse(boolean animate) { method in class:ActionBarControllerTest.MockSearchBox
99 mSearchBox.collapse(false);
104 // Collapse the search box manually again. This time tapping on the search box should not
106 mSearchBox.collapse(false);
123 mSearchBox.collapse(false);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 101 Animator collapse = ObjectAnimator.ofFloat(card, "translationY", 0); local
102 collapseAnimators.add(collapse);
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 192 void collapse(DomainValue *dv, unsigned domain);
229 /// collapse if needed.
236 // There are no more DV references. Collapse any contained instructions.
238 collapse(DV, DV->getFirstDomain());
278 // Kill register rx, recycle or collapse any DomainValue.
297 collapse(dv, domain);
299 // This is an incompatible open DomainValue. Collapse it to whatever and
301 collapse(dv, dv->getFirstDomain());
302 assert(LiveRegs[rx].Value && "Not live after collapse?");
311 /// Collapse open DomainValue into given domain. If there are multipl
313 void ExeDepsFix::collapse(DomainValue *dv, unsigned domain) { function in class:__anon17284::ExeDepsFix
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 149 pv.collapse(delayed, speedUpFactor);
PanelView.java 395 // Log collapse gesture if on lock screen.
818 public void collapse(boolean delayed, float speedUpFactor) { method in class:PanelView
819 if (DEBUG) logf("collapse: " + this);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
AlarmTimeAdapter.java 140 public void collapse(int position) { method in class:AlarmTimeAdapter
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
120 self.collapse()
134 def collapse(self, event=None): member in class:TreeNode
201 callback = child.collapse
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
120 self.collapse()
134 def collapse(self, event=None): member in class:TreeNode
201 callback = child.collapse
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
120 self.collapse()
134 def collapse(self, event=None): member in class:TreeNode
201 callback = child.collapse
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
120 self.collapse()
134 def collapse(self, event=None): member in class:TreeNode
201 callback = child.collapse
  /packages/apps/Dialer/src/com/android/dialer/widget/
SearchEditTextLayout.java 239 public void collapse(boolean animate) { method in class:SearchEditTextLayout
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 287 // expand/collapse
297 m_activePropertyInfo.collapse();
374 * We do expand/collapse on to events: click on state sign and on double click. But when we double
422 // check for expand/collapse
1432 collapse(); method
1461 public void collapse() throws Exception { method in class:PropertyTable.PropertyInfo
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 458 mEvaluator.collapse();
534 mEvaluator.collapse(); // Capture result evaluated in old mode
    [all...]
Evaluator.java 1029 public void collapse() { method in class:Evaluator
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 575 /** Strip white spaces from both end, and collapse white spaces
2141 @Deprecated public static String collapse( method
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 526 size_t collapse; variable
529 struct gimple_omp_for_iter * GTY((length ("%h.collapse"))) iter;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 2232 def collapse(self): member in class:gui.GUI
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 2232 def collapse(self): member in class:gui.GUI
    [all...]

Completed in 1345 milliseconds

1 2 3