HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 151 - 175 of 1202) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProviderValidator.java 96 for (String column : projection) {
97 if (!validColumns.contains(column)) {
  /external/chromium_org/third_party/mesa/src/src/glx/
singlepix.c 39 GLvoid * row, GLvoid * column, GLvoid * span)
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
113 GLvoid * column, GLvoid * span)
123 p(target, format, type, row, column, span);
187 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.h 46 GLint img, GLint row, GLint column );
54 GLint img, GLint row, GLint column );
61 GLint column );
68 GLint row, GLint column );
75 GLint img, GLint row, GLint column );
  /external/chromium_org/ui/views/examples/
table_example.cc 25 ui::TableColumn column; local
26 column.id = id;
27 column.title = ASCIIToUTF16(title.c_str());
28 column.sortable = true;
29 return column;
45 ASCIIToUTF16("Fruit column visible"));
49 ASCIIToUTF16("Color column visible"));
53 ASCIIToUTF16("Origin column visible"));
57 ASCIIToUTF16("Price column visible"));
  /external/mesa3d/src/glx/
singlepix.c 39 GLvoid * row, GLvoid * column, GLvoid * span)
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
113 GLvoid * column, GLvoid * span)
123 p(target, format, type, row, column, span);
187 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);
  /external/mesa3d/src/mesa/main/
image.h 46 GLint img, GLint row, GLint column );
54 GLint img, GLint row, GLint column );
61 GLint column );
68 GLint row, GLint column );
75 GLint img, GLint row, GLint column );
  /frameworks/base/core/java/android/hardware/camera2/params/
ColorSpaceTransform.java 103 * column {@code j}.</p>
126 * Get an element of this matrix by its row and column.
129 * and the column must be within the range [0, 3).</p>
133 * @throws IllegalArgumentException if column or row was out of range
135 public Rational getElement(int column, int row) {
136 if (column < 0 || column >= COLUMNS) {
137 throw new IllegalArgumentException("column out of range");
142 int numerator = mElements[(row * COLUMNS + column) * RATIONAL_SIZE + OFFSET_NUMERATOR];
143 int denominator = mElements[(row * COLUMNS + column) * RATIONAL_SIZE + OFFSET_DENOMINATOR]
    [all...]
  /frameworks/base/core/java/android/widget/
TableRow.java 95 * <p>Collapses or restores a given column.</p>
97 * @param columnIndex the index of the column
98 * @param collapsed true if the column must be collapsed, false otherwise
166 if (layoutParams.column >= virtualCount) {
167 virtualCount = layoutParams.column;
246 // fail silently when column widths are not available
285 * column, in this row
331 * on each child (or cell, or column.)</p>
333 * @param columnWidths the fixed width of each column that this row must
404 * <p>The column index of the cell represented by the widget.</p
407 public int column; field in class:TableRow.LayoutParams
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 133 int column; field in class:LockPatternView.Cell
147 * @param column The column of the cell.
149 private Cell(int row, int column) {
150 checkRange(row, column);
152 this.column = column;
160 return column;
165 * @param column The column of the cell
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
browser.c 603 void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
607 ui_browser__gotorc(browser, start, column);
621 unsigned int column,
630 ui_browser__gotorc(browser, row, column);
632 ui_browser__gotorc(browser, row, column + 1);
645 ui_browser__gotorc(browser, end_row, column);
648 ui_browser__gotorc(browser, end_row, column);
651 ui_browser__gotorc(browser, end_row, column + 1);
653 ui_browser__gotorc(browser, end_row, column + 2);
661 unsigned int column,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 109 // Column matches:
178 int column = mGrid.getColumn(x1); local
181 int leftDistance = mGrid.getColumnDistance(column, x1);
182 int rightDistance = mGrid.getColumnDistance(column + 1, x1);
189 column = Math.min(column + 1, mGrid.actualColumnCount);
233 mColumnMatch = new GridMatch(horizontalType, 0, x1, column, createColumn, 0);
244 description.append(String.format("Shift column %1$d right",
262 int column = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestColumn(x1); local
263 int columnX = mGrid.getColumnX(column);
477 int column = mColumnMatch.cellIndex; local
770 int column = mColumnMatch.cellIndex; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 239 for (String column : expectedValues.keySet()) {
240 int index = cursor.getColumnIndex(column);
242 msgBuffer.append(" No such column: ").append(column);
245 Object expectedValue = expectedValues.get(column);
247 expectedValue = expectedValues.getAsString(column);
248 value = cursor.getString(cursor.getColumnIndex(column));
252 .append(" Column value ")
253 .append(column)
  /external/chromium_org/third_party/lcov/bin/
genpng 255 my $column; # Current column number during iteration
338 $column = 0;
342 if ($column >= $overview_width) { last; }
347 $overview->setPixel($column++, $row,
353 $overview->setPixel($column++, $row,
359 while ($column < $overview_width)
361 $overview->setPixel($column++, $row, $color_back);
  /external/chromium_org/ui/message_center/views/
message_center_button_bar.cc 202 views::ColumnSet* column = layout->AddColumnSet(0); local
204 // Column for the left-arrow used to back out of settings.
205 column->AddColumn(views::GridLayout::LEADING,
212 column->AddPaddingColumn(0.0f, 10);
215 // Column for the label "Notifications".
216 column->AddColumn(views::GridLayout::LEADING,
224 column->AddPaddingColumn(1.0f, image_margin);
226 // The button area column.
227 column->AddColumn(views::GridLayout::LEADING,
236 column->AddColumn(views::GridLayout::LEADING
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 62 private int column; field in class:DefaultRenderingContext
120 autoEscapeContext.setCurrentPosition(line, column);
146 return "[" + getCurrentResourceName() + ":" + line + ":" + column + "]";
156 autoEscapeContext.setCurrentPosition(line, column);
177 public void setCurrentPosition(int line, int column) {
181 this.column = column;
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 148 * @param columnDelay the delay by which each column animation must be offset
159 * column to the other. The delay is expressed as a fraction of the
174 * children's animations are offset from one column to the other.
272 * will first play on the column, then on the rows.Z
305 final int column = getTransformedColumnIndex(params); local
324 viewDelay = (long) (row * rowDelay + column * rowsCount * rowDelay);
328 viewDelay = (long) (column * columnDelay + row * columnsCount * columnDelay);
333 viewDelay = (long) (column * columnDelay + row * rowDelay);
348 index = params.columnsCount - 1 - params.column;
358 index = params.column;
407 public int column; field in class:GridLayoutAnimationController.AnimationParameters
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 429 * the column where this field is stored.
432 public String column; field in class:AccountType.EditField
440 public EditField(String column, int titleRes) {
441 this.column = column;
445 public EditField(String column, int titleRes, int inputType) {
446 this(column, titleRes);
478 + " column=" + column
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Type_Definitions.py 179 class column(aetools.ComponentItem): class in inherits:aetools.ComponentItem
180 """column - a column of a list view """
187 """visible - is this column visible """
191 """width - the width of this column """
195 columns = column
201 """sort column - the column that the list view is sorted on """
267 column._superclassnames = []
268 column._privpropdict =
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 390 TextColumn column = (TextColumn) mDataItems.get(id); local
391 if (column == null) {
392 column = new TextColumn(id, MotionEvent.axisToString(axis));
393 mDataItems.put(id, column);
395 column.setContent(Float.toString(state.getAxisValue(i)));
396 mVisibleItems.add(column);
405 TextColumn column = (TextColumn) mDataItems.get(id); local
406 if (column == null) {
407 column = new TextColumn(id, KeyEvent.keyCodeToString(keyCode));
408 mDataItems.put(id, column);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 61 self.text.grid(row=0, column=0, padx=10, pady=10, columnspan=2)
66 self.sendEntry.grid(row=1, column=0, padx=10, pady=10)
69 self.sendButton.grid(row=1, column=1, padx=10, pady=10)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
ScriptFormatterWorker.js 141 * @param {number} column
144 function processToken(tokenValue, tokenType, column, newColumn)
147 currentFunction = { line: i, column: column, name: previousToken + " " + tokenValue };
154 currentFunction = { line: i, column: column, name: tokenValue };
163 currentFunction = { line: i, column: column, name: previousIdentifier };
188 processedChunkCharacters += newColumn - column;
224 * @param {number} column
    [all...]
  /external/chromium_org/third_party/icu/source/common/
propsvec.c 154 int32_t column,
168 column<0 || column>=(pv->columns-2)
181 column+=2; /* skip range start and limit columns */
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
265 firstRow+=column;
266 lastRow+=column;
278 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column) {
282 if(pv->isCompacted || c<0 || c>UPVEC_MAX_CP || column<0 || column>=(pv->columns-2))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
parse.py 43 def __init__(self, type, name_or_data, attrs = None, line = None, column = None):
49 self.column = column
83 line, column = self.pos()
84 token = XmlToken(ELEMENT_START, name, attributes, line, column)
89 line, column = self.pos()
90 token = XmlToken(ELEMENT_END, name, None, line, column)
101 line, column = self.character_pos
102 token = XmlToken(CHARACTER_DATA, self.character_data, None, line, column)
123 line, column = self.pos(
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 63 // column numbers. The numbers are zero-based, so you may want to add
65 virtual void AddError(int line, int column, const string& message) = 0;
68 // column numbers. The numbers are zero-based, so you may want to add
70 virtual void AddWarning(int line, int column, const string& message) { }
122 // "line" and "column" specify the position of the first character of
125 int column; member in struct:google::protobuf::io::Tokenizer::Token
247 // Line and column number of current_char_ within the whole input stream.
286 // Convenience method to add an error at the current line and column.
  /external/icu/icu4c/source/common/
propsvec.c 154 int32_t column,
168 column<0 || column>=(pv->columns-2)
181 column+=2; /* skip range start and limit columns */
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
265 firstRow+=column;
266 lastRow+=column;
278 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column) {
282 if(pv->isCompacted || c<0 || c>UPVEC_MAX_CP || column<0 || column>=(pv->columns-2))
    [all...]

Completed in 1050 milliseconds

1 2 3 4 5 67 8 91011>>