HomeSort by relevance Sort by last modified time
    Searched refs:StrLength (Results 1 - 25 of 26) 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-utils.cc 64 int length = StrLength(s);
75 CHECK_EQ(i - 1, StrLength(buffer.start()));
77 CHECK_EQ(length, StrLength(buffer.start()));
test-parsing.cc 66 int length = i::StrLength(keyword);
91 int length = i::StrLength(future_keyword);
test-serialize.cc 220 int file_name_length = StrLength(file_name_) + 10;
382 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
408 int file_name_length = StrLength(file_name) + 10;
442 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
493 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
523 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
test-log.cc 22 using v8::internal::StrLength;
59 const int line_1_len = StrLength(line_1);
72 const int line_2_len = StrLength(line_2);
86 const int all_lines_len = StrLength(all_lines);
108 const int all_lines_len = StrLength(all_lines);
502 : utf_source_(StrLength(source)) {
    [all...]
test-log-utils.cc 19 using v8::internal::StrLength;
122 const int seal_size = StrLength(seal);
test-strings.cc 312 StrLength(ascii_string))->Utf8Length();
313 CHECK_EQ(StrLength(ascii_string), len);
test-debug.cc 56 using ::v8::internal::StrLength;
826 StrLength(expected_step_sequence));
833 CHECK_EQ(1, StrLength(*function_name));
    [all...]
test-heap-profiler.cc 383 CHECK_EQ(i::StrLength("(global property);1,B;2,C;2"),
384 i::StrLength(retainers_of_a));
test-heap.cc 264 CHECK_EQ(StrLength(string), s->length());
287 CHECK_EQ(StrLength(name), string->length());
test-regexp.cc 87 unibrow::Utf8InputBuffer<> buffer(input, StrLength(input));
105 unibrow::Utf8InputBuffer<> buffer(input, StrLength(input));
    [all...]
test-api.cc 278 int array_length = i::StrLength(source) + 1;
    [all...]
  /external/v8/src/
conversions.cc 53 ASSERT(index >= 0 && index < StrLength(str));
64 return StrLength(str);
104 ASSERT(index >= 0 && index < StrLength(str));
124 int other_length = StrLength(other);
386 int length = StrLength(decimal_rep);
468 int decimal_rep_length = StrLength(decimal_rep);
529 int rep_length = StrLength(decimal_rep);
557 f = StrLength(decimal_rep) - 1;
561 int decimal_rep_length = StrLength(decimal_rep);
589 int decimal_rep_length = StrLength(decimal_rep)
    [all...]
allocation.cc 83 int length = StrLength(str);
92 int length = StrLength(str);
debug-agent.cc 110 client->Send(message, StrLength(message));
178 StrLength(*message));
185 buf.Reset(*message, StrLength(*message));
210 StrLength(kContentLength);
utils.h 140 inline int StrLength(const char* string) {
419 return Vector<const char>(data, StrLength(data));
423 return Vector<char>(data, StrLength(data));
427 int length = StrLength(data);
utils.cc 96 int len = StrLength(line_buf);
232 AddSubstring(s, StrLength(s));
log.cc 1038 static const int event_text_len = StrLength(event_text);
1039 const int cons_len = StrLength(constructor);
1040 const int event_len = StrLength(event);
    [all...]
serialize.cc 237 int dr_format_length = StrLength(debug_register_format);
285 int top_format_length = StrLength(top_address_format) - 2;
289 Vector<char>::New(top_format_length + StrLength(address_name) + 1);
    [all...]
log-utils.cc 158 kDynamicBufferSeal, StrLength(kDynamicBufferSeal));
api.cc     [all...]
bootstrapper.cc 102 : data_(source), length_(StrLength(source)) {
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 2193 milliseconds

1 2