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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
2011-01-24-DbgValue-Before-Use.ll 94 !13 = distinct !DILexicalBlock(line: 5, column: 52, file: !31, scope: !0)
96 !15 = distinct !DILexicalBlock(line: 25, column: 12, file: !31, scope: !6)
99 !18 = !DILocation(line: 5, column: 41, scope: !0)
100 !19 = !DILocation(line: 5, column: 49, scope: !0)
101 !20 = !DILocation(line: 7, column: 5, scope: !13)
102 !21 = !DILocation(line: 8, column: 9, scope: !22)
103 !22 = distinct !DILexicalBlock(line: 7, column: 14, file: !31, scope: !13)
104 !23 = !DILocation(line: 9, column: 9, scope: !22)
105 !24 = !DILocation(line: 26, column: 38, scope: !15)
106 !25 = !DILocation(line: 27, column: 38, scope: !15
    [all...]
  /external/llvm/test/DebugInfo/AArch64/
prologue_end.ll 41 !11 = !DILocation(line: 3, column: 3, scope: !4)
42 !12 = !DILocation(line: 4, column: 3, scope: !4)
43 !13 = !DILocation(line: 5, column: 1, scope: !4)
  /external/llvm/test/DebugInfo/Generic/
2010-07-19-Crash.ll 23 !8 = distinct !DILexicalBlock(line: 7, column: 18, file: !12, scope: !6)
24 !9 = !DILocation(line: 4, column: 3, scope: !10)
25 !10 = distinct !DILexicalBlock(line: 3, column: 11, file: !12, scope: !0)
  /external/llvm/test/DebugInfo/Sparc/
prologue_end.ll 39 !11 = !DILocation(line: 3, column: 3, scope: !4)
40 !12 = !DILocation(line: 4, column: 3, scope: !4)
41 !13 = !DILocation(line: 5, column: 1, scope: !4)
  /external/llvm/test/DebugInfo/SystemZ/
prologue_end.ll 40 !11 = !DILocation(line: 3, column: 3, scope: !4)
41 !12 = !DILocation(line: 4, column: 3, scope: !4)
42 !13 = !DILocation(line: 5, column: 1, scope: !4)
  /external/llvm/test/DebugInfo/X86/
ghost-sdnode-dbgvalues.ll 89 !18 = !DILocation(line: 3, column: 13, scope: !8)
90 !19 = !DILocation(line: 4, column: 5, scope: !8)
92 !21 = !DILocation(line: 4, column: 9, scope: !8)
93 !22 = !DILocation(line: 5, column: 5, scope: !8)
95 !24 = !DILocation(line: 5, column: 9, scope: !8)
96 !25 = !DILocation(line: 6, column: 5, scope: !8)
98 !27 = !DILocation(line: 6, column: 9, scope: !8)
99 !28 = !DILocation(line: 7, column: 5, scope: !8)
101 !30 = !DILocation(line: 7, column: 9, scope: !8)
102 !31 = !DILocation(line: 8, column: 5, scope: !8
    [all...]
op_deref.ll 92 !11 = !DILocation(line: 1, column: 26, scope: !5)
93 !12 = !DILocation(line: 3, column: 13, scope: !13)
94 !13 = distinct !DILexicalBlock(line: 2, column: 1, file: !28, scope: !5)
99 !18 = !DILocation(line: 3, column: 7, scope: !13)
101 !20 = !DILocation(line: 4, column: 7, scope: !13)
102 !21 = !DILocation(line: 5, column: 8, scope: !22)
103 !22 = distinct !DILexicalBlock(line: 5, column: 3, file: !28, scope: !13)
104 !23 = !DILocation(line: 6, column: 5, scope: !24)
105 !24 = distinct !DILexicalBlock(line: 5, column: 27, file: !28, scope: !22)
106 !25 = !DILocation(line: 7, column: 3, scope: !24
    [all...]
prologue-stack.ll 32 !10 = !DILocation(line: 5, column: 3, scope: !11)
33 !11 = distinct !DILexicalBlock(line: 4, column: 1, file: !13, scope: !5)
34 !12 = !DILocation(line: 6, column: 3, scope: !11)
  /external/llvm/test/Transforms/LoopVectorize/X86/
no_fpmath.ll 80 !3 = !DILocation(line: 5, column: 20, scope: !4)
85 !8 = !DILocation(line: 5, column: 3, scope: !4)
86 !9 = !DILocation(line: 6, column: 14, scope: !4)
87 !10 = !DILocation(line: 9, column: 3, scope: !4)
92 !15 = !DILocation(line: 6, column: 19, scope: !4)
93 !16 = !DILocation(line: 6, column: 11, scope: !4)
96 !19 = !DILocation(line: 16, column: 20, scope: !20)
98 !21 = !DILocation(line: 16, column: 3, scope: !20)
99 !22 = !DILocation(line: 17, column: 14, scope: !20)
100 !23 = !DILocation(line: 20, column: 3, scope: !20
    [all...]
  /frameworks/base/tools/preload2/src/com/android/preload/
DumpTableModel.java 60 public String getColumnName(int column) {
61 switch (column) {
72 throw new IndexOutOfBoundsException(String.valueOf(column));
  /libcore/luni/src/main/java/org/w3c/dom/
DOMLocator.java 24 * there is no column number available.
29 * The column number this locator is pointing to, or <code>-1</code> if
30 * there is no column number available.
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 144 String column = projection[i]; local
145 if (PicasaColumns.USER_ACCOUNT.equals(column)) {
147 } else if (PicasaColumns.PICASA_ID.equals(column)) {
149 } else if (ImageColumns.DISPLAY_NAME.equals(column)) {
151 } else if (ImageColumns.SIZE.equals(column)){
153 } else if (ImageColumns.MIME_TYPE.equals(column)) {
155 } else if (ImageColumns.DATE_TAKEN.equals(column)) {
157 } else if (ImageColumns.LATITUDE.equals(column)) {
159 } else if (ImageColumns.LONGITUDE.equals(column)) {
161 } else if (ImageColumns.ORIENTATION.equals(column)) {
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
JsonBackedSuggestionExtras.java 48 for (String column : extras.getExtraColumnNames()) {
49 String value = extras.getExtra(column);
50 mExtras.put(column, value == null ? JSONObject.NULL : value);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /art/tools/ahat/src/
ObjectsHandler.java 55 new Column("Size", Column.Align.RIGHT),
56 new Column("Heap"),
57 new Column("Object"));
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 241 for (String column : expectedValues.keySet()) {
242 int index = cursor.getColumnIndex(column);
244 msgBuffer.append(" No such column: ").append(column);
247 Object expectedValue = expectedValues.get(column);
249 expectedValue = expectedValues.getAsString(column);
250 value = cursor.getString(cursor.getColumnIndex(column));
254 .append(" Column value ")
255 .append(column)
296 // Select each column one by one
327 final String column = expectedColumns[i]; local
    [all...]
  /external/autotest/frontend/migrations/
025_aclgroup_id_column_rename.py 3 # column is aclgroup_id, it requires no unsupportable hacks.
063_parameterized_tests.py 116 MODIFY COLUMN control_file TEXT DEFAULT NULL;
119 ADD COLUMN parameterized_job_id INT DEFAULT NULL;
132 DROP COLUMN parameterized_job_id;
135 MODIFY COLUMN control_file TEXT;
086_add_invalidates_test_idx_to_tko_tests.py 3 ADD COLUMN `invalidates_test_idx` int(10) unsigned DEFAULT NULL;
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
common.css 11 -webkit-flex-direction: column;
  /external/clang/test/Index/
complete-templates.cpp 1 // Tests are line- and column-sensive, so run lines are below.
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 48 u32 Column;
51 SourceLocation() : Filename(), Line(), Column() {}
52 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
53 : Filename(Filename), Line(Line), Column(Column) {}
62 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
70 return Column == ~u32(0);
77 /// \brief Get the column within the presumed line.
78 unsigned getColumn() const { return Column; }

Completed in 565 milliseconds

<<11121314151617181920>>