Searched refs:third (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp301 KPath third(NULL, KPath::LAZY_ALLOC);
302 CPPUNIT_ASSERT(third.Path() == NULL);
303 buffer = third.LockBuffer(true);
304 CPPUNIT_ASSERT(third.Path() != NULL);
307 CPPUNIT_ASSERT(third.Length() == 0);
308 third.UnlockBuffer();
309 CPPUNIT_ASSERT(third.Length() == 4);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp297 BPoint third = second; local
298 third.*pointField = rulerEnd;
299 BPoint fourth = third;
302 view->AddLine(second, third, black);
303 view->AddLine(third, fourth, black);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex565 \item{The third and fourth byte of the x86 resource file magic (the 0 bytes)

Completed in 87 milliseconds