Home
last modified time | relevance | path

Searched refs:End (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DMACLib.dsp59 # End Special Build Tool
89 # End Special Build Tool
106 # End Source File
110 # End Source File
114 # End Source File
118 # End Source File
119 # End Group
129 # End Source File
133 # End Source File
137 # End Source File
[all …]
/haiku/headers/private/debugger/types/
H A DTargetAddressRange.h49 target_addr_t End() const in End() function
56 return address >= Start() && address < End(); in Contains()
61 return Start() <= other.Start() && End() >= other.End(); in Contains()
75 target_addr_t end = std::max(End(), other.End());
/haiku/src/preferences/input/
H A DSettingsView.cpp116 .End() in SettingsView()
119 .End() in SettingsView()
126 .End() in SettingsView()
129 .End() in SettingsView()
132 .End() in SettingsView()
133 .End() in SettingsView()
134 .End() in SettingsView()
143 .End() in SettingsView()
144 .End(); in SettingsView()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp123 while ((next = Next(node)) != NULL && next->End() < upperBound) { in FillFreeExtents()
124 if (node->End() == next->offset) { in FillFreeExtents()
129 hole = CachedExtent::Create(node->End(), next->offset - node->End(), in FillFreeExtents()
138 if (upperBound > node->End()) { in FillFreeExtents()
139 hole = CachedExtent::Create(node->End(), upperBound - node->End(), in FillFreeExtents()
181 if (node->End() > found->End()) { in _AddAllocatedExtent()
241 if (found->End() < node->End()) { in _AddFreeExtent()
244 CachedExtent* rightEmpty = CachedExtent::Create(found->End(), in _AddFreeExtent()
245 node->End() - found->End(), node->flags); in _AddFreeExtent()
247 node->length -= node->End() - found->End(); in _AddFreeExtent()
[all …]
/haiku/src/tests/add-ons/print/ppd/test/
H A Daptollw1.ppd8 *% End of Copyright statement
32 *End
41 *End
48 *End
61 *End
130 *End
143 *End
155 *End
172 *End
184 *End
[all …]
/haiku/headers/private/kernel/util/
H A DVectorSet.h65 inline Iterator End();
66 inline ConstIterator End() const;
250 _VECTOR_SET_CLASS_NAME::End() in End() function
252 return fElements.End(); in End()
266 _VECTOR_SET_CLASS_NAME::End() const in End() function
268 return fElements.End(); in End()
317 return fElements.End(); in Find()
335 return fElements.End(); in Find()
377 return fElements.End(); in FindClose()
418 return fElements.End(); in FindClose()
H A DVectorMap.h93 inline Iterator End();
94 inline ConstIterator End() const;
473 _VECTOR_MAP_CLASS_NAME::End() in End() function
475 return Iterator(this, fElements.End()); in End()
489 _VECTOR_MAP_CLASS_NAME::End() const in End() function
491 return ConstIterator(this, fElements.End()); in End()
540 return End(); in Find()
558 return End(); in Find()
600 return End(); in FindClose()
641 return End(); in FindClose()
H A DVector.h61 inline Iterator End();
62 inline ConstIterator End() const;
475 _VECTOR_CLASS_NAME::End() in End() function
491 _VECTOR_CLASS_NAME::End() const in End() function
540 return End(); in IteratorForIndex()
555 return End(); in IteratorForIndex()
644 return End(); in Find()
679 return End(); in Find()
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp328 .End() in GroupLayoutTest1()
337 .End() in GroupLayoutTest1()
345 .End() in GroupLayoutTest1()
506 .End() in GridLayoutTest1()
600 .End() in SplitterGroupLayoutTest1()
609 .End() in SplitterGroupLayoutTest1()
619 .End() in SplitterGroupLayoutTest1()
626 .End() in SplitterGroupLayoutTest1()
714 .End() in SplitterGridLayoutTest1()
737 .End() in SplitterGridLayoutTest1()
[all …]
/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp102 CHK(myResult == fVector->fMyVector.End()); in operator ++()
115 CHK(myResult == fVector->fMyVector.End()); in operator ++()
294 CHK(myIt == fMyVector.End()); in Erase()
313 CHK(myIt == fMyVector.End()); in Erase()
351 inline Iterator End() in End() function in TestVector
353 return Iterator(this, fMyVector.End(), fReferenceVector.end()); in End()
356 inline ConstIterator End() const in End() function in TestVector
358 return ConstIterator(this, fMyVector.End(), fReferenceVector.end()); in End()
374 CHK(fMyVector.IteratorForIndex(index) == fMyVector.End()); in IteratorForIndex()
375 return End(); in IteratorForIndex()
[all …]
H A DVectorSetTest.cpp97 CHK(myResult == fSet->fMySet.End()); in operator ++()
110 CHK(myResult == fSet->fMySet.End()); in operator ++()
248 CHK(myIt == fMySet.End()); in Erase()
286 inline Iterator End() in End() function in TestSet
288 return Iterator(this, fMySet.End(), fReferenceSet.end()); in End()
291 inline ConstIterator End() const in End() function in TestSet
293 return ConstIterator(this, fMySet.End(), fReferenceSet.end()); in End()
310 return End(); in IteratorForIndex()
324 return End(); in IteratorForIndex()
339 CHK(myIt = fMySet.End()); in Find()
[all …]
H A DOrderedMapTest.h209 CHK(myResult == fMap->fMyMap.End());
224 CHK(myResult == fMap->fMyMap.End());
390 CHK(myIt == fMyMap.End()); in Erase()
430 inline Iterator End() in End() function
432 return Iterator(this, fMyMap.End(), fReferenceMap.end()); in End()
435 inline ConstIterator End() const in End() function
437 return ConstIterator(this, fMyMap.End(), fReferenceMap.end()); in End()
454 return End(); in IteratorForIndex()
468 return End(); in IteratorForIndex()
483 CHK(myIt = fMyMap.End()); in Find()
[all …]
/haiku/src/apps/serialconnect/
H A DCustomRateWindow.cpp38 .End() in CustomRateWindow()
44 .End() in CustomRateWindow()
45 .End(); in CustomRateWindow()
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp169 .End() in SettingsWindow()
170 .End() in SettingsWindow()
174 .End() in SettingsWindow()
175 .End() in SettingsWindow()
187 .End() in SettingsWindow()
188 .End() in SettingsWindow()
199 .End() in SettingsWindow()
200 .End() in SettingsWindow()
202 .End() in SettingsWindow()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c284 UINT8 *End = ParserState->Aml; in AcpiPsGetNextNamestring() local
292 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()
293 ACPI_IS_PARENT_PREFIX (*End)) in AcpiPsGetNextNamestring()
295 End++; in AcpiPsGetNextNamestring()
300 switch (*End) in AcpiPsGetNextNamestring()
306 if (End == Start) in AcpiPsGetNextNamestring()
310 End++; in AcpiPsGetNextNamestring()
317 End += 1 + (2 * ACPI_NAMESEG_SIZE); in AcpiPsGetNextNamestring()
324 End += 2 + (*(End + 1) * ACPI_NAMESEG_SIZE); in AcpiPsGetNextNamestring()
331 End += ACPI_NAMESEG_SIZE; in AcpiPsGetNextNamestring()
[all …]
/haiku/src/apps/poorman/
H A DPoorManSiteView.cpp68 .End() in PoorManSiteView()
69 .End() in PoorManSiteView()
77 .End() in PoorManSiteView()
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp31 it != fDownStreamChannels.End(); in ~AbstractConnection()
38 it != fUpStreamChannels.End(); in ~AbstractConnection()
63 it != fDownStreamChannels.End(); in Close()
69 it != fUpStreamChannels.End(); in Close()
/haiku/src/servers/debug/
H A DDebugWindow.cpp93 .End() in DebugWindow()
97 .End() in DebugWindow()
98 .End() in DebugWindow()
99 .End(); in DebugWindow()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwvalid.c283 if (Address > AcpiProtectedPorts[ACPI_PORT_INFO_ENTRIES - 1].End) in AcpiHwValidateIoRequest()
301 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start)) in AcpiHwValidateIoRequest()
310 PortInfo->Start, PortInfo->End)); in AcpiHwValidateIoRequest()
318 if (LastAddress <= PortInfo->End) in AcpiHwValidateIoRequest()
/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp156 .End() in PreferencesWindow()
162 .End() in PreferencesWindow()
175 .End() in PreferencesWindow()
180 .End() in PreferencesWindow()
181 .End() in PreferencesWindow()
188 .End() in PreferencesWindow()
202 .End() in PreferencesWindow()
219 .End() in PreferencesWindow()
220 .End() in PreferencesWindow()
225 .End() in PreferencesWindow()
[all …]
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp110 .End() in ExpanderPreferences()
121 .End() in ExpanderPreferences()
125 .End() in ExpanderPreferences()
132 .End() in ExpanderPreferences()
133 .End() in ExpanderPreferences()
141 .End(); in ExpanderPreferences()
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp126 .End() in _Init()
133 .End() in _Init()
134 .End(); in _Init()
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp108 .End() in AppAccessRequestWindow()
115 .End() in AppAccessRequestWindow()
116 .End() in AppAccessRequestWindow()
117 .End(); in AppAccessRequestWindow()
/haiku/src/tests/kits/opengl/glinfo/
H A DOpenGLView.cpp64 .End() in OpenGLView()
66 .End(); in OpenGLView()
/haiku/headers/private/userlandfs/shared/
H A DVector.h57 inline Iterator End();
58 inline ConstIterator End() const;
471 _VECTOR_CLASS_NAME::End() in End() function
487 _VECTOR_CLASS_NAME::End() const in End() function
536 return End(); in IteratorForIndex()
551 return End(); in IteratorForIndex()
640 return End(); in Find()
675 return End(); in Find()

12345678910>>...14