Searched refs:loc1 (Results 1 - 25 of 30) sorted by relevance

12

/external/stlport/test/unit/
H A Dlocale_test.cpp264 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...]
/external/libunwind/tests/
H A Dia64-dyn-asm.S55 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
H A Dia64-test-readonly-asm.S35 mov loc1 = rp
46 mov rp = loc1
H A Dia64-test-nat-asm.S66 .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...]
H A Dia64-test-stack-asm.S131 alloc loc1 = ar.pfs, 1, 94, 1, 0
176 mov ar.pfs = loc1
H A Dia64-test-rbs-asm.S171 alloc loc1 = ar.pfs, 3, 90, 3, 0
254 mov ar.pfs = loc1
/external/bison/examples/calc++/
H A Dlocation.hh141 operator== (const location& loc1, const location& loc2) argument
143 return loc1.begin == loc2.begin && loc1.end == loc2.end;
148 operator!= (const location& loc1, const location& loc2) argument
150 return !(loc1 == loc2);
/external/libunwind/src/ia64/
H A Dsiglongjmp.S44 .next: alloc loc1 = ar.pfs, 0, 3, 3, 0
62 mov ar.pfs = loc1
H A Dsigsetjmp.S40 alloc loc1 = ar.pfs, 2, 3, 3, 0
62 mov.i ar.pfs = loc1
/external/llvm/test/MC/Mips/
H A Dmips64eb-fixups.s5 $diff0 = ($loc1)-($loc0)
19 $loc1:
/external/chromium_org/extensions/common/
H A Dmanifest.cc96 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 );
95 GetHigherPriorityLocation( Location loc1, Location loc2) argument
H A Dmanifest.h75 static Location GetHigherPriorityLocation(Location loc1, Location loc2);
/external/oprofile/module/ia64/
H A DIA64syscallstub.h90 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; \
H A Doprofile_stubs.S60 alloc loc1=ar.pfs, 3, 3, 4, 0
92 mov ar.pfs=loc1 // restore ar.pfs
/external/bison/data/
H A Dlocation.cc261 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/
H A DCXSourceLocation.cpp48 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { argument
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/
H A Dopannotate.cpp205 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/
H A DSourceManagerTest.cpp225 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); local
230 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1);
236 EXPECT_TRUE(loc1.isFileID());
/external/chromium_org/v8/tools/push-to-trunk/
H A Dgit_recipes.py231 def GitDiff(self, loc1, loc2, **kwargs):
232 return self.Git(MakeArgs(["diff", loc1, loc2]), **kwargs)
/external/fio/
H A Doptions.c931 char *loc1, *loc2; local
933 loc1 = strstr(input, "0x");
935 if (loc1 || loc2)
948 if (loc1)
949 j = loc1 - input + 2;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp2183 Locale loc1 = Locale::getGermany(); local
2185 col1.setLocales(loc1, loc2, loc2); // default implementation has no effect
2188 col1.getDisplayName(loc1, loc2, displayName); // de_DE collator in fr_FR locale
H A Dcaltest.cpp2164 Locale loc1("en@calendar=fubar");
2165 cal = Calendar::createInstance(loc1, status);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2264 Locale loc1 = Locale::getGermany(); local
2266 col1.setLocales(loc1, loc2, loc2); // default implementation has no effect
2269 col1.getDisplayName(loc1, loc2, displayName); // de_DE collator in fr_FR locale
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemcpy_mck.S561 #define saved_rtlink loc1
/external/clang/include/clang-c/
H A DIndex.h392 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,

Completed in 735 milliseconds

12