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

  /external/tcpdump/
print-pppoe.c 152 char tag_str[MAXTAGPRINT]; local
159 tag_str[tag_str_len++] = *v;
162 tag_str[tag_str_len++] = '.';
165 tag_str[tag_str_len] = 0;
172 tag_str));
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 189 #define OMX_DBG_INITALL(dbg, tag_str, file) \
202 if (!strncmp(ptr, tag_str, strlen(tag_str))) { \
203 ptr += strlen(tag_str); \
237 #define OMX_DBG_INIT(dbg, tag_str) OMX_DBG_INITALL(dbg, tag_str, 1)
238 #define OMX_DBG_INIT_MASK(dbg, tag_str) OMX_DBG_INITALL(dbg, tag_str, 0)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
bucket.py     [all...]

Completed in 89 milliseconds