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

  /external/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp 83 std::locale loc3 = loc.combine<my_facet>(loc2); local
84 check(loc3);
85 assert(loc3.name() == "*");
86 assert((std::has_facet<my_facet>(loc3)));
87 const my_facet& f = std::use_facet<my_facet>(loc3);
98 std::locale loc3 = loc.combine<my_facet>(loc2); local
  /external/llvm/test/MC/Mips/
mips64eb-fixups.s 13 $diff2 = ($loc3)-($loc0)
23 $loc3:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp 83 std::locale loc3 = loc.combine<my_facet>(loc2); local
84 check(loc3);
85 assert(loc3.name() == "*");
86 assert((std::has_facet<my_facet>(loc3)));
87 const my_facet& f = std::use_facet<my_facet>(loc3);
98 std::locale loc3 = loc.combine<my_facet>(loc2); local
  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 100 String loc3 = Location.convert(-80.085, Location.FORMAT_MINUTES); local
101 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc3);
102 assertEquals("-80:5.1", loc3);
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 227 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7); local
232 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3);
238 EXPECT_TRUE(SourceMgr.isMacroArgExpansion(loc3));
240 EXPECT_EQ(loc3, toks[2].getLocation());

Completed in 341 milliseconds