/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/ |
D | solution-with-its-own-files-and-project-is-indirectly-referenced-by-solution.js | 99 Imported via 'helpers/functions' from file 'src/main.ts' 129 Imported via 'helpers/functions' from file 'src/main.ts' 174 import { foo } from 'helpers/functions'; 197 import { foo } from 'helpers/functions'; 569 Imported via 'helpers/functions' from file 'src/main.ts' 594 Imported via 'helpers/functions' from file 'src/main.ts' 712 Imported via 'helpers/functions' from file 'src/main.ts' 740 Imported via 'helpers/functions' from file 'src/main.ts' 1043 Imported via 'helpers/functions' from file 'src/main.ts' 1088 Imported via 'helpers/functions' from file 'src/main.ts' [all …]
|
D | project-is-indirectly-referenced-by-solution.js | 103 Imported via 'helpers/functions' from file 'src/main.ts' 148 import { foo } from 'helpers/functions'; 171 import { foo } from 'helpers/functions'; 517 Imported via 'helpers/functions' from file 'src/main.ts' 635 Imported via 'helpers/functions' from file 'src/main.ts' 912 Imported via 'helpers/functions' from file 'src/main.ts' 942 Imported via 'helpers/functions' from file 'src/main.ts' 1033 "lineText": "import { foo } from 'helpers/functions';", 1243 Imported via 'helpers/functions' from file '../target/src/main.d.ts' 1297 Imported via 'helpers/functions' from file 'src/main.ts' [all …]
|
D | solution-with-its-own-files-and-project-found-is-not-solution-but-references-open-file-through-project-reference.js | 57 Imported via 'helpers/functions' from file 'src/main.ts' 85 Imported via 'helpers/functions' from file 'src/main.ts' 130 import { foo } from 'helpers/functions'; 153 import { foo } from 'helpers/functions'; 461 Imported via 'helpers/functions' from file 'src/main.ts' 482 Imported via 'helpers/functions' from file 'src/main.ts' 557 Imported via 'helpers/functions' from file 'src/main.ts' 583 Imported via 'helpers/functions' from file 'src/main.ts' 872 "lineText": "import { foo } from 'helpers/functions';", 1030 Imported via 'helpers/functions' from file '../target/src/main.d.ts' [all …]
|
D | project-is-directly-referenced-by-solution.js | 63 Imported via 'helpers/functions' from file 'src/main.ts' 108 import { foo } from 'helpers/functions'; 131 import { foo } from 'helpers/functions'; 427 Imported via 'helpers/functions' from file 'src/main.ts' 505 Imported via 'helpers/functions' from file 'src/main.ts' 771 "lineText": "import { foo } from 'helpers/functions';", 893 Imported via 'helpers/functions' from file '../target/src/main.d.ts' 1061 Imported via 'helpers/functions' from file 'src/main.ts' 1174 "lineText": "import { foo } from 'helpers/functions';",
|
D | solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js | 78 Imported via 'helpers/functions' from file 'src/main.ts' 109 Imported via 'helpers/functions' from file 'src/main.ts' 230 Imported via 'helpers/functions' from file 'src/main.ts' 254 Imported via 'helpers/functions' from file 'src/main.ts' 353 Imported via 'helpers/functions' from file 'src/main.ts' 382 Imported via 'helpers/functions' from file 'src/main.ts'
|
D | solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js | 100 Imported via 'helpers/functions' from file 'src/main.ts' 130 Imported via 'helpers/functions' from file 'src/main.ts' 250 Imported via 'helpers/functions' from file 'src/main.ts' 275 Imported via 'helpers/functions' from file 'src/main.ts' 394 Imported via 'helpers/functions' from file 'src/main.ts' 422 Imported via 'helpers/functions' from file 'src/main.ts'
|
D | solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js | 58 Imported via 'helpers/functions' from file 'src/main.ts' 162 Imported via 'helpers/functions' from file 'src/main.ts' 240 Imported via 'helpers/functions' from file 'src/main.ts'
|
D | disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js | 84 Imported via 'helpers/functions' from file 'src/main.ts' 214 Imported via 'helpers/functions' from file 'src/main.ts' 316 Imported via 'helpers/functions' from file 'src/main.ts'
|
/third_party/typescript/src/compiler/factory/ |
D | emitNode.ts | 198 emitNode.helpers = append(emitNode.helpers, helper); 205 export function addEmitHelpers<T extends Node>(node: T, helpers: EmitHelper[] | undefined): T { 206 if (some(helpers)) { 208 for (const helper of helpers) { 209 emitNode.helpers = appendIfUnique(emitNode.helpers, helper); 219 const helpers = node.emitNode?.helpers; constant 220 if (helpers) { 221 return orderedRemoveItem(helpers, helper); 230 return node.emitNode?.helpers; 238 const sourceEmitHelpers = sourceEmitNode && sourceEmitNode.helpers; [all …]
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
D | test_differential_fuzz.js | 15 const helpers = require('./helpers.js'); constant 28 const source = helpers.loadTestData('differential_fuzz/' + inputFile); 34 helpers.assertExpectedResult( 52 program.input_dir = helpers.BASE_DIR; 103 return helpers.loadTestData('differential_fuzz/fake_resource.js'); 111 const sources = files.map(helpers.loadTestData); 117 this.settings, helpers.DB_DIR); 119 helpers.assertExpectedResult(
|
D | test_normalize.js | 11 const helpers = require('./helpers.js'); constant 17 const source = helpers.loadTestData('normalize.js'); 23 helpers.assertExpectedResult( 28 helpers.assertExpectedResult( 33 const source = helpers.loadTestData('simple_test.js'); 39 helpers.assertExpectedResult(
|
D | test_load.js | 13 const helpers = require('./helpers.js'); constant 21 const mutator = new ScriptMutator({}, helpers.DB_DIR); 22 const source = helpers.loadTestData(testPath); 25 helpers.assertExpectedResult(expectedPath, code); 57 helpers.BASE_DIR, 'JSTests/fake_stub.js');
|
D | test_mutate_function_calls.js | 13 const helpers = require('./helpers.js'); constant 22 const source = helpers.loadTestData(input_file); 50 helpers.assertExpectedResult( 59 helpers.assertExpectedResult( 68 helpers.assertExpectedResult(
|
D | test_mutate_arrays.js | 16 const helpers = require('./helpers.js'); constant 33 helpers.deterministicRandom(sandbox); 35 const source = helpers.loadTestData('mutate_arrays.js'); 44 helpers.assertExpectedResult(
|
D | test_mutate_objects.js | 16 const helpers = require('./helpers.js'); constant 33 helpers.deterministicRandom(sandbox); 35 const source = helpers.loadTestData('mutate_objects.js'); 44 helpers.assertExpectedResult(
|
D | test_mutate_numbers.js | 15 const helpers = require('./helpers.js'); constant 34 helpers.cycleProbabilitiesFun(interestingProbs)); 42 const source = helpers.loadTestData('mutate_numbers.js'); 51 helpers.assertExpectedResult(
|
D | test_mutate_expressions.js | 18 const helpers = require('./helpers.js'); constant 26 const source = helpers.loadTestData('mutate_expressions.js'); 35 helpers.assertExpectedResult(expected_file, mutated); 72 const source = helpers.loadTestData('mutate_expressions.js');
|
D | test_available_variables.js | 14 const helpers = require('./helpers.js'); constant 18 const source = helpers.loadTestData('available_variables.js'); 30 helpers.assertExpectedResult(
|
D | test_mutate_variables.js | 15 const helpers = require('./helpers.js'); constant 35 const source = helpers.loadTestData('mutate_variables.js'); 44 helpers.assertExpectedResult(
|
D | test_mutate_variable_or_object.js | 15 const helpers = require('./helpers.js'); constant 23 const source = helpers.loadTestData(testPath); 31 helpers.assertExpectedResult(expectedPath, mutated);
|
D | test_try_catch.js | 14 const helpers = require('./helpers.js'); constant 22 return helpers.loadTestData('try_catch.js'); 30 helpers.assertExpectedResult(expected, mutated);
|
D | test_regressions.js | 19 const helpers = require('./helpers.js'); constant 27 const sources = inputFiles.map(input => helpers.loadTestData(input)); 43 helpers.deterministicRandom(sandbox);
|
/third_party/node/deps/ada/ |
D | ada.cpp | 10397 helpers::remove_ascii_tab_or_newline(tmp_buffer); in href_from_file() 10406 helpers::parse_prepared_path(internal_input.substr(1), in href_from_file() 10409 helpers::parse_prepared_path(internal_input, ada::scheme::type::FILE, path); in href_from_file() 10449 namespace ada::helpers { namespace 10547 helpers::substring(path, 1))) { in shorten_path() 10572 helpers::substring(path, 1))) { in shorten_path() 10980 if ((helpers::shorten_path(path, type) || special) && in parse_prepared_path() 11137 return ada::helpers::get_state(state); in to_string() 11638 helpers::remove_ascii_tab_or_newline(tmp_buffer); in parse_path() 11649 helpers::parse_prepared_path(internal_input.substr(1), type, path); in parse_path() [all …]
|
/third_party/jerryscript/jerry-core/ |
D | BUILD.gn | 33 "ecma/base/ecma-helpers-collection.c", 34 "ecma/base/ecma-helpers-conversion.c", 35 "ecma/base/ecma-helpers-errol.c", 36 "ecma/base/ecma-helpers-external-pointers.c", 37 "ecma/base/ecma-helpers-number.c", 38 "ecma/base/ecma-helpers-string.c", 39 "ecma/base/ecma-helpers-value.c", 40 "ecma/base/ecma-helpers.c", 68 "ecma/builtin-objects/ecma-builtin-helpers-date.c", 69 "ecma/builtin-objects/ecma-builtin-helpers-error.c", [all …]
|
/third_party/openssl/test/ |
D | build.info | 151 SOURCE[fatalerrtest]=fatalerrtest.c helpers/ssltestlib.c 155 SOURCE[tls13ccstest]=tls13ccstest.c helpers/ssltestlib.c 290 SOURCE[pkcs12_format_test]=pkcs12_format_test.c helpers/pkcs12.c 334 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c helpers/ssl_test_ctx.c 338 SOURCE[ssl_test]=ssl_test.c helpers/ssl_test_ctx.c helpers/handshake.c 340 SOURCE[ssl_test]=helpers/handshake_srp.c 349 INCLUDE[helpers/ssl_test_ctx.o]=../include 350 INCLUDE[helpers/handshake.o]=.. ../include 351 INCLUDE[helpers/pkcs12.o]=.. ../include 352 INCLUDE[helpers/ssltestlib.o]=.. ../include [all …]
|