/third_party/node/test/fixtures/wpt/resources/ |
H A D | check-layout.js | 69 var actualOffset = node.getBoundingClientRect().left - positionedAncestor(node).getBoundingClientRect().left; 71 failures.push("Expected " + expectedOffset + " for getBoundingClientRect().left offset, but got " + actualOffset + ". "); 144 var expectedPaddingLeft = checkAttribute(output, node, "data-expected-padding-left"); 150 failures.push("Expected " + expectedPaddingLeft + " for padding-left, but got " + actualPaddingLeft + ". "); 180 var expectedMarginLeft = checkAttribute(output, node, "data-expected-margin-left"); 186 failures.push("Expected " + expectedMarginLeft + " for margin-left, but got " + actualMarginLeft + ". ");
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 217 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
|
/third_party/lwip/src/include/lwip/ |
H A D | tcp.h | 158 * SACK entry is invalid if left==right. */ 161 u32_t left; member 289 /* SACK ranges to include in ACK packets (entry is invalid if left==right) */ 291 #define LWIP_TCP_SACK_VALID(pcb, idx) ((pcb)->rcv_sacks[idx].left != (pcb)->rcv_sacks[idx].right)
|
/third_party/skia/src/core/ |
H A D | SkLatticeIter.cpp | 67 // |left| and |right|. in count_scalable_pixels() 68 int left = divs[i]; in count_scalable_pixels() local 70 count += right - left; in count_scalable_pixels() 128 // As we move left to right across the image, alternating patches will be "fixed" or in SkLatticeIter()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkAlphaThresholdImageFilter.cpp | 197 offset->fX = bounds.left(); in onFilterImage() 300 offset->fX = bounds.left(); in onFilterImage()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSpec.cpp | 73 auto const &left = getObject(insn.word(5)); in EvalSpecConstantOp() local 79 result.constantValue[i] = sel ? left.constantValue[i] : right.constantValue[i]; in EvalSpecConstantOp()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | sandbox.py | 363 def call_binop(self, context, operator, left, right): 370 return self.binop_table[operator](left, right)
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | encode.h | 26 // the types are left here for reference. 423 // self-crops a picture to the rectangle defined by top/left/width/height. 426 // The rectangle for the view is defined by the top-left corner pixel 427 // coordinates (left, top) as well as its width and height. This rectangle 429 // picture uses the YUV420 colorspace, the top and left coordinates will be 432 int left, int top, int width, int height); 435 // is defined by the top-left corner pixel coordinates (left, top) as well 438 // the top and left coordinates will be snapped to even values. 446 int left, in [all...] |
/third_party/skia/src/utils/ |
H A D | SkPaintFilterCanvas.cpp | 124 void SkPaintFilterCanvas::onDrawImage2(const SkImage* image, SkScalar left, SkScalar top, in onDrawImage2() argument 128 this->SkNWayCanvas::onDrawImage2(image, left, top, sampling, &apf.paint()); in onDrawImage2()
|
/third_party/skia/tests/ |
H A D | StrokeTest.cpp | 17 return SkScalarNearlyEqual(a.left(), b.left()) && in equal()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.h | 173 void writeMatrixTimesEqualHelper(const Type& left, const Type& right, const Type& result); 177 void writeMatrixEqualityHelpers(const Type& left, const Type& right);
|
/third_party/vixl/src/aarch32/ |
H A D | constants-aarch32.h | 532 inline InstructionAttribute operator|(InstructionAttribute left, in operator |() argument 534 return static_cast<InstructionAttribute>(static_cast<uint32_t>(left) | in operator |()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_format.h | 658 // Indicates whether the result should be left justified for this conversion 784 // `width`, spaces will be appended first (if `left` is false), or 785 // after (if `left` is true) to ensure the total amount appended is 787 bool PutPaddedString(string_view v, int width, int precision, bool left) { in PutPaddedString() argument 788 return sink_->PutPaddedString(v, width, precision, left); in PutPaddedString()
|
/third_party/skia/modules/androidkit/src/ |
H A D | Canvas.cpp | 137 jfloat left, jfloat top, jfloat right, jfloat bottom, in Canvas_DrawRect() 142 canvas->drawRect(SkRect::MakeLTRB(left, top, right, bottom), *paint); in Canvas_DrawRect() 136 Canvas_DrawRect(JNIEnv* env, jobject, jlong native_instance, jfloat left, jfloat top, jfloat right, jfloat bottom, jlong native_paint) Canvas_DrawRect() argument
|
/third_party/rust/crates/nom/src/combinator/ |
H A D | tests.rs | 12 ($left: expr, $right: expr) => { 13 let res: $crate::IResult<_, _, (_, ErrorKind)> = $left;
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 985 /* Make sure no old entries are left behind */ in ath6kl_set_probed_ssids() 1779 long left; in ath6kl_get_station() local 1800 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_get_station() 1807 if (left == 0) in ath6kl_get_station() 1809 else if (left < 0) in ath6kl_get_station() 1810 return left; in ath6kl_get_station() 2089 int ret, left; in ath6kl_cfg80211_host_sleep() local 2098 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_cfg80211_host_sleep() 2101 if (left == 0) { in ath6kl_cfg80211_host_sleep() 2104 } else if (left < in ath6kl_cfg80211_host_sleep() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 985 /* Make sure no old entries are left behind */ in ath6kl_set_probed_ssids() 1779 long left; in ath6kl_get_station() local 1800 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_get_station() 1807 if (left == 0) in ath6kl_get_station() 1809 else if (left < 0) in ath6kl_get_station() 1810 return left; in ath6kl_get_station() 2089 int ret, left; in ath6kl_cfg80211_host_sleep() local 2098 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_cfg80211_host_sleep() 2101 if (left == 0) { in ath6kl_cfg80211_host_sleep() 2104 } else if (left < in ath6kl_cfg80211_host_sleep() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12dec.c | 1832 int left; in mpeg_decode_slice() local 1841 int left = get_bits_left(&s->gb); in mpeg_decode_slice() local 1850 if (left >= 32 && !is_d10) { in mpeg_decode_slice() 1857 if (left > 32 && show_bits_long(&gb, 32) == 0x201) { in mpeg_decode_slice() 1863 if (left < 0 || in mpeg_decode_slice() 1864 (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10) || in mpeg_decode_slice() 1865 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) { in mpeg_decode_slice() 1866 av_log(avctx, AV_LOG_ERROR, "end mismatch left=%d %0X at %d %d\n", in mpeg_decode_slice() 1867 left, lef in mpeg_decode_slice() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.c | 30 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right); 920 return linearize_simple_address(ep, addr->left, ad); in linearize_simple_address() 1057 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right) in add_binary_op() argument 1062 use_pseudo(insn, left, &insn->src1); in add_binary_op() 1068 static pseudo_t add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *itype, pseudo_t left, pseudo_t right) in add_cmp_op() argument 1070 pseudo_t target = add_binary_op(ep, ctype, op, left, right); in add_cmp_op() 1453 struct expression *target = expr->left; in linearize_assignment() 1575 src1 = linearize_expression_to_bool(ep, expr->left); in linearize_binop_bool() 1596 src1 = linearize_expression(ep, expr->left); in linearize_binop() 1725 if (!ep->active || !expr->left || !exp in linearize_logical() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 1873 * @param left Left set 1878 void ViewportAPI::compareViewports(std::vector<GLfloat>& left, std::vector<GLfloat>& right, const GLchar* description, in compareViewports() argument 1881 for (size_t i = 0; i < left.size(); ++i) in compareViewports() 1883 if (left[i] != right[i]) in compareViewports() 1886 << " Invalid values [" << i << "] " << left[i] << " " << right[i] in compareViewports() 2077 * @param left Left set 2082 void ScissorAPI::compareScissorBoxes(std::vector<GLint>& left, std::vector<GLint>& right, const GLchar* description, in compareScissorBoxes() argument 2085 for (size_t i = 0; i < left.size(); ++i) in compareScissorBoxes() 2087 if (left[i] != right[i]) in compareScissorBoxes() 2090 << " Invalid values [" << i << "] " << left[ in compareScissorBoxes() 2276 compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* description, bool& out_result) compareDepthRanges() argument 2464 compareScissorTestStates(std::vector<GLboolean>& left, std::vector<GLboolean>& right, const GLchar* description, bool& out_result) compareScissorTestStates() argument [all...] |
/third_party/typescript/lib/ |
H A D | tsc.js | 1162 function equalOwnProperties(left, right, equalityComparer) { 1164 if (left === right) 1166 if (!left || !right) 1168 for (var key in left) { 1169 if (hasOwnProperty.call(left, key)) { 1172 if (!equalityComparer(left[key], right[key])) 1178 if (!hasOwnProperty.call(left, key)) 2832 function comparePrereleaseIdentifiers(left, right) { 2833 if (left === right) 2835 if (left [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9m111.c | 404 ret = reg_write(COLUMN_START, rect->left); in mt9m111_setup_geometry() 424 __func__, code, rect->width, rect->height, rect->left, rect->top, in mt9m111_setup_geometry() 475 rect.left = clamp(rect.left, MT9M111_MIN_DARK_COLS, in mt9m111_set_selection() 507 sel->r.left = MT9M111_MIN_DARK_COLS; in mt9m111_get_selection() 1330 mt9m111->rect.left = MT9M111_MIN_DARK_COLS; in mt9m111_probe()
|
H A D | mt9v032.c | 403 ret = regmap_write(map, MT9V032_COLUMN_START, crop->left); in mt9v032_s_stream() 566 rect.left = clamp(ALIGN(sel->r.left + 1, 2) - 1, in mt9v032_set_selection() 580 rect.width, MT9V032_PIXEL_ARRAY_WIDTH - rect.left); in mt9v032_set_selection() 926 crop->left = MT9V032_COLUMN_START_DEF; in mt9v032_open() 1142 mt9v032->crop.left = MT9V032_COLUMN_START_DEF; in mt9v032_probe()
|
H A D | mt9p031.c | 401 ret = mt9p031_write(client, MT9P031_COLUMN_START, crop->left); in mt9p031_set_params() 635 rect.left = clamp(ALIGN(sel->r.left, 2), MT9P031_COLUMN_START_MIN, in mt9p031_set_selection() 647 MT9P031_PIXEL_ARRAY_WIDTH - rect.left); in mt9p031_set_selection() 973 crop->left = MT9P031_COLUMN_START_DEF; in mt9p031_open() 1147 mt9p031->crop.left = MT9P031_COLUMN_START_DEF; in mt9p031_probe()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | meson-gx-mmc.c | 761 unsigned int len, left; in meson_mmc_copy_buffer() local 765 left = len; in meson_mmc_copy_buffer() 772 left -= 4; in meson_mmc_copy_buffer() 773 } while (left); in meson_mmc_copy_buffer() 779 left -= 4; in meson_mmc_copy_buffer() 780 } while (left); in meson_mmc_copy_buffer()
|