/external/stlport/test/unit/ |
locale_test.cpp | 264 locale loc1(locale::classic()), loc2; 270 if (loc1 == locale::classic()) 272 loc1 = loc; 284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'"; 290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); 298 //Check loc1 has not been impacted: 299 _money_put_get2(loc1, loc1, _get_ref_monetary(loc1_index)); 305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine: 306 locale loc = loc2.combine<numpunct<char> >(loc1); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.cpp | 264 locale loc1(locale::classic()), loc2; 270 if (loc1 == locale::classic()) 272 loc1 = loc; 284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'"; 290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); 298 //Check loc1 has not been impacted: 299 _money_put_get2(loc1, loc1, _get_ref_monetary(loc1_index)); 305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine: 306 locale loc = loc2.combine<numpunct<char> >(loc1); [all...] |
/ndk/tests/device/test-stlport/unit/ |
locale_test.cpp | 264 locale loc1(locale::classic()), loc2; 270 if (loc1 == locale::classic()) 272 loc1 = loc; 284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'"; 290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); 298 //Check loc1 has not been impacted: 299 _money_put_get2(loc1, loc1, _get_ref_monetary(loc1_index)); 305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine: 306 locale loc = loc2.combine<numpunct<char> >(loc1); [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
CurrencyTest.java | 207 Locale[] loc1 = locales.toArray(new Locale[locales.size()]); local 227 for(k = 0; k < loc1.length; k++) { 228 Locale.setDefault(loc1[k]); 230 for (i = 0; i < loc1.length; i++) { 233 if (currE.getSymbol(loc1[i]).equals(euro[j])) { 239 + ". For locale " + loc1[i] 241 + currE.getSymbol(loc1[i]) 246 for (i = 0; i < loc1.length; i++) { 251 if (currJ.getSymbol(loc1[i]).equals(yen[j])) { 257 + ". For locale " + loc1[i [all...] |
/frameworks/base/location/tests/locationtests/src/android/location/ |
LocationManagerTest.java | 88 String loc1 = Location.convert(-80.075, Location.FORMAT_DEGREES); local 89 Log.i(LOG_TAG, "Input = " + (-80.075) + ", output = " + loc1); 90 assertEquals("-80.075", loc1);
|
/external/oprofile/module/ia64/ |
IA64syscallstub.h | 90 alloc loc1=ar.pfs, 8, 6, 8, 0; \ 107 mov ar.pfs = loc1; \ 173 alloc loc1=ar.pfs, 8, 5, 8, 0; \ 189 mov ar.pfs = loc1; \
|
oprofile_stubs.S | 60 alloc loc1=ar.pfs, 3, 3, 4, 0 92 mov ar.pfs=loc1 // restore ar.pfs
|
/external/libffi/src/ia64/ |
unix.S | 55 .save rp, loc1 56 mov loc1 = b0 108 mov b0 = loc1 197 mov b0 = loc1 287 .save rp, loc1 288 mov loc1 = b0 356 mov b0 = loc1
|
/system/core/sh/ |
trap.c | 434 struct jmploc loc1, loc2; local 438 if (setjmp(loc1.loc)) { 444 handler = &loc1;
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 106 /// \param Loc1 -- The location of the first lock expression. 108 virtual void handleExclusiveAndShared(Name LockName, SourceLocation Loc1,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
regexp.h | 86 extern char *loc1; 207 found in the buffer starting at EXPBUF. `loc1' will return the
|
/external/oprofile/pp/ |
opannotate.cpp | 205 string::size_type loc1 = string::npos, loc2 = string::npos; local 210 loc1 = prev_line.find(":", 0); 211 if (loc1 != string::npos) { 212 loc2 = prev_line.find(":", loc1+1); 214 prev_vma_str = prev_line.substr(loc1+1, loc2); 241 *sit_prev = str + " :" + prev_line.substr(loc1+1);
|
/external/clang/include/clang/Sema/ |
Initialization.h | 356 InitializationKind(StoredInitKind Kind, SourceLocation Loc1, 360 Locations[0] = Loc1; [all...] |
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 692 void handleExclusiveAndShared(Name LockName, SourceLocation Loc1, 698 Warnings.push_back(DelayedDiag(Loc1, Warning)); [all...] |
/external/chromium/chrome/common/extensions/ |
extension.cc | 450 Extension::Location loc1, Extension::Location loc2) { 451 if (loc1 == loc2) 452 return loc1; 454 int loc1_rank = GetLocationRank(loc1); 462 return (loc1_rank > loc2_rank ? loc1 : loc2 ); [all...] |
extension.h | 232 static Location GetHigherPriorityLocation(Location loc1, Location loc2); [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-ia64.pl | 44 ($A,$B,$C,$D,$E,$T) = ("loc0","loc1","loc2","loc3","loc4","loc5");
|
/external/clang/include/clang/Basic/ |
SourceManager.h | [all...] |
/external/dropbear/libtomcrypt/ |
Doxyfile | [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 2170 Locale loc1 = Locale::getGermany(); local [all...] |
caltest.cpp | [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |
/external/clang/docs/ |
doxygen.cfg.in | [all...] |
/external/libvpx/ |
libs.doxy_template | [all...] |
/external/libvpx/nestegg/docs/ |
Doxyfile.in | [all...] |