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

/haiku/src/apps/cortex/support/
H A DProfileTarget.cpp91 list<block_entry> sorted; local
99 sorted.push_back(block_entry());
100 sorted.back() = (*it).second;
101 sorted.back().name = (*it).first.String();
104 sorted.sort();
105 for_each(sorted.begin(), sorted.end(), fnDumpEntry(nameLength));
/haiku/src/system/libroot/stubbed/
H A Dgenerate_stubs.py44 for dataSymbol in sorted(dataSymbols):
50 for functionSymbol in sorted(functionSymbols):
58 for symbol in sorted(versionedDataSymbolsByName.keys()):
66 for symbol in sorted(versionedFunctionSymbolsByName.keys()):
/haiku/headers/libs/agg/
H A Dagg_rasterizer_scanline_aa.h195 if(m_outline.sorted()) reset();
371 if(m_outline.sorted()) reset();
392 if(m_outline.sorted()) reset();
433 if(m_outline.sorted()) reset();
446 if(m_outline.sorted()) reset();
H A Dagg_rasterizer_compound_aa.h149 if(m_outline.sorted()) reset();
353 if(m_outline.sorted()) reset();
371 if(m_outline.sorted()) reset();
409 if(m_outline.sorted()) reset();
421 if(m_outline.sorted()) reset();
H A Dagg_rasterizer_cells_aa.h94 bool sorted() const { return m_sorted; } function in class:agg::rasterizer_cells_aa
688 // Fill the cell pointer array sorted by Y
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h115 if(m_outline.sorted()) reset();
409 if(m_outline.sorted()) reset();
430 if(m_outline.sorted()) reset();
471 if(m_outline.sorted()) reset();
484 if(m_outline.sorted()) reset();
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp382 bool sorted = false; local
383 while (!sorted) {
384 sorted = true;
393 sorted = false;
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py246 property_array = sorted(

Completed in 188 milliseconds