Home
last modified time | relevance | path

Searched refs:getEntries (Results 1 – 25 of 51) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts515 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 …]
DreuseProgramStructure.ts347 …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/
Dtest-performance-function.js16 const entries = list.getEntries();
46 const entries = list.getEntries();
Dtest-performanceobserver.js86 const entries = list.getEntries();
109 const entries = list.getEntries();
Dtest-performance-measure.js11 const entries = items.getEntries();
Dtest-performance-gc.js29 const entry = list.getEntries()[0];
Dtest-http2-pack-end-stream-flag.js34 const entry = list.getEntries()[0];
Dtest-http-perf_hooks.js10 const entry = items.getEntries()[0];
Dtest-http2-perf_hooks.js12 const entry = items.getEntries()[0];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h46 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()
DDWARFDebugRangeList.h72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
/third_party/typescript/src/compiler/
DperformanceCore.ts28 getEntries(): PerformanceEntryList; method
DcommandLineParser.ts5 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/
DjsTyping.ts84 return new Map(getEntries<string>(result.config));
90 return new Map(getEntries<string>(result.config.simpleMap));
/third_party/node/doc/api/
Dperf_hooks.md23 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/
DUnicodeMapTest.java470 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/
DUnicodeMapTest.java467 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/
Dtranspile.ts58 … sourceFile.renamedDependencies = new Map(getEntries(transpileOptions.renamedDependencies));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
DDIEHash.cpp227 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1453 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/
Dohos_data_distributedData.js629 this.getEntries = function (...args) { method
704 this.getEntries = function (...args) { method
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts58 return new Map(getEntries(content.entries));
/third_party/node/lib/
Dperf_hooks.js323 getEntries() { method in PerformanceObserverEntryList
/third_party/typescript/src/testRunner/unittests/config/
DcommandLineParsing.ts581 type: () => new Map(getEntries({

123