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

1 2 3

  /external/chromium_org/v8/test/mjsunit/regress/
regress-359491.js 16 // Gather type feedback for both branches.
31 // Optimize g, which inlines f. Both branches in f will see the constant.
44 // Gather type feedback for both branches.
59 // Optimize g, which inlines f. Both branches in f will see the constant.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 42 Both
56 , orientation(Both)
SVGGlyph.cpp 148 case SVGGlyph::Both:
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /external/chromium_org/third_party/skia/src/utils/
SkTLogic.h 62 /** SkTMux::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
63 template <typename a, typename b, typename Both, typename A, typename B, typename Neither>
65 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
SkTFitsIn.h 90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both;
97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
  /external/skia/src/utils/
SkTLogic.h 62 /** SkTMux::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
63 template <typename a, typename b, typename Both, typename A, typename B, typename Neither>
65 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
SkTFitsIn.h 90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both;
97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
  /ndk/tests/device/test-stlport/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /external/stlport/
configure 288 echo "Both --with-cxx and \$CXX set, using the first"
301 echo "Both --with-cc and \$CC set, using the first"
311 echo "Both --with-extra-cxxflags and \$CXXFLAGS set, using the first"
319 echo "Both --with-extra-cflags and \$CFLAGS set, using the first"
327 echo "Both --with-extra-ldflags and \$LDFLAGS set, using the first"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SplitView.js 77 this._showMode = WebInspector.SplitView.ShowMode.Both;
87 Both: "Both",
223 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
331 if (this._showMode === WebInspector.SplitView.ShowMode.Both)
346 this._updateShowMode(WebInspector.SplitView.ShowMode.Both);
418 if (this._showMode !== WebInspector.SplitView.ShowMode.Both || !this.isShowing())
437 // Make both sides relayout boundaries.
788 this._savedShowMode = orientationState ? orientationState.showMode : WebInspector.SplitView.ShowMode.Both;
792 case WebInspector.SplitView.ShowMode.Both
    [all...]
  /external/chromium_org/v8/src/
typing.h 52 e->set_bounds(Bounds::Both(e->bounds(), b, zone()));
generator.js 60 // Both Runtime_GeneratorNext and Runtime_GeneratorThrow are supported by
  /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/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 89 return SVGGlyph::Both;
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object.js 67 // Both properties are pre-allocated in object properties.
76 // Both properties are unused in object properties.
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 20 typedef enum { Both = 0, In = 1 } ControlledDirection;
eapol_auth_dump.c 40 case Both: return "Both";
  /external/jemalloc/include/jemalloc/internal/
util.h 124 # error Both JEMALLOC_INTERNAL_FFSL && JEMALLOC_INTERNAL_FFS should have been defined by configure
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 24 // Both, the url and the resourceType must match.
  /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/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 116 // Truncate the utterance if it's too long. Both Chrome's tts
219 // Both APIs use the same range for volume, between 0.0 and 1.0.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_neon.S 99 vpmax.u32 d28, d28, d28 @ Both 32 bits words hold the same value tmpInIm.
100 vpmax.u32 d30, d30, d30 @ Both 32 bits words hold the same value tmpInRe.
473 vpmax.u32 d12, d12, d12 @ Both 32 bits words hold the same value tmpInIm.
474 vpmax.u32 d14, d14, d14 @ Both 32 bits words hold the same value tmpInRe.
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 40 Both = 0x3
  /frameworks/compile/mclinker/tools/mcld/lib/
OutputFormatOptions.cpp 147 clEnumValN(mcld::GeneralOptions::Both, "both",
148 "both the classic ELF and new style GNU hash tables"),

Completed in 658 milliseconds

1 2 3