/external/chromium/net/url_request/ |
view_cache_helper.cc | 81 index_(0), 316 index_ = 0; 325 buf_len_ = entry_->GetDataSize(index_); 331 return entry_->ReadData(index_, 0, buf_, buf_len_, entry_callback_); 340 index_++; 341 if (index_ < HttpCache::kNumCacheEntryDataIndices) {
|
/external/chromium_org/net/url_request/ |
view_cache_helper.cc | 50 index_(0), 325 index_ = 0; 334 buf_len_ = entry_->GetDataSize(index_); 340 index_, 352 index_++; 353 if (index_ < HttpCache::kNumCacheEntryDataIndices) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32toolhelp_unittest.cc | 66 tst->index_ = 1; 75 if (tst->index_ >= kTestDataSize) { 79 *d = kTestData[tst->index_]; 80 ++(tst->index_); 102 index_ = 0; 137 int index_; member in class:talk_base::Win32ToolhelpTest
|
/external/chromium_org/v8/src/ |
utils.h | 618 : index_(0), size_(0) { 632 if (index_ >= current_chunk_.length()) { 635 current_chunk_[index_] = value; 636 index_++; 646 if (size > current_chunk_.length() - index_) { 649 T* position = current_chunk_.start() + index_; 650 index_ += size; 664 if (source.length() > current_chunk_.length() - index_) { 667 T* position = current_chunk_.start() + index_; 668 index_ += source.length() [all...] |
/external/v8/src/ |
utils.h | 526 : index_(0), size_(0) { 540 if (index_ >= current_chunk_.length()) { 543 current_chunk_[index_] = value; 544 index_++; 554 if (size > current_chunk_.length() - index_) { 557 T* position = current_chunk_.start() + index_; 558 index_ += size; 572 if (source.length() > current_chunk_.length() - index_) { 575 T* position = current_chunk_.start() + index_; 576 index_ += source.length() [all...] |
/external/chromium/base/win/ |
registry.cc | 295 index_ = count - 1; 320 return key_ != NULL && index_ >= 0; 324 --index_; 333 LONG r = ::RegEnumValue(key_, index_, name_, &ncount, NULL, &type_, 362 index_ = count - 1; 387 return key_ != NULL && index_ >= 0; 391 --index_; 400 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL,
|
registry.h | 121 int Index() const { return index_; } 131 int index_; member in class:base::win::RegistryValueIterator 158 int Index() const { return index_; } 168 int index_; member in class:base::win::RegistryKeyIterator
|
/external/chromium/net/disk_cache/ |
net_log_parameters.cc | 28 : index_(index), offset_(offset), buf_len_(buf_len), truncate_(truncate) { 33 dict->SetInteger("index", index_);
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_index.cc | 169 Index::const_iterator i = index_.lower_bound(term); 170 if (i == index_.end()) 188 while (i != index_.end() && 200 while (i != index_.end() && 261 index_[term].insert(node); 266 Index::iterator i = index_.find(term); 267 if (i == index_.end()) { 274 index_.erase(i);
|
bookmark_index.h | 32 // BookmarkIndex maintains the index (index_) as a map of sets. The map (type 121 // Adds |node| to |index_|. 124 // Removes |node| from |index_|. 127 Index index_; member in class:BookmarkIndex
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_operation.h | 77 int index() const { return index_; } 115 const unsigned int index_ : 2; /* 6 */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
at.hpp | 34 typedef long_< (Vector::lower_bound_::value + n_) > index_; typedef in struct:boost::mpl::v_at_impl 35 typedef __typeof__( Vector::item_(index_()) ) type;
|
/external/ceres-solver/internal/ceres/ |
residual_block.h | 127 int index() const { return index_; } 128 void set_index(int index) { index_ = index; } 131 return StringPrintf("{residual block; index=%d}", index_); 142 int32 index_; member in class:ceres::internal::ResidualBlock
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index.h | 33 // BookmarkIndex maintains the index (index_) as a map of sets. The map (type 123 // Adds |node| to |index_|. 126 // Removes |node| from |index_|. 129 Index index_; member in class:BookmarkIndex
|
/external/chromium/chrome/browser/ |
jumplist_win.h | 43 ShellLinkItem() : index_(0), favicon_(false) { 49 int index() const { return index_; } 62 index_ = index; 79 int index_; member in class:ShellLinkItem
|
/external/chromium_org/base/win/ |
registry.h | 162 int Index() const { return index_; } 172 int index_; member in class:base::win::RegistryValueIterator 199 int Index() const { return index_; } 209 int index_; member in class:base::win::RegistryKeyIterator
|
registry.cc | 350 index_ = count - 1; 373 return key_ != NULL && index_ >= 0; 377 --index_; 388 key_, index_, WriteInto(&name_, name_size), &name_size, NULL, &type_, 404 key_, index_, WriteInto(&name_, name_size), &name_size, NULL, &type_, 437 index_ = count - 1; 460 return key_ != NULL && index_ >= 0; 464 --index_; 472 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL,
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_object_enumerator.h | 49 size_t index_; member in class:chrome::MTPDeviceObjectEnumerator
|
/external/chromium_org/content/browser/loader/ |
throttling_resource_handler.h | 62 size_t index_; member in class:content::ThrottlingResourceHandler
|
/external/chromium_org/content/renderer/media/ |
webinbandtexttrack_impl.h | 42 int index_; member in class:content::WebInbandTextTrackImpl
|
/external/chromium_org/net/base/ |
test_data_stream.h | 39 int index_; member in class:net::TestDataStream
|
/external/chromium_org/base/json/ |
json_parser.cc | 192 index_(0), 217 index_ = 0; 345 ++index_; 352 index_ += n; 404 index_last_line_ = index_; 618 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement. 619 CBU8_NEXT(start_pos_, index_, length, next_char); 712 --index_; // Rewind by one because of CBU8_NEXT. 808 const int start_index = index_; 818 end_index = index_; [all...] |
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
json_value.cpp | 177 // Notes: index_ indicates if the string was allocated when 182 , index_( index ) 189 , index_( allocate ) 194 : cstr_( other.index_ != noDuplication && other.cstr_ != 0 197 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate) 198 : other.index_ ) 204 if ( cstr_ && index_ == duplicate ) 212 std::swap( index_, other.index_ ); [all...] |
/dalvik/vm/alloc/ |
HeapBitmap.h | 31 #define HB_INDEX_TO_OFFSET(index_) \ 32 ((uintptr_t)(index_) * HB_OBJECT_ALIGNMENT * HB_BITS_PER_WORD)
|
/external/chromium/chrome/browser/history/ |
in_memory_history_backend.h | 74 history::InMemoryURLIndex* InMemoryIndex() const { return index_.get(); } 100 scoped_ptr<history::InMemoryURLIndex> index_; member in class:history::InMemoryHistoryBackend
|