Searched refs:model (Results 176 - 195 of 195) sorted by relevance

12345678

/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp26 AttributesView::AttributesView(Model* model) argument
55 BNode* node = model->Node();
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h186 /* what starfield model are we using ? */
191 model ? */
275 /* Initialise a new starfield of the specified model. */
276 void InitStars(int32 model);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp281 cpuModel = topology[i].data.core.model;
294 const char* model = get_cpu_model_string(platform, cpuVendor, cpuModel); local
298 model != NULL ? model : "unknown");
/haiku/src/kits/tracker/
H A DFSUtils.cpp764 EditModelName(const Model* model, const char* name, size_t length) argument
766 if (model == NULL || name == NULL || name[0] == '\0' || length <= 0)
769 BEntry entry(model->EntryRef());
774 // TODO: use model-flavor specific virtuals for these special renamings
776 if (model->HasLocalizedName() || model->IsDesktop() || model->IsRoot()
777 || model->IsTrash() || model->IsVirtualDirectory()) {
779 } else if (model
[all...]
H A DPose.cpp70 // symlink pose uses the resolved model to retrieve the icon, if not broken
73 BPose::BPose(Model* model, BPoseView* view, uint32 clipboardMode, argument
76 fModel(model),
91 if (model->IsVolume()) {
93 dev_t device = model->NodeRef()->device;
H A DFSUtils.h266 status_t EditModelName(const Model* model, const char* name, size_t);
H A DContainerWindow.h84 Model* model; member in struct:BPrivate::AddOnShortcut
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp445 Model* model)
448 fModel(model),
1207 PackageInfoView::PackageInfoView(Model* model, argument
1211 fModel(model),
1239 model);
444 PackageActionView(ProcessCoordinatorConsumer* processCoordinatorConsumer, Model* model) argument
H A DRatePackageWindow.cpp172 RatePackageWindow::RatePackageWindow(BWindow* parent, BRect frame, Model& model) argument
177 fModel(model),
H A DUserLoginWindow.cpp122 UserLoginWindow::UserLoginWindow(BWindow* parent, BRect frame, Model& model) argument
132 fModel(model),
1082 /*! Take the data from the user interface and put it into a model object to be
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1313 // get the family, model, stepping
1318 cpu->arch.model = cpuid.eax_1.model;
1322 dprintf("CPU %d: type %d family %d extended_family %d model %d "
1325 cpu->arch.extended_family, cpu->arch.model,
1346 // see if we can get the model name
1350 // build the model string (need to swap ecx/edx data before copying)
1384 dprintf("CPU %d: vendor '%s' model name '%s'\n",
1565 // Family 0xf with model <= 0x40 procssors doesn't support C1E
1567 uint32 model
[all...]
/haiku/headers/os/kernel/
H A DOS.h531 uint32 model; member in struct:__anon13
566 uint32 model : 4; member in struct:__anon16::__anon18
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp69 char make[64], model[64], soft[32], date[20]; member in struct:tiff_header
820 if (strstr(fMeta.model, "EOS D2000C")) {
831 if (!strcmp(fMeta.model, "PowerShot G1")) {
937 if (!strcmp(fMeta.model,"E-300") || !strcmp(fMeta.model,"E-500")) {
1354 DCRaw::_AdobeCoefficients(const char *make, const char *model)
1664 if (!strncasecmp(model, table[i].prefix, strlen(table[i].prefix))) {
2929 case 272: // model
2930 fRead(fMeta.model, 64);
2990 if (!strcmp(fMeta.model, "DSL
[all...]
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp1194 BTranslatorRoster::BTranslatorRoster(BMessage* model) argument
1198 if (model) {
1201 model->FindString("be:translator_path", i, &path) == B_OK; i++) {
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h543 int model; member in struct:arch_cpu_info
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp354 Model* model = fModel;
357 return model;
444 // create a model
458 // add the snooze and signal wait objects to the model
1226 // add the thread to the model
1269 // add the thread to the model
1298 // add the team to the model
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp197 void SetModel(VariableTableModel* model);
989 VariablesView::ContainerListener::SetModel(VariableTableModel* model) argument
991 fModel = model;
999 // If the looper is already locked, invoke the model's hook synchronously.
1027 // If the looper is already locked, invoke the model's hook synchronously.
1049 // If the looper is already locked, invoke the model's hook synchronously.
1071 // If the looper is already locked, invoke the model's hook synchronously.
1255 // Iterate through the children and create model nodes for the ones we
1367 // notify table model listeners
1745 // notify table model listener
[all...]
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h194 bool IsModel(uint32 model) const
196 return (type & INTEL_MODEL_MASK) == model;
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c2711 char model[64]; local
2730 snprintf(model, sizeof(model), "%s", pname);
2733 snprintf(model, sizeof(model), "%s %s",
2739 model, br != NULL ? "" : "unknown ", id);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1137 cpuModel = topology[i].data.core.model;

Completed in 303 milliseconds

12345678