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

1 2

  /external/v8/test/cctest/
test-flags.cc 78 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
110 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
132 CHECK_EQ(2, FlagList::SetFlagsFromString(str, StrLength(str)));
150 CHECK_EQ(1, FlagList::SetFlagsFromString(str, StrLength(str)));
169 CHECK_EQ(3, FlagList::SetFlagsFromString(str, StrLength(str)));
194 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
206 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
218 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
230 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
test-liveedit.cc 48 return StrLength(s1_);
51 return StrLength(s2_);
105 int len1 = StrLength(s1);
106 int len2 = StrLength(s2);
test-parsing.cc 63 int length = i::StrLength(key_token.keyword);
147 v8::ScriptData::PreCompile(tests[i], i::StrLength(tests[i]));
154 v8::ScriptData::PreCompile(fail_tests[i], i::StrLength(fail_tests[i]));
196 int source_length = i::StrLength(source);
198 int error_source_length = i::StrLength(error_source);
364 int first_lbrace = first_function + i::StrLength("function () ");
372 second_function + i::StrLength("function () ");
755 int len = i::StrLength(s);
    [all...]
test-utils.cc 65 int length = StrLength(s);
76 CHECK_EQ(i - 1, StrLength(buffer.start()));
78 CHECK_EQ(length, StrLength(buffer.start()));
test-serialize.cc 216 int file_name_length = StrLength(file_name_) + 10;
374 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
401 int file_name_length = StrLength(file_name) + 10;
436 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
490 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
521 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
test-log.cc 24 using v8::internal::StrLength;
329 : utf_source_(StrLength(source)) {
test-strings.cc 312 StrLength(ascii_string))->Utf8Length();
313 CHECK_EQ(StrLength(ascii_string), len);
test-bignum-dtoa.cc 47 int len = StrLength(representation.start());
test-fast-dtoa.cc 22 int len = StrLength(representation.start());
test-debug.cc 60 using ::v8::internal::StrLength;
    [all...]
test-dtoa.cc 47 int len = StrLength(representation.start());
test-cpu-profiler.cc 91 i::Vector<const char>(aaa_str, i::StrLength(aaa_str)));
test-strtod.cc 16 return Vector<const char>(str, StrLength(str));
test-bignum.cc 42 bignum->AssignHexString(Vector<const char>(str, StrLength(str)));
47 bignum->AssignDecimalString(Vector<const char>(str, StrLength(str)));
    [all...]
test-heap.cc 265 CHECK_EQ(StrLength(string), s->length());
289 CHECK_EQ(StrLength(name), string->length());
    [all...]
test-regexp.cc 98 unibrow::Utf8InputBuffer<> buffer(input, StrLength(input));
116 unibrow::Utf8InputBuffer<> buffer(input, StrLength(input));
    [all...]
  /external/v8/src/
allocation.cc 86 int length = StrLength(str);
95 int length = StrLength(str);
utils.cc 44 AddSubstring(s, StrLength(s));
conversions.cc 43 const char* end = str + StrLength(str);
235 int rep_length = StrLength(decimal_rep);
348 const int len = StrLength(decimal_rep + decimal_point);
debug-agent.cc 113 client->Send(kCreateSessionMessage, StrLength(kCreateSessionMessage));
193 unibrow::Utf8InputBuffer<> buf(msg, StrLength(msg));
200 buf.Reset(msg, StrLength(msg));
utils.h 208 inline int StrLength(const char* string) {
500 return Vector<const char>(data, StrLength(data));
504 return Vector<char>(data, StrLength(data));
508 int length = StrLength(data);
v8utils.cc 76 int len = StrLength(line_buf);
preparser.cc     [all...]
profile-generator.cc 633 const int title_len = StrLength(title);
693 return StrLength(title) == 0
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 88 uint64_t StrLength =
95 llvm::APInt ConstVal(32, StrLength);
115 StrLength--;
119 if (StrLength > CAT->getSize().getZExtValue())
125 if (StrLength-1 > CAT->getSize().getZExtValue())
    [all...]

Completed in 422 milliseconds

1 2