HomeSort by relevance Sort by last modified time
    Searched refs:Row (Results 251 - 275 of 410) sorted by null

<<11121314151617

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.h 550 @param Column The row to set cursor to.
551 @param Row The column to set cursor to.
564 IN UINTN Row
    [all...]
  /external/gemmlowp/internal/
output.h 100 OutputType Eval(InputType input, int row, int col) const {
103 const int pos = Shape == VectorShape::Col ? row : col;
181 OutputType Eval(InputType input, int row, int col) const {
182 const int pos = VectorType::kShape == VectorShape::Row ? col : row;
342 OutputType Eval(InputType input, int row, int col) const {
344 FirstStageOutputType first_stage_output = head_impl.Eval(input, row, col);
346 return tail_impl.Eval(first_stage_output, row, col);
375 static void Run(const RegisterBlockType& src, DstType* dst, int row,
379 *dst->data(row + r, col + c) = src.buf.reg[r + c * Rows]
    [all...]
  /external/r8/deps/
jopt-simple-4.6.jar 
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Variable.c     [all...]
BootMaint.h 306 UINTN Row;
683 Get mode number according to column and row
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
Variable.c     [all...]
BootMaintenanceManager.h 302 UINTN Row;
569 Get mode number according to column and row
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 813 UINT16 Row;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 793 ULONGLONG Row:1;
817 USHORT Row;
  /external/gemmlowp/test/
test.cc 111 typedef VectorMap<const std::int32_t, VectorShape::Row> OffsetRowMap;
113 typedef VectorDup<const std::int32_t, VectorShape::Row> OffsetRowDup;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 277 for (const auto &Row : SrcSelTable) {
278 if (getOperandIdx(Opcode, Row[0]) == (int)SrcIdx) {
279 return getOperandIdx(Opcode, Row[1]);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FullWidthDetailsOverviewRowPresenter.java 33 * Renders a {@link DetailsOverviewRow} to display an overview of an item. Typically this row will
34 * be the first row in a fragment such as the
60 * selected row position.
171 public void onImageDrawableChanged(DetailsOverviewRow row) {
177 public void onItemChanged(DetailsOverviewRow row) {
181 mDetailsPresenter.onBindViewHolder(mDetailsDescriptionViewHolder, row.getItem());
185 public void onActionsAdapterChanged(DetailsOverviewRow row) {
186 bindActions(row.getActionsAdapter());
203 Row row = getRow()
219 DetailsOverviewRow row = (DetailsOverviewRow) getRow(); local
225 DetailsOverviewRow row = (DetailsOverviewRow) getRow(); local
582 DetailsOverviewRow row = (DetailsOverviewRow) item; local
    [all...]
PlaybackControlsRow.java 31 * A {@link Row} of playback controls to be displayed by a {@link PlaybackControlsRowPresenter}.
33 * This row consists of some optional item detail, a series of primary actions,
45 public class PlaybackControlsRow extends Row {
53 * @param row The PlaybackControlsRow that current time changed.
56 public void onCurrentPositionChanged(PlaybackControlsRow row, long currentTimeMs) {
61 * @param row The PlaybackControlsRow that total time changed.
64 public void onDurationChanged(PlaybackControlsRow row, long totalTime) {
69 * @param row The PlaybackControlsRow that buffered progress changed.
72 public void onBufferedPositionChanged(PlaybackControlsRow row, long bufferedProgressMs) {
781 * @param item The main item for the row
    [all...]
  /development/vndk/tools/definition-tool/assets/insight/
insight.js 44 // Module Row
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 464 UINTN Row;
502 Status = Dev->QueryMode (Dev, Index, &Col, &Row);
511 !EFI_ERROR(Status)?(INTN)Row:-1
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 102 void Clear() { row = col = -1; }
104 int row; // 0 based. member in struct:TiXmlCursor
227 The row and column are 1-based. (That is the first row and first column is
229 a row and column value.
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
239 There is a minor performance cost to computing the row and column. Computation
244 int Row() const { return location.row + 1; }
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/tinyxml/
tinyxml.h 104 void Clear() { row = col = -1; }
106 int row; // 0 based. member in struct:TiXmlCursor
181 The row and column are 1-based. (That is the first row and first column is
183 a row and column value.
185 Generally, the row and column value will be set when the TiXmlDocument::Load(),
193 There is a minor performance cost to computing the row and column. Computation
198 int Row() const { return location.row + 1; }
199 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 

Completed in 1328 milliseconds

<<11121314151617