Home
last modified time | relevance | path

Searched defs:right (Results 26 - 50 of 1369) sorted by relevance

12345678910>>...55

/third_party/skia/src/core/
H A DSkStringView.cpp13 bool operator==(string_view left, string_view right) { in operator ==() argument
20 bool operator!=(string_view left, string_view right) { in operator !=() argument
24 bool operator<(string_view left, string_view right) { in operator <() argument
33 bool operator<=(string_view left, string_view right) { in operator <=() argument
37 operator >(string_view left, string_view right) operator >() argument
41 operator >=(string_view left, string_view right) operator >=() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparameterInitializersForwardReferencing.js7 function right(a = b, b = a) { function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.cc44 CordRep* right = rep_concat->right; in Destroy() local
/third_party/skia/gm/
H A Dsubsetshader.cpp30 SkIRect right = SkIRect::MakeXYWH(source.width()/2, 0, in DEF_SIMPLE_GM_CAN_FAIL() local
/third_party/skia/bench/
H A DTableBench.cpp58 SkRect right = SkRect::MakeLTRB(col * kCellWidth + (kCellWidth-SK_Scalar1), variable
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_margin_test.cpp49 OHOS::Print::PrintMargin right; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp75 void RenderPositioned::SetRight(const Dimension& right) in SetRight() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_swiper_ffi.h44 double right; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_layout_algorithm.cpp51 auto right = skRect.right(); in MeasureContent() local
58 auto right = rect.GetRight(); in MeasureContent() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/
H A Drect_fuzzer.cpp41 float right = GetObject<float>(); in RectFuzzTest000() local
82 float right = GetObject<float>(); in RectFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfilltypes.cpp42 float right = 150; // 150 矩阵创建参数 in showPath() local
/foundation/window/window_manager/utils/include/
H A Dcutout_info.h31 DMRect right; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Dmulti_ver_vacuum_executor_stub.h25 uint8_t right = 1; member
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A Dsignal_test_009.cpp52 sigset_t right = { 0 }; in TestSigSet() local
/test/testfwk/arkxtest/uitest/record/
H A Dutils.h21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument
30 inline bool NearEqual<float>(const float& left, const float& right) in NearEqual() argument
37 inline bool NearEqual<double>(const double& left, const double& right) in NearEqual() argument
44 constexpr bool NearEqual(const T& left, const T& right) in NearEqual() argument
54 inline bool NearEqual(const double left, const double right) in NearEqual() argument
66 LessOrEqual(double left, double right) LessOrEqual() argument
72 LessNotEqual(double left, double right) LessNotEqual() argument
78 GreatOrEqual(double left, double right) GreatOrEqual() argument
84 GreatNotEqual(double left, double right) GreatNotEqual() argument
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Dtree.c31 int right = check(t->child[1]); in check() local
/third_party/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp36 UInt32 left = 1, right = ((UInt32)1 << 30); in AutoRenamePath() local
H A DUniqBlocks.cpp11 unsigned left = 0, right = Sorted.Size(); in AddUniq() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-sort.c28 ecma_builtin_helper_array_to_heap(ecma_value_t *array_p, uint32_t index, uint32_t right, ecma_value_t compare_func, const ecma_builtin_helper_sort_compare_fn_t sort_cb) ecma_builtin_helper_array_to_heap() argument
111 ecma_builtin_helper_array_heap_sort_helper(ecma_value_t *array_p, uint32_t right, ecma_value_t compare_func, const ecma_builtin_helper_sort_compare_fn_t sort_cb) ecma_builtin_helper_array_heap_sort_helper() argument
[all...]
/third_party/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.cpp17 unsigned left = 0, mid = _streamIndex, right = Streams.Size(); in Read() local
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.h26 InitHuffmanTree(HuffmanTree* self, uint32_t count, int16_t left, int16_t right) InitHuffmanTree() argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp37 const float right = frame[1]; in writeFrame() local
48 float right = 0.0; in readFrame() local
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.h70 std::unique_ptr<Expression>& right() { in right() function in SkSL::final
74 const std::unique_ptr<Expression>& right() const { in right() function in SkSL::final
30 BinaryExpression(int line, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right, const Type* type) BinaryExpression() argument
/third_party/skia/tests/
H A DBlitMaskClip.cpp27 int right = x + width; variable
/third_party/skia/src/sksl/lex/
H A DRegexNode.cpp42 std::vector<int> right = fChildren[1].createStates(nfa, accept); in createStates() local

Completed in 7 milliseconds

12345678910>>...55