| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | smpdtfmt.cpp | 3887 translatePattern(const UnicodeString& originalPattern, UnicodeString& translatedPattern, const UnicodeString& from, const UnicodeString& to, UErrorCode& status) translatePattern() argument [all...] |
| H A D | vtzone.cpp | 1410 UnicodeString from; // current zone from offset in parse() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucurr.cpp | 53 UDate from; member 2219 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) ucurr_isAvailable() argument [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | ip.c | 2375 u_int32_t from, to = *(u_int32_t *)RTA_DATA(attr[RTA_FLOW]); in show_rules() local [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.cc | 1006 Py_ssize_t length, from, to, step, slice_length; in DeleteRepeatedField() local 1017 length, &from, in DeleteRepeatedField() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_test.cc | 245 MapKey from, to; in TEST_F() local 2290 unittest::TestEnumMapPlusExtra from; in TEST() local 2886 TestRecursiveMapMessage from; TEST_F() local 3495 unittest::TestArenaMap* from = TEST() local 3515 unittest::TestArenaMap* from = TEST() local [all...] |
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphImpl.cpp | 1843 void ParagraphImpl::updateForegroundPaint(size_t from, size_ in GetLineFontMetrics() argument 1693 SkASSERT(blockIndex < SkToSizeT(fTextStyles.size())); return fTextStyles[blockIndex]; } void ParagraphImpl::setState(InternalState state) { if (fState <= state) { fState = state; return; } fState = state; switch (fState) { case kUnknown: SkASSERT(false); [[fallthrough]]; case kIndexed: fRuns.reset(); fClusters.reset(); [[fallthrough]]; case kShaped: fLines.reset(); [[fallthrough]]; case kLineBroken: fPicture = nullptr; [[fallthrough]]; default: break; } } void ParagraphImpl::computeEmptyMetrics() { bool emptyParagraph = fRuns.empty(); TextStyle textStyle = paragraphStyle().getTextStyle(); if (emptyParagraph && !fTextStyles.empty()) { textStyle = fTextStyles.back().fStyle; } auto typefaces = fontCollection()->findTypefaces( textStyle.getFontFamilies(), textStyle.getFontStyle(), textStyle.getFontArguments()); auto typeface = typefaces.empty() ? nullptr : typefaces.front(); SkFont font(typeface, textStyle.getFontSize()); fEmptyMetrics = InternalLineMetrics(font, paragraphStyle().getStrutStyle().getForceStrutHeight()); if (!paragraphStyle().getStrutStyle().getForceStrutHeight() && textStyle.getHeightOverride()) { const auto intrinsicHeight = fEmptyMetrics.fDescent - fEmptyMetrics.fAscent + fEmptyMetrics.fLeading; const auto strutHeight = textStyle.getHeight() * textStyle.getFontSize(); if (paragraphStyle().getStrutStyle().getHalfLeading()) { fEmptyMetrics.update( fEmptyMetrics.ascent(), fEmptyMetrics.descent(), fEmptyMetrics.leading() + strutHeight - intrinsicHeight); } else { const auto multiplier = strutHeight / intrinsicHeight; fEmptyMetrics.update( fEmptyMetrics.ascent() * multiplier, fEmptyMetrics.descent() * multiplier, fEmptyMetrics.leading() * multiplier); } } if (emptyParagraph) { auto disableFirstAscent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableFirstAscent) == TextHeightBehavior::kDisableFirstAscent; auto disableLastDescent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableLastDescent) == TextHeightBehavior::kDisableLastDescent; fEmptyMetrics.update( disableFirstAscent ? fEmptyMetrics.rawAscent() : fEmptyMetrics.ascent(), disableLastDescent ? fEmptyMetrics.rawDescent() : fEmptyMetrics.descent(), fEmptyMetrics.leading()); } if (fParagraphStyle.getStrutStyle().getStrutEnabled()) { fStrutMetrics.updateLineMetrics(fEmptyMetrics); } } SkString ParagraphImpl::getEllipsis() const { auto ellipsis8 = fParagraphStyle.getEllipsis(); auto ellipsis16 = fParagraphStyle.getEllipsisUtf16(); if (!ellipsis8.isEmpty()) { return ellipsis8; } else { return SkUnicode::convertUtf16ToUtf8(fParagraphStyle.getEllipsisUtf16()); } } WordBreakType ParagraphImpl::getWordBreakType() const { return fParagraphStyle.getStrutStyle().getWordBreakType(); } LineBreakStrategy ParagraphImpl::getLineBreakStrategy() const { return fParagraphStyle.getStrutStyle().getLineBreakStrategy(); } void ParagraphImpl::updateFontSize(size_t from, size_t to, SkScalar fontSize) { SkASSERT(from == 0 && to == fText.size()); auto defaultStyle = fParagraphStyle.getTextStyle(); defaultStyle.setFontSize(fontSize); fParagraphStyle.setTextStyle(defaultStyle); for (auto& textStyle : fTextStyles) { textStyle.fStyle.setFontSize(fontSize); } fState = std::min(fState, kIndexed); fOldWidth = 0; fOldHeight = 0; } void ParagraphImpl::updateTextAlign(TextAlign textAlign) { fParagraphStyle.setTextAlign(textAlign); if (fState >= kLineBroken) GetLineFontMetrics() argument 1854 updateBackgroundPaint(size_t from, size_t to, SkPaint paint) GetLineFontMetrics() argument 1885 updateColor(size_t from, size_t to, SkColor color) GetLineFontMetrics() argument [all...] |
| /third_party/rust/crates/syn/src/ |
| H A D | item.rs | 334 fn from(input: DeriveInput) -> Item { in from() functions 367 fn from(input: ItemStruct) -> DeriveInput { in from() functions 383 fn from(input: ItemEnum) -> DeriveInput { in from() functions 399 fn from(input: ItemUnion) -> DeriveInput { in from() functions
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | addr.rs | 1332 fn from(add functions 1355 fn from(addr: SockaddrIn) -> Self { from() functions 1449 fn from(addr: net::SocketAddrV6) -> Self { from() functions 1475 fn from(addr: SockaddrIn6) -> Self { from() functions 1850 fn from(s: net::SocketAddrV4) -> Self { from() functions 1861 fn from(s: net::SocketAddrV6) -> Self { from() functions 1872 fn from(s: net::SocketAddr) -> Self { from() functions [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius_server.c | 1403 radius_server_reject(struct radius_server_data *data, struct radius_client *client, struct radius_msg *request, struct sockaddr *from, socklen_t fromlen, const char *from_addr, int from_port) radius_server_reject() argument 1509 radius_server_request(struct radius_server_data *data, struct radius_msg *msg, struct sockaddr *from, socklen_t fromlen, struct radius_client *client, const char *from_addr, int from_port, struct radius_session *force_sess) radius_server_request() argument 1831 } from; radius_server_receive_auth() local 1961 } from; radius_server_receive_acct() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | ap_ctrl_iface.c | 86 hostapd_ctrl_iface_attach(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen, const char *input) hostapd_ctrl_iface_attach() argument 94 hostapd_ctrl_iface_detach(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen) hostapd_ctrl_iface_detach() argument 102 hostapd_ctrl_iface_level(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen, char *level) hostapd_ctrl_iface_level() argument 3506 hostapd_ctrl_iface_receive_process(struct hostapd_data *hapd, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_ctrl_iface_receive_process() argument 4042 struct sockaddr_storage from; hostapd_ctrl_iface_receive() local 4475 hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, struct sockaddr_storage *from, socklen_t fromlen, char *input) hostapd_global_ctrl_iface_attach() argument 4484 hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, struct sockaddr_storage *from, socklen_t fromlen) hostapd_global_ctrl_iface_detach() argument 4748 hostapd_global_ctrl_iface_ifname(struct hapd_interfaces *interfaces, const char *ifname, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_global_ctrl_iface_ifname() argument 4778 struct sockaddr_storage from; hostapd_global_ctrl_iface_receive() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| H A D | ap_ctrl_iface.c | 82 hostapd_ctrl_iface_attach(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen, const char *input) hostapd_ctrl_iface_attach() argument 90 hostapd_ctrl_iface_detach(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen) hostapd_ctrl_iface_detach() argument 98 hostapd_ctrl_iface_level(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen, char *level) hostapd_ctrl_iface_level() argument 2937 hostapd_ctrl_iface_receive_process(struct hostapd_data *hapd, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_ctrl_iface_receive_process() argument 3396 struct sockaddr_storage from; hostapd_ctrl_iface_receive() local 3824 hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, struct sockaddr_storage *from, socklen_t fromlen, char *input) hostapd_global_ctrl_iface_attach() argument 3833 hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, struct sockaddr_storage *from, socklen_t fromlen) hostapd_global_ctrl_iface_detach() argument 4090 hostapd_global_ctrl_iface_ifname(struct hapd_interfaces *interfaces, const char *ifname, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_global_ctrl_iface_ifname() argument 4120 struct sockaddr_storage from; hostapd_global_ctrl_iface_receive() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_vulkan.c | 3814 vulkan_transfer_data(AVHWFramesContext *hwfc, const AVFrame *vkf, const AVFrame *swf, int from) vulkan_transfer_data() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_to_hir.cpp | 241 get_implicit_conversion_operation(const glsl_type *to, const glsl_type *from, in get_implicit_conversion_operation() argument 309 apply_implicit_conversion(const glsl_type *to, ir_rvalue * &from, struct _mesa_glsl_parse_state *state) apply_implicit_conversion() argument [all...] |
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zic.c | 550 emit_icu_link(FILE* f, const char* from, const char* to) { in emit_icu_link() argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | parse.c | 2605 static struct expression *index_expression(struct expression *from, struct expression *to) in index_expression() argument 2649 struct expression *from = NULL, *to = NULL, *expr; in single_initializer() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 312 Node* from = edge.from(); in IsOnlyUserOfNodeInSameBlock() local
|
| H A D | instruction.h | 790 MoveOperands* AddMove(const InstructionOperand& from, in AddMove() argument 796 MoveOperands* AddMove(const InstructionOperand& from, in AddMove() argument [all...] |
| H A D | mid-tier-register-allocator.cc | 142 AddGapMove( int instr_index, Instruction::GapPosition position, const InstructionOperand& from, const InstructionOperand& to) AddGapMove() argument 1935 MoveRegisterOnMerge( RegisterIndex from, RegisterIndex to, VirtualRegisterData& virtual_register, RpoNumber successor, RegisterState* succ_state) MoveRegisterOnMerge() argument 2037 EmitGapMoveFromOutput(InstructionOperand from, InstructionOperand to, int instr_index) EmitGapMoveFromOutput() argument 2369 UnallocatedOperand from = AllocateUseWithMove() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.cc | 3335 VariableProxy* from = factory()->NewVariableProxy(parameter); InsertShadowingVarBindingInitializers() local [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.cc | 192 HeapGraphEdge::HeapGraphEdge(Type type, const char* name, HeapEntry* from, in HeapGraphEdge() argument 205 HeapGraphEdge::HeapGraphEdge(Type type, int index, HeapEntry* from, in HeapGraphEdge() argument 511 MoveObject(Address from, Address to, int object_size) MoveObject() argument 2377 Node* from; global() member 2577 HeapEntry* from = EntryForEmbedderGraphNode(edge.from); IterateAndExtractReferences() local [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler.cc | 1699 const base::uc32 from = range.from(); GetQuickCheckDetails() local 2794 FindWorthwhileInterval(int* from, int* to) FindWorthwhileInterval() argument 2814 FindBestInterval(int max_number_of_chars, int old_biggest_points, int* from, int* to) FindBestInterval() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | cmp.c | 2765 const char *from = "", *server = ""; print_status() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | apps.c | 2641 WIN32_rename(const char *from, const char *to) WIN32_rename() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | cmp.c | 2764 const char *from = "", *server = ""; print_status() local [all...] |