HomeSort by relevance Sort by last modified time
    Searched refs:loc1 (Results 1 - 25 of 38) sorted by null

1 2

  /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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CurrencyTest.java 217 Locale[] loc1 = locales.toArray(new Locale[locales.size()]); local
237 for(k = 0; k < loc1.length; k++) {
238 Locale.setDefault(loc1[k]);
240 for (i = 0; i < loc1.length; i++) {
243 if (currE.getSymbol(loc1[i]).equals(euro[j])) {
249 + ". For locale " + loc1[i]
251 + currE.getSymbol(loc1[i])
256 for (i = 0; i < loc1.length; i++) {
259 if (currJ.getSymbol(loc1[i]).equals(yen[j])) {
265 + ". For locale " + loc1[i
    [all...]
  /external/libunwind/tests/
ia64-dyn-asm.S 55 mov loc1 = sp
58 st8 [loc1] = r16
69 {.mmi; ld8 r16 = [loc1]
74 {.mmi; mov sp = loc1 // 10
75 st8 [loc1] = r0 // trash saved pfs
83 {.mmi; ld8 r16 = [loc1]
88 {.mmi; mov sp = loc1
89 st8 [loc1] = r0 // trash saved pfs
ia64-test-readonly-asm.S 35 mov loc1 = rp
46 mov rp = loc1
ia64-test-nat-asm.S 66 .save rp, loc1
67 mov loc1 = rp
89 mov rp = loc1
104 .save rp, loc1
105 mov loc1 = rp
126 mov rp = loc1
141 .save rp, loc1
142 mov loc1 = rp
166 mov rp = loc1
181 .save rp, loc1
    [all...]
ia64-test-stack-asm.S 131 alloc loc1 = ar.pfs, 1, 94, 1, 0
176 mov ar.pfs = loc1
ia64-test-rbs-asm.S 171 alloc loc1 = ar.pfs, 3, 90, 3, 0
254 mov ar.pfs = loc1
  /external/bison/examples/calc++/
location.hh 141 operator== (const location& loc1, const location& loc2)
143 return loc1.begin == loc2.begin && loc1.end == loc2.end;
148 operator!= (const location& loc1, const location& loc2)
150 return !(loc1 == loc2);
  /external/libunwind/src/ia64/
siglongjmp.S 44 .next: alloc loc1 = ar.pfs, 0, 3, 3, 0
62 mov ar.pfs = loc1
sigsetjmp.S 40 alloc loc1 = ar.pfs, 2, 3, 3, 0
62 mov.i ar.pfs = loc1
  /external/llvm/test/MC/Mips/
mips64eb-fixups.s 5 $diff0 = ($loc1)-($loc0)
19 $loc1:
  /external/chromium_org/extensions/common/
manifest.cc 96 Location loc1, Location loc2) {
97 if (loc1 == loc2)
98 return loc1;
100 int loc1_rank = GetLocationRank(loc1);
108 return (loc1_rank > loc2_rank ? loc1 : loc2 );
manifest.h 75 static Location GetHigherPriorityLocation(Location loc1, Location loc2);
  /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/bison/data/
location.cc 261 operator== (const location& loc1, const location& loc2)
263 return loc1.begin == loc2.begin && loc1.end == loc2.end;
268 operator!= (const location& loc1, const location& loc2)
270 return !(loc1 == loc2);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 48 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) {
49 return (loc1.ptr_data[0] == loc2.ptr_data[0] &&
50 loc1.ptr_data[1] == loc2.ptr_data[1] &&
51 loc1.int_data == loc2.int_data);
  /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/unittests/Basic/
SourceManagerTest.cpp 225 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); local
230 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1);
236 EXPECT_TRUE(loc1.isFileID());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 87 extern char *loc1;
213 found in the buffer starting at EXPBUF. `loc1' will return the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 87 extern char *loc1;
213 found in the buffer starting at EXPBUF. `loc1' will return the
  /external/chromium_org/v8/tools/push-to-trunk/
git_recipes.py 174 def GitDiff(self, loc1, loc2):
175 return self.Git(MakeArgs(["diff", loc1, loc2]))

Completed in 807 milliseconds

1 2