HomeSort by relevance Sort by last modified time
    Searched defs:Both (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 42 Both
56 , orientation(Both)
  /external/chromium_org/third_party/skia/src/utils/
SkTFitsIn.h 90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both;
97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
  /external/skia/src/utils/
SkTFitsIn.h 90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both;
97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 214 // Applies both predicates: first 'PredA', and if it equals 'cInRange', 'PredB'
232 typedef applyBoth<PredA,PredB> Both ;
238 typedef typename for_both<do_applyA, do_applyB, Both, PredA, PredB, NNone>::type type ;
274 // can be arranged in terms of one or two predicates, which test overflow on both neg/pos 'sides'
  /external/chromium_org/v8/src/
types.h 22 // Both are related through subtyping.
50 // Both structural Array and Function types are invariant in all parameters;
124 // Note that the bitset representation is closed under both Union and Intersect.
131 // Both provide the same API, and the Convert method can be used to interconvert
896 // Meet: both b1 and b2 are known to hold.
897 static BoundsImpl Both(BoundsImpl b1, BoundsImpl b2, Region* region) {
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 300 struct Both {
301 constexpr Both() : n(10) {}
302 ~Both();
306 Both b;
317 static Both b;
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 20 typedef enum { Both = 0, In = 1 } ControlledDirection;
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 40 Both = 0x3
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SplitView.js 78 this._showMode = WebInspector.SplitView.ShowMode.Both;
88 Both: "Both",
224 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
332 if (this._showMode === WebInspector.SplitView.ShowMode.Both)
347 this._updateShowMode(WebInspector.SplitView.ShowMode.Both);
419 if (this._showMode !== WebInspector.SplitView.ShowMode.Both || !this.isShowing())
438 // Make both sides relayout boundaries.
789 this._savedShowMode = orientationState ? orientationState.showMode : WebInspector.SplitView.ShowMode.Both;
793 case WebInspector.SplitView.ShowMode.Both
    [all...]

Completed in 333 milliseconds