/external/ceres-solver/data/nist/ |
Nelson.dat | 16 variables are time in weeks and temperature in degrees
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
NEWS | 12 Administrative note: In the coming weeks, I'll be stepping down as
|
/external/chromium_org/chrome/browser/history/ |
visit_filter.h | 121 // 17 (3 + 2 * 7) means Wednesday in two weeks.
|
/external/chromium_org/chrome/common/extensions/api/ |
gcm.json | 71 "description": "Time-to-live of the message in seconds. If it is not possible to send the message wihtin that time an error will be raised. A time-to-live of 0 indicates that the message should be sent immediately or fail if it's not possible. The maximum and a default value of time-to-live is 2419200 seconds (4 weeks)."
|
/external/chromium_org/third_party/python_gflags/ |
NEWS | 12 Administrative note: In the coming weeks, I'll be stepping down as
|
/external/clang/www/analyzer/ |
installation.html | 32 weeks old.</p>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
applescript.php | 63 'days','weeks', 'folder', 'folders', 'file', 'files', 'window', 'eject', 'disk', 'reveal', 'sleep',
|
/external/openssh/ |
README.platform | 8 have passwords expired longer than the inactive time (ie the "Weeks between
|
auth-passwd.c | 66 #define TWO_WEEKS (2L * 7 * DAY) /* 2 weeks in seconds */
|
misc.c | 280 #define WEEKS (DAYS * 7) 293 * w|W weeks 345 secs *= WEEKS;
|
ssh-keygen.0 | 286 For example: ``+52w1d'' (valid from now to 52 weeks and one day 287 from now), ``-4w:+4w'' (valid from four weeks ago to four weeks
|
ssh-keygen.1 | 460 (valid from now to 52 weeks and one day from now), 462 (valid from four weeks ago to four weeks from now),
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
SimpleMonthAdapter.java | 190 // height/number of weeks before being displayed.
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 49 * This displays a titled list of weeks with selectable days. It can be 51 * reduced number of days, or display an arbitrary number of weeks at a time. By 502 * @param view The ListView containing the weeks 513 // causes the month to transition when two full weeks of a month are
|
MonthByWeekAdapter.java | 47 protected static int DEFAULT_QUERY_DAYS = 7 * 8; // 8 weeks 141 // Create a new list, this is necessary since the weeks are referencing
|
/packages/apps/Exchange/res/values-en-rGB/ |
strings.xml | 60 <string name="account_setup_options_mail_window_2weeks" msgid="4567049268124213035">"Two weeks"</string>
|
/packages/apps/Exchange/res/values-en-rIN/ |
strings.xml | 60 <string name="account_setup_options_mail_window_2weeks" msgid="4567049268124213035">"Two weeks"</string>
|
/frameworks/base/core/java/android/text/format/ |
Time.java | 647 * In IS0 8601, weeks start on Monday. 789 * @return Weeks since the epoch 801 * Takes a number of weeks since the epoch and calculates the Julian day of 804 * for the Monday week weeks after the Monday of the week containing the 807 * @param week Number of weeks since the epoch
|
/external/chromium_org/chrome/browser/ui/webui/ |
history_ui.h | 166 // Sets the query options for a week-wide query, |offset| weeks ago.
|
/external/chromium_org/content/browser/geolocation/ |
network_location_provider.cc | 246 // the cache could be from weeks ago!)
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
loader.js | 177 // Assume any builder without a run in two weeks for a given test suite isn't
|
/packages/apps/Exchange/src/com/android/exchange/ |
Eas.java | 74 // 4 2 weeks ago Yes Yes
|
/frameworks/base/docs/html/google/gcm/ |
adv.jd | 52 <p>If the device is not connected to GCM, the message will be stored until a connection is established (again respecting the collapse key rules). When a connection is established, GCM will deliver all pending messages to the device, regardless of the <code>delay_while_idle</code> flag. If the device never gets connected again (for instance, if it was factory reset), the message will eventually time out and be discarded from GCM storage. The default timeout is 4 weeks, unless the <code>time_to_live</code> flag is set.</p> 196 <li>By default, it is stored by GCM for 4 weeks.</li> 232 <p>The Time to Live (TTL) feature lets the sender specify the maximum lifespan of a message using the <code>time_to_live</code> parameter in the send request. The value of this parameter must be a duration from 0 to 2,419,200 seconds, and it corresponds to the maximum period of time for which GCM will store and try to deliver the message. Requests that don't contain this field default to the maximum period of 4 weeks.</p>
|
/packages/apps/Calendar/res/values/ |
strings.xml | 420 e.g. Every 2 weeks; until 1/1/2030 [CHAR LIMIT=21] --> 424 e.g. Every 2 weeks; for 15 times [CHAR LIMIT=15] --> 438 'Weekly on Tuesday' or Every 2 weeks on Monday, Tuesday. [CHAR LIMIT=25]--> 441 <item quantity="other">Every <xliff:g id="number">%1$d</xliff:g> weeks on <xliff:g id="days_of_week">%2$s</xliff:g></item> [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarInstancesHelper.java | 235 duration.weeks = 0; 306 duration.weeks = 0; 316 duration.weeks = 0; [all...] |