/external/libunwind/tests/ |
D | 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 …]
|
D | 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
|
D | ia64-test-readonly-asm.S | 35 mov loc1 = rp 46 mov rp = loc1
|
D | ia64-test-stack-asm.S | 131 alloc loc1 = ar.pfs, 1, 94, 1, 0 176 mov ar.pfs = loc1
|
D | ia64-test-rbs-asm.S | 171 alloc loc1 = ar.pfs, 3, 90, 3, 0 254 mov ar.pfs = loc1
|
/external/bison/examples/calc++/ |
D | location.hh | 141 operator== (const location& loc1, const location& loc2) in operator ==() argument 143 return loc1.begin == loc2.begin && loc1.end == loc2.end; in operator ==() 148 operator!= (const location& loc1, const location& loc2) in operator !=() argument 150 return !(loc1 == loc2); in operator !=()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleBuilderTest.java | 189 ULocale loc1 = ULocale.forLanguageTag(langtag); in TestLocaleBuilder() local 190 if (!loc.equals(loc1)) { in TestLocaleBuilder() 202 ULocale loc1 = bld.build(); in TestSetLocale() local 203 if (!loc.equals(loc1)) { in TestSetLocale() 204 … errln("FAIL: Locale loc1 " + loc1 + " was returned by the builder. Expected " + loc); in TestSetLocale()
|
D | ULocaleTest.java | 1177 ULocale loc1 = new ULocale("en_US_BROOKLYN"); in TestCoverage() local 1179 if (!loc2.equals(loc1)){ in TestCoverage()
|
/external/bison/data/ |
D | 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/libunwind/src/ia64/ |
D | siglongjmp.S | 44 .next: alloc loc1 = ar.pfs, 0, 3, 3, 0 62 mov ar.pfs = loc1
|
D | sigsetjmp.S | 40 alloc loc1 = ar.pfs, 2, 3, 3, 0 62 mov.i ar.pfs = loc1
|
/external/llvm/test/MC/Mips/ |
D | mips64eb-fixups.s | 5 $diff0 = ($loc1)-($loc0) 19 $loc1:
|
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 48 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { in clang_equalLocations() argument 49 return (loc1.ptr_data[0] == loc2.ptr_data[0] && in clang_equalLocations() 50 loc1.ptr_data[1] == loc2.ptr_data[1] && in clang_equalLocations() 51 loc1.int_data == loc2.int_data); in clang_equalLocations()
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 225 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); in TEST_F() local 230 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F() 236 EXPECT_TRUE(loc1.isFileID()); in TEST_F()
|
/external/v8/tools/push-to-trunk/ |
D | git_recipes.py | 231 def GitDiff(self, loc1, loc2, **kwargs): argument 232 return self.Git(MakeArgs(["diff", loc1, loc2]), **kwargs)
|
/external/fio/ |
D | options.c | 906 char *loc1, *loc2; in pattern_cb() local 911 loc1 = strchr(input, '\"'); in pattern_cb() 912 if (loc1) { in pattern_cb() 914 loc1++; in pattern_cb() 915 if (*loc1 == '\0' || *loc1 == '\"') in pattern_cb() 918 pattern[i] = *loc1; in pattern_cb() 931 loc1 = strstr(input, "0x"); in pattern_cb() 933 if (loc1 || loc2) in pattern_cb() 946 if (loc1) in pattern_cb() 947 j = loc1 - input + 2; in pattern_cb()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 2249 Locale loc1 = Locale::getGermany(); in TestSubclass() local 2251 col1.setLocales(loc1, loc2, loc2); // default implementation has no effect in TestSubclass() 2254 col1.getDisplayName(loc1, loc2, displayName); // de_DE collator in fr_FR locale in TestSubclass()
|
D | caltest.cpp | 2196 Locale loc1("en@calendar=fubar"); in Test6703() local 2197 cal = Calendar::createInstance(loc1, status); in Test6703()
|
/external/clang/include/clang-c/ |
D | Index.h | 398 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,
|
/external/bison/doc/ |
D | Doxyfile.in | 912 # TAGFILES = file1=loc1 "file2 = loc2" ... 913 # where "loc1" and "loc2" can be relative or absolute paths or
|
/external/mesa3d/doxygen/ |
D | common.doxy | 980 # TAGFILES = file1=loc1 "file2 = loc2" ... 981 # where "loc1" and "loc2" can be relative or absolute paths or
|
/external/libvorbis/doc/ |
D | Doxyfile.in | 969 # TAGFILES = file1=loc1 "file2 = loc2" ... 970 # where "loc1" and "loc2" can be relative or absolute paths or
|
/external/libmtp/doc/ |
D | Doxyfile.in | 986 # TAGFILES = file1=loc1 "file2 = loc2" ... 987 # where "loc1" and "loc2" can be relative or absolute paths or
|
/external/libexif/doc/ |
D | Doxyfile.in | 1014 # TAGFILES = file1=loc1 "file2 = loc2" ... 1015 # where "loc1" and "loc2" can be relative or absolute paths or
|
/external/libnl/doc/ |
D | Doxyfile.in | 1062 # TAGFILES = file1=loc1 "file2 = loc2" ... 1063 # where "loc1" and "loc2" can be relative or absolute paths or
|