Home
last modified time | relevance | path

Searched defs:entityType2 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/
H A DTimelineStoreTestUtils.java64 protected String entityType2; field in TimelineStoreTestUtils
127 String entityType2 = "type_2"; in loadTestEntityData() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DObjectSpanRewriter.cs29 … internal static bool EntityTypeEquals(EntityTypeBase entityType1, EntityTypeBase entityType2) in EntityTypeEquals()