| /third_party/flutter/skia/tools/flags/ |
| D | CommandLineFlags.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 24 info->fDefaultString.set(defaultValue); in CreateStringFlag() 26 info->fStrings = pStrings; in CreateStringFlag() 33 pStrings->reset(); in SetDefaultStrings() 51 size_t length = end - begin; in SetDefaultStrings() 52 pStrings->append(begin, length); in SetDefaultStrings() 72 * @param string C style string to parse. 93 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { in match() 96 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { in match() 106 if (compareName->equals(string)) { in match() [all …]
|
| /third_party/skia/tools/flags/ |
| D | CommandLineFlags.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 24 info->fDefaultString.set(defaultValue); in CreateStringFlag() 26 info->fStrings = pStrings; in CreateStringFlag() 33 pStrings->reset(); in SetDefaultStrings() 51 size_t length = end - begin; in SetDefaultStrings() 52 pStrings->append(begin, length); in SetDefaultStrings() 72 * @param string C style string to parse. 93 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { in match() 96 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { in match() 106 if (compareName->equals(string)) { in match() [all …]
|
| /third_party/cef/tools/ |
| D | patch_updater.py | 2 # reserved. Use of this source code is governed by a BSD-style license that 21 sys.stdout.write('--> ' + message + "\n") 24 def linebreak(): function 26 sys.stdout.write('-' * 80 + "\n") 31 linebreak() 33 linebreak() 39 with open(file, 'r', encoding='utf-8') as fp: 55 # Parse command-line options. 77 '--resave', 83 '--reapply', [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
| D | .eslintrc.json | 14 "block-scoped-var": "error", 15 "consistent-return": "error", 18 "linebreak-style": [ "error", "unix" ], array 19 "no-eval": "error", 20 "no-shadow": "error", 21 "no-shadow-restricted-names": "error",
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
| D | .eslintrc.json | 14 "block-scoped-var": "error", 15 "consistent-return": "error", 18 "linebreak-style": [ "error", "unix" ], array 19 "no-eval": "error", 20 "no-shadow": "error", 21 "no-shadow-restricted-names": "error",
|
| /third_party/node/deps/npm/node_modules/fast-json-stable-stringify/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 7 callback-return: 2 8 dot-notation: 2 10 linebreak-style: [2, unix] 11 new-cap: 2 12 no-console: [2, allow: [warn, error]] 13 no-else-return: 2 14 no-eq-null: 2 15 no-fallthrough: 2 16 no-invalid-this: 2 [all …]
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 8 curly: [2, multi-or-nest, consistent] 9 dot-location: [2, property] 10 dot-notation: 2 12 linebreak-style: [2, unix] 13 new-cap: 2 14 no-console: [2, allow: [warn, error]] 15 no-else-return: 2 16 no-eq-null: 2 17 no-fallthrough: 2 [all …]
|
| /third_party/node/deps/npm/node_modules/color-name/ |
| D | .eslintrc.json | 12 "linebreak-style": 0, number 15 "no-cond-assign": 1, 16 "no-constant-condition": 1, 17 "no-duplicate-case": 1, 18 "no-empty": 1, 19 "no-ex-assign": 1, 20 "no-extra-boolean-cast": 1, 21 "no-extra-semi": 1, 22 "no-fallthrough": 1, 23 "no-func-assign": 1, [all …]
|
| /third_party/flutter/skia/modules/skshaper/src/ |
| D | SkShaper_primitive.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 42 //case 0x00A0: // NO-BREAK SPACE in is_breaking_whitespace() 49 case 0x2004: // THREE-PER-EM SPACE (thick space) in is_breaking_whitespace() 50 case 0x2005: // FOUR-PER-EM SPACE (mid space) in is_breaking_whitespace() 51 case 0x2006: // SIX-PER-EM SPACE in is_breaking_whitespace() 57 case 0x202F: // NARROW NO-BREAK SPACE in is_breaking_whitespace() 60 //case 0xFEFF: // ZERO WIDTH NO-BREAK SPACE in is_breaking_whitespace() 67 static size_t linebreak(const char text[], const char stop[], in linebreak() function 98 *trailing = text - prevText; in linebreak() 114 return text - start; in linebreak() [all …]
|
| /third_party/skia/modules/skshaper/src/ |
| D | SkShaper_primitive.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 50 //case 0x00A0: // NO-BREAK SPACE in is_breaking_whitespace() 57 case 0x2004: // THREE-PER-EM SPACE (thick space) in is_breaking_whitespace() 58 case 0x2005: // FOUR-PER-EM SPACE (mid space) in is_breaking_whitespace() 59 case 0x2006: // SIX-PER-EM SPACE in is_breaking_whitespace() 65 case 0x202F: // NARROW NO-BREAK SPACE in is_breaking_whitespace() 68 //case 0xFEFF: // ZERO WIDTH NO-BREAK SPACE in is_breaking_whitespace() 75 static size_t linebreak(const char text[], const char stop[], in linebreak() function 106 *trailing = text - prevText; in linebreak() 122 return text - start; in linebreak() [all …]
|
| /third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
| D | diagnostics.dart | 2 // Use of this source code is governed by a BSD-style license that can be 93 /// A style that does not display the tree, for release mode. 96 /// Sparse style for displaying trees. 100 /// * [RenderObject], which uses this style. 107 /// * [RenderSliverMultiBoxAdaptor], which uses this style to distinguish 111 /// Slightly more compact version of the [sparse] style. 115 /// * [Element], which uses this style. 118 /// Style that enables transitioning from nodes of one style to children of 123 /// * [RenderParagraph], which uses this style to display a [TextSpan] child 125 /// style of the [RenderObject] tree. [all …]
|
| /third_party/typescript/ |
| D | .eslintrc.json | 2 "parser": "@typescript-eslint/parser", 14 "@typescript-eslint", "jsdoc", "no-null", "import" 17 "@typescript-eslint/adjacent-overload-signatures": "error", 18 "@typescript-eslint/array-type": "error", 20 "brace-style": "off", 21 "@typescript-eslint/brace-style": ["error", "stroustrup", { "allowSingleLine": true }], 23 "@typescript-eslint/naming-convention": [ 25 …eLike", "format": ["PascalCase"], "filter": { "regex": "^(__String|[A-Za-z]+_[A-Za-z]+)$", "match"… 26 …se"], "custom": { "regex": "^I[A-Z]", "match": false }, "filter": { "regex": "^I(Arguments|TextWri… 27 …: "allow", "filter": { "regex": "^(_{1,2}filename|_{1,2}dirname|_+|[A-Za-z]+_[A-Za-z]+)$", "match"… [all …]
|
| /third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
| D | line_breaker.dart | 2 // Use of this source code is governed by a BSD-style license that can be 50 /// * https://www.unicode.org/Public/11.0.0/ucd/LineBreak.txt 53 // This is a hacky/temporary/throw-away implementation to enable us to move fast 54 // with the rest of the line-splitting project. 60 final int prev = index > 0 ? text.codeUnitAt(index - 1) : null;
|
| /third_party/skia/tools/gpu/gl/interface/ |
| D | gen_interface.go | 2 // Use of this source code is governed by a BSD-style license that can be 128 // blocks holds all the if blocks generated - it will be joined with else 168 … line := fmt.Sprintf(`functions->%s =(%s*)get(ctx, "%s");`, hcf.PtrName, hcf.CastName, hcf.GetName) 327 lineBreak := "\n" + SPACER + " " 328 …ck = fmt.Sprintf("(%s && (%s%s))", std.StandardCheck, lineBreak, strings.Join(expr, " ||"+lineBrea…
|
| /third_party/flutter/skia/tools/gpu/gl/interface/ |
| D | gen_interface.go | 2 // Use of this source code is governed by a BSD-style license that can be 128 // blocks holds all the if blocks generated - it will be joined with else 168 … line := fmt.Sprintf(`functions->%s =(%s*)get(ctx, "%s");`, hcf.PtrName, hcf.CastName, hcf.GetName) 327 lineBreak := "\n" + SPACER + " " 328 …ck = fmt.Sprintf("(%s && (%s%s))", std.StandardCheck, lineBreak, strings.Join(expr, " ||"+lineBrea…
|
| /third_party/typescript_eslint/packages/eslint-plugin/ |
| D | ROADMAP.md | 14 ### TypeScript-specific 17 | --------------------------------- | :-: | ---------------------------------------------------- | 18 | [`adjacent-overload-signatures`] | ✅ | [`@typescript-eslint/adjacent-overload-signatures`] | 19 | [`ban-ts-ignore`] | ✅ | [`@typescript-eslint/ban-ts-comment`] | 20 | [`ban-types`] | | [`@typescript-eslint/ban-types`]<sup>[1]</sup> | 21 | [`invalid-void`] | ✅ | [`@typescript-eslint/no-invalid-void-type`] | 22 | [`member-access`] | ✅ | [`@typescript-eslint/explicit-member-accessibility`] | 23 | [`member-ordering`] | ✅ | [`@typescript-eslint/member-ordering`] | 24 | [`no-any`] | ✅ | [`@typescript-eslint/no-explicit-any`] | 25 | [`no-empty-interface`] | ✅ | [`@typescript-eslint/no-empty-interface`] | [all …]
|
| /third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
| D | LineBreaker.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 78 width -= mIndents[line]; in getLineWidth() 80 width -= mIndents.back(); in getLineWidth() 153 FontStyle style, 163 // definition of the widths of arbitrary glyphs. To linebreak properly, call 180 // 32-bit float. Note however that float is used extensively on the Java side 195 size_t lineNumber; // only updated for non-constant line widths 252 // the following are state for greedy breaker (updated while adding style
|
| /third_party/boost/libs/beast/doc/qbk/06_websocket/ |
| D | _websocket.qbk | 2 Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) 12 [/-----------------------------------------------------------------------------] 14 The WebSocket Protocol enables two-way communication between a client running 15 untrusted code in a controlled environment to a remote host that has opted-in 18 technology is to provide a mechanism for browser-based applications needing 19 two-way communication with servers without relying on opening multiple HTTP 33 '''<?linebreak?>''' 37 [/-----------------------------------------------------------------------------] 59 style of I/O that is to be performed. 65 the [@https://tools.ietf.org/html/rfc7692 permessage-deflate extension]. [all …]
|
| /third_party/skia/modules/skparagraph/src/ |
| D | ParagraphImpl.cpp | 51 Paragraph::Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts) in Paragraph() argument 53 , fParagraphStyle(std::move(style)) in Paragraph() 65 ParagraphStyle style, in ParagraphImpl() argument 70 : Paragraph(std::move(style), std::move(fonts)) in ParagraphImpl() 86 ParagraphStyle style, in ParagraphImpl() argument 92 std::move(style), in ParagraphImpl() 99 fText = fUnicode->convertUtf16ToUtf8(utf16text); in ParagraphImpl() 106 return -1; in unresolvedGlyphs() 132 this->fCodeUnitProperties.reset(); in layout() 133 this->fCodeUnitProperties.push_back_n(fText.size() + 1, CodeUnitFlags::kNoCodeUnitFlag); in layout() [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | rbbirb.h | 6 // Copyright (C) 2002-2008, International Business Machines Corporation and others. 43 //-------------------------------------------------------------------------------- 48 //-------------------------------------------------------------------------------- 69 // already-constructed UnicodeSets back to the UnicodeSet constructor 91 // A do-nothing inline function for non-debug builds. Member funcs can't be empty 103 //-------------------------------------------------------------------------------- 105 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling. 107 //-------------------------------------------------------------------------------- 159 UBool fChainRules; // True for chained Unicode TR style rules. 163 // chars with LineBreak property == CM. [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | rbbirb.h | 6 // Copyright (C) 2002-2008, International Business Machines Corporation and others. 43 //-------------------------------------------------------------------------------- 48 //-------------------------------------------------------------------------------- 69 // already-constructed UnicodeSets back to the UnicodeSet constructor 91 // A do-nothing inline function for non-debug builds. Member funcs can't be empty 103 //-------------------------------------------------------------------------------- 105 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling. 107 //-------------------------------------------------------------------------------- 159 UBool fChainRules; // True for chained Unicode TR style rules. 163 // chars with LineBreak property == CM. [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | rbbirb.h | 6 // Copyright (C) 2002-2008, International Business Machines Corporation and others. 43 //-------------------------------------------------------------------------------- 48 //-------------------------------------------------------------------------------- 69 // already-constructed UnicodeSets back to the UnicodeSet constructor 91 // A do-nothing inline function for non-debug builds. Member funcs can't be empty 103 //-------------------------------------------------------------------------------- 105 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling. 107 //-------------------------------------------------------------------------------- 159 UBool fChainRules; // True for chained Unicode TR style rules. 163 // chars with LineBreak property == CM. [all …]
|
| /third_party/node/deps/icu-small/source/common/ |
| D | rbbirb.h | 6 // Copyright (C) 2002-2008, International Business Machines Corporation and others. 43 //-------------------------------------------------------------------------------- 48 //-------------------------------------------------------------------------------- 69 // already-constructed UnicodeSets back to the UnicodeSet constructor 91 // A do-nothing inline function for non-debug builds. Member funcs can't be empty 103 //-------------------------------------------------------------------------------- 105 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling. 107 //-------------------------------------------------------------------------------- 159 UBool fChainRules; // True for chained Unicode TR style rules. 163 // chars with LineBreak property == CM. [all …]
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| D | tinyxml.h | 5 This software is provided 'as-is', without any express or implied 102 void Clear() { row = col = -1; } in Clear() 205 or the string class (TiXmlString in non-STL mode, std::string 227 The row and column are 1-based. (That is the first row and first column is 252 // in the UTF-8 sequence. 527 …// Call through to the const version - safe since nothing is changed. Exiting syntax: cast this to… in FirstChild() 528 // call the method, cast the return back to non-const. in FirstChild() 529 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->FirstChild( _value )); in FirstChild() 536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value )); in LastChild() 549 for( child = parent->FirstChild(); child; child = child->NextSibling() ) [all …]
|
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| D | tinyxml.h | 5 This software is provided 'as-is', without any express or implied 102 void Clear() { row = col = -1; } in Clear() 205 or the string class (TiXmlString in non-STL mode, std::string 227 The row and column are 1-based. (That is the first row and first column is 252 // in the UTF-8 sequence. 527 …// Call through to the const version - safe since nothing is changed. Exiting syntax: cast this to… in FirstChild() 528 // call the method, cast the return back to non-const. in FirstChild() 529 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->FirstChild( _value )); in FirstChild() 536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value )); in LastChild() 549 for( child = parent->FirstChild(); child; child = child->NextSibling() ) [all …]
|