/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/ |
global.pass.cpp | 60 std::locale loc2; local 61 check(loc2); 62 assert(loc2 == std::locale(LOCALE_en_US_UTF_8));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/ |
assign.pass.cpp | 73 std::locale loc2; local 74 loc2 = loc; 75 assert(loc == loc2); 77 check(loc2);
|
copy.pass.cpp | 73 std::locale loc2 = loc; local 74 assert(loc == loc2); 76 check(loc2);
|
default.pass.cpp | 81 std::locale loc2; local 83 check(loc2); 85 assert(loc2 == std::locale(LOCALE_en_US_UTF_8));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/ |
combine.pass.cpp | 82 std::locale loc2(loc, new my_facet); 83 std::locale loc3 = loc.combine<my_facet>(loc2); 95 std::locale loc2; local 98 std::locale loc3 = loc.combine<my_facet>(loc2);
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
LocationManagerTest.java | 96 String loc2 = Location.convert(-80.085, Location.FORMAT_DEGREES); local 97 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc2); 98 assertEquals("-80.085", loc2);
|
/system/core/sh/ |
trap.c | 434 struct jmploc loc1, loc2; local 441 if (setjmp(loc2.loc)) { 449 l1: handler = &loc2; /* probably unnecessary */
|
/external/clang/unittests/Basic/ |
SourceManagerTest.cpp | 218 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4); local 223 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); 229 EXPECT_TRUE(SourceMgr.isMacroArgExpansion(loc2)); 231 EXPECT_EQ(loc2, toks[1].getLocation());
|
/external/oprofile/pp/ |
opannotate.cpp | 205 string::size_type loc1 = string::npos, loc2 = string::npos; local 212 loc2 = prev_line.find(":", loc1+1); 213 if (loc2 != string::npos) { 214 prev_vma_str = prev_line.substr(loc1+1, loc2);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 2164 Locale loc2 = Locale::getFrance(); local [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 2193 Locale loc2 = Locale::getFrance(); local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
calendar.cpp | 467 Locale loc2; local 468 lkey.currentLocale(loc2); 469 fprintf(stderr, "CalSvc:handleDefault for currentLoc %s, canloc %s\n", (const char*)loc.getName(), (const char*)loc2.getName()); [all...] |
/external/icu4c/i18n/ |
calendar.cpp | 496 Locale loc2; local 497 lkey.currentLocale(loc2); 498 fprintf(stderr, "CalSvc:handleDefault for currentLoc %s, canloc %s\n", (const char*)loc.getName(), (const char*)loc2.getName()); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |