Searched refs:loc3 (Results 1 – 8 of 8) sorted by relevance
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 219 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7); in TEST_F() local 224 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F() 230 EXPECT_TRUE(SourceMgr.isMacroArgExpansion(loc3)); in TEST_F() 232 EXPECT_EQ(loc3, toks[2].getLocation()); in TEST_F()
|
/external/oprofile/module/ia64/ |
D | IA64syscallstub.h | 93 mov loc3=r8; \ 110 mov r8=loc3; \ 176 mov loc3=r16; /* preserve it */ \ 192 mov r16=loc3; \
|
/external/libffi/src/ia64/ |
D | unix.S | 310 mov loc3 = gp 349 mov gp = loc3
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 2073 Locale loc3("en","Latn","","FOUR"); in TestVariantWithOutCountry() local 2074 if (0 != strcmp(loc3.getVariant(), "FOUR")) { in TestVariantWithOutCountry() 2075 …dn't get parsed correctly - name is %s - expected %s got %s", loc3.getName(), "FOUR", loc3.getVari… in TestVariantWithOutCountry()
|
D | caltest.cpp | 2157 Locale loc3("en@calendar=roc"); in Test6703() local 2158 cal = Calendar::createInstance(loc3, status); in Test6703()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | loctest.cpp | 2052 Locale loc3("en","Latn","","FOUR"); in TestVariantWithOutCountry() local 2053 if (0 != strcmp(loc3.getVariant(), "FOUR")) { in TestVariantWithOutCountry()
|
D | caltest.cpp | 2069 Locale loc3("en@calendar=roc"); in Test6703() local 2070 cal = Calendar::createInstance(loc3, status); in Test6703()
|
D | numfmtst.cpp | 2675 Locale loc3("en", "US", "", "numbers=arabext"); in TestNumberingSystems() local 2689 NumberFormat* fmt3= NumberFormat::createInstance(loc3, ec); in TestNumberingSystems()
|