/third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
D | non-module-projects-without-prepend.js | 165 …st_PART1.d.ts","sourceRoot":"","sources":["first_PART1.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 173 …irst_PART1.js","sourceRoot":"","sources":["first_PART1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 179 …:3,"file":"first_part2.d.ts","sourceRoot":"","sources":["first_part2.ts"],"names":[],"mappings":""} property 186 …irst_part2.js","sourceRoot":"","sources":["first_part2.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,… property 193 …st_part3.d.ts","sourceRoot":"","sources":["first_part3.ts"],"names":[],"mappings":"AAAA,iBAAS,CAAC… property 202 …irst_part3.js","sourceRoot":"","sources":["first_part3.ts"],"names":[],"mappings":"AAAA,SAAS,CAAC;… property 268 …d_part1.d.ts","sourceRoot":"","sources":["second_part1.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 281 …ond_part1.js","sourceRoot":"","sources":["second_part1.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 290 …d_part2.d.ts","sourceRoot":"","sources":["second_part2.ts"],"names":[],"mappings":"AAAA,cAAM,CAAC;… property 304 …ond_part2.js","sourceRoot":"","sources":["second_part2.ts"],"names":[],"mappings":"AAAA;IAAA;IAIA,… property [all …]
|
D | tsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js | 165 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 186 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 290 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 302 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 409 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 438 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property
|
D | when-input-file-text-does-not-change-but-its-modified-time-changes.js | 165 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 186 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 290 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 302 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 409 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 438 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property
|
D | rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js | 165 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 186 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 290 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 302 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 409 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 438 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 654 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 772 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 831 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 951 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
D | GeneratePhonePrefixData.java | 234 Map<File, List<File>> mappings = new LinkedHashMap<File, List<File>>(); in createInputOutputMappings() local 307 SortedMap<Integer, String> mappings, List<File> outputBinaryFiles) { in splitMap() 345 static boolean hasOverlappingPrefix(int number, SortedMap<Integer, String> mappings) { in hasOverlappingPrefix() 388 private void makeDataFallbackToEnglish(File inputTextFile, SortedMap<Integer, String> mappings) in makeDataFallbackToEnglish() 444 SortedMap<Integer, String> mappings = readMappingsFromTextFile(fileInputStream); in run() local
|
D | GenerateTimeZonesMapData.java | 119 SortedMap<Integer, String> mappings = parseTextFile(fileInputStream); in run() local
|
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/ |
D | builds-correctly-when-project-is-not-composite-or-doesnt-have-any-references.js | 129 …Module.d.ts","sourceRoot":"","sources":["anotherModule.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,… property 145 {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA… property
|
D | building-using-buildReferencedProject.js | 134 …Module.d.ts","sourceRoot":"","sources":["anotherModule.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,… property 150 {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA… property 235 {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAA… property
|
/third_party/typescript/src/harness/ |
D | documentsUtil.ts | 48 mappings: string; property 69 public readonly mappings: readonly Mapping[] = []; property in documents.SourceMap 91 const mappings: Mapping[] = []; constant
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
D | when-final-project-is-not-composite-but-uses-project-references.js | 165 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 283 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 641 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 783 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 1034 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 1305 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 1802 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 2093 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property
|
D | declarationMap-and-sourceMap-disabled.js | 163 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 281 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 639 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 781 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property
|
D | when-final-project-is-not-composite-but-incremental.js | 165 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 283 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 641 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 783 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 1034 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 1305 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property
|
D | when-final-project-specifies-tsBuildInfoFile.js | 166 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 284 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 642 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 784 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property 1035 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;… property 1306 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,… property
|
D | stripInternal-baseline-when-internal-is-inside-another-internal.js | 193 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC… property 311 …":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,… property 683 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,kBAAU,EAAE… property 1102 …../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AA+BA,IAAM,CAAC… property 1414 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAAA,kBAAU,EAAE… property 1767 …","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AA+BA,IAAM,CAAC… property
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
D | gencnvex.c | 304 UCMapping *mappings; in reduceToUMappings() local 419 UCMapping *mappings, *m; in generateToUTable() local 592 UCMapping *mappings, *m; in prepareFromUMappings() local 718 UCMapping *mappings, *m; in generateFromUTable() local 935 UCMapping *mappings, *m; in generateFromUTrie() local
|
/third_party/icu/icu4c/source/tools/makeconv/ |
D | gencnvex.c | 305 UCMapping *mappings; in reduceToUMappings() local 420 UCMapping *mappings, *m; in generateToUTable() local 593 UCMapping *mappings, *m; in prepareFromUMappings() local 719 UCMapping *mappings, *m; in generateFromUTable() local 936 UCMapping *mappings, *m; in generateFromUTrie() local
|
/third_party/python/Tools/unicode/ |
D | Makefile | 22 mappings: target
|
/third_party/typescript/scripts/build/ |
D | prepend.mjs | 39 mappings: prependMappings + input.sourceMap.mappings, property
|
/third_party/typescript/tests/baselines/reference/tsbuild/emitDeclarationOnly/ |
D | only-dts-output-in-circular-import-project-with-emitDeclarationOnly-and-declarationMap.js | 91 {"version":3,"file":"a.d.ts","sourceRoot":"","sources":["../src/a.ts"],"names":[],"mappings":"AAAA,… property 101 {"version":3,"file":"b.d.ts","sourceRoot":"","sources":["../src/b.ts"],"names":[],"mappings":"AAAA,… property 111 {"version":3,"file":"c.d.ts","sourceRoot":"","sources":["../src/c.ts"],"names":[],"mappings":"AAAA,… property 120 {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings… property 268 {"version":3,"file":"a.d.ts","sourceRoot":"","sources":["../src/a.ts"],"names":[],"mappings":"AAAA,… property
|
D | only-dts-output-in-non-circular-imports-project-with-emitDeclarationOnly.js | 87 {"version":3,"file":"a.d.ts","sourceRoot":"","sources":["../src/a.ts"],"names":[],"mappings":"AAAA,… property 97 {"version":3,"file":"b.d.ts","sourceRoot":"","sources":["../src/b.ts"],"names":[],"mappings":"AAAA,… property 107 {"version":3,"file":"c.d.ts","sourceRoot":"","sources":["../src/c.ts"],"names":[],"mappings":"AAAA,… property 218 {"version":3,"file":"a.d.ts","sourceRoot":"","sources":["../src/a.ts"],"names":[],"mappings":"AAAA,… property 339 {"version":3,"file":"a.d.ts","sourceRoot":"","sources":["../src/a.ts"],"names":[],"mappings":"AAAA,… property
|
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/ |
D | GeneratePhonePrefixDataTest.java | 93 final Map<Integer, String> mappings = new HashMap<Integer, String>(); in parseTextFileHelper() local 146 SortedMap<Integer, String> mappings = new TreeMap<Integer, String>(); in testSplitMap() local
|
/third_party/curl/src/ |
D | tool_xattr.c | 35 } mappings[] = { variable
|
D | tool_writeout_json.c | 103 void ourWriteOutJSON(FILE *stream, const struct writeoutvar mappings[], in ourWriteOutJSON()
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
D | should-not-trigger-recompilation-because-of-program-emit.js | 94 …Module.d.ts","sourceRoot":"","sources":["anotherModule.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,… property 112 {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA… property 300 {"version":3,"file":"file3.d.ts","sourceRoot":"","sources":["file3.ts"],"names":[],"mappings":"AAAA… property
|
D | verify-building-references-watches-only-those-projects.js | 183 …Module.d.ts","sourceRoot":"","sources":["anotherModule.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,… property 201 {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA… property 255 {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAA… property
|