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

  /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);
logwrap.c 83 /* A structure to hold all the abbreviated buf data */
95 bool abbreviated; member in struct:log_info
173 /* Log to either the abbreviated buf, or directly to the specified log
177 if (log_info->abbreviated) {
256 /* Add the abbreviated output to the kernel log */
298 int *chld_sts, int log_target, bool abbreviated, char *file_path) {
323 if (abbreviated && (log_target == LOG_NONE)) {
324 abbreviated = 0;
326 if (abbreviated) {
352 log_info.abbreviated = abbreviated
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 285 UBool abbreviated; member in class:AbbreviatedUnicodeSetIterator
301 UnicodeSetIterator(), abbreviated(FALSE) {
309 abbreviated = abb;
318 if (abbreviated && (endElement > nextElement + perRange)) {
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 286 UBool abbreviated; member in class:AbbreviatedUnicodeSetIterator
302 UnicodeSetIterator(), abbreviated(FALSE) {
310 abbreviated = abb;
319 if (abbreviated && (endElement > nextElement + perRange)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 102 milliseconds