HomeSort by relevance Sort by last modified time
    Searched defs:dm2 (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/core/misc/java/test/
DMatchTest.java 21 DMatch dm2 = new DMatch(2, 6, -1, 8.0f); local
23 assertEquals(2, dm2.queryIdx);
24 assertEquals(6, dm2.trainIdx);
25 assertEquals(-1, dm2.imgIdx);
26 assertEquals(8.0f, dm2.distance);
31 DMatch dm2 = new DMatch(2, 6, -1, 8.0f); local
32 assertTrue(dm1.lessThan(dm2));
36 DMatch dm2 = new DMatch(2, 6, -1, 8.0f); local
38 String actual = dm2.toString();
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist-startend.cpp 71 // objects should be destroyed before dm2, after call returns
74 destroyme2 dm2; local
80 // objects should be destroyed after dm2
82 destroyme2 dm2; local
cxx0x-initializer-stdinitializerlist.cpp 124 // objects should be destroyed before dm2, after call returns
128 destroyme2 dm2; local
134 // objects should be destroyed after dm2
136 destroyme2 dm2; local
144 // objects should be destroyed before dm2, after call returns
150 destroyme2 dm2; local
156 // temps should be destroyed before dm2
157 // objects should be destroyed after dm2
161 destroyme2 dm2; local
169 // objects should be destroyed before dm2, after call return
175 destroyme2 dm2; local
186 destroyme2 dm2; local
201 destroyme2 dm2; local
211 destroyme2 dm2; local
232 destroyme2 dm2; variable
244 destroyme2 dm2; variable
264 destroyme2 dm2; local
    [all...]
  /external/tremolo/Tremolo/
dpen.s 279 BEQ dm2
308 dm2: label
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DomainMatcher.java 144 DomainMatcher dm2 = new DomainMatcher(Utils.splitDomain("android.google.com"), secondaries); local
146 System.out.println(domain + ": " + dm2.isSubDomain(Utils.splitDomain(domain)));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DomainMatcher.java 146 DomainMatcher dm2 = new DomainMatcher(Utils.splitDomain("android.google.com"), secondaries); local
148 System.out.println(domain + ": " + dm2.isSubDomain(Utils.splitDomain(domain)));
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 2314 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2); local
    [all...]

Completed in 236 milliseconds