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

  /bootable/recovery/minadbd/
fdevent.c 332 size_t max_chars = FD_SETSIZE * 6 + 1; local
336 printed_out = snprintf(pb, max_chars, __VA_ARGS__); \
341 if (max_chars < (unsigned int)printed_out) { \
346 max_chars -= printed_out; \
  /system/core/adb/
fdevent.c 332 size_t max_chars = FD_SETSIZE * 6 + 1; local
336 printed_out = snprintf(pb, max_chars, __VA_ARGS__); \
341 if (max_chars < (unsigned int)printed_out) { \
346 max_chars -= printed_out; \
  /external/srec/srec/include/
srec_context.h 57 asr_int32_t max_chars; member in struct:__anon15482
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 931 int max_chars = static_cast<int>(static_cast<float>(text_area) \/ local
    [all...]

Completed in 111 milliseconds