/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 849 static bool MatchSmiLiteralOperation(Expression* left, Expression* right, in MatchSmiLiteralOperation() argument 852 *expr = left; in MatchSmiLiteralOperation() 872 static bool MatchLiteralCompareTypeof(Expression* left, Token::Value op, in MatchLiteralCompareTypeof() argument 875 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareTypeof() 876 *expr = left->AsUnaryOperation()->expression(); in MatchLiteralCompareTypeof() 897 static bool MatchLiteralCompareUndefined(Expression* left, Token::Value op, in MatchLiteralCompareUndefined() argument 899 if (IsVoidOfLiteral(left) && Token::IsEqualityOp(op)) { in MatchLiteralCompareUndefined() 903 if (left->IsUndefinedLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareUndefined() 916 static bool MatchLiteralCompareNull(Expression* left, Token::Value op, in MatchLiteralCompareNull() argument 918 if (left in MatchLiteralCompareNull() [all...] |
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 705 glyph->fLeft = bounds.left(); in generatePngMetrics() 717 if (bbox.left >= bbox.right || bbox.top >= bbox.bottom) { in generateMetrics() 721 // We're trying to pack left and top into int16_t, in generateMetrics() 724 SkIRect::MakeLTRB(bbox.left, bbox.top, bbox.right, bbox.bottom))) { in generateMetrics() 728 glyph->fWidth = SkToU16(bbox.right - bbox.left); in generateMetrics() 730 glyph->fLeft = SkToS16(bbox.left); in generateMetrics() 1037 bbox.left = glyph.left(); in drawDWMask() 1039 bbox.right = glyph.left() + glyph.width(); in drawDWMask() 1064 matrix.postTranslate(-SkIntToScalar(glyph.left()), in generateColorGlyphImage() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_ttls.c | 182 int left; in eap_ttls_avp_parse() local 185 left = wpabuf_len(buf); in eap_ttls_avp_parse() 188 while (left > 0) { in eap_ttls_avp_parse() 200 if ((int) avp_length > left) { in eap_ttls_avp_parse() 202 "(len=%d, left=%d) - dropped", in eap_ttls_avp_parse() 203 (int) avp_length, left); in eap_ttls_avp_parse() 319 left -= avp_length + pad; in eap_ttls_avp_parse() 856 size_t left; in eap_ttls_process_phase2_eap_response() local 871 left = in_len - sizeof(*hdr); in eap_ttls_process_phase2_eap_response() 873 "allowed types", pos + 1, left in eap_ttls_process_phase2_eap_response() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_ttls.c | 182 int left; in eap_ttls_avp_parse() local 185 left = wpabuf_len(buf); in eap_ttls_avp_parse() 188 while (left > 0) { in eap_ttls_avp_parse() 200 if ((int) avp_length > left) { in eap_ttls_avp_parse() 202 "(len=%d, left=%d) - dropped", in eap_ttls_avp_parse() 203 (int) avp_length, left); in eap_ttls_avp_parse() 319 left -= avp_length + pad; in eap_ttls_avp_parse() 857 size_t left; in eap_ttls_process_phase2_eap_response() local 872 left = in_len - sizeof(*hdr); in eap_ttls_process_phase2_eap_response() 874 "allowed types", pos + 1, left in eap_ttls_process_phase2_eap_response() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testtwo_ng.cpp | 794 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1012 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1093 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1147 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1199 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1251 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1303 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1355 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1407 imageProperties.left = IMAGE_LEFT; in HWTEST_F() 1459 imageProperties.left in HWTEST_F() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/nxp/dw100/ |
H A D | dw100.c | 629 ctx->q_data[DW100_QUEUE_SRC].crop.left = 0; in dw100_open() 824 q_data->crop.left = 0; in dw100_s_fmt() 934 sel->r.left = 0; in dw100_g_selection() 940 sel->r.left = src_q_data->crop.left; in dw100_g_selection() 968 sel->r.width, sel->r.height, sel->r.left, sel->r.top); in dw100_s_selection() 976 sel->r.left = clamp_t(int, sel->r.left, 0, wframe - DW100_MIN_W); in dw100_s_selection() 980 clamp(sel->r.width, DW100_MIN_W, wframe - sel->r.left); in dw100_s_selection() 986 x = sel->r.left; in dw100_s_selection() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 260 int edges[4]; // 0 left 1 top 2 right 3 bottom in sao_filter_CTB() 364 int left = 1 - left_edge; in sao_filter_CTB() local 370 dst1 = dst - stride_dst - (left << sh); in sao_filter_CTB() 371 src1[0] = src - stride_src - (left << sh); in sao_filter_CTB() 372 src1[1] = s->sao_pixel_buffer_h[c_idx] + (((2 * y_ctb - 1) * w + x0 - left) << sh); in sao_filter_CTB() 374 if (left) { in sao_filter_CTB() 391 int left = 1 - left_edge; in sao_filter_CTB() local 397 dst1 = dst + height * stride_dst - (left << sh); in sao_filter_CTB() 398 src1[0] = src + height * stride_src - (left << sh); in sao_filter_CTB() 399 src1[1] = s->sao_pixel_buffer_h[c_idx] + (((2 * y_ctb + 2) * w + x0 - left) << s in sao_filter_CTB() 797 MvField *left = &tab_mvf[y_pu * min_pu_width + xp_pu]; ff_hevc_deblocking_boundary_strengths() local 837 MvField *left = &tab_mvf[y_pu * min_pu_width + xp_pu]; ff_hevc_deblocking_boundary_strengths() local [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 120 * the runlist is left unchanged if the reallocation fails 219 * left unmodified. 277 * left end of the new runlist, if necessary. Adjust the size of the hole 286 * left unmodified. 291 BOOL left = FALSE; /* Left end of @src needs merging */ in ntfs_rl_insert() local 310 left = ntfs_rl_are_mergeable(dst + loc - 1, src); in ntfs_rl_insert() 313 if (left) in ntfs_rl_insert() 322 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - left + disc); in ntfs_rl_insert() 330 if (left) in ntfs_rl_insert() 336 * If "left", the in ntfs_rl_insert() 389 BOOL left = FALSE; /* Left end of @src needs merging */ ntfs_rl_replace() local [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afcjk.c | 338 (FT_String*)"left", /* HORIZ, -- */ in af_cjk_metrics_init_blues() 530 /* vice versa for bottom/left */ in af_cjk_metrics_init_blues() 1331 /* zone, check for left edges */ in af_cjk_hints_compute_blue_edges() 1951 AF_Edge left = edge; in af_cjk_hint_edges() 1958 while ( right > left && !right->link ) in af_cjk_hint_edges() 1961 left1 = *left; in af_cjk_hint_edges() 1962 left2 = *left->link; in af_cjk_hint_edges() 1967 target = left->opos + ( right->opos - left->opos ) / 2 + delta - 16; in af_cjk_hint_edges() 1970 delta1 += af_hint_normal_stem( hints, left, lef in af_cjk_hint_edges() [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 161 // If it's a swizzled/indexed aggregate, look at the left node instead. in shouldConvertLValue() 813 error(loc, " left of '[' is not of type array, matrix, or vector ", in handleBracketDereference() 816 error(loc, " left of '[' is not of type array, matrix, or vector ", "expression", ""); in handleBracketDereference() 871 TIntermTyped* left, TIntermTyped* right) in handleBinaryMath() 873 TIntermTyped* result = intermediate.addBinaryMath(op, left, right, loc); in handleBinaryMath() 875 binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString()); in handleBinaryMath() 1413 // but logically going down the "left-most" tree branch each step of the way. 2442 // References to structuredbuffer types are left unmodified in remapNonEntryPointIO() 2490 TIntermTyped* left, TIntermTyped* right) in assignFromFragCoord() 2494 return intermediate.addAssign(op, left, righ in assignFromFragCoord() 870 handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* left, TIntermTyped* right) handleBinaryMath() argument 2489 assignFromFragCoord(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) assignFromFragCoord() argument 2547 assignPosition(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) assignPosition() argument 2608 assignClipCullDistance(const TSourceLoc& loc, TOperator op, int semanticId, TIntermTyped* left, TIntermTyped* right) assignClipCullDistance() argument 2842 handleAssign(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) handleAssign() argument 3238 handleAssignToMatrixSwizzle(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) handleAssignToMatrixSwizzle() argument 6454 assignError(const TSourceLoc& loc, const char* op, TString left, TString right) assignError() argument 6473 binaryOpError(const TSourceLoc& loc, const char* op, TString left, TString right) binaryOpError() argument [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_request/ |
H A D | js_dialog_request.cpp | 99 int32_t left = want.GetIntParam(RequestConstants::WINDOW_RECTANGLE_LEFT_KEY, 0); in OnGetRequestInfo() local 104 auto requestInfo = new RequestInfo(callerToken, left, top, width, height); in OnGetRequestInfo()
|
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/ |
H A D | formiteminfo_fuzzer.cpp | 55 std::string left(data, size); in DoSomethingInterestingWithMyAPI() 57 formItemInfo.IsEqual(left, right); in DoSomethingInterestingWithMyAPI()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_date_component.h | 142 int SolarDateCompare(const PickerDate& left, const PickerDate& right) const; 144 int LunarDateCompare(const LunarDate& left, const LunarDate& right) const;
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_surface.cpp | 123 void ExtSurface::SetBounds(int64_t surfaceId, int32_t left, int32_t top, int32_t width, int32_t height) in SetBounds() argument 126 paramStream << SURFACE_ID << PARAM_EQUALS << surfaceId << PARAM_AND << SURFACE_LEFT << PARAM_EQUALS << left in SetBounds()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | swiper_indicator.h | 100 void SetLeft(const Dimension& left) in SetLeft() argument 102 left_ = left; in SetLeft()
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 176 void SideBarContainerComponent::SetButtonLeft(double left)
in SetButtonLeft() argument 178 declaration_->SetLeft(left);
in SetButtonLeft()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/interfaces/ |
H A D | customtitle.js | 120 Row.padding({ top: 6, bottom: 6, left: 8, right: 8 }); 135 Image.margin({ left: TITLE_ELEMENT_MARGIN_HORIZONTAL, right: TITLE_ELEMENT_MARGIN_HORIZONTAL });
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_state_mgmt_profiler.cpp | 94 ss << std::left << "Block name" << std::setw(nameWidth) << std::right << "#Calls" << std::setw(itemWidth) << "Self" in Report() 122 ss << std::left << std::string(depth, ' '); in Report()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_animator_ffi.cpp | 38 Dimension leftDime(ffiImages.left, static_cast<DimensionUnit>(ffiImages.leftUnit)); in ParseImages() 43 imageProperties.left = leftDime; in ParseImages()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/file/ |
H A D | audio_renderer_file_sink.cpp | 56 int32_t AudioRendererFileSink::GetVolume(float &left, float &right) in GetVolume() argument 205 int32_t AudioRendererFileSink::SetVolume(float left, float right) in SetVolume() argument
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/ |
H A D | i_audio_renderer_sink.h | 72 virtual int32_t SetVolume(float left, float right) = 0; 73 virtual int32_t GetVolume(float &left, float &right) = 0;
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/ |
H A D | audio_capturer_file_source.cpp | 42 int32_t AudioCapturerFileSource::SetVolume(float left, float right) in SetVolume() argument 47 int32_t AudioCapturerFileSource::GetVolume(float &left, float &right) in GetVolume() argument
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/ |
H A D | i_audio_capturer_source.h | 85 virtual int32_t SetVolume(float left, float right) = 0; 86 virtual int32_t GetVolume(float &left, float &right) = 0;
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndktextblob_fuzzer/ |
H A D | ndktextblob_fuzzer.cpp | 54 float left = GetObject<float>(); in NativeDrawingTextBlobTest001() local 58 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(left, top, right, bottom); in NativeDrawingTextBlobTest001()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/ |
H A D | rssurfaceohosraster_fuzzer.cpp | 120 int32_t left = GetData<int32_t>();
in DoSetDamageRegion() local 125 rsSurfaceFrameOhosRaster->SetDamageRegion(left, top, width1, height1);
in DoSetDamageRegion()
|