HomeSort by relevance Sort by last modified time
    Searched refs:abbreviated (Results 1 - 22 of 22) 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 82 /* A structure to hold all the abbreviated buf data */
94 bool abbreviated; member in struct:log_info
169 /* Log to either the abbreviated buf, or directly to the specified log
173 if (log_info->abbreviated) {
251 /* Add the abbreviated output to the kernel log */
293 int *chld_sts, int log_target, bool abbreviated, char *file_path) {
318 if (abbreviated && (log_target == LOG_NONE)) {
319 abbreviated = 0;
321 if (abbreviated) {
347 log_info.abbreviated = abbreviated
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/
Makefile 35 all : $(DIFFS) abbreviated ad-hoc system-test source-extension results
37 .PHONY: abbreviated
38 abbreviated:
39 ${MAKE} -C abbreviated
103 (cd abbreviated && make clean)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java 89 private boolean abbreviated; field in class:RoundTripTest.AbbreviatedUnicodeSetIterator
94 abbreviated = false;
108 abbreviated = abb;
118 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 86 private boolean abbreviated; field in class:RoundTripTest.AbbreviatedUnicodeSetIterator
91 abbreviated = false;
105 abbreviated = abb;
115 if (abbreviated && (endElement > nextElement + perRange)) {
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 39 name string // abbreviated name, "CET"
231 // and daylight-savings time are abbreviated "EST". Using the
time.go     [all...]
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 39 name string // abbreviated name, "CET"
231 // and daylight-savings time are abbreviated "EST". Using the
time.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 234 // Attempt splitting digits on abbreviated commands (eg top10)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 234 // Attempt splitting digits on abbreviated commands (eg top10)
  /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/boringssl/src/ssl/test/runner/
handshake_server.go 71 // The client has included a session ticket and so we do an abbreviated handshake.
    [all...]
common.go 703 // send a NewSessionTicket message during an abbreviated handshake.
    [all...]
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.20/
kotlin-reflect-1.2.20.jar 

Completed in 586 milliseconds