Searched refs:ls (Results 1 - 17 of 17) sorted by path

/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh216 ls -l /dev/misc/mem > /dev/null
/haiku/build/scripts/
H A Dbuild_archive77 contents=$(ls)
/haiku/headers/libs/alm/
H A DArea.h106 void _Init(LinearProgramming::LinearSpec* ls,
109 void _Init(LinearProgramming::LinearSpec* ls,
H A DColumn.h49 Column(LinearProgramming::LinearSpec* ls,
H A DRow.h49 Row(LinearProgramming::LinearSpec* ls,
/haiku/headers/libs/linprog/
H A DConstraint.h73 Constraint(LinearSpec* ls,
H A DVariable.h59 Variable(LinearSpec* ls);
/haiku/src/libs/alm/
H A DArea.cpp536 Area::_Init(LinearSpec* ls, XTab* left, YTab* top, XTab* right, YTab* bottom, argument
539 fLS = ls;
550 fMinContentWidth = ls->AddConstraint(-1.0, fLeft, 1.0, fRight, kGE, 0);
551 fMinContentHeight = ls->AddConstraint(-1.0, fTop, 1.0, fBottom, kGE, 0);
558 Area::_Init(LinearSpec* ls, Row* row, Column* column, RowColumnManager* manager) argument
560 _Init(ls, column->Left(), row->Top(), column->Right(),
H A DColumn.cpp53 Column::Column(LinearSpec* ls, XTab* left, XTab* right) argument
57 fLS(ls),
H A DRow.cpp53 Row::Row(LinearSpec* ls, YTab* top, YTab* bottom) argument
57 fLS(ls),
/haiku/src/libs/linprog/
H A DConstraint.cpp372 Constraint::Constraint(LinearSpec* ls, SummandList* summands, OperatorType op, argument
375 fLS(ls),
H A DVariable.cpp292 Variable::Variable(LinearSpec* ls) argument
294 fLS(ls),
/haiku/src/system/libroot/posix/
H A Dglob.c272 Char *lm, *ls; local
280 ls = lm;
340 for (lm = ls; (pl < pm); *lm++ = *pl++)
/haiku/src/tests/libs/linprog/
H A DProgram.cpp28 LinearSpec ls; local
29 Variable* x1 = ls.AddVariable();
30 Variable* x2 = ls.AddVariable();
32 Constraint* c1 = ls.AddConstraint(1.0, x1, OperatorType(kLE), 108);
33 Constraint* c2 = ls.AddConstraint(1.0, x2, OperatorType(kGE), 113);
35 ls.Solve();
36 printf("ls: %s\n", ls.ToString().String());
38 ls.RemoveConstraint(c2);
39 ls
53 LinearSpec ls; local
85 LinearSpec ls; local
[all...]
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh263 for i in $(ls -1); do
/haiku/data/system/boot/
H A DPostInstallScript25 ls "$postInstallDir" > /dev/dprintf
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c165 static int ls( httpd_conn* hc );
2721 ls( httpd_conn* hc ) function
2972 /* The ls -F file class. */
3001 // syslog( LOG_CRIT, "tmr_create(cgi_kill ls) failed" );
3761 return ls( hc );

Completed in 199 milliseconds