/external/chromium_org/third_party/webrtc/base/ |
win32windowpicker.cc | 130 *width = monitor_info.rcMonitor.right - monitor_info.rcMonitor.left;
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/ |
VideoEngine.java | 77 float right, float bottom);
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
audio_buffer.cc | 54 void StereoToMono(const float* left, const float* right, float* out, 57 out[i] = (left[i] + right[i]) / 2; 61 void StereoToMono(const int16_t* left, const int16_t* right, int16_t* out, 64 out[i] = (left[i] + right[i]) >> 1;
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_unittest_helper.h | 89 const std::pair<unsigned int, RtpStream*>& right);
|
/external/chromium_org/ui/metro_viewer/ |
metro_viewer_messages.h | 220 IPC_STRUCT_TRAITS_MEMBER(right)
|
/external/chromium_org/ui/views/controls/table/ |
table_view.cc | 525 if (text_x < cell_bounds.right() - kTextHorizontalPadding) { 530 text_x, cell_bounds.right() - text_x - kTextHorizontalPadding), 532 cell_bounds.right() - text_x, 661 std::max(0, bounds->right() - kTextHorizontalPadding - text_x)); 894 const int right = std::min(GetVisibleBounds().right(), cell_bounds.right()); local 895 if (right > cell_bounds.x() && 896 gfx::GetStringWidth(text, font_list_) <= (right - cell_bounds.x()))
|
/external/chromium_org/v8/src/ |
ast.cc | 429 // TODO(olivf) If this Operation is used in a test context, then the right 433 // right hand operand. 434 set_to_boolean_types(oracle->ToBooleanTypes(right()->test_id())); 472 Expression* right, 475 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) { 477 *check = Handle<String>::cast(right->AsLiteral()->value()); 503 Expression* right, 507 *expr = right; 511 *expr = right; 528 Expression* right, [all...] |
hydrogen-check-elimination.cc | 253 HValue* right = cmp->right()->ActualValue(); local 255 HCheckTableEntry* re = copy->Find(right); 261 copy->Insert(right, NULL, le->maps_, le->state_); 264 EnsureChecked(re, cmp->right(), cmp); 585 HValue* right = instr->right()->ActualValue(); 586 HCheckTableEntry* re = Find(right); 590 EnsureChecked(re, right, instr);
|
/external/chromium_org/v8/test/mjsunit/ |
context-calls-maintained.js | 78 // Test: verify that a load with IC does the right thing. 98 // Test: verify that a store with IC does the right thing.
|
/external/clang/test/SemaCXX/ |
c99-variable-length-array.cpp | 90 float right; member in struct:PR7206::edge_info
|
/external/eigen/demos/opengl/ |
camera.h | 73 Eigen::Vector3f right(void) const;
|
/external/gtest/test/ |
Android.mk | 41 # generate the right make target (host vs device). $(4) is used in the 43 # device builds. Finally $(4) is used to pick up the right set of
|
/external/icu/icu4c/source/common/unicode/ |
unorm.h | 422 * If both the left and the right strings are in 427 * dest=normalize(left+right, mode, options) 440 * @param right Right source string. Must not be the same as dest, nor overlap. 441 * @param rightLength Length of right source string, or -1 if NUL-terminated. 458 const UChar *right, int32_t rightLength,
|
/external/icu/icu4c/source/common/ |
uvector.cpp | 496 sortComparator(const void *context, const void *left, const void *right) { 499 UElement e2 = *static_cast<const UElement *>(right); 510 sortiComparator(const void * /*context */, const void *left, const void *right) { 512 const UElement *e2 = static_cast<const UElement *>(right);
|
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long_long.pass.cpp | 193 right(ios); 233 right(ios); 273 right(ios); 311 right(ios);
|
put_unsigned_long_long.pass.cpp | 193 right(ios); 233 right(ios); 273 right(ios); 311 right(ios);
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
graw_gdi.c | 106 rect.right - rect.left,
|
/external/openfst/src/include/fst/extensions/far/ |
print-strings.h | 109 sstrm << std::right << setw(generate_filenames) << i;
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssTokens.java | 266 int right = brackets.length >> 1; local 267 while (left < right) { 268 int mid = left + ((right - left) >> 1); 274 right = mid; [all...] |
/external/chromium_org/v8/src/arm64/ |
code-stubs-arm64.cc | 207 Register right, 212 DCHECK(!AreAliased(left, right, scratch)); 216 __ Cmp(right, left); 224 __ JumpIfObjectType(right, scratch, scratch, FIRST_SPEC_OBJECT_TYPE, slow, 227 __ JumpIfHeapNumber(right, &heap_number); 230 __ JumpIfObjectType(right, right_type, right_type, HEAP_NUMBER_TYPE, 241 __ JumpIfNotRoot(right, Heap::kUndefinedValueRootIndex, &return_equal); 269 // Left and right are identical pointers to a heap number object. Return 272 __ Ldr(double_scratch, FieldMemOperand(right, HeapNumber::kValueOffset)); 296 Register right, 3523 Register right = x0; local 3910 Register right = x10; local [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupTest.java | 1100 final int right = 100; local 1489 final int right = 3; local 1832 public int right; field in class:ViewGroupTest.MockViewGroup [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlregexp.c | 7944 xmlExpNodePtr ret, right; local 7950 right = xmlExpParseOr(ctxt); local 7964 xmlExpNodePtr ret, right; local 7970 right = xmlExpParseSeq(ctxt); local [all...] |
/external/libxml2/ |
xmlregexp.c | 7958 xmlExpNodePtr ret, right; local 7964 right = xmlExpParseOr(ctxt); local 7978 xmlExpNodePtr ret, right; local 7984 right = xmlExpParseSeq(ctxt); local [all...] |
/external/chromium_org/v8/src/compiler/ |
typer.cc | 355 Bounds right = OperandType(node, 1); local 356 Type* upper = Type::Union(left.upper, right.upper, zone()); 365 Bounds right = OperandType(node, 1); local 366 Type* upper = Type::Union(left.upper, right.upper, zone()); 397 Bounds right = OperandType(node, 1); local 399 left.lower->Is(Type::None()) || right.lower->Is(Type::None()) ? 401 left.lower->Is(Type::Number()) && right.lower->Is(Type::Number()) ? 403 left.lower->Is(Type::String()) || right.lower->Is(Type::String()) ? 406 left.upper->Is(Type::None()) && right.upper->Is(Type::None()) ? 408 left.upper->Is(Type::Number()) && right.upper->Is(Type::Number()) [all...] |
/external/libhevc/common/arm/ |
ihevc_inter_pred_chroma_horz.s | 418 vqrshrun.s16 d8,q4,#6 @right shift and saturating narrow result 1 424 vqrshrun.s16 d10,q5,#6 @right shift and saturating narrow result 2 493 vqrshrun.s16 d8,q4,#6 @(1)right shift and saturating narrow result 1 519 vqrshrun.s16 d10,q5,#6 @(2)right shift and saturating narrow result 2 537 vqrshrun.s16 d12,q6,#6 @(3)right shift and saturating narrow result 1 555 vqrshrun.s16 d22,q11,#6 @(4)right shift and saturating narrow result 2 576 vqrshrun.s16 d8,q4,#6 @(1_1)right shift and saturating narrow result 1 592 vqrshrun.s16 d10,q5,#6 @(2)right shift and saturating narrow result 2 602 vqrshrun.s16 d12,q6,#6 @(3)right shift and saturating narrow result 1 608 vqrshrun.s16 d22,q11,#6 @(4)right shift and saturating narrow result [all...] |