/external/chromium-trace/trace-viewer/src/cc/ |
layer_picker.css | 7 -webkit-flex-direction: column;
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
preload.js | 26 * whether each column is enabled or not. 47 * @return {boolean} the given column (at |columnId|) is enabled or not. 55 * Sets the given column either enabled or disabled. 57 * @param {boolean} newChecked True, to set the column enable. False otherwise.
|
/external/chromium_org/third_party/icu/source/common/ |
propsvec.h | 80 * In rows for code points [start..end], select the column, 88 int32_t column, 97 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
|
/external/icu4c/common/ |
propsvec.h | 80 * In rows for code points [start..end], select the column, 88 int32_t column, 97 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
|
/external/pixman/demos/ |
conical-test.c | 79 int column = i % GRADIENTS_PER_ROW; local 89 0, 0, 0, 0, column * SIZE, row * SIZE,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
FilterStackDBHelper.java | 73 for (String[] column : columns) { 78 for (String val : column) {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMException.java | 227 int column = locator.getColumnNumber(); local 239 if (0 != column) { 240 sbuffer.append("; Column#: "); 241 sbuffer.append(column); 260 int column = locator.getColumnNumber(); local 272 if (0 != column) { 273 sbuffer.append("; Column#: "); 274 sbuffer.append(column);
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 113 GtkTreeViewColumn* column = gtk_tree_view_column_new(); local 115 gtk_tree_view_column_pack_start(column, image_renderer, FALSE); 116 gtk_tree_view_column_add_attribute(column, image_renderer, 122 gtk_tree_view_column_pack_start(column, text_renderer, TRUE); 123 gtk_tree_view_column_set_attributes(column, text_renderer, 132 gtk_tree_view_append_column(GTK_TREE_VIEW(tree_view), column); local
|
/external/chromium/chrome/browser/ui/gtk/ |
hung_renderer_dialog_gtk.cc | 37 // The GtkTreeView column ids. 132 GtkTreeViewColumn* column = gtk_tree_view_column_new(); local 134 gtk_tree_view_column_pack_start(column, renderer, FALSE); 135 gtk_tree_view_column_add_attribute(column, renderer, "pixbuf", COL_FAVICON); 137 gtk_tree_view_column_pack_start(column, renderer, TRUE); 138 gtk_tree_view_column_add_attribute(column, renderer, "text", COL_TITLE); 140 gtk_tree_view_append_column(GTK_TREE_VIEW(tree_view), column); local
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 127 GtkTreeViewColumn* column = gtk_tree_view_column_new(); local 129 gtk_tree_view_column_pack_start(column, image_renderer, FALSE); 130 gtk_tree_view_column_add_attribute(column, image_renderer, 136 gtk_tree_view_column_pack_start(column, text_renderer, TRUE); 137 gtk_tree_view_column_set_attributes(column, text_renderer, 146 gtk_tree_view_append_column(GTK_TREE_VIEW(tree_view), column); local
|
/external/chromium_org/chrome/browser/ui/gtk/ |
hung_renderer_dialog_gtk.cc | 67 // The GtkTreeView column ids. 166 GtkTreeViewColumn* column = gtk_tree_view_column_new(); local 168 gtk_tree_view_column_pack_start(column, renderer, FALSE); 169 gtk_tree_view_column_add_attribute(column, renderer, "pixbuf", COL_FAVICON); 171 gtk_tree_view_column_pack_start(column, renderer, TRUE); 172 gtk_tree_view_column_add_attribute(column, renderer, "text", COL_TITLE); 174 gtk_tree_view_append_column(GTK_TREE_VIEW(tree_view), column); local
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ScriptFormatterWorker.js | 111 * @param {number} column 114 function processToken(tokenValue, tokenType, column, newColumn) 121 currentFunction = { line: i, column: column, name: tokenValue }; 130 currentFunction = { line: i, column: column, name: previousIdentifier }; 155 processedChunkCharacters += newColumn - column;
|
/external/chromium_org/ui/message_center/views/ |
message_center_button_bar.cc | 189 views::ColumnSet* column = layout->AddColumnSet(0); local 191 // Column for the left-arrow used to back out of settings. 192 column->AddColumn(views::GridLayout::LEADING, 199 column->AddPaddingColumn(0.0f, 10); 202 // Column for the label "Notifications". 203 column->AddColumn(views::GridLayout::LEADING, 211 column->AddPaddingColumn(1.0f, image_margin); 213 // The button area column. 214 column->AddColumn(views::GridLayout::LEADING,
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactsSource.java | 292 * the column where this field is stored. 295 public String column; field in class:ContactsSource.EditField 301 public EditField(String column, int titleRes) { 302 this.column = column; 306 public EditField(String column, int titleRes, int inputType) { 307 this(column, titleRes);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 54 l.grid(row=self.row, column=0, sticky="nw") 56 e.grid(row=self.row, column=1, sticky="nwe") 63 l.grid(row=self.row, column=0, sticky="nw") 65 f.grid(row=self.row, column=1, columnspan=1, sticky="nwe") 74 b.grid(pady=1,row=rows,column=0,sticky="ew") 137 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 54 l.grid(row=self.row, column=0, sticky="nw") 56 e.grid(row=self.row, column=1, sticky="nwe") 63 l.grid(row=self.row, column=0, sticky="nw") 65 f.grid(row=self.row, column=1, columnspan=1, sticky="nwe") 74 b.grid(pady=1,row=rows,column=0,sticky="ew") 137 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-streams.rb | 27 @stream.column.should == 1 32 @stream.column.should == 2 37 @stream.column.should == 0 42 @stream.column.should == 1 47 @stream.column.should == 2 52 @stream.column.should == 3 57 @stream.column.should == 4 62 @stream.column.should == 0 67 @stream.column.should == 0 72 @stream.column.should == [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
cookies_view.css | 29 .cookies-column-headers { 37 .cookies-column-headers > * { 41 .cookies-column-headers h3 { 48 .cookies-site-column { 53 .cookies-data-column {
|
/external/oprofile/utils/ |
ophelp.c | 66 static void word_wrap(int indent, int *column, char *msg) 70 if (*column + wlen > LINE_LEN) { 72 *column = indent; 75 *column += wlen + 1; 89 int column; local 129 column = 8; 130 word_wrap(8, &column, event->desc); 132 word_wrap(8, &column, buf); 144 column = 14; 145 word_wrap(14, &column, event->unit->um[j].desc) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 13 the starting (row, column) indices of the token (a 2-tuple of ints) 14 the ending (row, column) indices of the token (a 2-tuple of ints) 356 column where the token begins in the source; a 2-tuple (erow, ecol) of 357 ints specifying the row and column where the token ends in the source; 398 column = 0 400 if line[pos] == ' ': column = column + 1 401 elif line[pos] == '\t': column = (column//tabsize + 1)*tabsize 402 elif line[pos] == '\f': column = [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 13 the starting (row, column) indices of the token (a 2-tuple of ints) 14 the ending (row, column) indices of the token (a 2-tuple of ints) 356 column where the token begins in the source; a 2-tuple (erow, ecol) of 357 ints specifying the row and column where the token ends in the source; 398 column = 0 400 if line[pos] == ' ': column = column + 1 401 elif line[pos] == '\t': column = (column//tabsize + 1)*tabsize 402 elif line[pos] == '\f': column = [all...] |
/external/chromium/testing/gtest/scripts/ |
pump.py | 88 """Represents a position (line and column) in a text file.""" 90 def __init__(self, line=-1, column=-1): 92 self.column = column 95 return self.line == rhs.line and self.column == rhs.column 102 self.line == rhs.line and self.column < rhs.column) 117 return '%s(%s)' % (self.line + 1, self.column) 120 return Cursor(self.line, self.column + offset [all...] |
/external/chromium_org/testing/gtest/scripts/ |
pump.py | 88 """Represents a position (line and column) in a text file.""" 90 def __init__(self, line=-1, column=-1): 92 self.column = column 95 return self.line == rhs.line and self.column == rhs.column 102 self.line == rhs.line and self.column < rhs.column) 117 return '%s(%s)' % (self.line + 1, self.column) 120 return Cursor(self.line, self.column + offset [all...] |
/external/gtest/scripts/ |
pump.py | 88 """Represents a position (line and column) in a text file.""" 90 def __init__(self, line=-1, column=-1): 92 self.column = column 95 return self.line == rhs.line and self.column == rhs.column 102 self.line == rhs.line and self.column < rhs.column) 117 return '%s(%s)' % (self.line + 1, self.column) 120 return Cursor(self.line, self.column + offset [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridLayoutPainter.java | 69 for (int column = 0; column < grid.actualColumnCount; column++) { 70 int x = grid.getColumnX(column); 276 for (int column = 1; column < grid.actualColumnCount; column++) { 277 int x = grid.getColumnX(column); 287 int column = columnMatch.cellIndex; local 292 Rect cellBounds = grid.getCellBounds(row, column, 1, 1) [all...] |