HomeSort by relevance Sort by last modified time
    Searched full:column (Results 276 - 300 of 5155) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
TableRow.java 94 * <p>Collapses or restores a given column.</p>
96 * @param columnIndex the index of the column
97 * @param collapsed true if the column must be collapsed, false otherwise
165 if (layoutParams.column >= virtualCount) {
166 virtualCount = layoutParams.column;
245 // fail silently when column widths are not available
284 * column, in this row
332 * on each child (or cell, or column.)</p>
334 * @param columnWidths the fixed width of each column that this row must
398 * <p>The column index of the cell represented by the widget.</p
401 public int column; field in class:TableRow.LayoutParams
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrixImpl.java 49 * returns the element in the first row, first column of the matrix.</li></ul></p>
97 * Create a new BigMatrix with the supplied row and column dimensions.
101 * @throws IllegalArgumentException if row or column dimension is not
240 * Create a new (column) BigMatrix using <code>v</code> as the
241 * data for the unique column of the <code>v.length x 1</code> matrix
246 * @param v column vector holding data for new matrix
593 * @param startColumn Initial column index
594 * @param endColumn Final column index
597 * @exception MatrixIndexException if row or column selections are not valid
634 * @param selectedColumns Array of column indices must be non-empt
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 62 // The first line is 1. The first column is 0.
65 Column int // Column (rune index) where the error occurred
70 return fmt.Sprintf("line %d, column %d: %s", e.Line, e.Column, e.Err)
110 column int
127 Column: r.column,
147 r.column = 0 // report at start of record
175 // of how far into the line we have read. r.column will point to the star
    [all...]
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 62 // The first line is 1. The first column is 0.
65 Column int // Column (rune index) where the error occurred
70 return fmt.Sprintf("line %d, column %d: %s", e.Line, e.Column, e.Err)
110 column int
127 Column: r.column,
147 r.column = 0 // report at start of record
175 // of how far into the line we have read. r.column will point to the star
    [all...]
  /art/tools/ahat/src/
SiteHandler.java 83 new Column("Reachable Bytes Allocated", Column.Align.RIGHT),
84 new Column("Instances", Column.Align.RIGHT),
85 new Column("Heap"),
86 new Column("Class"));
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 25 * is a public, non-extendable (final) class that contains constants defining column names and
127 * Column definitions
131 * Column name for the title of the note
137 * Column name of the note content
143 * Column name for the creation timestamp
149 * Column name for the modification timestamp
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/testclient/
fusiontables_v1_client.py 42 self.column = self.ColumnService(self)
47 """Service class for the column resource."""
49 _NAME = u'column'
56 method_id=u'fusiontables.column.list',
87 """Service class for the column resource."""
96 method_id=u'fusiontables.column.listalternate',
  /external/clang/test/Index/
annotate-comments-availability-attrs.cpp 16 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-3]]" column="6"><Name>attr_availability_1</Name><USR>c:@F@attr_availability_1#</USR><Declaration>void attr_availability_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Availability distribution="iOS"><DeprecationSummary>not for iOS</DeprecationSummary><Unavailable/></Availability><Availability distribution="OS X"><IntroducedInVersion>8.0</IntroducedInVersion><DeprecatedInVersion>9.0</DeprecatedInVersion><RemovedAfterVersion>10.0</RemovedAfterVersion><DeprecationSummary>use availability_test in &lt;foo.h&gt;</DeprecationSummary></Availability></Function>]
21 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_availability_2</Name><USR>c:@F@attr_availability_2#</USR><Declaration>void attr_availability_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Availability distribution="OS X"><IntroducedInVersion>8.0.1</IntroducedInVersion><DeprecatedInVersion>9.0.1</DeprecatedInVersion><RemovedAfterVersion>10.0.1</RemovedAfterVersion></Availability></Function>]
26 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_deprecated_1</Name><USR>c:@F@attr_deprecated_1#</USR><Declaration>void attr_deprecated_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Deprecated/></Function>]
31 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_deprecated_2</Name><USR>c:@F@attr_deprecated_2#</USR><Declaration>void attr_deprecated_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Deprecated>message 1 &lt;foo.h&gt;</Deprecated></Function>]
37 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_1</Name><USR>c:@F@attr_unavailable_1#</USR><Declaration>void attr_unavailable_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Unavailable/></Function>]
42 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_2</Name><USR>c:@F@attr_unavailable_2#</USR><Declaration>void attr_unavailable_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Unavailable>message 2 &lt;foo.h&gt;</Unavailable></Function>]
annotate-comments-typedef.m 20 // CHECK: TypedefDecl=MyEnum:[[@LINE-1]]:3 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for MyEnum </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name>&lt;anonymous&gt;</Name><USR>c:@EA@MyEnum</USR><Declaration>typedef enum MyEnum MyEnum</Declaration><Abstract><Para> Documentation for MyEnum </Para></Abstract></Typedef>]
30 // CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Enum file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-6]]" column="6"><Name>E</Name><USR>c:@E@E</USR><Declaration>enum E{{( : int)?}} {}</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Enum>]
31 // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="16"><Name>E</Name><USR>c:@E@E</USR><Declaration>typedef enum E E_T</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Typedef>]
38 // CHECK: TypedefDecl=Foo:[[@LINE-1]]:11 (Definition) FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="11"><Name>&lt;anonymous&gt;</Name><USR>c:@SA@Foo</USR><Declaration>typedef struct Foo Foo</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Typedef>]
39 // CHECK: StructDecl=:[[@LINE-4]]:9 (Definition) {{.*}} BriefComment=[Comment about Foo] FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Class file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-4]]" column="9"><Name>&lt;anonymous&gt;</Name><USR>c:@SA@Foo</USR><Declaration>struct {}</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Class>]
48 // CHECK: TypedefDecl=Foo1T:[[@LINE-2]]:21 (Definition) {{.*}} FullCommentAsHTML=[<p class="para-brief"> About Foo1T </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Name><USR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration><Abstract><Para> About Foo1T </Para></Abstract></Typedef>]
  /external/doclava/src/com/google/doclava/
SourcePositionInfo.java 22 public SourcePositionInfo(String file, int line, int column) {
25 this.column = column;
31 this.column = that.column;
102 public int column; field in class:SourcePositionInfo
  /external/llvm/test/CodeGen/AArch64/
arm64-2011-03-17-AsmPrinterCrash.ll 37 !13 = !DILocation(line: 653, column: 5, scope: !14)
38 !14 = distinct !DILexicalBlock(line: 652, column: 35, file: !20, scope: !15)
39 !15 = distinct !DILexicalBlock(line: 616, column: 1, file: !20, scope: !1)
41 !17 = distinct !DILexicalBlock(line: 850, column: 12, file: !20, scope: !14)
42 !18 = !DILocation(line: 853, column: 11, scope: !17)
43 !19 = !DILocation(line: 853, column: 29, scope: !17)
  /external/llvm/test/DebugInfo/X86/
dbg-declare.ll 44 !15 = !DILocation(line: 5, column: 21, scope: !5)
45 !16 = !DILocation(line: 7, column: 13, scope: !17)
46 !17 = distinct !DILexicalBlock(line: 6, column: 1, file: !26, scope: !5)
52 !23 = !DILocation(line: 7, column: 8, scope: !17)
53 !24 = !DILocation(line: 9, column: 1, scope: !17)
54 !25 = !DILocation(line: 8, column: 3, scope: !17)
  /external/llvm/test/Transforms/AddDiscriminators/
call.ll 44 !10 = !DILocation(line: 4, column: 3, scope: !4)
45 !11 = !DILocation(line: 4, column: 9, scope: !4)
46 !12 = !DILocation(line: 4, column: 15, scope: !4)
47 !13 = !DILocation(line: 5, column: 1, scope: !4)
49 ; CHECK: ![[CALL1]] = !DILocation(line: 4, column: 9, scope: ![[CALL1BLOCK:[0-9]+]])
51 ; CHECK: ![[CALL2]] = !DILocation(line: 4, column: 15, scope: ![[CALL2BLOCK:[0-9]+]])
  /external/llvm/test/Transforms/LoopUnroll/
runtime-loop1.ll 15 ; CHECK-DAG: [[PH_LOC]] = !DILocation(line: 101, column: 1, scope: !{{.*}})
16 ; CHECK-DAG: [[BODY_LOC]] = !DILocation(line: 102, column: 1, scope: !{{.*}})
48 !7 = !DILocation(line: 100, column: 1, scope: !6)
49 !8 = !DILocation(line: 101, column: 1, scope: !6)
50 !9 = !DILocation(line: 102, column: 1, scope: !6)
51 !10 = !DILocation(line: 103, column: 1, scope: !6)
  /external/llvm/test/Transforms/LoopVectorize/
conditional-assignment.ll 49 !10 = !DILocation(line: 2, column: 8, scope: !11)
50 !11 = distinct !DILexicalBlock(line: 2, column: 3, file: !1, scope: !4)
51 !12 = !DILocation(line: 3, column: 9, scope: !13)
52 !13 = distinct !DILexicalBlock(line: 3, column: 9, file: !1, scope: !11)
57 !18 = !DILocation(line: 3, column: 29, scope: !13)
58 !19 = !DILocation(line: 4, column: 1, scope: !4)
  /external/llvm/test/Transforms/SimplifyCFG/
branch-fold-dbg.ll 49 !5 = !DILocation(line: 131, column: 2, scope: !0)
50 !6 = !DILocation(line: 134, column: 2, scope: !0)
52 !8 = distinct !DILexicalBlock(line: 231, column: 1, file: !15, scope: !0)
56 !12 = !DILocation(line: 232, column: 40, scope: !8)
57 !13 = !DILocation(line: 234, column: 2, scope: !8)
58 !14 = !DILocation(line: 274, column: 1, scope: !8)
  /external/skia/tools/
imgslice.cpp 17 DEFINE_int32_2(column, c, -1, "Column to extract");
19 DEFINE_int32_2(min, n, 0, "Minimum row/column to extract - inclusive");
20 DEFINE_int32_2(max, m, 100, "Maximum row/column to extract - inclusive");
28 // This tool just loads a single image and prints out a comma-separated row or column
35 SkCommandLineFlags::SetUsage("Print out a row or column of an image.");
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusChangeWithInterestingRectHintTest.java 76 assertEquals("row " + row + ": should be at left column",
80 assertTrue("row " + row + ": should be at middle column",
85 assertTrue("row " + row + ": should be at right column",
94 assertTrue("row " + row + ": should be at right column",
98 assertTrue("row " + row + ": should be at middle column",
103 assertEquals("row " + row + ": should be at left column",
  /cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DirectoryProvider.java 120 final String column = projection[i]; local
121 if (column.equals(Directory.ACCOUNT_NAME)) {
123 } else if (column.equals(Directory.ACCOUNT_TYPE)) {
125 } else if (column.equals(Directory.TYPE_RESOURCE_ID)) {
127 } else if (column.equals(Directory.DISPLAY_NAME)) {
129 } else if (column.equals(Directory.EXPORT_SUPPORT)) {
131 } else if (column.equals(Directory.SHORTCUT_SUPPORT)) {
152 String column = projection[i]; local
153 if (column.equals(Contacts._ID)) {
155 } else if (column.equals(Contacts.DISPLAY_NAME))
    [all...]
  /external/bison/darwin-lib/
uniwidth.h 40 /* Determine number of column positions required for UC. */
45 /* Determine number of column positions required for first N units
57 /* Determine number of column positions required for S. */
  /external/bison/lib/
uniwidth.in.h 39 /* Determine number of column positions required for UC. */
44 /* Determine number of column positions required for first N units
56 /* Determine number of column positions required for S. */
  /external/bison/linux-lib/
uniwidth.h 40 /* Determine number of column positions required for UC. */
45 /* Determine number of column positions required for first N units
57 /* Determine number of column positions required for S. */
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 87 // First nonzero element in the current column:
185 * A supernode representative is the last column of a supernode.
190 * a superset of the topological order of each individual column within
193 * (supernodal entry location) is also returned. Each column has
197 * marker[i] == jj, if i was visited during dfs of current column jj;
202 * \param[in] jcol Starting column of the panel
203 * \param[in] A Input matrix in column-major storage
206 * \param[out] dense Accumulate the column vectors of the panel
229 // For each column in the panel
235 VectorBlock<ScalarVector> dense_col(dense,nextl_col, m); // Accumulate a column vector her
    [all...]
  /external/llvm/test/CodeGen/ARM/
debug-info-qreg.ll 66 !25 = distinct !DILexicalBlock(line: 59, column: 33, file: !54, scope: !10)
80 !39 = !DILocation(line: 79, column: 7, scope: !40)
81 !40 = distinct !DILexicalBlock(line: 75, column: 35, file: !54, scope: !41)
82 !41 = distinct !DILexicalBlock(line: 75, column: 5, file: !54, scope: !42)
83 !42 = distinct !DILexicalBlock(line: 71, column: 32, file: !54, scope: !43)
84 !43 = distinct !DILexicalBlock(line: 71, column: 3, file: !54, scope: !25)
85 !44 = !DILocation(line: 75, column: 5, scope: !42)
86 !45 = !DILocation(line: 42, column: 2, scope: !46, inlinedAt: !48)
87 !46 = distinct !DILexicalBlock(line: 42, column: 2, file: !55, scope: !47)
88 !47 = distinct !DILexicalBlock(line: 41, column: 28, file: !55, scope: !14
    [all...]
  /external/llvm/test/CodeGen/Inputs/
DbgValueOtherTargets.ll 25 !8 = distinct !DILexicalBlock(line: 2, column: 12, file: !12, scope: !0)
26 !9 = !DILocation(line: 3, column: 11, scope: !8)
27 !10 = !DILocation(line: 4, column: 2, scope: !8)

Completed in 837 milliseconds

<<11121314151617181920>>