/external/chromium_org/cc/input/ |
top_controls_state.h | 12 BOTH = 3
|
top_controls_manager.cc | 44 permitted_state_(BOTH), 69 if (constraints == BOTH && current == BOTH)
|
/external/chromium_org/content/public/common/ |
top_controls_state_list.h | 16 DEFINE_TOP_CONTROLS_STATE(BOTH, 3)
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
OverflowEvent.idl | 31 const unsigned short BOTH = 2;
|
OverflowEvent.cpp | 58 m_orient = BOTH;
|
OverflowEvent.h | 46 BOTH = 2
|
/external/chromium_org/content/renderer/ |
render_view_impl_android.cc | 19 COMPILE_ASSERT(int(BOTH) == int(cc::BOTH), mismatching_enums); 34 cc::TopControlsState constraints = cc::BOTH; 39 cc::TopControlsState current = cc::BOTH;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterMirrorRepresentation.java | 41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B'); 61 return BOTH; 117 if (mMirror == Mirror.BOTH 125 if (mMirror == Mirror.BOTH 138 mMirror = Mirror.BOTH; 140 case BOTH:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 17 from Tkconstants import RIGHT, LEFT, Y, BOTH 27 self.pack(side=LEFT, fill=BOTH, expand=True) 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
Tkconstants.py | 25 BOTH='both'
|
SimpleDialog.py | 20 self.message.pack(expand=1, fill=BOTH) 33 b.pack(side=LEFT, fill=BOTH, expand=1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 17 from Tkconstants import RIGHT, LEFT, Y, BOTH 27 self.pack(side=LEFT, fill=BOTH, expand=True) 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
Tkconstants.py | 25 BOTH='both'
|
SimpleDialog.py | 20 self.message.pack(expand=1, fill=BOTH) 33 b.pack(side=LEFT, fill=BOTH, expand=1)
|
/frameworks/base/core/java/android/database/ |
CursorJoiner.java | 38 * case BOTH: 39 * // handle case where a row with the same key is in both cursors 63 /** The rows pointed to by both cursors are the same */ 64 BOTH 123 case BOTH: 153 * if the row pointed to by the right cursor is unique, BOTH if the rows in both 174 mCompareResult = Result.BOTH; 225 case BOTH:
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewPager.java | 35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH } 119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT); 121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT); 123 // Only check ability to page if we can't scroll in one / both directions
|
/external/proguard/src/proguard/gui/ |
TabbedPane.java | 56 cardConstraints.fill = GridBagConstraints.BOTH; 155 imageConstraints.fill = GridBagConstraints.BOTH;
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
window_sizer_ash_unittest.cc | 720 BOTH, 726 BOTH, 733 BOTH, 740 BOTH, 744 // Now create a top level window and check again for both. Only the tabbed 757 BOTH [all...] |
window_sizer_common_unittest.h | 91 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED, BOTH }; 96 // last active window, the persisted value which was stored earlier, both or 115 // last active window, the persisted value which was stored earlier, both or
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH) 56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
|
aboutDialog.py | 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH) 44 frameBg.pack(expand=TRUE, fill=BOTH)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH) 56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
|
/cts/tests/tests/database/src/android/database/cts/ |
CursorJoinerTest.java | 104 case BOTH: 105 // Delete the values table test1 and test2 both possess. 163 // For cursor1 and cursor2, value 18~20 result a value as BOTH 165 assertEquals(Result.BOTH, cursorJoiner.next());
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
opensslconf.h.in | 104 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
|
/external/openssl/crypto/ |
opensslconf.h.in | 104 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
|