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

  /external/webrtc/webrtc/modules/audio_processing/vad/
voice_activity_detector.cc 20 const size_t kMaxLength = 320;
41 RTC_DCHECK_LE(length, kMaxLength);
  /external/skia/gm/
variedtext.cpp 69 int length = random.nextRangeU(kMinLength, kMaxLength);
70 char text[kMaxLength];
145 static const int kMaxLength = 40;
  /external/v8/test/cctest/
test-utils.cc 177 static const int kMaxLength = 128;
178 STATIC_ASSERT(kMaxOffset + kMaxLength < kAreaSize);
182 for (int length = 0; length <= kMaxLength; length++) {
test-strings.cc 932 static const int kMaxLength = 20;
933 CHECK_GT(kMaxLength, i::ConsString::kMinLength);
937 v8::Array::New(CcTest::isolate(), kMaxLength + 1);
939 v8::Array::New(CcTest::isolate(), kMaxLength + 1);
942 for (int i = 0; i <= kMaxLength; i++) {
983 v8::Integer::New(CcTest::isolate(), kMaxLength))
    [all...]
  /external/pcre/dist/
pcrecpp.cc 875 static const int kMaxLength = 200;
876 char buf[kMaxLength];
877 if (n >= kMaxLength) return false;
  /external/regex-re2/util/
pcre.cc 887 static const int kMaxLength = 200;
888 char buf[kMaxLength];
889 if (n >= kMaxLength) return false;
    [all...]
  /external/regex-re2/re2/
re2.cc     [all...]
  /external/v8/src/parsing/
scanner.cc 1183 const int kMaxLength = 10;
1184 if (input_length < kMinLength || input_length > kMaxLength) {
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 68 kMaxLength = 128,
105 char fFilename[kMaxLength];
123 char fFilesFound[kMaxFiles][kMaxLength];
519 SkASSERT(i < kMaxLength);
PathOpsSkpClipTest.cpp 163 kMaxLength = 256,
214 char fFilename[kMaxLength];
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 229 const size_t kMaxLength = attribute.length() * 2 + 1;
230 char* buffer = STACK_ARRAY(char, kMaxLength);
231 size_t len = escape(buffer, kMaxLength, attribute.data(), attribute.length(),
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 1732 milliseconds