Searched refs:StrLength (Results 1 - 25 of 31) sorted by relevance

12

/external/v8/test/cctest/
H A Dtest-flags.cc78 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)));
H A Dtest-liveedit.cc48 return StrLength(s1_);
51 return StrLength(s2_);
105 int len1 = StrLength(s1);
106 int len2 = StrLength(s2);
H A Dtest-parsing.cc63 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);
1003 int kPrefixByteLen = i::StrLength(source_data[i].outer_prefix);
1004 int kInnerByteLen = i::StrLength(source_dat
[all...]
H A Dtest-utils.cc65 int length = StrLength(s);
76 CHECK_EQ(i - 1, StrLength(buffer.start()));
78 CHECK_EQ(length, StrLength(buffer.start()));
H A Dtest-serialize.cc216 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;
H A Dtest-log.cc24 using v8::internal::StrLength;
329 : utf_source_(StrLength(source)) {
H A Dtest-strings.cc312 StrLength(ascii_string))->Utf8Length();
313 CHECK_EQ(StrLength(ascii_string), len);
H A Dtest-bignum-dtoa.cc47 int len = StrLength(representation.start());
H A Dtest-fast-dtoa.cc22 int len = StrLength(representation.start());
H A Dtest-debug.cc60 using ::v8::internal::StrLength;
906 StrLength(expected_step_sequence));
913 CHECK_EQ(1, StrLength(*function_name));
2165 CHECK_EQ(0, StrLength(last_function_hit));
2201 CHECK_EQ(0, StrLength(last_function_hit));
2210 CHECK_EQ(0, StrLength(last_function_hit));
3464 CHECK_EQ(StrLength(expected_step_sequence),
3472 CHECK_EQ(StrLength(expected_step_sequence),
3480 CHECK_EQ(StrLength(expected_step_sequence),
3516 CHECK_EQ(StrLength(expected_step_sequenc
[all...]
H A Dtest-dtoa.cc47 int len = StrLength(representation.start());
H A Dtest-cpu-profiler.cc91 i::Vector<const char>(aaa_str, i::StrLength(aaa_str)));
H A Dtest-strtod.cc16 return Vector<const char>(str, StrLength(str));
H A Dtest-bignum.cc42 bignum->AssignHexString(Vector<const char>(str, StrLength(str)));
47 bignum->AssignDecimalString(Vector<const char>(str, StrLength(str)));
H A Dtest-heap.cc265 CHECK_EQ(StrLength(string), s->length());
289 CHECK_EQ(StrLength(name), string->length());
H A Dtest-regexp.cc98 unibrow::Utf8InputBuffer<> buffer(input, StrLength(input));
116 unibrow::Utf8InputBuffer<> buffer(input, StrLength(input));
/external/v8/src/
H A Dallocation.cc86 int length = StrLength(str);
95 int length = StrLength(str);
H A Dutils.cc44 AddSubstring(s, StrLength(s));
H A Dconversions.cc43 const char* end = str + StrLength(str);
235 int rep_length = StrLength(decimal_rep);
348 const int len = StrLength(decimal_rep + decimal_point);
H A Ddebug-agent.cc113 client->Send(kCreateSessionMessage, StrLength(kCreateSessionMessage));
193 unibrow::Utf8InputBuffer<> buf(msg, StrLength(msg));
200 buf.Reset(msg, StrLength(msg));
H A Dutils.h208 inline int StrLength(const char* string) { function in namespace:v8::internal
500 return Vector<const char>(data, StrLength(data));
504 return Vector<char>(data, StrLength(data));
508 int length = StrLength(data);
H A Dv8utils.cc76 int len = StrLength(line_buf);
H A Dpreparser.cc1617 i::StrLength(keyword)));
1694 length = i::StrLength(string);
H A Dprofile-generator.cc633 const int title_len = StrLength(title);
693 return StrLength(title) == 0
3332 AddSubstring(s, StrLength(s));
/external/clang/lib/Sema/
H A DSemaInit.cpp88 uint64_t StrLength = local
95 llvm::APInt ConstVal(32, StrLength);
115 StrLength--;
119 if (StrLength > CAT->getSize().getZExtValue())
125 if (StrLength-1 > CAT->getSize().getZExtValue())

Completed in 383 milliseconds

12