| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | schema.go | 24 func (p parts) equal(part string, eq ...string) bool { 38 func (p parts) role(eq ...string) bool { 43 func (p parts) os(eq ...string) bool { 49 func (p parts) compiler(eq ...string) bool { 54 func (p parts) model(eq ...string) bool { 60 func (p parts) frequency(eq ...string) bool { 67 func (p parts) cpu(eq ...string) bool { 80 func (p parts) gpu(eq ...string) bool { 92 func (p parts) arch(eq ...string) bool { 99 func (p parts) extraConfig(eq ...string) bool { [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | stringMappingOverPatternLiterals.js | 43 function f2(x1: string, x2: Uppercase<string>, x3: Lowercase<string>) { 64 x1: Uppercase<string>, 65 x2: Uppercase<Uppercase<string>>, 66 x3: Uppercase<Lowercase<string>>) { 107 cap_tem: `A${string}`, 108 cap_str: Capitalize<string>, 109 cap_tem_map: Capitalize<`A${string}`>, 110 cap_tem_map2: Capitalize<`a${string}`>, 111 uncap_tem: `a${string}`, 112 uncap_str: Uncapitalize<string>, [all …]
|
| D | consistentAliasVsNonAliasRecordBehavior.js | 10 function defaultRecord(x: Record<'a', string>, y: Record<string, string>) { argument 14 function customRecord(x: Record2<'a', string>, y: Record2<string, string>) { argument 18 function mixed1(x: Record2<'a', string>, y: Record<string, string>) { argument 22 function mixed2(x: Record<'a', string>, y: Record2<string, string>) { argument
|
| D | declarationEmitWorkWithInlineComments.js | 5 public isInternal1: string, 6 /** @internal */ public isInternal2: string, /** @internal */ 7 public isInternal3: string, 9 public isInternal4: string, 12 public isInternal5: string, 13 /* @internal */ public isInternal6: string /* trailing */, 14 /* @internal */ public isInternal7: string, /** @internal */ 16 public notInternal1: string, 19 public notInternal2: string, 23 public notInternal3: string, [all …]
|
| D | unionTypeCallSignatures3.js | 2 function f1(s: string) { } 3 function f2(s?: string) { } 4 function f3(...s: string[]) { } 5 function f4(s: string, s2?: string) { } 6 function f5(s?: string, n?: number) { } 7 function f6(s?: string, ...n: number[]) { } 8 function f7(s: string, ...sRest: string[]) { }
|
| D | readonlyArraysAndTuples.js | 15 function f1(ma: string[], ra: readonly string[], mt: [string, string], rt: readonly [string, string… argument
|
| D | readonlyRestParameters.js | 2 function f0(a: string, b: string) { 8 function f1(...args: readonly string[]) { 15 function f2(...args: readonly [string, string]) { argument 25 function f4(...args: readonly string[]) {
|
| D | commentsFunction.js | 7 function fooWithParameters(/** this is comment about a*/a: string, 16 var fooFunc = function FooFunctionValue(/** fooFunctionValue param */ b: string) { 26 function blah(a: string /* multiline trailing comment 30 function blah2(a: string /* single line multiple trailing comments */ /* second */) { 33 function blah3(a: string // trailing commen single line 42 function blah4(/*1*/a: string/*2*/,/*3*/b: string/*4*/) {
|
| D | restParameters.js | 2 function f18(a?:string, ...b:number[]){} 4 function f19(a?:string, b?:number, ...c:number[]){} 6 function f20(a:string, b?:string, ...c:number[]){} 8 function f21(a:string, b?:string, c?:number, ...d:number[]){}
|
| D | typeGuardsInConditionalExpression.js | 9 function foo(x: number | string) { 14 function foo2(x: number | string) { 19 function foo3(x: number | string) { 24 function foo4(x: number | string) { 29 function foo5(x: number | string) { 34 function foo6(x: number | string) { 56 function foo9(x: number | string) {
|
| D | typeGuardsInIfStatement.js | 6 function foo(x: number | string) { 14 function foo2(x: number | string) { 23 function foo3(x: number | string) { 32 function foo4(x: number | string) { 41 function foo5(x: number | string) { 50 function foo6(x: number | string) { 85 function foo9(x: number | string) {
|
| D | parameterPropertyInConstructorWithPrologues.js | 7 constructor(private A: string) { 13 constructor(private A: string, private B: string) { 20 constructor(private A: string, private B: string, private C: string) { 27 constructor(private A: string) { 34 constructor(private A: string, private B: string) { 42 constructor(private A: string, private B: string, private C: string) {
|
| D | declFileConstructors.js | 11 constructor(/** this is comment about a*/a: string, 19 constructor(a: string, ...rests: string[]) { 32 constructor(public x: string) { 37 constructor(private x: string) { 42 constructor(public x?: string) { 59 constructor(/** this is comment about a*/a: string, 67 constructor(a: string, ...rests: string[]) { 80 constructor(public x: string) { 85 constructor(private x: string) { 90 constructor(public x?: string) {
|
| /third_party/typescript/tests/cases/conformance/types/tuple/ |
| D | contextualTypeWithTuple.ts | 2 var numStrTuple: [number, string] = [5, "hello"]; variable 3 var numStrTuple2: [number, string] = [5, "foo", true]; variable 4 var numStrBoolTuple: [number, string, boolean] = [5, "foo", true]; variable 9 var unionTuple: [C, string | number] = [new C(), "foo"]; variable 10 var unionTuple1: [C, string | number] = [new C(), "foo"]; variable 11 var unionTuple2: [C, string | number, D] = [new C(), "foo", new D()]; variable 12 var unionTuple3: [number, string| number] = [10, "foo"]; variable 20 var strStrTuple: [string, string] = ["foo", "bar", 5]; variable
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 145 func parseEnum(s string, names []string) int { 158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind { 166 func ParseInitializeError(s string) InitializeError { 174 func ParseMessageType(s string) MessageType { 182 func ParseFileChangeType(s string) FileChangeType { 190 func ParseWatchKind(s string) WatchKind { 198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind { 206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity { 214 func ParseDiagnosticTag(s string) DiagnosticTag { [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 145 func parseEnum(s string, names []string) int { 158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind { 166 func ParseInitializeError(s string) InitializeError { 174 func ParseMessageType(s string) MessageType { 182 func ParseFileChangeType(s string) FileChangeType { 190 func ParseWatchKind(s string) WatchKind { 198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind { 206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity { 214 func ParseDiagnosticTag(s string) DiagnosticTag { [all …]
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 145 func parseEnum(s string, names []string) int { 158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind { 166 func ParseInitializeError(s string) InitializeError { 174 func ParseMessageType(s string) MessageType { 182 func ParseFileChangeType(s string) FileChangeType { 190 func ParseWatchKind(s string) WatchKind { 198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind { 206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity { 214 func ParseDiagnosticTag(s string) DiagnosticTag { [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/git/ |
| D | git.go | 52 func ParseHash(s string) Hash { 60 func Add(wd, file string) error { 74 func Commit(wd, msg string, flags CommitFlags) error { 93 func Push(wd, remote, localBranch, remoteBranch string, flags PushFlags) error { 115 func CheckoutRemoteBranch(path, url string, branch string) error { 136 func CheckoutRemoteCommit(path, url string, commit Hash) error { 157 func CheckoutCommit(path string, commit Hash) error { 162 func Apply(dir, patch string) error { 167 func FetchRefHash(ref, url string) (Hash, error) { 184 func Log(path string, count int) ([]ChangeList, error) { [all …]
|
| /third_party/typescript/tests/cases/conformance/expressions/functionCalls/ |
| D | callWithSpread3.ts | 1 declare const s2: [string, string]; constant 2 declare const s3: [string, string, string]; constant 3 declare const s2_: [string, string, ...string[]]; constant 6 declare const s2n_: [string, string, ...number[]]; constant
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
| D | main.go | 228 func parseSection(in string) ([]int, error) { 274 func writeFile(path, content string) error { 285 func parseSpec(args []string) (*html.Node, error) { 369 func containsKeyword(data string, list []string) (bool, string) { 584 func hasClass(node *html.Node, class string) bool { 675 func cleanUpString(in string) string { 696 func cleanUpStartEnd(in string) string { 718 func testName(id string, desc string, section string) (testName, builtinName string, err error) { 787 func getNodeAttrValue(node *html.Node, key string) string { 797 func getSha1(a string, b string) (string, error) { [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | spliceTuples.ts | 3 let k1: [number, string, boolean]; variable 6 let k2: [number, string, boolean, number]; variable 11 let k3: [number, string, ...boolean[]]; variable 16 let k4: [number, string, ...boolean[]]; variable 19 let k5: [number, string, boolean, ...boolean[]]; variable 22 let k6: [number, string, boolean, boolean, ...boolean[]]; variable
|
| /third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
| D | run_wasm_gm_tests.go | 129 …gitCommit, gerritCLID, tryjobID, goldctlPath, workPath, serviceAccountPath string, keys []string, … 167 func downloadKnownHashes(ctx context.Context, workPath, knownHashesURL string) error { 184 func setupTests(ctx context.Context, nodeBinPath string, testHarnessPath string) error { 194 …text.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath string, webglVersion… 227 func processTestData(ctx context.Context, testOutputPath, goldctlPath, goldctlWorkPath string) erro… 283 func finalizeGoldctl(ctx context.Context, goldctlPath, workPath string) error {
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
| D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 124 std::string*) { in AbslParseFlag() 131 bool AbslParseFlag(absl::string_view text, float* dst, std::string*) { in AbslParseFlag() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
| D | shell.go | 33 func Shell(timeout time.Duration, exe, wd string, args ...string) error { 40 func Env(timeout time.Duration, exe, wd string, env []string, args ...string) error {
|
| /third_party/rust/crates/unicode-width/src/ |
| D | tests.rs | 23 let string = iter::repeat('a').take(4096).collect::<String>(); in cargo() localVariable 36 let string = iter::repeat('a').take(4096).collect::<String>(); in stdlib() localVariable 48 let string = iter::repeat('a').take(4096).collect::<String>(); in simple_if() localVariable 60 let string = iter::repeat('a').take(4096).collect::<String>(); in simple_match() localVariable 101 let string = std::fs::read_to_string(data_path).unwrap_or_default(); in enwik8() localVariable 110 let string = std::fs::read_to_string(data_path).unwrap_or_default(); in jawiki() localVariable
|