/external/chromium_org/third_party/webrtc/modules/utility/source/ |
audio_frame_operations_unittest.cc | 30 void SetFrameData(AudioFrame* frame, int16_t left, int16_t right) { 33 frame->data_[i + 1] = right;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
work_unit.py | 179 left, right = line.split(acc) 180 sym = right.strip()
|
/external/chromium_org/ui/message_center/views/ |
message_view.cc | 210 gfx::Rect close_rect(content_bounds.right() - close_size.width(), 219 content_bounds.right() - small_image_size.width() - kSmallImagePadding,
|
/external/chromium_org/ui/webui/resources/css/ |
table.css | 27 border-right: none;
|
tabs.css | 38 border-top-right-radius: 3px;
|
/external/chromium_org/v8/src/compiler/ |
js-builtin-reducer.cc | 78 Node* right() { return GetJSCallInput(1); } function in class:v8::internal::compiler::JSCallReduction 147 Node* value = graph()->NewNode(machine()->Int32Mul(), r.left(), r.right());
|
/external/chromium_org/v8/test/mjsunit/regress/ |
bitops-register-alias.js | 28 // Test that the code generator can cope with left and right being in
|
/external/chromium_org/v8/test/webkit/ |
dfg-negative-array-index.js | 25 "Tests that storing into a negative array index works right."
|
dfg-rshift-by-zero-eliminate-valuetoint32.js | 25 "Tests that right shifting by zero and then doing other bitops doesn't eliminate the ValueToInt32 node."
|
dfg-string-stricteq.js | 25 "Tests that the DFG does the right thing on strict equality for known strings."
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p1.cpp | 47 Num<int> right = 1; local 48 Num<int> result = left + right;
|
/external/doclava/res/assets/templates/ |
hierarchy.cs | 23 <div style="margin-left: 20px; margin-right: 20px;">
|
/external/e2fsprogs/ext2ed/ |
win.c | 125 int left,top,right,bottom,i; local 135 left=0;right=show_pad_info.display_cols-1;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
envset.cmd | 124 if right(expvar, 1) <> ';' then expvar = expvar || ';'
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
Tooltip.css | 7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
|
/external/eigen/bench/btl/generic_bench/ |
btl.hh | 72 void trim( bool left = true, bool right = true ) 80 if ( right && lspaces < len )
|
/external/freetype/src/truetype/ |
ttdriver.c | 138 #define PAIR_TAG( left, right ) ( ( (FT_ULong)left << 16 ) | \ 139 (FT_ULong)right ) 156 /* right_glyph :: The index of the right glyph in the kern pair. */ 167 /* Only horizontal layouts (left-to-right & right-to-left) are */
|
/external/guava/guava/src/com/google/common/collect/ |
Range.java | 504 static int compareOrThrow(Comparable left, Comparable right) { 505 return left.compareTo(right);
|
SortedMaps.java | 160 * the right map must all compare as distinct according to the comparator 164 * same mappings, call {@code left.equals(right)} instead of this method. 167 * @param right the map to treat as the "right" map for purposes of comparison 172 SortedMap<K, ? extends V> left, Map<? extends K, ? extends V> right) { 173 return Maps.difference(left, right);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestsForMapsInJavaUtil.java | 240 public int compare(T left, T right) { 241 return String.valueOf(left).compareTo(String.valueOf(right));
|
/external/icu/icu4c/source/i18n/ |
collationfastlatin.h | 213 const UChar *right, int32_t rightLength); 217 const uint8_t *right, int32_t rightLength);
|
japancal.cpp | 308 JapaneseCalendar& JapaneseCalendar::operator= ( const JapaneseCalendar& right) 310 GregorianCalendar::operator=(right);
|
/external/icu/icu4c/source/test/cintltst/ |
sorttest.c | 126 linesComparator(const void *context, const void *left, const void *right) { 129 const Line *rightLine=(const Line *)right;
|
/external/libvorbis/doc/ |
04-codec.tex | 307 \item if \varname{[next_window_flag]} is not set, the right half of 311 windows. Else, the left right window will have normal long 578 Windowed MDCT output is overlapped and added with the right hand data 624 the stream is stereo. channel order: left, right 628 center, right 632 front right, rear left, rear right 636 center, front right, rear left, rear right 640 front right, rear left, rear right, LF [all...] |
footer.tex | 20 the Ogg project (xiph.org) reserve the right to set the Ogg Vorbis
|