HomeSort by relevance Sort by last modified time
    Searched full:minutes (Results 351 - 375 of 2305) sorted by null

<<11121314151617181920>>

  /external/curl/docs/examples/
smtp-vrfy.c 66 * (more than a few minutes may result in the server timing out the
  /external/curl/docs/libcurl/opts/
CURLOPT_TIMEOUT.3 34 few minutes risk aborting perfectly normal operations. This option may cause
CURLOPT_TIMEOUT_MS.3 34 a few minutes risk aborting perfectly normal operations. This option may cause
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 428 int minutes = seconds / 60; local
429 if (minutes < 60) {
431 if (minutes < 10) buffer.append('0');
432 buffer.append(minutes);
438 int hours = minutes / 60;
442 minutes = minutes % 60;
443 if (minutes < 10) buffer.append('0');
444 buffer.append(minutes);
  /external/guava/
README.jdk5 12 unit in 1.5, so all uses of `MINUTES`, `DAYS` and `HOURS` have been
  /external/llvm/test/Analysis/ScalarEvolution/
2011-10-04-ConstEvolve.ll 4 ; This should complete in milliseconds, not minutes.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/mstools/
download-mstools 63 echo "Please wait, this may take several minutes because a 600 MB archive may need to be fully decompressed..."
  /external/protobuf/benchmarks/
readme.txt 41 about 12 minutes to run.
  /frameworks/base/core/java/android/widget/
DigitalClock.java 35 // FIXME: implement separate views for hours/minutes/seconds, so
  /frameworks/base/docs/html/distribute/stories/apps/
el-mundo.jd 55 to three minutes.
  /frameworks/native/cmds/bugreportz/
main.cpp 88 // Set a timeout so that if nothing is read in 10 minutes, we'll stop
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ds1307.cxx 35 << rtc->hours << ":" << rtc->minutes << ":" << rtc->seconds;
enc03r.cxx 55 cout << "This may take a couple of minutes." << endl;
mhz16.cxx 57 cout << "Make sure that the sensor has had at least 3 minutes to warm up"
micsv89.cxx 36 * Device output is not valid until a warm up of 15 minutes
mq303a.cxx 54 cout << "Enabling heater and waiting 2 minutes for warmup." << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
ENC03RSample.java 46 System.out.println("This may take a couple of minutes.");
MHZ16Sample.java 45 System.out.println("Make sure that the sensor has had at least 3 minutes to warm up");
MQ303ASample.java 45 System.out.println("Enabling heater and waiting 2 minutes for warmup.");
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ds1307.js 58 RTCObj.hours + ":" + RTCObj.minutes + ":" + RTCObj.seconds;
enc03r.js 37 "This may take a couple of minutes.");
mhz16.js 41 "at least 3 minutes to warm up";
  /hardware/bsp/intel/peripheral/libupm/examples/python/
ds1307.py 33 RTCObj.hours, RTCObj.minutes, RTCObj.seconds)
enc03r.py 51 "This may take a couple of minutes.")
mhz16.py 54 "at least 3 minutes to warm up\n"

Completed in 863 milliseconds

<<11121314151617181920>>