Searched defs:source_index (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/base/
H A Dsdch_filter_unittest.cc118 size_t source_index = 0; local
124 int copy_amount = std::min(input_amount, source.size() - source_index);
126 memcpy(filter->stream_buffer()->data(), source.data() + source_index,
129 source_index += copy_amount;
/external/chromium_org/net/base/
H A Dsdch_filter_unittest.cc112 size_t source_index = 0; local
118 int copy_amount = std::min(input_amount, source.size() - source_index);
120 memcpy(filter->stream_buffer()->data(), source.data() + source_index,
123 source_index += copy_amount;
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc745 size_t source_index,
747 size_t next_index = source_index + 1; // return value = item after source
743 RemoveSubsequentMatchesOf( HistoryMatches* matches, size_t source_index, const std::vector<GURL>& remove) const argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc1012 size_t source_index,
1014 size_t next_index = source_index + 1; // return value = item after source
1010 RemoveSubsequentMatchesOf( history::HistoryMatches* matches, size_t source_index, const std::vector<GURL>& remove) const argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_per_app.cc1686 int source_index, int target_index) {
1688 model_->Move(source_index, target_index);
1685 MoveItemWithoutPinnedStateChangeNotification( int source_index, int target_index) argument
H A Dchrome_launcher_controller_per_browser.cc1473 MoveItemWithoutPinnedStateChangeNotification(int source_index, argument
1476 model_->Move(source_index, target_index);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp116 GLuint source_index:4; /**< TEXTURE_x_INDEX */ member in struct:state_key::__anon12850
446 key->unit[i].source_index =
919 const GLuint texTarget = p->state->unit[unit].source_index;
/external/chromium_org/v8/src/
H A Dd8.cc779 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); local
781 i::NativesCollection<i::D8>::GetRawScriptSource(source_index);
783 i::NativesCollection<i::D8>::GetScriptName(source_index);
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp116 GLuint source_index:4; /**< TEXTURE_x_INDEX */ member in struct:state_key::__anon23233
446 key->unit[i].source_index =
919 const GLuint texTarget = p->state->unit[unit].source_index;
/external/v8/src/
H A Dd8.cc746 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); local
748 i::NativesCollection<i::D8>::GetRawScriptSource(source_index);
750 i::NativesCollection<i::D8>::GetScriptName(source_index);

Completed in 147 milliseconds