Home
last modified time | relevance | path

Searched defs:emptyMap (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java356 final HashMap<String, Metric> emptyMap = new HashMap<>(); in forwardFinalizedPendingResult() local
1618 HashMap<String, Metric> emptyMap = new HashMap<>(); in fakePassTests() local
2171 final HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local
2210 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run() local
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java1785 TestMap emptyMap = TestMap.getDefaultInstance(); in testSortedMapKeys() local
/third_party/typescript/src/compiler/
Dcore.ts23 export const emptyMap: ReadonlyESMap<never, never> = new Map<never, never>(); constant