| /third_party/node/test/cctest/ |
| D | test_base64.cc | 12 auto test = [](const char* string, const char* base64_string) { in TEST() local 48 auto test = [](const char* string, const char* base64_string) { in TEST() local 62 auto test = [](const char* base64_string, const char* string) { in TEST() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | duplicateLocalVariable2.js | 3 constructor (public name: string, public test: ()=>boolean, public errorMessageRegEx?: string) { 44 function TestCase(name, test, errorMessageRegEx) { argument 58 TestRunner.prototype.addTest = function (test) { argument
|
| D | duplicateLocalVariable1.js | 11 constructor (public name: string, public test: ()=>boolean, public errorMessageRegEx?: string) {
|
| D | optionalChainingInArrow.js | 3 const test = (names: string[]) => function
|
| D | jsFileImportPreservedWhenUsed.js | 4 type ObjectIterator<TObject, TResult> = (value: TObject[keyof TObject], key: string, collection: TO… 22 test(obj, vm) { method in Test 41 test(obj, vm) { method in Test
|
| D | awaitAndYieldInProperty.js | 2 async function* test(x: Promise<string>) { generator 21 async function* test(x) { generator
|
| D | lastPropertyInLiteralWins.js | 5 function test(thing: Thing) { function 9 thunk: (str: string) => {}, 15 thunk: (str: string) => {}
|
| D | decoratorMetadataForMethodWithNoReturnTypeAnnotation01.js | 5 constructor(test: string, test2: number) { 18 function MyClass(test, test2) { argument
|
| D | useBeforeDeclaration_destructuring.js | 6 function test({c, d = c}: Record<string, number>) {} function
|
| D | inferSecondaryParameter.js | 6 var b: Ib = { m: function (test: string, fn: Function) { } }; 14 var b = { m: function (test, fn) { } }; argument
|
| D | privateNameComputedPropertyName1(target=esnext).js | 16 test() { method in A 17 const data: Record<string, string> = { a: 'a', b: 'b', c: 'c', d: 'd', e: 'e' }; variable 54 test() { method in A
|
| D | privateNameComputedPropertyName1(target=es2015).js | 16 test() { method in A 17 const data: Record<string, string> = { a: 'a', b: 'b', c: 'c', d: 'd', e: 'e' }; variable 65 test() { method in A
|
| D | narrowingGenericTypeFromInstanceof01.js | 3 constructor(private a: string) { } 44 function test(x) { function
|
| D | decoratorInstantiateModulesInFunctionBodies.js | 5 export var test = 'abc'; variable 11 return function (target: any, propertyKey: string) {
|
| /third_party/rust/crates/os_str_bytes/tests/ |
| D | raw_random.rs | 12 macro_rules! test { in test_complex() macro 24 let mut string = random_common::random_os_string(SMALL_LENGTH)?; in test_complex() localVariable 29 let string = RawOsString::new(string); in test_complex() localVariable
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| D | AnyScriptTest.java | 45 … UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script)); in TestScripts() local 51 String test = testBuffer.toString(); in TestScripts() local 158 private void assertContainsAll(String message, UnicodeSet set, String string) { in assertContainsAll() 159 handleAssert(set.containsAll(string), message, set, string, "contains all of", false); in assertContainsAll() local 162 private void assertContainsNone(String message, UnicodeSet set, String string) { in assertContainsNone() 163 handleAssert(set.containsNone(string), message, set, string, "contains none of", false); in assertContainsNone() local
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| D | AnyScriptTest.java | 42 … UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script)); in TestScripts() local 48 String test = testBuffer.toString(); in TestScripts() local 155 private void assertContainsAll(String message, UnicodeSet set, String string) { in assertContainsAll() 156 handleAssert(set.containsAll(string), message, set, string, "contains all of", false); in assertContainsAll() local 159 private void assertContainsNone(String message, UnicodeSet set, String string) { in assertContainsNone() 160 handleAssert(set.containsNone(string), message, set, string, "contains none of", false); in assertContainsNone() local
|
| /third_party/python/Lib/lib2to3/tests/ |
| D | test_util.py | 22 def assertStr(self, node, string): argument 29 def is_tuple(self, string): argument 45 def is_list(self, string): argument 60 def test(self): member in Test_Attr 72 def test(self): member in Test_Name 89 def test(self): member in Test_Call 113 def does_tree_import(self, package, name, string): argument 119 def try_with(self, string): argument 148 def find_binding(self, name, string, package=None): argument
|
| /third_party/mesa3d/src/freedreno/ir3/tests/ |
| D | disasm.c | 52 static const struct test { struct 61 } tests[] = { argument 422 trim(char *string) in trim() 445 const struct test *test = &tests[i]; in main() local
|
| /third_party/node/deps/npm/node_modules/fs-write-stream-atomic/test/ |
| D | toolong.js | 2 var test = require('tap').test variable 5 function repeat (times, string) { argument
|
| /third_party/skia/docs/examples/ |
| D | Image_refEncodedData.cpp | 22 SkString string; in draw() local 26 for (const auto& test : tests ) { in draw() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
| D | main.go | 150 func getToolchain(tarExe, cacheRoot string) (*llvm.Toolchain, error) { 405 func (r *regres) test(change *changeInfo) (string, bool, error) { func 716 func copyFileIfDifferent(dst, src string) error { 1179 type test struct { struct 1180 r *regres 1181 commit git.Hash // hash of the commit to test 1182 checkoutDir string // directory for the SwiftShader checkout 1183 resDir string // directory for the test results 1184 buildDir string // directory for SwiftShader build 1185 toolchain llvm.Toolchain // the toolchain used for building [all …]
|
| /third_party/libinput/test/ |
| D | test-utils.c | 629 struct test { in START_TEST() struct 630 uint32_t which; in START_TEST() 631 const char *prop; in START_TEST() 632 int min, max, res, fuzz, flat; in START_TEST() 1019 const char *string; in START_TEST() member 1099 const char *string; in START_TEST() member 1187 const char *string; in START_TEST() member 1225 const char *string; in START_TEST() member 1249 const char *string; in START_TEST() member 1273 const char *string; in START_TEST() member [all …]
|
| /third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/test/ |
| D | parse.js | 2 var test = require('tape'); variable 83 var s = parse([ '-s', '0001234' ], { string: 's' }).s; property 87 var x = parse([ '-x', '56' ], { string: 'x' }).x; property 94 var s = parse([ ' ', ' ' ], { string: '_' })._; property 104 var s = parse([ '-s' ], { string: 's' }).s; property 108 var str = parse([ '--str' ], { string: 'str' }).str; property 113 string: [ 'a', 't' ] property 126 string: 's', property 136 string: 'str', property
|
| /third_party/node/deps/npm/node_modules/minimist/test/ |
| D | parse.js | 2 var test = require('tape'); variable 83 var s = parse([ '-s', '0001234' ], { string: 's' }).s; property 87 var x = parse([ '-x', '56' ], { string: 'x' }).x; property 94 var s = parse([ ' ', ' ' ], { string: '_' })._; property 104 var s = parse([ '-s' ], { string: 's' }).s; property 108 var str = parse([ '--str' ], { string: 'str' }).str; property 113 string: [ 'a', 't' ] property 126 string: 's', property 136 string: 'str', property
|