Home
last modified time | relevance | path

Searched defs:kMaxLineLength (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/cli/
H A Dcli.hpp195 static constexpr uint16_t kMaxLineLength = OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH; member in ot::Cli::Interpreter
/aosp_15_r20/external/libwebm/webvtt/
H A Dwebvttparser.cc77 enum { kMaxLineLength = 10000 }; // arbitrary in GetLine() enumerator
/aosp_15_r20/external/skia/tools/fonts/
H A Dcreate_test_font.cpp94 kMaxLineLength = 80, enumerator
/aosp_15_r20/external/cronet/base/android/linker/
H A Dlinker_jni.cc116 constexpr size_t kMaxLineLength = 256; in FindRegionInOpenFile() local