Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 118) sorted by relevance

12345

/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dscripts.ss24 ABSOLUTE status_ignore_residue = 0x20 ; ignore wide residue bytes
103 JUMP ignore, IF 0x23 ; /* wide ignore residue */
105 JUMP switch, IF 0x02 ; ignore save data pointers
106 JUMP switch, IF 0x07 ; ignore message reject :)
107 JUMP switch, IF 0x03 ; ignore restore data pointers
108 JUMP switch, IF 0x80 ; ignore ident after reselect
109 JUMP switch, IF 0x81 ; ignore ident after reselect
110 JUMP switch, IF 0x82 ; ignore ident after reselect
111 JUMP switch, IF 0x83 ; ignore ident after reselect
112 JUMP switch, IF 0x84 ; ignore ident after reselect
[all …]
/haiku/src/tests/kits/net/netservices2/
H A DExclusiveBorrowTest.cpp115 std::ignore = *ownedObject == 1; in OwnershipTest()
122 std::ignore = *borrow == 1; in OwnershipTest()
137 std::ignore = *borrow == 1; in OwnershipTest()
144 std::ignore = *ownedObject == 1; in OwnershipTest()
/haiku/src/bin/
H A Dtop.cpp135 int ignore; in compare() local
154 ignore = 0; in compare()
163 ignore = 1; in compare()
175 if (!ignore) { in compare()
198 ignore = 0; in compare()
204 ignore++; in compare()
223 if (ignore) { in compare()
230 if (!ignore && (!refresh || (linecount < (rows - 1)))) { in compare()
/haiku/data/catalogs/servers/package/
H A Dfur.catkeys4 ignore problem for now PackageProblem ignore il probleme pal moment
H A Dja.catkeys4 ignore problem for now PackageProblem 現在のところ問題を無視する
H A Del.catkeys4 ignore problem for now PackageProblem αγνόησε το πρόβλημα προς το παρόν
H A Dko.catkeys4 ignore problem for now PackageProblem 이번만 문제 무시
H A Dzh_Hans.catkeys4 ignore problem for now PackageProblem 本次忽略问题
H A Dth.catkeys4 ignore problem for now PackageProblem ไม่สนใจปัญหาในตอนนี้
H A Dru.catkeys4 ignore problem for now PackageProblem пока игнорировать
H A Duk.catkeys4 ignore problem for now PackageProblem ігнорувати проблему
H A Dhr.catkeys4 ignore problem for now PackageProblem Ignoriraj problem za sada
H A Dfi.catkeys4 ignore problem for now PackageProblem ohita pulma toistaiseksi
H A Dnl.catkeys4 ignore problem for now PackageProblem probleem voor nu negeren
H A Dlt.catkeys4 ignore problem for now PackageProblem kol kas problemos nepaisyti
H A Did.catkeys4 ignore problem for now PackageProblem abaikan masalah untuk saat ini
H A Dde.catkeys4 ignore problem for now PackageProblem Problem vorerst ignorieren
H A Dda.catkeys4 ignore problem for now PackageProblem ignorér problemet for nu
/haiku/src/libs/libsolv/solv/
H A Dpolicy.h32 extern int policy_is_illegal(Solver *solv, Solvable *s1, Solvable *s2, int ignore);
/haiku/src/kits/tracker/
H A DSelectionWindow.cpp248 bool ignore = fIgnoreCaseCheckBox->Value() != 0; in IgnoreCase() local
252 return ignore; in IgnoreCase()
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A DJamfile20 actions ignore Installwb840
/haiku/src/kits/locale/
H A DCollator.cpp108 BCollator::SetIgnorePunctuation(bool ignore) in SetIgnorePunctuation() argument
110 fIgnorePunctuation = ignore; in SetIgnorePunctuation()
/haiku/headers/os/locale/
H A DCollator.h52 void SetIgnorePunctuation(bool ignore);
/haiku/src/apps/mail/
H A DQueryMenu.cpp298 BLooper *ignore; // don't care what value this gets in SetTargetForItems() local
299 fTargetHandler = messenger.Target(&ignore); in SetTargetForItems()
/haiku/src/apps/sudoku/
H A DSudokuView.cpp150 bool ignore = false; in SetTo() local
155 status = _FilterString(line, sizeof(line), buffer, out, ignore); in SetTo()
178 bool ignore = false; in SetTo() local
181 status_t status = _FilterString(data, 65536, buffer, out, ignore); in SetTo()
949 uint32& out, bool& ignore) in _FilterString() argument
955 ignore = true; in _FilterString()
957 ignore = false; in _FilterString()
959 if (ignore || isspace(data[i])) in _FilterString()

12345