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

1 2 3 4 5

  /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 56 m_orient = BOTH;
OverflowEvent.h 46 BOTH = 2
  /external/chromium_org/content/renderer/
render_view_impl_android.cc 21 COMPILE_ASSERT(int(BOTH) == int(cc::BOTH), mismatching_enums);
36 cc::TopControlsState constraints = cc::BOTH;
41 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
  /prebuilts/misc/common/swig/include/2.0.11/guile/
pointer-in-out.i 40 func(int **BOTH)
85 %typemap(in) PTRTYPE *BOTH = PTRTYPE *INPUT;
86 %typemap(argout) PTRTYPE *BOTH = PTRTYPE *OUTPUT;
typemaps.i 198 %typemap (in) C_NAME *BOTH = C_NAME *INPUT;
199 %typemap (argout) C_NAME *BOTH = C_NAME *OUTPUT;
241 %typemap (in) C_NAME *BOTH = C_NAME *INPUT;
242 %typemap (argout) C_NAME *BOTH = C_NAME *OUTPUT;
303 %typemap (in) char **BOTH = char **INPUT;
304 %typemap (argout) char **BOTH = char **OUTPUT;
312 %typemap (freearg) char **INPUT, char **BOTH "if (must_free$argnum && (*$1)) SWIG_free(*$1);"
318 %typemap (freearg) char *OUTPUT, char *BOTH "";
  /external/proguard/src/proguard/gui/
TabbedPane.java 56 cardConstraints.fill = GridBagConstraints.BOTH;
155 imageConstraints.fill = GridBagConstraints.BOTH;
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 753 BOTH,
759 BOTH,
    [all...]
window_sizer_common_unittest.h 90 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED, BOTH };
95 // last active window, the persisted value which was stored earlier, both or
114 // 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)
  /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());

Completed in 1303 milliseconds

1 2 3 4 5