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

  /external/boringssl/src/tool/
transport_common.cc 809 // kMaxLines is the maximum number of lines that we'll accept in an SMTP
811 static const unsigned kMaxLines = 512;
812 for (unsigned i = 0; i < kMaxLines; i++) {
855 fprintf(stderr, "Rejected SMTP reply of more then %u lines\n", kMaxLines);
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp     [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp     [all...]

Completed in 608 milliseconds