/external/stlport/test/unit/ |
locale_test.cpp | 195 locale loc2( loc, new my_facet() ); 196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) ); 197 os.imbue( loc2 ); 264 locale loc1(locale::classic()), loc2; 278 loc2 = loc; 284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'"; 289 //We check that resulting locale has correctly acquire loc2 facets. 290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); 291 loc = loc.combine<moneypunct<char, false> >(loc2); 292 loc = loc.combine<money_put<char> >(loc2); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.cpp | 195 locale loc2( loc, new my_facet() ); 196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) ); 197 os.imbue( loc2 ); 264 locale loc1(locale::classic()), loc2; 278 loc2 = loc; 284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'"; 289 //We check that resulting locale has correctly acquire loc2 facets. 290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); 291 loc = loc.combine<moneypunct<char, false> >(loc2); 292 loc = loc.combine<money_put<char> >(loc2); [all...] |
/ndk/tests/device/test-stlport/unit/ |
locale_test.cpp | 195 locale loc2( loc, new my_facet() ); 196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) ); 197 os.imbue( loc2 ); 264 locale loc1(locale::classic()), loc2; 278 loc2 = loc; 284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'"; 289 //We check that resulting locale has correctly acquire loc2 facets. 290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); 291 loc = loc.combine<moneypunct<char, false> >(loc2); 292 loc = loc.combine<money_put<char> >(loc2); [all...] |
/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);
|
/external/oprofile/module/ia64/ |
IA64syscallstub.h | 92 mov loc2=r15; /* preserve it */ \ 109 mov r15=loc2; \ 175 mov loc2=r15; /* preserve it */ \ 191 mov r15=loc2; \
|
oprofile_stubs.S | 62 mov loc2=gp 97 mov gp=loc2
|
/external/libffi/src/ia64/ |
unix.S | 59 mov loc2 = gp 101 mov gp = loc2 198 mov gp = loc2 289 .save ar.unat, loc2 290 mov loc2 = ar.unat 359 mov ar.unat = loc2
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
regexp.h | 87 extern char *loc2; 208 first character matched and `loc2' points to the next unmatched 214 in EXPBUF. If the match is successful `loc2' will contain the
|
/system/core/sh/ |
trap.c | 434 struct jmploc loc1, loc2; local 441 if (setjmp(loc2.loc)) { 449 l1: handler = &loc2; /* probably unnecessary */
|
/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/clang/include/clang/Sema/ |
Initialization.h | 356 SourceLocation Loc2, SourceLocation Loc3) 360 Locations[1] = Loc2; [all...] |
/external/chromium/chrome/common/extensions/ |
extension.cc | 450 Extension::Location loc1, Extension::Location loc2) { 451 if (loc1 == loc2) 455 int loc2_rank = GetLocationRank(loc2); 462 return (loc1_rank > loc2_rank ? loc1 : loc2 ); [all...] |
extension.h | 232 static Location GetHigherPriorityLocation(Location loc1, Location loc2); [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 2171 Locale loc2 = Locale::getFrance(); local [all...] |
caltest.cpp | [all...] |
loctest.cpp | [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/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/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...] |
/external/llvm/docs/ |
doxygen.cfg.in | [all...] |