/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/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/ |
D | genlib.go | 28 func doGenlib(args []string) error { 84 func genObj(outDir string, inDir string, cc string, dynamism string, filenames []string) error { 107 func genLib(outDir string, cc string, dynamism string, filenames []string) error { 134 func genlibOutFilename(outDir string, dynamism string, filename string) string {
|
D | test.go | 32 func doBench(args []string) error { return doBenchTest(args, true) } 33 func doTest(args []string) error { return doBenchTest(args, false) } 35 func doBenchTest(args []string, bench bool) error { 83 func doBenchTest1(filename string, bench bool, ccompilers string, focus string, 148 func findWuffsMimicCflags(filename string) ([]string, error) {
|
/third_party/typescript/tests/baselines/reference/ |
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 | 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 | 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) {
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/ |
D | main.go | 84 func findFiles(qualDirname string, suffix string) (filenames []string, err error) { 93 func findFiles1(dstQF []string, qualDirname string, suffix string) (qualFilenames []string, err err… 107 func listDir(qualDirname string, suffix string, returnSubdirs bool) (qualFilenames []string, relDir… 117 func appendDir(dstQF []string, qualDirname string, suffix string, returnSubdirs bool) (qualFilename… 142 func writeFile(filename string, contents []byte) error { 168 func parseLangs(commaSeparated string) ([]string, error) { 179 func validName(s string) bool {
|
D | release.go | 27 func genrelease(wuffsRoot string, langs []string, v cf.Version) error { 44 func genreleaseLang(wuffsRoot string, revision string, commitDate, gitRevListCount string, v cf.Ver… 81 func runGitCommand(wuffsRoot string, cmdArgs ...string) string {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | gen.go | 89 func gen(reason string) error { 130 func genClaim(claim string) error { 141 func genParseBinaryOps(n *node, arg string) error { 178 func genReq(req string) error { 203 func genProveReasonRequirement(n *node, name string) error { 230 func parse(s string) (*node, error) { 241 func parseExpr(s string) (*node, string, error) { 267 func parseOperand(s string) (*node, string, error) { 305 func isConstant(s string) bool { return s != "" && '0' <= s[0] && s[0] <= '9' } 306 func isOp(s string) bool { return s != "" && isOpByte(s[0]) } [all …]
|
/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/flutter/skia/third_party/externals/wuffs/script/ |
D | make-artificial.go | 152 func parseHex(s string) (num uint32, remaining string, ok bool) { 172 func parseNum(s string) (num uint32, remaining string, ok bool) { 364 func deflateGlobalsWriteDynamicHuffmanBits(s string) { 371 func parseDeflateWhichHuffman(s string) (num uint32, remaining string, ok bool) { 390 func stateDeflate(line string) (stateFunc, error) { 448 func stateDeflateNoCompression(line string) (stateFunc, error) { 471 func stateDeflateFixedHuffman(line string) (stateFunc, error) { 512 func stateDeflateDynamicHuffman(line string) (stateFunc, error) { 583 func stateDeflateDynamicHuffmanHuffman(line string) (stateFunc, error) { 753 func deflateParseLiteral(s string) (lit string, ok bool) { [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/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/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 {
|