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

1 2

  /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:
  /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/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
v8natives.js     [all...]
regexp.js 93 // Both JSC and SpiderMonkey treat a missing pattern argument as the
  /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/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.
  /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.
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 57 ! Both source and destination are 8 byte aligned - the easy case.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_impl_ssse3.asm 152 cmp rdx, 0 ; Both xoffset =0 and yoffset=0
  /external/chromium_org/v8/tools/
codemap.js 183 * Finds a code entry that contains the specified address. Both static and
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_ssse3.asm 152 cmp rdx, 0 ; Both xoffset =0 and yoffset=0
  /external/libvorbis/doc/
03-codebook.tex 19 The codebook mechanism is built on top of the vorbis bitpacker. Both
267 populated and a ninth codeword is impossible. Both underspecified and
01-introduction.tex 60 extensively in bitrate management in peeling. Both the transport
101 Thus, Vorbis headers are both required for decode to begin and
136 semantically interchangeable; decoder configuration consists both of
222 The values coded/decoded by a floor are both compactly formatted and
441 Both floor 0 and floor 1 generate a linear-range, linear-domain output
  /external/blktrace/btreplay/doc/
btreplay.tex 162 have found that having the same thread do both results in a further
222 could be used to both allow for a single device to masquerade as more
299 Both commands exit immediately after processing the option.
437 Both commands exit immediately after processing the option.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasProfileView.js 167 this._replayInfoResizeWidgetElement.classList.toggle("hidden", this._replayInfoSplitView.showMode() !== WebInspector.SplitView.ShowMode.Both);
    [all...]

Completed in 3498 milliseconds

1 2