HomeSort by relevance Sort by last modified time
    Searched full:inputsection (Results 1 - 3 of 3) sorted by null

  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp 96 InputSection->Width = ((availableWidth) -
104 InputSection->Width = (windowWidth - (layoutRootMarginLeft + layoutRootMarginRight));
119 Grid::SetRow(InputSection, 4);
120 Grid::SetColumn(InputSection, 0);
130 Grid::SetRow(InputSection, 2);
131 Grid::SetColumn(InputSection, 1);
140 VisualStateManager::GoToState(InputSection, "Input" + LayoutAwarePage::DetermineVisualState(ApplicationView::Value), false);
217 InputSection->Content = input;
MainPage.xaml 94 <UserControl x:Name="InputSection" Margin="0,5,0,0" IsTabStop="False" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Top"/>
  /external/elfutils/src/
ldscript.y 117 %type <input_rule> inputsection
251 inputsections: inputsections inputsection
256 | inputsection
260 inputsection: sectionname label

Completed in 622 milliseconds