Searched refs:props (Results 1 – 8 of 8) sorted by relevance
/haiku/src/tests/system/kernel/ |
H A D | mtrr_power_test.c | 25 int64 props[5]; variable 35 props[iteration] = down; in find_nearest() 38 sols[i] = props[i]; in find_nearest() 43 props[iteration] = -up; in find_nearest() 46 sols[i] = props[i]; in find_nearest()
|
/haiku/src/tests/kits/app/bpropertyinfo/ |
H A D | PropertyTestcase.cpp | 166 struct property_info *props; in PerformTest() member 587 propTest = new BPropertyInfo(theTests[i].props, theTests[i].values); in PerformTest() 588 TestProperty(propTest, theTests[i].props, theTests[i].values, in PerformTest() 594 propPtr = DuplicateProperties(theTests[i].props, theTests[i].prop_count); in PerformTest() 597 TestProperty(propTest, theTests[i].props, theTests[i].values, in PerformTest() 606 TestProperty(propTest, theTests[i].props, theTests[i].values, in PerformTest() 615 TestProperty(propTest, theTests[i].props, theTests[i].values, in PerformTest()
|
/haiku/src/apps/patchbay/ |
H A D | PatchView.cpp | 285 BMessage props; in HandleMidiEvent() local 286 if (msg->FindMessage("be:properties", &props) != B_OK) { in HandleMidiEvent() 295 UpdateProducerProps(id, &props); in HandleMidiEvent() 297 UpdateConsumerProps(id, &props); in HandleMidiEvent() 443 PatchView::UpdateProducerProps(int32 id, const BMessage* props) in UpdateProducerProps() argument 447 i->UpdateProperties(props); in UpdateProducerProps() 456 PatchView::UpdateConsumerProps(int32 id, const BMessage* props) in UpdateConsumerProps() argument 460 i->UpdateProperties(props); in UpdateConsumerProps()
|
H A D | PatchView.h | 53 void UpdateProducerProps(int32 id, const BMessage* props); 54 void UpdateConsumerProps(int32 id, const BMessage* props);
|
H A D | EndpointInfo.cpp | 90 EndpointInfo::UpdateProperties(const BMessage* props) in UpdateProperties() argument 93 fIcon = CreateIcon(props, DISPLAY_ICON_SIZE); in UpdateProperties()
|
H A D | EndpointInfo.h | 44 void UpdateProperties(const BMessage* props);
|
/haiku/docs/user/midi2/ |
H A D | MidiEndpoint.dox | 246 \fn status_t BMidiEndpoint::SetProperties(const BMessage* props) 256 BMessage props; 257 if (endpoint->GetProperties(&props) == B_OK) 260 endpoint->SetProperties(&props); 303 \fn status_t BMidiEndpoint::GetProperties(BMessage* props) const 309 BMessage props; 310 if (endpoint->GetProperties(&props) == B_OK)
|
/haiku/docs/develop/midi/ |
H A D | oldprotocol.rst | 417 entry be:props, type='MSGG', c=1, size= 0, 427 entry be:props, type='MSGG', c=1, size= 0, 446 entry be:props, type='MSGG', c=1, size= 0,
|