Home
last modified time | relevance | path

Searched refs:allSources (Results 1 – 4 of 4) sorted by relevance

/external/walt/ios/WALT/
DMIDIEndpoint.h34 + (NSArray<MIDISource *> *)allSources;
DMIDIEndpoint.m59 + (NSArray *)allSources { class
DWALTClient.m163 NSArray<MIDISource *> *sources = [MIDISource allSources];
/external/guice/core/src/com/google/inject/internal/
DErrors.java334 Formatter allSources = new Formatter(); in childBindingAlreadySet() local
337 allSources.format("%n (bound by a just-in-time binding)"); in childBindingAlreadySet()
339 allSources.format("%n bound at %s", source); in childBindingAlreadySet()
347 key, allSources.out()); in childBindingAlreadySet()