OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minutes
(Results
1026 - 1050
of
2305
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium-trace/catapult/third_party/flot/
jquery.flot.time.min.js
7
(function($){var options={xaxis:{timezone:null,timeformat:null,twelveHourClock:false,monthNames:null}};function floorInBase(n,base){return base*Math.floor(n/base)}function formatDate(d,fmt,monthNames,dayNames){if(typeof d.strftime=="function"){return d.strftime(fmt)}var leftPad=function(n,pad){n=""+n;pad=""+(pad==null?"0":pad);return n.length==1?pad+n:n};var r=[];var escape=false;var hours=d.getHours();var isAM=hours<12;if(monthNames==null){monthNames=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}if(dayNames==null){dayNames=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]}var hours12;if(hours>12){hours12=hours-12}else if(hours==0){hours12=12}else{hours12=hours}for(var i=0;i<fmt.length;++i){var c=fmt.charAt(i);if(escape){switch(c){case"a":c=""+dayNames[d.getDay()];break;case"b":c=""+monthNames[d.getMonth()];break;case"d":c=leftPad(d.getDate());break;case"e":c=leftPad(d.getDate()," ");break;case"h":case"H":c=leftPad(hours);break;case"I":c=leftPad(hours12);break;case"l":c=leftPad(hours12," ");break;case"m":c=leftPad(d.getMonth()+1);break;case"M":c=leftPad(d.getMinutes());break;case"q":c=""+(Math.floor(d.getMonth()/3)+1);break;case"S":c=leftPad(d.getSeconds());break;case"y":c=leftPad(d.getFullYear()%100);break;case"Y":c=""+d.getFullYear();break;case"p":c=isAM?""+"am":""+"pm";break;case"P":c=isAM?""+"AM":""+"PM";break;case"w":c=""+d.getDay();break}r.push(c);escape=false}else{if(c=="%"){escape=true}else{r.push(c)}}}return r.join("")}function makeUtcWrapper(d){function addProxyMethod(sourceObj,sourceMethod,targetObj,targetMethod){sourceObj[sourceMethod]=function(){return targetObj[targetMethod].apply(targetObj,arguments)}}var utc={date:d};if(d.strftime!=undefined){addProxyMethod(utc,"strftime",d,"strftime")}addProxyMethod(utc,"getTime",d,"getTime");addProxyMethod(utc,"setTime",d,"setTime");var props=["Date","Day","FullYear","Hours","Milliseconds","
Minutes
","Month","Seconds"];for(var p=0;p<props.length;p++){addProxyMethod(utc,"get"+props[p],d,"getUTC"+p (…)
/external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java
17
// THIS TYPICALLY TAKES > 4
MINUTES
TO RUN!
/external/icu/icu4c/source/i18n/unicode/
reldatefmt.h
71
*
Minutes
/external/libchrome/base/third_party/nspr/
prtime.h
140
PRInt32 tm_min; /*
minutes
past tm_hour (0-59) */
/external/libexif/po/
libexif-12.pot
[
all
...]
/external/libweave/src/privet/
cloud_delegate.cc
31
const int kMaxDeviceRegistrationRetries = 100; // ~ 8
minutes
@5s retries.
/external/llvm/lib/Support/
LockFileManager.cpp
268
// Don't wait more than five
minutes
per iteration. Total timeout for the file
/external/mockftpserver/MockFtpServer/src/main/resources/
ReplyText.properties
19
120=Service ready in nnn
minutes
.
/external/netperf/doc/examples/
snapshot_script
17
# the script will be finished is 21
minutes
.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java
45
* connection alive in the pool before closing it. Default is 5
minutes
.
/external/replicaisland/res/values/
kyle.xml
97
You?re lucky you caught up to me when I?m in a good mood. Five
minutes
ago I would have cracked open your top and spit on your insides, but right now I?ve got more important things to think about. Wanda just told me we?ve found the entrance.
/external/sl4a/ScriptingLayerForAndroid/res/values/
strings.xml
192
<string name="display_minutes">
Minutes
</string>
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPicker.java
49
* Use a custom NumberPicker formatting callback to use two-digit
minutes
strings like "01".
/external/slf4j/slf4j-site/src/site/pages/
index.html
47
migrate your project to use the SLF4J API in just a few
minutes
.</p>
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h
103
// Starts recording an RtcEventLog using an existing file until 10
minutes
/external/zlib/src/contrib/minizip/
zip.h
92
uInt tm_min; /*
minutes
after the hour - [0,59] */
/frameworks/base/core/res/res/values-en-rAU/
strings.xml
34
<string name="durationHourMinutes" msgid="9029176248692041549">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="
MINUTES
">%2$d</xliff:g> mins"</string>
35
<string name="durationHourMinute" msgid="2741677355177402539">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="
MINUTES
">%2$d</xliff:g> min"</string>
36
<string name="durationMinutes" msgid="3134226679883579347">"<xliff:g id="
MINUTES
">%1$d</xliff:g> mins"</string>
37
<string name="durationMinute" msgid="7155301744174623818">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min"</string>
38
<string name="durationMinuteSeconds" msgid="1424656185379003751">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> secs"</string>
39
<string name="durationMinuteSecond" msgid="3989228718067466680">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> sec"</string>
[
all
...]
/frameworks/base/core/res/res/values-en-rGB/
strings.xml
34
<string name="durationHourMinutes" msgid="9029176248692041549">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="
MINUTES
">%2$d</xliff:g> mins"</string>
35
<string name="durationHourMinute" msgid="2741677355177402539">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="
MINUTES
">%2$d</xliff:g> min"</string>
36
<string name="durationMinutes" msgid="3134226679883579347">"<xliff:g id="
MINUTES
">%1$d</xliff:g> mins"</string>
37
<string name="durationMinute" msgid="7155301744174623818">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min"</string>
38
<string name="durationMinuteSeconds" msgid="1424656185379003751">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> secs"</string>
39
<string name="durationMinuteSecond" msgid="3989228718067466680">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> sec"</string>
[
all
...]
/frameworks/base/core/res/res/values-en-rIN/
strings.xml
34
<string name="durationHourMinutes" msgid="9029176248692041549">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="
MINUTES
">%2$d</xliff:g> mins"</string>
35
<string name="durationHourMinute" msgid="2741677355177402539">"<xliff:g id="HOURS">%1$d</xliff:g> hr <xliff:g id="
MINUTES
">%2$d</xliff:g> min"</string>
36
<string name="durationMinutes" msgid="3134226679883579347">"<xliff:g id="
MINUTES
">%1$d</xliff:g> mins"</string>
37
<string name="durationMinute" msgid="7155301744174623818">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min"</string>
38
<string name="durationMinuteSeconds" msgid="1424656185379003751">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> secs"</string>
39
<string name="durationMinuteSecond" msgid="3989228718067466680">"<xliff:g id="
MINUTES
">%1$d</xliff:g> min <xliff:g id="SECONDS">%2$d</xliff:g> sec"</string>
[
all
...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java
61
* The framework keep driver up for at leat 2
minutes
to avoid problems
/frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_time.jd
101
<tr><th>int tm_min</th><td>
Minutes
after the hour. This ranges from 0 to 59.</td></tr>
/frameworks/base/docs/html/training/wearables/apps/
voice.jd
121
<td>"Ok Google, set a timer for 10
minutes
"</td>
/frameworks/base/docs/html/training/wearables/watch-faces/
information.jd
65
weather every ten
minutes
and store the results locally, instead of requesting an update every
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
BatteryInfo.java
233
// Also, if we are getting a time change and we are less than 5
minutes
/frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java
58
private static final long MAX_AGE_NANOS = 5 * 60 * 1000000000L; // five
minutes
Completed in 1527 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>