/third_party/typescript/src/testRunner/unittests/ |
D | moduleResolution.ts | 515 const files = new Map(getEntries({ 534 const files = new Map(getEntries({ 542 const files = new Map(getEntries({ 600 const files = new Map(getEntries({ 615 const files = new Map(getEntries({ 652 const files = new Map(getEntries({ 689 const files = new Map(getEntries({ 726 const files = new Map(getEntries({ 764 const files = new Map(getEntries({ 838 const files = new Map(getEntries({ [all …]
|
D | reuseProgramStructure.ts | 347 …checkResolvedModulesCache(program1, "a.ts", new Map(getEntries({ b: createResolvedModule("b.ts") }… 356 …checkResolvedModulesCache(program1, "a.ts", new Map(getEntries({ b: createResolvedModule("b.ts") }… 373 …checkResolvedModulesCache(program4, "a.ts", new Map(getEntries({ b: createResolvedModule("b.ts"), … 421 …checkResolvedTypeDirectivesCache(program1, "/a.ts", new Map(getEntries({ typedefs: { resolvedFileN… 430 …checkResolvedTypeDirectivesCache(program1, "/a.ts", new Map(getEntries({ typedefs: { resolvedFileN… 448 …checkResolvedTypeDirectivesCache(program1, "/a.ts", new Map(getEntries({ typedefs: { resolvedFileN…
|
/third_party/node/test/parallel/ |
D | test-performance-function.js | 16 const entries = list.getEntries(); 46 const entries = list.getEntries();
|
D | test-performanceobserver.js | 86 const entries = list.getEntries(); 109 const entries = list.getEntries();
|
D | test-performance-measure.js | 11 const entries = items.getEntries();
|
D | test-performance-gc.js | 29 const entry = list.getEntries()[0];
|
D | test-http2-pack-end-stream-flag.js | 34 const entry = list.getEntries()[0];
|
D | test-http-perf_hooks.js | 10 const entry = items.getEntries()[0];
|
D | test-http2-perf_hooks.js | 12 const entry = items.getEntries()[0];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFListTable.h | 46 const ListEntries &getEntries() const { return Entries; } in getEntries() function 255 for (const auto &Entry : List.second.getEntries()) in dump() 263 for (const auto &Entry : List.second.getEntries()) in dump()
|
D | DWARFDebugRangeList.h | 72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
|
/third_party/typescript/src/compiler/ |
D | performanceCore.ts | 28 getEntries(): PerformanceEntryList; method
|
D | commandLineParser.ts | 5 const jsxOptionMap = new Map(getEntries({ 100 type: new Map(getEntries({ 112 type: new Map(getEntries({ 122 type: new Map(getEntries({ 280 type: new Map(getEntries({ 367 type: new Map(getEntries({ 532 type: new Map(getEntries({ 681 type: new Map(getEntries({ 922 type: new Map(getEntries({
|
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 84 return new Map(getEntries<string>(result.config)); 90 return new Map(getEntries<string>(result.config.simpleMap));
|
/third_party/node/doc/api/ |
D | perf_hooks.md | 23 console.log(items.getEntries()[0].duration); 219 console.log(list.getEntries()[0].duration); 431 console.log(list.getEntries()); 514 ### `performanceObserverEntryList.getEntries()` 531 console.log(perfObserverList.getEntries()); 870 console.log(list.getEntries()[0]); 900 const entries = list.getEntries();
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 470 getEntries("\r\nIn First, and not Second", m1entries, m2entries, buffer, 20); in checkMap() 471 getEntries("\r\nIn Second, and not First", m2entries, m1entries, buffer, 20); in checkMap() 495 …private void getEntries(String title, Set<Map.Entry<Integer,String>> m1entries, Set<Map.Entry<Inte… in getEntries() method in UnicodeMapTest
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 467 getEntries("\r\nIn First, and not Second", m1entries, m2entries, buffer, 20); in checkMap() 468 getEntries("\r\nIn Second, and not First", m2entries, m1entries, buffer, 20); in checkMap() 492 …private void getEntries(String title, Set<Map.Entry<Integer,String>> m1entries, Set<Map.Entry<Inte… in getEntries() method in UnicodeMapTest
|
/third_party/typescript/src/services/ |
D | transpile.ts | 58 … sourceFile.renamedDependencies = new Map(getEntries(transpileOptions.renamedDependencies));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
|
D | DIEHash.cpp | 227 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 1453 const safeList = new Map(getEntries({ jquery: "jquery", chroma: "chroma-js" })); 1496 …const cache = new Map(getEntries<JsTyping.CachedTyping>({ node: { typingLocation: node.path, versi… 1518 …const cache = new Map(getEntries<JsTyping.CachedTyping>({ node: { typingLocation: node.path, versi… 1574 const cache = new Map(getEntries<JsTyping.CachedTyping>({ 1600 const cache = new Map(getEntries<JsTyping.CachedTyping>({ 1631 const cache = new Map(getEntries<JsTyping.CachedTyping>({
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_data_distributedData.js | 629 this.getEntries = function (...args) { method 704 this.getEntries = function (...args) { method
|
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 58 return new Map(getEntries(content.entries));
|
/third_party/node/lib/ |
D | perf_hooks.js | 323 getEntries() { method in PerformanceObserverEntryList
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | commandLineParsing.ts | 581 type: () => new Map(getEntries({
|