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

  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 240 UDate timeB = Calendar::getNow();
243 if(!(timeA <= timeCal) || !(timeCal <= timeB)) {
245 " is not within sampled times [" + timeA + " to " + timeB + "]!");
293 UDate timeB = Calendar::getNow();
296 if(!(timeA <= timeCal) || !(timeCal <= timeB)) {
298 " is not within sampled times [" + timeA + " to " + timeB + "]!");
344 UDate timeB = Calendar::getNow();
347 if(!(timeA <= timeCal) || !(timeCal <= timeB)) {
349 " is not within sampled times [" + timeA + " to " + timeB + "]!");
397 UDate timeB = Calendar::getNow()
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java     [all...]

Completed in 85 milliseconds