HomeSort by relevance Sort by last modified time
    Searched refs:dom2 (Results 1 - 11 of 11) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 193 int year2, month2, dom2; local
206 dom2 = cal.get(Calendar.DAY_OF_MONTH);
210 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
212 dom != dom2) errln(s + " FAIL");
227 dom2 = cal.get(Calendar.DAY_OF_MONTH);
231 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
233 dom != dom2) errln(s + " FAIL");
261 int dom2 = cal.get(Calendar.DAY_OF_MONTH); local
262 if (y != year2 || m != month2 || dom2 != d)
264 year2 + "-" + (month2+1) + "-" + dom2);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 189 int year2, month2, dom2; local
202 dom2 = cal.get(Calendar.DAY_OF_MONTH);
206 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
208 dom != dom2) errln(s + " FAIL");
223 dom2 = cal.get(Calendar.DAY_OF_MONTH);
227 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
229 dom != dom2) errln(s + " FAIL");
257 int dom2 = cal.get(Calendar.DAY_OF_MONTH); local
258 if (y != year2 || m != month2 || dom2 != d)
260 year2 + "-" + (month2+1) + "-" + dom2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
domain.h 91 int cloog_domain_follows(CloogDomain *dom1, CloogDomain *dom2, unsigned level);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
domain.h 91 int cloog_domain_follows(CloogDomain *dom1, CloogDomain *dom2, unsigned level);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 471 dom2 = parseString(dom.toprettyxml())
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 471 dom2 = parseString(dom.toprettyxml())
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 471 dom2 = parseString(dom.toprettyxml())
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 471 dom2 = parseString(dom.toprettyxml())
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 383 milliseconds