HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 401 - 425 of 2687) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCCodeView.h 36 uint16_t Column;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
59 /// \brief Get the Column of this MCCVLoc.
60 unsigned getColumn() const { return Column; }
73 /// \brief Set the Column of this MCCVLoc.
74 void setColumn(unsigned column) {
75 assert(column <= UINT16_MAX);
76 Column = column
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/src/
pos.go 11 // A Pos encodes a source position consisting of a (line, column) number pair
15 // The (line, column) values refer to a position in a file independent of any
33 // line and column.
85 // Format formats a position as "filename:line" or "filename:line:column",
87 // is always formatted without column information. In that case, if showOrig
101 // Print the column only for the original position since the
102 // relative position's column information may be bogus (it's
116 // is false) or "filename:line:column" (showCol is true).
119 // col == colMax is interpreted as unknown column value
245 // A lico is a compact encoding of a LIne and COlumn number
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/src/
pos.go 11 // A Pos encodes a source position consisting of a (line, column) number pair
15 // The (line, column) values refer to a position in a file independent of any
33 // line and column.
85 // Format formats a position as "filename:line" or "filename:line:column",
87 // is always formatted without column information. In that case, if showOrig
101 // Print the column only for the original position since the
102 // relative position's column information may be bogus (it's
116 // is false) or "filename:line:column" (showCol is true).
119 // col == colMax is interpreted as unknown column value
245 // A lico is a compact encoding of a LIne and COlumn number
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 98 * <li> Use the layout_width and layout_height attributes on views to infer column and
170 // row and/or a stretchable column in the layout.
171 // In a GridLayout, a row or column is stretchable if it defines a gravity (regardless
172 // of what the gravity is -- in other words, a column is not just stretchable if it
174 // in the row/column have to be stretchable for the overall row/column to be
213 // TODO: May also have to increment column count!
227 int column = columnFixed.size(); local
258 sb.append(ATTR_LAYOUT_COLUMN).append('=').append('"').append(Integer.toString(column));
344 int column = view.getColumn() local
667 int column = view.getColumn(); local
714 int column; local
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/db/
SelectionBuilder.java 200 * <p>Map columns from a secondary table onto the current result set. References to the column
201 * specified in {@code column} will be replaced with {@code table.column} in the SQL {@code
204 * @param column Column name to join on. Must be the same in both tables.
208 public SelectionBuilder mapToTable(String column, String table) {
209 mProjectionMap.put(column, table + "." + column);
214 * Create a new column based on custom criteria (such as aggregate functions).
216 * <p>This adds a new column to the result set, based upon custom criteria in SQL format. Thi
    [all...]
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 83 public Drawable getBackgroundForPage(int row, int column) {
84 Point pt = new Point(column, row);
97 c.drawText(column+ "-" + row, 100, 100, p);
  /developers/samples/android/common/src/java/com/example/android/common/db/
SelectionBuilder.java 200 * <p>Map columns from a secondary table onto the current result set. References to the column
201 * specified in {@code column} will be replaced with {@code table.column} in the SQL {@code
204 * @param column Column name to join on. Must be the same in both tables.
208 public SelectionBuilder mapToTable(String column, String table) {
209 mProjectionMap.put(column, table + "." + column);
214 * Create a new column based on custom criteria (such as aggregate functions).
216 * <p>This adds a new column to the result set, based upon custom criteria in SQL format. Thi
    [all...]
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 83 public Drawable getBackgroundForPage(int row, int column) {
84 Point pt = new Point(column, row);
97 c.drawText(column+ "-" + row, 100, 100, p);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
SelectionBuilder.java 200 * <p>Map columns from a secondary table onto the current result set. References to the column
201 * specified in {@code column} will be replaced with {@code table.column} in the SQL {@code
204 * @param column Column name to join on. Must be the same in both tables.
208 public SelectionBuilder mapToTable(String column, String table) {
209 mProjectionMap.put(column, table + "." + column);
214 * Create a new column based on custom criteria (such as aggregate functions).
216 * <p>This adds a new column to the result set, based upon custom criteria in SQL format. Thi
    [all...]
  /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
GridExampleActivity.java 83 public Drawable getBackgroundForPage(int row, int column) {
84 Point pt = new Point(column, row);
97 c.drawText(column+ "-" + row, 100, 100, p);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexSolver.java 57 * Returns the column with the most negative coefficient in the objective function row.
59 * @return column with the most negative coefficient
76 * @param col the column to test the ratio of. See {@link #getPivotColumn(SimplexTableau)}
105 int column = i + tableau.getArtificialVariableOffset(); local
106 if (MathUtils.equals(tableau.getEntry(row, column), 1, epsilon) &&
107 row.equals(tableau.getBasicRow(column))) {
137 // set the rest of the pivot column to 0
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_printer_test.cc 74 info.column = 5;
80 "Column:%c",
84 "Column:5",
130 info.column = 5;
139 info.column = 0;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
CommentParsingSteps.java 158 assertThat(underTestRange.begin.column, is(expectedRange.begin.column));
160 assertThat(underTestRange.end.column, is(expectedRange.end.column));
176 assertThat(underTestRange.begin.column, is(expectedRange.begin.column));
178 assertThat(underTestRange.end.column, is(expectedRange.end.column));
194 assertThat(underTestRange.begin.column, is(expectedRange.begin.column));
    [all...]
  /external/python/cpython2/Lib/idlelib/
TreeWidget.py 43 row = column = 0
49 label.grid(row=row, column=column)
51 label.grid(row=row+1, column=column)
52 column = column + 1
53 if column >= 10:
55 column = 0
420 self.canvas.grid(row=0, column=0, sticky="nsew"
    [all...]
  /external/python/cpython3/Lib/idlelib/
tree.py 44 row = column = 0
50 label.grid(row=row, column=column)
52 label.grid(row=row+1, column=column)
53 column = column + 1
54 if column >= 10:
56 column = 0
421 self.canvas.grid(row=0, column=0, sticky="nsew"
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java 157 int column = 0; local
159 values.put(Integer.toString(column), argument);
160 column++;

Completed in 2679 milliseconds

<<11121314151617181920>>