HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1251 - 1275 of 4231) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.cpp 124 * AVL tree with non-null, non-adjacent left and right children.
128 SparseNameTree(SparseNameRange* left, SparseNameRange* right)
130 fRight(right) {
231 // Ensure we are in the 'Left Left' or 'Right Right' case:
260 SkASSERT(fLeft->end() < fRight->first()); // There must be a gap between left and right.
323 SparseNameRange* right = this->takeRef(); variable
325 return SkNEW_ARGS(SparseNameTree, (left, right));
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 106 double right = line[1].fX; local
107 flipped = left > right;
109 SkTSwap<double>(left, right);
111 result = intersections.horizontal(cubic, left, right, line[0].fY, flipped);
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_view.mm 156 Right:(const float)right
158 return _gles_renderer20->SetCoordinates(zOrder, left, top, right, bottom);
  /external/chromium_org/third_party/webrtc/voice_engine/
utility_unittest.cc 66 // Sets the signal value to increase by |left| and |right| with every sample in
68 void SetStereoFrame(AudioFrame* frame, float left, float right,
76 frame->data_[i * 2 + 1] = right * i;
81 void SetStereoFrame(AudioFrame* frame, float left, float right) {
82 SetStereoFrame(frame, left, right, frame->sample_rate_hz_);
  /external/chromium_org/ui/events/
gesture_event_details.cc 48 data.swipe.right = delta_x > 0;
  /external/chromium_org/ui/file_manager/file_manager/audio_player/css/
audio_player.css 71 border-right: 0 solid transparent;
90 border-right: 0 solid transparent;
  /external/chromium_org/ui/gfx/geometry/
rect_f.cc 25 IsExpressibleAsInt(right()) && IsExpressibleAsInt(bottom());
  /external/chromium_org/ui/message_center/views/
desktop_popup_alignment_delegate.cc 41 return work_area_.right() - kMarginBetweenItems - toast_bounds.width();
76 // show it on right since it's very likely that the systray is on the right if
  /external/chromium_org/ui/views/corewm/
tooltip_aura.cc 35 // auto-parented to the right container.
161 if (tooltip_rect.right() > display_bounds.right()) {
162 int h_offset = tooltip_rect.right() - display_bounds.right();
  /external/chromium_org/ui/views/window/
frame_background.h 54 const gfx::ImageSkia* right,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1439135.js 31 var right = "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY";
33 var cons = left + right;
regress-95485.js 30 var right = 'YYY';
32 var cons = left + right;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antenv.cmd 76 if path\='' & right(path, 1)\=';' then path = path || ';'
87 if path\='' & right(path, 1)\=';' then path = path || ';'
  /external/eigen/bench/btl/libs/BLAS/
blas_interface.hh 61 static char right = 'R'; variable
  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 19 import static com.google.common.collect.BstSide.RIGHT;
49 total -= totalBeyondRangeToSide(aggregate, range, RIGHT, root);
82 ? subTreeBeyondRangeToSide(range, balancePolicy, nodeFactory, RIGHT, root)
103 N right = root.childOrNull(RIGHT); local
106 right = subTreeBeyondRangeToSide(range, balancePolicy, nodeFactory, LEFT, right);
108 case RIGHT:
109 left = subTreeBeyondRangeToSide(range, balancePolicy, nodeFactory, RIGHT, left);
114 return balancePolicy.balance(nodeFactory, root, left, right);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 131 * @param right The object to be copied.
134 DateTimeRule& operator=(const DateTimeRule& right);
tzrule.h 181 * @param right The object to be copied.
184 TimeZoneRule& operator=(const TimeZoneRule& right);
234 * @param right The object to be copied.
237 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right);
445 * @param right The object to be copied.
448 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right);
661 * @param right The object to be copied.
664 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right);
    [all...]
  /external/iproute2/include/linux/tc_ematch/
tc_em_meta.h 89 struct tcf_meta_val right; member in struct:tcf_meta_hdr
  /external/iproute2/tc/
emp_ematch.y 33 %right AND OR
  /external/kernel-headers/original/uapi/linux/tc_ematch/
tc_em_meta.h 89 struct tcf_meta_val right; member in struct:tcf_meta_hdr
  /external/kernel-headers/original/uapi/sound/
asound_fm.h 61 unsigned char right; /* stereo right */ member in struct:snd_dm_fm_voice
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 29 bool operator()(const SUnit* left, const SUnit* right) const;
  /external/openfst/src/include/fst/
symbol-table-ops.h 64 // Merges two SymbolTables, all symbols from left will be merged into right
65 // with the same ids. Symbols in right that have conflicting ids with those
68 // side, but may do so on the right. If right_relabel_output is non-NULL, it
69 // will be assigned true if the symbols from the right table needed to be
82 SymbolTable *MergeSymbolTable(const SymbolTable &left, const SymbolTable &right,
  /external/oprofile/libregex/
op_regex.cpp 289 string right = line; local
290 right_rule.execute(right);
291 if (right == line) {
295 regex.add_pattern(left, right);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 43 << rcPlate.right - rcPlate.left << " " << rcPlate.top - rcPlate.bottom << " re W n\n";
75 fWidth = rect.right - rect.left;
197 fPlateWidth = rcPlate.right - rcPlate.left;
266 fPlateWidth = rcPlate.right - rcPlate.left;

Completed in 860 milliseconds

<<51525354555657585960>>