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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.h 41 Both
55 , 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/chromium_org/v8/src/
types.h 92 // Note that the bitset representation is closed under both Union and Intersect.
311 // Meet: both b1 and b2 are known to hold.
312 static Bounds Both(Bounds b1, Bounds b2, Isolate* isl) {
  /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/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 42 Both = 0x3

Completed in 3205 milliseconds