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

/haiku/src/servers/app/
H A DScreenConfigurations.cpp66 BMessage stored; local
223 BMessage stored; local
224 for (int32 i = 0; settings.FindMessage("screen", i, &stored) == B_OK; i++) {
228 if (stored.FindInt32("id", &id) != B_OK
229 || stored.FindData("mode", B_RAW_TYPE, (const void**)&mode,
247 if (stored.FindString("vendor", &vendor) == B_OK
248 && stored.FindString("name", &name) == B_OK
249 && stored.FindInt32("product id", (int32*)&productID) == B_OK
250 && stored.FindString("serial", &serial) == B_OK
251 && stored
[all...]
H A DDesktop.cpp899 screen_configuration* stored = fWorkspaces[workspace] local
904 if ((stored != NULL && current != NULL
905 && !memcmp(&stored->mode, &current->mode,
907 || (stored == NULL && current == NULL))
910 if (stored == NULL) {
920 SetScreenMode(workspace, screen->ID(), stored->mode, false);
/haiku/src/libs/print/libprint/
H A DPrinterDriver.cpp217 BMessage stored;
218 if (_ReadSettings(attrName, &stored)) {
219 AddFields(&stored, settings);
220 *settings = stored;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex260 Specifies the number of resources stored in this file. May be 0.
351 stored in the file, that is the value specified by the
353 are stored without padding, the size of the table is exactly the product of
/haiku/src/apps/bootmanager/
H A Dbootman.S550 mov cx, 4 ; It is stored in a quad word

Completed in 170 milliseconds