HomeSort by relevance Sort by last modified time
    Searched refs:new_head (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 252 void LinkedSet::UpdateHead(PacketIdentifierNode* new_head) {
253 list_.push_front(new_head);
254 map_[new_head->sequence_number] = list_.begin();
bwe.h 105 void UpdateHead(PacketIdentifierNode* new_head);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_marshal.py 240 new_head = marshal.loads(data)
242 self.assertEqual(len(new_head), len(head))
243 self.assertEqual(len(new_head[0]), len(head[0]))
244 self.assertEqual(len(new_head[-1]), len(head[-1]))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_marshal.py 240 new_head = marshal.loads(data)
242 self.assertEqual(len(new_head), len(head))
243 self.assertEqual(len(new_head[0]), len(head[0]))
244 self.assertEqual(len(new_head[-1]), len(head[-1]))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_marshal.py 240 new_head = marshal.loads(data)
242 self.assertEqual(len(new_head), len(head))
243 self.assertEqual(len(new_head[0]), len(head[0]))
244 self.assertEqual(len(new_head[-1]), len(head[-1]))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_marshal.py 240 new_head = marshal.loads(data)
242 self.assertEqual(len(new_head), len(head))
243 self.assertEqual(len(new_head[0]), len(head[0]))
244 self.assertEqual(len(new_head[-1]), len(head[-1]))
  /external/v8/src/compiler/
branch-elimination.cc 265 BranchCondition* new_head = new (zone->New(sizeof(BranchCondition))) local
270 ControlPathConditions(new_head, condition_count_ + 1);
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 495 inline void truncate (void *new_head)
497 assert (this->start < new_head && new_head <= this->head);
498 this->head = (char *) new_head;
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 289 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
293 BFDs contained in the archive @var{output} to @var{new_head}.
297 bfd_set_archive_head (bfd *output_archive, bfd *new_head)
299 output_archive->archive_head = new_head;
    [all...]
bfd-in2.h     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 4958 Handle<Code> new_head; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]

Completed in 226 milliseconds