/external/proguard/src/proguard/optimize/peephole/ |
D | GotoCommonCodeReplacer.java | 160 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) in commonByteCodeCount() argument 169 delta <= offset2 && in commonByteCodeCount() 170 offset2 - delta != offset1; in commonByteCodeCount() 174 int newOffset2 = offset2 - delta; in commonByteCodeCount() 244 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) in exceptionBoundary() argument 247 if (offset2 < offset1) in exceptionBoundary() 250 offset1 = offset2; in exceptionBoundary() 251 offset2 = offset; in exceptionBoundary() 255 for (int offset = offset1; offset <= offset2; offset++) in exceptionBoundary()
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_mouse.c | 84 cursor->ph_cursor->offset2.x = (short)hot_x; in ph_CreateWMCursor() 85 cursor->ph_cursor->offset2.y = (short)hot_y; in ph_CreateWMCursor()
|
/external/skia/src/pdf/ |
D | SkPDFImage.cpp | 154 int offset2 = 8 - offset1; in extractImageData() local 162 src[x / 8 + 1] >> offset2; in extractImageData()
|
/external/icu4c/test/intltest/ |
D | tzregts.cpp | 213 int32_t offset2 = tz->getOffset(1, in Test4084933() local 244 ERR_IF_FAIL(offset2 != SToffset) in Test4084933() 1108 int32_t offset2 = cst->getOffset(1, in TestJDK12API() local 1112 if(offset1 == offset2) in TestJDK12API()
|
D | tzrulets.cpp | 567 int32_t offset2, dst2; in TestHistoricalRuleBasedTimeZone() local 575 ny->getOffset(times[i], FALSE, offset2, dst2, status); in TestHistoricalRuleBasedTimeZone() 579 if (offset1 != offset2 || dst1 != dst2) { in TestHistoricalRuleBasedTimeZone() 1631 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage() local 1635 if (offset1 != offset2) { in TestVTimeZoneCoverage() 1644 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage() 1648 if (offset1 != offset2) { in TestVTimeZoneCoverage()
|
/external/v8/src/ |
D | liveedit.cc | 325 Handle<String> s2, int offset2, int len2) in TokensCompareInput() argument 327 s2_(s2), offset2_(offset2), len2_(len2) { in TokensCompareInput() 354 int offset1, int offset2) in TokensCompareOutput() argument 355 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) { in TokensCompareOutput()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | riva_mmio.h | 430 U032 offset2; member
|
/external/valgrind/unittest/ |
D | racecheck_unittest.cc | 5451 void RunTwoThreads(size_t size1, size_t offset1, size_t size2, size_t offset2) { in RunTwoThreads() argument 5455 offset[1] = offset2; in RunTwoThreads() 5458 long beg2 = offset2 * size2; in RunTwoThreads() 5483 void TestTwoSizes(size_t size1, size_t offset1, size_t size2, size_t offset2) { in TestTwoSizes() argument 5484 RunTwoThreads(size1, offset1, size2, offset2); in TestTwoSizes() 5485 RunTwoThreads(size2, offset2, size1, offset1); in TestTwoSizes()
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 2316 Int offset2, IRType ty2 ) in getAliasingRelation_IC() argument 2321 minoff2 = offset2; in getAliasingRelation_IC()
|