HomeSort by relevance Sort by last modified time
    Searched defs:next_value (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/test/engine/
test_id_factory.h 53 std::string("_auto ") + base::IntToString(-next_value()));
59 std::string("_auto ") + base::IntToString(next_value()));
63 int next_value() { function in class:syncer::TestIdFactory
  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store.cc 263 scoped_ptr<base::Value> next_value; local
264 whole_db.RemoveWithoutPathExpansion(next_key, &next_value);
266 ValueStoreChange(next_key, next_value.release(), NULL));
  /hardware/intel/img/libdrm/libdrm/
xf86drmSL.c 101 unsigned long *next_key, void **next_value);
264 unsigned long *next_key, void **next_value)
274 *prev_value = *next_value = NULL;
282 *next_value = update[0]->forward[0]->value;
421 void *next_value; local
426 &next_key, &next_value);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 445 uint16_t next_value() const { return next_value_; } function in class:webrtc::CountingSamplesDecoder
475 EXPECT_EQ(kPayloadLengthSamples, decoder_.next_value() - 1);

Completed in 1688 milliseconds