Home
last modified time | relevance | path

Searched defs:mappings (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
Dnon-module-projects-without-prepend.js165 …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 …]
Dtsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js165 …":["../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
Dwhen-input-file-text-does-not-change-but-its-modified-time-changes.js165 …":["../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
Drebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js165 …":["../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/
DGeneratePhonePrefixData.java234 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
DGenerateTimeZonesMapData.java119 SortedMap<Integer, String> mappings = parseTextFile(fileInputStream); in run() local
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
Dbuilds-correctly-when-project-is-not-composite-or-doesnt-have-any-references.js129 …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
Dbuilding-using-buildReferencedProject.js134 …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/
DdocumentsUtil.ts48 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/
Dwhen-final-project-is-not-composite-but-uses-project-references.js165 …":["../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
DdeclarationMap-and-sourceMap-disabled.js163 …":["../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
Dwhen-final-project-is-not-composite-but-incremental.js165 …":["../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
Dwhen-final-project-specifies-tsBuildInfoFile.js166 …":["../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
DstripInternal-baseline-when-internal-is-inside-another-internal.js193 …":["../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/
Dgencnvex.c304 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/
Dgencnvex.c305 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/
DMakefile22 mappings: target
/third_party/typescript/scripts/build/
Dprepend.mjs39 mappings: prependMappings + input.sourceMap.mappings, property
/third_party/typescript/tests/baselines/reference/tsbuild/emitDeclarationOnly/
Donly-dts-output-in-circular-import-project-with-emitDeclarationOnly-and-declarationMap.js91 {"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
Donly-dts-output-in-non-circular-imports-project-with-emitDeclarationOnly.js87 {"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/
DGeneratePhonePrefixDataTest.java93 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/
Dtool_xattr.c35 } mappings[] = { variable
Dtool_writeout_json.c103 void ourWriteOutJSON(FILE *stream, const struct writeoutvar mappings[], in ourWriteOutJSON()
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/
Dshould-not-trigger-recompilation-because-of-program-emit.js94 …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
Dverify-building-references-watches-only-those-projects.js183 …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

12345