HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1776 - 1800 of 2429) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp 81 // "If the value of the right operand is negative
136 compareRanges(const void * /*context*/, const void *left, const void *right) {
140 r=((const WeightRange *)right)->start;
uspoof_conf.cpp 108 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) {
112 static_cast<SPUString *>(right.pointer));
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 327 compareToCEntries(const void *context, const void *left, const void *right) {
330 chars+((const ToCEntry *)right)->nameOffset);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 432 bool SetOutputScaling(uint32 ssrc, double left, double right);
486 bool SetOutputScaling_w(uint32 ssrc, double left, double right);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 179 psraw mm0, 11 ; sign extended shift right by 3
182 psraw mm1, 11 ; sign extended shift right by 3
492 psraw mm0, 11 ; sign extended shift right by 3
497 psraw mm1, 11 ; sign extended shift right by 3
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 41 1. Is this the right way to distinguish between 24/8 and 8/24
  /external/chromium_org/third_party/skia/samplecode/
SampleRegion.cpp 124 static void make_rgn(SkRegion* rgn, int left, int top, int right, int bottom,
127 r.set(left, top, right, bottom);
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 87 const int right = clip.getBounds().fRight; local
91 fWidth = right - left;
333 // There is always a left column, a middle, and a right column.
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 193 int32_t right = rand->nextULessThan(maxX); local
196 SkIRect rect = SkIRect::MakeLTRB(left, top, right, bottom);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 110 const std::pair<unsigned int, RtpStream*>& right) {
111 return left.second->next_rtp_time_ < right.second->next_rtp_time_;
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 269 int SetOutputVolumePan(float left, float right);
270 int GetOutputVolumePan(float& left, float& right) const;
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 299 bounds.right = rect.right();
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
image_parsers.js 170 // Read 24-bit value. ECMAScript assures left-to-right evaluation order.
  /external/chromium_org/ui/keyboard/resources/
main.js 48 * The x-coordinate of the right most edge in logical pixels of the keyset.
257 * or right edge.
400 // Fix right side.
466 // All left-over pixels assigned to right most stretchable key.
475 case RowAlignment.RIGHT:
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 35 // right above the "O" or the bottom most point of the cursor "|". In that case,
103 int rr = std::max(r1.right(), r2.right());
  /external/chromium_org/ui/webui/resources/js/
load_time_data.js 10 * that must be displayed right away).
  /external/chromium_org/v8/test/mjsunit/
arguments-read-and-assignment.js 28 // Introduced to ensure that the fast compiler does the right thing.
escape.js 30 * right.
object-prevent-extensions.js 119 // assignment should return right hand side value
string-split.js 95 * Opera seems to have this right. The others make no sense.
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 179 * parts: a horizontal left part, and a linearly increasing right part; the
180 * right part starts where the left parts ends. The principal task of these
181 * tests is to look at the slope of the increasing right part. Additionally
229 tcu::Vec4 p01; //!< Bottom right.
231 tcu::Vec4 p11; //!< Top right.
471 * is the right line, and the rest of data is the left line.
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
517 gls::LineParameters right;
518 SegmentedEstimator (const gls::LineParameters& l, const gls::LineParameters& r, float pivotX_) : pivotX(pivotX_), left(l), right(r) {}
524 * Splits the given data into left and right parts (using findSlopePivotX
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 179 * parts: a horizontal left part, and a linearly increasing right part; the
180 * right part starts where the left parts ends. The principal task of these
181 * tests is to look at the slope of the increasing right part. Additionally
229 tcu::Vec4 p01; //!< Bottom right.
231 tcu::Vec4 p11; //!< Top right.
471 * is the right line, and the rest of data is the left line.
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
517 gls::LineParameters right;
518 SegmentedEstimator (const gls::LineParameters& l, const gls::LineParameters& r, float pivotX_) : pivotX(pivotX_), left(l), right(r) {}
524 * Splits the given data into left and right parts (using findSlopePivotX
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 370 void computeQuadTexCoord1D (std::vector<float>& dst, float left, float right);
371 void computeQuadTexCoord1DArray (std::vector<float>& dst, int layerNdx, float left, float right);
  /external/eigen/lapack/
clarf.f 39 *> matrix C, from either the left or the right. H is represented in the
dlarf.f 39 *> C, from either the left or the right. H is represented in the form

Completed in 686 milliseconds

<<71727374757677787980>>