/external/chromium_org/v8/src/ |
messages.h | 70 int start_pos, 73 start_pos_(start_pos), 78 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
|
flags.cc | 433 int start_pos = (value == NULL) ? i : i - 1; local 434 int js_argc = *argc - start_pos; 440 js_argv[k - start_pos] = StrDup(argv[k]);
|
scanner.cc | 738 int start_pos = source_pos(); // For reporting octal positions. local 784 octal_pos_ = Location(start_pos, source_pos()); [all...] |
/external/v8/src/ |
messages.h | 70 int start_pos, 73 start_pos_(start_pos), 78 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
|
scanner.cc | 733 int start_pos = source_pos(); // For reporting octal positions. local 758 octal_pos_ = Location(start_pos, source_pos());
|
flags.cc | 405 int start_pos = (value == NULL) ? i : i - 1; local 406 int js_argc = *argc - start_pos; 412 js_argv[k - start_pos] = StrDup(argv[k]);
|
/packages/inputmethods/PinyinIME/jni/share/ |
splparser.cpp | 31 uint16 spl_idx[], uint16 start_pos[], 45 if (NULL != start_pos) 46 start_pos[0] = 0; 60 if (NULL != start_pos) 61 start_pos[idx_num] = str_pos; 71 if (NULL != start_pos) 72 start_pos[idx_num] = str_pos; 114 if (NULL != start_pos) 115 start_pos[idx_num] = str_pos; 134 if (NULL != start_pos) 294 uint16 start_pos[3]; local 310 uint16 start_pos[3]; local [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_test_helpers.cc | 55 std::string::size_type start_pos) { 59 std::string::size_type end_pos = model_string.find(' ', start_pos); 61 std::string::size_type part_length = end_pos - start_pos; 62 std::string node_name = model_string.substr(start_pos, part_length); 83 start_pos = end_pos; 84 end_pos = model_string.find(' ', start_pos); 133 std::string::size_type start_pos = 0; local 135 AddNodesFromString(model, node, model_string, start_pos);
|
/external/chromium/googleurl/src/ |
gurl.cc | 433 const char* start_pos = spec_.data() + parsed_.host.begin + local 436 if (!url_util::LowerCaseEqualsASCII(start_pos, 446 '.' != *(start_pos - 1))
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
stringencode.cc | 605 size_t start_pos = remain_source.find(start_mark); local 606 if (std::string::npos == start_pos) break; 608 if (start_pos > 0) { 609 pre_mark = remain_source.substr(0, start_pos - 1); 612 ++start_pos; 613 size_t end_pos = remain_source.find(end_mark, start_pos); 619 fields->push_back(remain_source.substr(start_pos, end_pos - start_pos));
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.cc | 83 size_t start_pos = 0; local 88 while ((find_pos = s.find(delimiter, start_pos)) != string::npos) { 89 const string substring = s.substr(start_pos, find_pos - start_pos); 93 start_pos = find_pos + delimiter.length(); 95 if (start_pos != s.length()) { 96 result->push_back(s.substr(start_pos));
|
/external/chromium/webkit/glue/ |
dom_serializer_unittest.cc | 254 int start_pos = pos + 7; local 257 if (content[start_pos++] == L'=') 261 if (content[start_pos] > 0x0020) 263 ++start_pos; 268 int end_pos = start_pos; 276 charset_info = content.substr(start_pos, end_pos - start_pos); [all...] |
multipart_response_delegate_unittest.cc | 310 const int start_pos; // offset in data member in struct:__anon5803::TestChunk 338 ASSERT_TRUE(chunks[i].start_pos < chunks[i].end_pos); 339 string chunk = data.substr(chunks[i].start_pos, 340 chunks[i].end_pos - chunks[i].start_pos);
|
/external/chromium_org/chrome/browser/download/ |
download_shelf.cc | 121 float start_pos = static_cast<float>(kStartAngleDegrees); local 124 start_pos = static_cast<float>(start_angle); 142 SkFloatToScalar(start_pos),
|
/external/chromium_org/media/webm/chromeos/ |
webm_encoder.cc | 268 long int start_pos = ebml_sub_elements_.top(); local 271 uint64_t size = (end_pos - start_pos - 8) | 0x0100000000000000ULL; 273 if (fseek(output_, start_pos, SEEK_SET)) {
|
/external/chromium_org/url/ |
gurl.cc | 490 const char* start_pos = spec_.data() + parsed_.host.begin + local 493 if (!url_util::LowerCaseEqualsASCII(start_pos, 503 '.' != *(start_pos - 1))
|
/external/chromium_org/webkit/child/ |
multipart_response_delegate_unittest.cc | 310 const int start_pos; // offset in data member in struct:__anon18128::TestChunk 338 ASSERT_TRUE(chunks[i].start_pos < chunks[i].end_pos); 339 string chunk = data.substr(chunks[i].start_pos, 340 chunks[i].end_pos - chunks[i].start_pos);
|
/external/marisa-trie/lib/marisa/ |
trie-search.cc | 249 const std::size_t start_pos = key->length(); local 265 std::reverse(key->begin() + start_pos, key->end());
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie-search.cc | 260 const std::size_t start_pos = key->length(); local 277 std::reverse(key->begin() + start_pos, key->end()); 279 key->resize(start_pos); 282 key->resize(start_pos);
|
/external/chromium_org/content/renderer/ |
dom_serializer_browsertest.cc | 118 int start_pos = pos + 7; local 121 if (content[start_pos++] == L'=') 125 if (content[start_pos] > 0x0020) 127 ++start_pos; 132 int end_pos = start_pos; 140 charset_info = content.substr(start_pos, end_pos - start_pos); [all...] |
/external/chromium_org/sandbox/win/src/ |
sandbox_nt_util.cc | 431 int start_pos = module_path->Length / sizeof(wchar_t) - 1; local 432 int ix = start_pos; 442 if ((ix == start_pos) && sep) 451 size_t size_bytes = (start_pos - ix + 1) * sizeof(wchar_t);
|
/external/chromium/chrome/browser/download/ |
download_util.cc | 414 float start_pos = static_cast<float>(kStartAngleDegrees); local 417 start_pos = static_cast<float>(start_angle); 435 SkFloatToScalar(start_pos), [all...] |
/external/chromium_org/ppapi/examples/video_decode/ |
video_decode.cc | 112 static void GetNextNALUBoundary(size_t start_pos, size_t* end_pos); 309 size_t start_pos, size_t* end_pos) { 310 assert(LookingAtNAL(kData, start_pos)); 311 *end_pos = start_pos; 338 size_t start_pos = encoded_data_next_pos_to_decode_; local 340 GetNextNALUBoundary(start_pos, &end_pos); 341 pp::Buffer_Dev* buffer = new pp::Buffer_Dev(gles2_, end_pos - start_pos); 345 bitstream_buffer.size = end_pos - start_pos; 347 memcpy(buffer->data(), kData + start_pos, end_pos - start_pos); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 1600 pair<int, int> start_pos = FindOrDie(markers_, start_marker); local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 112 string::size_type start_pos = 0; local 115 pos = s.find(oldsub, start_pos); 119 res->append(s, start_pos, pos - start_pos); 121 start_pos = pos + oldsub.size(); // start searching again after the "old" 123 res->append(s, start_pos, s.length() - start_pos); [all...] |