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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 1232 const TUint8* column = aSource; local
1236 *target++ = aDsa.iLut256[*column];
1237 column += aLineLen;
1245 const TUint8* column = aSource; local
1249 *(--endt) = aDsa.iLut256[*column];
1250 column += aLineLen;
1264 const TUint32* column = reinterpret_cast<const TUint32*>(aSource); local
1268 *target++ = *column;
1269 column += aLineLen;
1289 const TUint32* column = reinterpret_cast<const TUint32*>(aSource) local
1384 const T* column = reinterpret_cast<const T*>(aSource); local
    [all...]
dsa_new.cpp 1170 const TUint8* column = aSource; local
1174 *target++ = aDsa.iLut256[*column];
1175 column += aLineLen;
1183 const TUint8* column = aSource; local
1187 *(--endt) = aDsa.iLut256[*column];
1188 column += aLineLen;
1202 const TUint32* column = reinterpret_cast<const TUint32*>(aSource); local
1206 *target++ = *column;
1207 column += aLineLen;
1227 const TUint32* column = reinterpret_cast<const TUint32*>(aSource) local
1322 const T* column = reinterpret_cast<const T*>(aSource); local
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
picture_ops_list_view.css 7 -webkit-flex-direction: column;
  /external/chromium-trace/trace-viewer/src/ui/
overlay.css 31 -webkit-flex-flow: column;
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
style.css 15 flex-direction: column;
  /external/chromium_org/chrome/browser/resources/extensions/
extension_error_overlay.css 11 flex-direction: column;
extension_load_error.css 14 flex-direction: column;
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 5 #destination-settings .left-column {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.h 56 const GridCell& gridCell(int row, int column) { return m_grid[row][column]; }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
profilesPanel.css 49 .profile-view .data-grid td.numeric-column {
57 .profile-view .data-grid span.percent-column {
133 .cpu-profile-view .data-grid th.self-column {
137 .cpu-profile-view .data-grid th.total-column {
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagepairset_test.py 16 import column namespace
140 # The 'builder' column header uses the default settings,
141 # but the 'test' column header has manual adjustments.
144 column.ColumnHeaderFactory(
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 41 * @param data the table data, repeating the sequence row key, column key,
171 assertEquals(ImmutableMap.of("foo", 'a', "bar", 'b'), table.column(1));
178 table.column(null);
  /external/lldb/source/API/
SBDeclaration.cpp 132 SBDeclaration::SetColumn (uint32_t column)
134 ref().SetColumn(column);
  /external/lldb/source/Symbol/
LineTable.cpp 42 uint16_t column,
51 Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_prologue_end, is_epilogue_begin, is_terminal_entry);
87 uint16_t column,
98 Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_prologue_end, is_epilogue_begin, is_terminal_entry);
152 LT_COMPARE (a.column, b.column);
276 line_entry.column = entry.column;
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 163 void AddError(int line, int column, const string& message) {
165 line, column, message);
259 EXPECT_EQ(0, tokenizer.current().column);
270 EXPECT_EQ(0, tokenizer.current().column);
279 EXPECT_EQ(kSimpleTokenCases_case.input.size(), tokenizer.current().column);
368 // Test that tabs affect column numbers correctly.
427 EXPECT_EQ(0, tokenizer.current().column);
448 EXPECT_EQ(token.column, tokenizer.current().column);
  /external/smack/src/org/jivesoftware/smackx/
ReportedData.java 40 private List<Column> columns = new ArrayList<Column>();
74 columns.add(new Column(field.getLabel(), field.getVariable(), field.getType()));
112 * Adds a new <code>Column</code>
113 * @param column the column to add.
115 public void addColumn(Column column){
116 columns.add(column);
134 public Iterator<Column> getColumns()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java 106 "--- invalid length. column should be 2 times larger than row.");
151 final int column = a[0].length; local
158 for (int j = 0; j < column; ++j) {
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 119 for (String column : DISALLOWED_COLUMNS) {
121 values.put(column, 1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 53 self.buttonOk.grid(row=0,column=0,padx=5,pady=5)
56 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 53 self.buttonOk.grid(row=0,column=0,padx=5,pady=5)
56 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 26 @state.token_start_column = @input.column

Completed in 829 milliseconds

<<11121314151617181920>>