Searched refs:reference (Results 1 - 25 of 58) sorted by relevance

123

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp80 reference(NULL)
86 if (reference)
87 reference->ReleaseReference();
91 PartitionReference* reference; member in struct:DiskDeviceJobGenerator::PartitionRefInfo
499 PartitionReference* reference; local
500 status_t error = _GetPartitionReference(partition, reference);
504 InitializeJob* job = new(nothrow) InitializeJob(reference);
523 PartitionReference* reference; local
524 status_t error = _GetPartitionReference(partition, reference);
536 return _AddJob(new(nothrow) UninitializeJob(reference, parentReferenc
544 PartitionReference* reference; local
568 PartitionReference* reference; local
592 PartitionReference* reference; local
605 PartitionReference* reference; local
861 _GetPartitionReference(BPartition* partition, PartitionReference*& reference) argument
[all...]
H A DDiskDeviceJobGenerator.h71 PartitionReference*& reference);
/haiku/src/apps/mail/
H A DWords.h51 int word_match(const char* reference, const char* test);
53 void sort_word_list(BList* matches, const char* reference);
H A DWords.cpp466 word_match(const char* reference, const char* test) argument
472 s2 = reference;
808 sort_word_list(BList* matches, const char* reference) argument
811 BString srcWord(reference);
/haiku/src/kits/debugger/jobs/
H A DGetCPUStateJob.cpp48 BReference<CpuState> reference(state, true);
H A DGetThreadStateJob.cpp46 BReference<CpuState> reference(state, true);
H A DExpressionEvaluationJob.cpp77 BReference<Value> reference; local
/haiku/headers/cpp/
H A Ddefalloc.h68 typedef T& reference; typedef in class:allocator
76 pointer address(reference x) { return (pointer)&x; }
H A Dstl_stack.h49 typedef typename _Sequence::reference reference; typedef in class:stack
59 reference top() { return _M_c.back(); }
H A Dstl_raw_storage_iter.h45 typedef void reference; typedef in class:raw_storage_iterator
H A Dstl_queue.h49 typedef typename _Sequence::reference reference; typedef in class:queue
59 reference front() { return c.front(); }
61 reference back() { return c.back(); }
125 typedef typename _Sequence::reference reference; typedef in class:priority_queue
H A Dstl_iterator.h52 typedef _Tp& reference; typedef in struct:input_iterator
60 typedef void reference; typedef in struct:output_iterator
68 typedef _Tp& reference; typedef in struct:forward_iterator
77 typedef _Tp& reference; typedef in struct:bidirectional_iterator
85 typedef _Tp& reference; typedef in struct:random_access_iterator
96 typedef _Reference reference; typedef in struct:iterator
108 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits
117 typedef _Tp& reference; typedef in struct:iterator_traits
126 typedef const _Tp& reference; typedef in struct:iterator_traits
356 typedef void reference; typedef in class:back_insert_iterator
395 typedef void reference; typedef in class:front_insert_iterator
435 typedef void reference; typedef in class:insert_iterator
486 typedef _Reference reference; typedef in class:reverse_bidirectional_iterator
584 reference; typedef in class:reverse_iterator
693 typedef _Reference reference; typedef in class:reverse_iterator
828 typedef const _Tp& reference; typedef in class:istream_iterator
884 typedef void reference; typedef in class:ostream_iterator
[all...]
H A Dbitset35 // returns a reference to a bit, again without doing any range checking.
571 // bit reference:
572 class reference;
573 friend class reference;
574 class reference {
581 reference();
583 reference( bitset& __b, size_t __pos ) {
589 ~reference() {}
592 reference& operator=(bool __x) {
602 reference
[all...]
H A Dstl_bvector.h76 typedef _Bit_reference reference; typedef in struct:_Bit_iterator
98 reference operator*() const { return reference(_M_p, 1U << _M_offset); }
143 reference operator[](difference_type __i) { return *(*this + __i); }
158 typedef bool reference; typedef in struct:_Bit_const_iterator
383 typedef _Bit_reference reference; typedef in class:vector
397 typedef reverse_iterator<iterator, value_type, reference, difference_type>
516 reference operator[](size_type __n) {
673 reference front() { return *begin(); }
675 reference bac
[all...]
/haiku/src/kits/storage/mime/
H A DMimeSnifferAddonManager.cpp116 // create a reference for the addon
117 AddonReference* reference = new(std::nothrow) AddonReference(addon);
118 if (!reference)
121 // add the reference
122 if (!fAddons.AddItem(reference)) {
123 delete reference;
/haiku/src/kits/debugger/dwarf/
H A DAttributeValue.cpp41 snprintf(buffer, size, "%p", reference);
H A DAttributeValue.h25 DebugInfoEntry* reference; member in union:AttributeValue::__anon3
127 this->reference = entry;
156 DebugInfoEntry* reference; member in union:DynamicAttributeValue::__anon5
182 void SetTo(DebugInfoEntry* reference) argument
184 this->reference = reference;
H A DDebugInfoEntries.cpp156 fBaseTypesUnit = dynamic_cast<DIECompileUnitBase*>(value.reference);
285 fType = dynamic_cast<DIEType*>(value.reference);
383 fAbstractOrigin = value.reference;
392 fSignatureType = value.reference;
418 fType = dynamic_cast<DIEType*>(value.reference);
481 fSpecification = dynamic_cast<DIECompoundType*>(value.reference);
787 fSpecification = dynamic_cast<DIEArrayType*>(value.reference);
862 fSpecification = dynamic_cast<DIEEnumerationType*>(value.reference);
904 fAbstractOrigin = value.reference;
930 fType = dynamic_cast<DIEType*>(value.reference);
[all...]
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp212 BRegion reference; local
213 reference.Include(BRect(22.0, 32.0, 62.0, 72.0));
214 reference.Include(BRect(35.0, 45.0, 87.0, 97.0));
215 reference.Exclude(BRect(35.0, 70.0, 61.0, 84.0));
217 CPPUNIT_ASSERT(transformedRegions[0] == reference);
218 CPPUNIT_ASSERT(transformedRegions[1] == reference);
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp556 chunk->reference = (addr_t)cache;
677 chunk->reference = (addr_t)chunkAddress + size - 1;
736 addr_t reference = chunk->reference; local
737 if ((reference & 1) == 0)
738 return (ObjectCache*)reference;
742 ASSERT(reference > (addr_t)pages);
743 ASSERT(reference <= areaBase + SLAB_AREA_SIZE - 1);
744 size_t size = reference - (addr_t)pages + 1;
800 addr_t reference local
831 addr_t reference = metaChunk->chunks[chunkIndex].reference; local
890 addr_t reference = chunk->reference; local
934 addr_t reference = chunk->reference; local
1781 addr_t reference = chunk->reference; local
1860 addr_t reference = chunk->reference; local
[all...]
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp173 BReference<ExpressionResult> reference; local
175 reference.SetTo(value);
180 reference.Detach();
191 BReference<ExpressionResult> reference; local
201 reference.SetTo(value, true);
/haiku/src/apps/mediaplayer/
H A DControllerObserver.cpp48 PlaylistItemRef reference(item);
49 // pass the reference along with the message
54 reference.Detach();
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.cpp150 AlphaMaskCache::_FindUncachedPreviousMasks(AlphaMask* mask, bool reference) argument
152 const int32 referenceModifier = reference ? 1 : -1;
163 // released the last reference
H A DAlphaMaskCache.h40 bool reference);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp272 BReference<ExpressionResult> reference; local
276 reference.SetTo(value, true);
508 BReference<ExpressionResult> reference; local
510 reference.SetTo(value);
515 reference.Detach();

Completed in 293 milliseconds

123