Searched refs:fast (Results 1 – 9 of 9) sorted by relevance
/system/core/logd/ |
D | LogUtils.h | 61 static inline int fast(const char *l, const char *r, const size_t s) { in fast() function 66 static inline int fast(const void *lv, const void *rv, const size_t s) { in fast() function 73 static inline int fast(const char *l, const char *r) { in fast() function
|
D | LogKlog.cpp | 323 } while (fast<memcmp>(s, needle, needleLen)); in strnstr() 612 if ((taglen >= 6) && !fast<strncmp>(p, "[INFO]", 6)) { in log() 638 fast<strncmp>(bt + 1, cp + 1, size - 1)) { in log() 640 if (!fast<strncmp>(bt + size - 5, "_host", 5) in log() 641 && !fast<strncmp>(bt + 1, cp + 1, size - 6)) { in log() 720 || ((size == 3) && !fast<strncmp>(tag, "CPU", 3)) in log() 721 || ((size == 7) && !fast<strncasecmp>(tag, "WARNING", 7)) in log() 722 || ((size == 5) && !fast<strncasecmp>(tag, "ERROR", 5)) in log() 723 || ((size == 4) && !fast<strncasecmp>(tag, "INFO", 4))) { in log() 735 if (((s + s) < taglen) && !fast<memcmp>(mp, mp - 1 - s, s)) { in log()
|
D | LogReader.cpp | 110 if (!fast<strncmp>(buffer, "dumpAndClose", 12)) { in onDataAvailable()
|
D | LogBufferElement.cpp | 98 && !fast<strcmp>(retval, name + name_len - retval_len)) { in tidToName()
|
D | LogStatistics.h | 285 if (name && !fast<strncmp>(name, "zygote", 6)) { in add() 346 if (name && !fast<strncmp>(name, "zygote", 6)) { in add()
|
D | LogStatistics.cpp | 52 if (fast<strcmp>(buffer, "<pre-initialized>")) { in pidToName() 192 } else if (fast<strcmp>(name, nameTmp)) { in uidToName()
|
/system/sepolicy/ |
D | system_server.te | 480 # Allow statfs() on storage devices, which happens fast enough that
|
/system/connectivity/shill/doc/ |
D | service-api.txt | 741 enable fast LZO compression. See the 749 don't use adaptive compression when fast LZO
|
/system/connectivity/shill/mobile_operator_db/ |
D | serviceproviders.prototxt | 15032 apn : "fast.t-mobile.com"
|