HomeSort by relevance Sort by last modified time
    Searched refs:max_length (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/std/localization/locale.stdcvt/
codecvt_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
  /external/clang/test/CXX/class.access/class.access.nest/
p1.cpp 10 static const unsigned long max_length; member in struct:test0::A::C
14 const unsigned long A::C::max_length = sizeof(B); member in class:test0::A::C
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet.cc 18 size_t max_length,
pli.cc 55 size_t max_length,
57 while (*index + BlockLength() > max_length) {
compound_packet.h 30 size_t max_length,
pli.h 36 size_t max_length,
  /external/ImageMagick/
winpath.sh 32 max_length=0
44 if test $length -gt $max_length
47 max_length=$length
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char32_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
wchar_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char32_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
wchar_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
  /external/llvm/utils/lint/
common_lint.py 7 def VerifyLineLength(filename, lines, max_length):
14 max_length: maximum acceptable line length as number
24 if length > max_length:
26 'Line exceeds %d chars (%d)' % (max_length, length)))
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
exception_formatter.py 93 def _AbbreviateMiddleOfString(target, middle, max_length):
94 if max_length < 0:
95 raise ValueError('Must provide positive max_length')
96 if len(middle) > max_length:
97 raise ValueError('middle must not be greater than max_length')
99 if len(target) <= max_length:
101 half_length = (max_length - len(middle)) / 2.
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
exception_formatter.py 86 def _AbbreviateMiddleOfString(target, middle, max_length):
87 if max_length < 0:
88 raise ValueError('Must provide positive max_length')
89 if len(middle) > max_length:
90 raise ValueError('middle must not be greater than max_length')
92 if len(target) <= max_length:
94 half_length = (max_length - len(middle)) / 2.
  /external/autotest/frontend/tko/
models.py 127 hostname = dbmodels.CharField(unique=True, max_length=255)
128 machine_group = dbmodels.CharField(blank=True, max_length=240)
129 owner = dbmodels.CharField(blank=True, max_length=240)
139 kernel_hash = dbmodels.CharField(max_length=105, editable=False)
140 base = dbmodels.CharField(max_length=90)
141 printable = dbmodels.CharField(max_length=300)
151 name = dbmodels.CharField(blank=True, max_length=240)
152 url = dbmodels.CharField(blank=True, max_length=900)
153 the_hash = dbmodels.CharField(blank=True, max_length=105, db_column='hash')
163 word = dbmodels.CharField(max_length=30
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_external_decoder_test.h 46 // (at least) |max_length| elements. Returns number of samples.
47 size_t GetOutputAudio(size_t max_length, int16_t* output,

Completed in 627 milliseconds

1 2 3 4 5 6