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

/haiku/3rdparty/kallisti5/
H A DlicenseReport.rb27 @licenses.each do |entry|
28 entry.values.first.each do |pattern|
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.cpp36 std::map<int32, BBuffer*>::iterator each; local
38 for (each=groupedBuffers.begin(); each != groupedBuffers.end(); each++) {
39 if (each->second != outputBuffer) {
40 if (each->second != NULL) {
41 Merge(each->second, outputBuffer);
H A DVideoMixerNode.cpp9 * each stream is converted to the same colourspace and should match
116 vector<media_input *>::iterator each; local
118 for (each=fConnectedInputs.begin(); each<fConnectedInputs.end(); each++) {
119 if ((*each)->source == source) {
120 return *each;
130 vector<media_input *>::iterator each; local
132 for (each=fConnectedInputs.begin(); each<fConnectedInput
144 vector<media_input *>::iterator each; local
[all...]
/haiku/src/bin/
H A Dleak_analyser.sh45 Multiple exclude patterns can be specified as one argument each
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex224 \item{An info section, which provides aditional information for each resource,
283 \code{resource\_index\_entry} structures, that locates the data of each
420 The resource info table features exactly one entry for each resource.

Completed in 47 milliseconds