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

  /packages/apps/Messaging/src/com/android/messaging/util/
Dates.java 85 return getTimeString(time, true /*abbreviated*/, false /*minPeriodToday*/);
89 return getTimeString(time, false /*abbreviated*/, false /*minPeriodToday*/);
92 public static CharSequence getWidgetTimeString(final long time, final boolean abbreviated) {
93 return getTimeString(time, abbreviated, true /*minPeriodToday*/);
97 return getTimeString(time, true /* abbreviated */, true /* minPeriodToday */);
109 context.getResources().getConfiguration().locale, false /*abbreviated*/,
113 private static CharSequence getTimeString(final long time, final boolean abbreviated,
122 return getTimestamp(time, System.currentTimeMillis(), abbreviated,
128 final boolean abbreviated, final Locale locale, final int flags,
133 return getLessThanAMinuteOldTimeString(abbreviated);
    [all...]
  /system/core/logwrapper/include/logwrap/
logwrap.h 52 * abbreviated: If true, capture up to the first 100 lines and last 4K of
53 * output from the child. The abbreviated output is not dumped to
76 int log_target, bool abbreviated, char *file_path, void* unused_opts,
79 /* Similar to above, except abbreviated logging is not available, and if logwrap
  /system/core/logwrapper/
logwrapper.c 41 "-a: Causes logwrapper to do abbreviated logging.\n"
53 bool abbreviated = false; local
61 abbreviated = true;
83 log_target, abbreviated, NULL, NULL, 0);
logwrap.c 83 /* A structure to hold all the abbreviated buf data */
95 bool abbreviated; member in struct:log_info
170 /* Log to either the abbreviated buf, or directly to the specified log
174 if (log_info->abbreviated) {
252 /* Add the abbreviated output to the kernel log */
294 int *chld_sts, int log_target, bool abbreviated, char *file_path) {
319 if (abbreviated && (log_target == LOG_NONE)) {
320 abbreviated = 0;
322 if (abbreviated) {
348 log_info.abbreviated = abbreviated
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java 84 private boolean abbreviated; field in class:RoundTripTest.AbbreviatedUnicodeSetIterator
89 abbreviated = false;
102 abbreviated = abb;
111 if (abbreviated && (endElement > nextElement + perRange)) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 288 UBool abbreviated; member in class:AbbreviatedUnicodeSetIterator
304 UnicodeSetIterator(), abbreviated(FALSE) {
312 abbreviated = abb;
321 if (abbreviated && (endElement > nextElement + perRange)) {
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 83 private boolean abbreviated; field in class:RoundTripTest.AbbreviatedUnicodeSetIterator
88 abbreviated = false;
101 abbreviated = abb;
110 if (abbreviated && (endElement > nextElement + perRange)) {
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 38 name string // abbreviated name, "CET"
230 // and daylight-savings time are abbreviated "EST". Using the
time.go 834 // Zone computes the time zone in effect at time t, returning the abbreviated
    [all...]
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 38 name string // abbreviated name, "CET"
230 // and daylight-savings time are abbreviated "EST". Using the
time.go 834 // Zone computes the time zone in effect at time t, returning the abbreviated
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server.go 56 // The client has included a session ticket and so we do an abbreviated handshake.
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server.go 56 // The client has included a session ticket and so we do an abbreviated handshake.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/iproute2/doc/
ip-cref.tex 49 begin with the character \verb|'-'| and may be used in either long or abbreviated
158 abbreviated form, f.e.\ \verb|address| is abbreviated as \verb|addr|
184 Almost all keywords may be abbreviated with several first (or even single)
    [all...]
  /external/boringssl/src/ssl/test/runner/
common.go 611 // send a NewSessionTicket message during an abbreviated handshake.
    [all...]
handshake_server.go 69 // The client has included a session ticket and so we do an abbreviated handshake.
    [all...]

Completed in 2398 milliseconds