Searched refs:Contains (Results 1 - 25 of 255) sorted by relevance

1234567891011

/haiku-fatelf/src/tests/kits/interface/bregion/
H A DRegionIntersect.cpp71 assert(tempRect.Contains(resultRegionFrame));
90 assert(testRegionB->Contains(pointArray[j]));
91 if (testRegionA->Contains(pointArray[j])) {
92 assert(resultRegion->Contains(pointArray[j]));
94 assert(!resultRegion->Contains(pointArray[j]));
116 assert(testRegionA->Contains(pointArray[j]));
117 if (testRegionB->Contains(pointArray[j])) {
118 assert(resultRegion->Contains(pointArray[j]));
120 assert(!resultRegion->Contains(pointArray[j]));
145 assert(resultRegion->Contains(pointArra
[all...]
H A DRegionExclude.cpp74 assert(testRegionAFrame.Contains(resultRegionFrame));
91 assert(testRegionB->Contains(pointArray[j]));
92 assert(!resultRegion->Contains(pointArray[j]));
111 assert(testRegionA->Contains(pointArray[j]));
112 if (testRegionB->Contains(pointArray[j])) {
113 assert(!resultRegion->Contains(pointArray[j]));
115 assert(resultRegion->Contains(pointArray[j]));
137 assert(resultRegion->Contains(pointArray[j]));
138 assert(testRegionA->Contains(pointArray[j]));
139 assert(!testRegionB->Contains(pointArra
[all...]
H A DRegionInclude.cpp85 assert(testRegionB->Contains(pointArray[j]));
86 assert(resultRegion->Contains(pointArray[j]));
103 assert(testRegionA->Contains(pointArray[j]));
104 assert(resultRegion->Contains(pointArray[j]));
123 assert(resultRegion->Contains(pointArray[j]));
124 assert((testRegionA->Contains(pointArray[j])) ||
125 (testRegionB->Contains(pointArray[j])));
H A DRegionTestcase.cpp144 assert(theRect.Contains(pointArray[numPoints]));
165 assert(theFrame.Contains(testFrame));
169 assert(theFrame.Contains(tempRect));
/haiku-fatelf/src/apps/debugger/types/
H A DTargetAddressRange.h68 bool Contains(target_addr_t address) const function in class:TargetAddressRange
73 bool Contains(const TargetAddressRange& other) const function in class:TargetAddressRange
80 return Contains(other.Start()) || other.Contains(Start());
H A DTargetAddressRangeList.cpp87 TargetAddressRangeList::Contains(target_addr_t address) const function in class:TargetAddressRangeList
91 if (fRanges[i].Contains(address))
H A DTargetAddressRangeList.h34 bool Contains(target_addr_t address) const;
/haiku-fatelf/src/apps/diskprobe/
H A DFileWindow.h19 virtual bool Contains(const entry_ref &ref, const char *attribute);
H A DAttributeWindow.h23 virtual bool Contains(const entry_ref &ref, const char *attribute);
H A DProbeWindow.h21 virtual bool Contains(const entry_ref &ref, const char *attribute) = 0;
/haiku-fatelf/src/apps/debugger/model/
H A DStatement.cpp70 return fRange.Contains(address);
H A DWatchpoint.cpp40 Watchpoint::Contains(target_addr_t address) const function in class:Watchpoint
H A DWatchpoint.h35 bool Contains(target_addr_t address) const;
/haiku-fatelf/headers/os/interface/
H A DRegion.h53 bool Contains(BPoint point) const;
54 bool Contains(int32 x, int32 y);
55 bool Contains(int32 x, int32 y) const;
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoWindow.cpp106 if (!screen.Frame().Contains(Frame())) {
149 if (!screenRect.Contains(windowRect)) {
/haiku-fatelf/src/apps/login/
H A DDesktopWindow.cpp51 if (!dir.Contains("x-vnd.Haiku-Login", B_DIRECTORY_NODE))
55 if (!dir.Contains("Shelf", B_FILE_NODE))
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliDumpMemoryCommand.cpp93 if (block == NULL || !block->Contains(address)) {
107 while (block->Contains(offset)) {
/haiku-fatelf/headers/private/shared/
H A DHashSet.h159 bool Contains(const Key& key) const;
208 bool Contains(const Key& key) const function in class:BPrivate::SynchronizedHashSet
214 return fSet.Contains(key);
269 if (Contains(key))
298 // Contains
301 HashSet<Key>::Contains(const Key& key) const function in class:BPrivate::HashSet
/haiku-fatelf/src/apps/webpositive/support/
H A DHashSet.h159 bool Contains(const Key& key) const;
208 bool Contains(const Key& key) const function in class:BPrivate::SynchronizedHashSet
214 return fSet.Contains(key);
269 if (Contains(key))
298 // Contains
301 HashSet<Key>::Contains(const Key& key) const function in class:BPrivate::HashSet
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashSet.h154 bool Contains(const Key& key) const;
202 bool Contains(const Key& key) const function in class:SynchronizedHashSet
208 return fSet.Contains(key);
263 if (Contains(key))
284 // Contains
287 HashSet<Key>::Contains(const Key& key) const function in class:HashSet
/haiku-fatelf/src/apps/soundrecorder/
H A DVolumeSlider.cpp106 if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point))
116 if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point))
130 if (fSoundPlayer && Bounds().InsetBySelf(2, 2).Contains(point)) {
/haiku-fatelf/headers/build/os/storage/
H A DDirectory.h55 bool Contains(const char *path, int32 nodeFlags = B_ANY_NODE) const;
56 bool Contains(const BEntry *entry, int32 nodeFlags = B_ANY_NODE) const;
/haiku-fatelf/headers/os/storage/
H A DDirectory.h44 bool Contains(const char *path, int32 nodeFlags = B_ANY_NODE) const;
45 bool Contains(const BEntry *entry, int32 nodeFlags = B_ANY_NODE) const;
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp124 if (!screen.Frame().Contains(Frame())) {
164 if (!screenRect.Contains(windowRect)) {
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslations.cpp108 if (!target.Contains("Translators"))
133 if (target.Contains(ref.name)) {

Completed in 118 milliseconds

1234567891011