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

/haiku/src/libs/compat/freebsd_network/tools/
H A Dmiidevs2h.awk54 # 4. The name of the author(s) may not be used to endorse or promote models
132 models[nmodels, 1] = $2; # oui name
133 models[nmodels, 2] = $3; # model id
134 models[nmodels, 3] = $4; # id
136 printf("#define\tMII_MODEL_%s_%s\t%s\n", models[nmodels, 1],
137 models[nmodels, 2], models[nmodels, 3]) > hfile
139 models[nmodels, 4] = collectline(5, line)
142 models[nmodels, 1], models[nmodel
[all...]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBinding.cpp107 GPBinding::GetPrinterModels(const char* manufacturer, BMessage& models) argument
116 AddModel(models, displayName, driver);
123 GPBinding::ExtractModel(const BMessage& models, int32 index, BString& displayName, argument
126 if (models.FindString(kModelDisplayName, index, &displayName) != B_OK)
128 if (models.FindString(kModelDriver, index, &driver) != B_OK)
135 GPBinding::AddModel(BMessage& models, const char* displayName, const char* driver) argument
137 models.AddString(kModelDisplayName, displayName);
138 models.AddString(kModelDriver, driver);
H A DGPBinding.h37 status_t GetPrinterModels(const char* manufacturer, BMessage& models);
38 bool ExtractModel(const BMessage& models, int32 index,
40 void AddModel(BMessage& models, const char* displayName,
H A DSelectPrinterDialog.cpp127 BMessage models;
129 binding.GetPrinterModels(manufacturer, models);
133 for (int32 index = 0; binding.ExtractModel(models, index, displayName, driver);
/haiku/src/kits/tracker/
H A DOpenWithWindow.h250 virtual void CreatePoses(Model** models, PoseInfo* poseInfoArray,
H A DOpenWithWindow.cpp839 OpenWithPoseView::CreatePoses(Model** models, PoseInfo* poseInfoArray, argument
844 _inherited::CreatePoses(models, poseInfoArray, count, resultingPoses,
850 && *(models[index]->EntryRef()) == fPreferredRef) {
1084 // find out the relations of app models to the opened entries
1219 // the list is sorted, compare adjacent models
H A DPoseView.h475 virtual void CreatePoses(Model**models, PoseInfo* poseInfoArray,
H A DPoseView.cpp1382 // AddPosesTask reads a bunch of models and passes them off to
1518 // keep getting models until we get <kMaxAddPosesChunk> of them
1908 BPoseView::CreatePoses(Model** models, PoseInfo* poseInfoArray, int32 count, argument
1925 Model* model = models[modelIndex];

Completed in 123 milliseconds