/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
Dbg.stg | 120 [debugListener locationLine:<ruleDescriptor.tree.line> column:<ruleDescriptor.tree.column>];<\n> 124 [debugListener locationLine:<ruleDescriptor.EORNode.line> column:<ruleDescriptor.EORNode.column>];<\n> 197 "[debugListener locationLine:<it.line> column:<it.pos>];"
|
/external/chromium-trace/trace-viewer/src/cc/ |
layer_picker.css | 7 -webkit-flex-direction: column;
|
/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/icu/icu4c/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/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);
|
/frameworks/support/v4/kitkat/android/support/v4/provider/ |
DocumentsContractApi19.java | 142 private static String queryForString(Context context, Uri self, String column, 148 c = resolver.query(self, new String[] { column }, null, null, null); 162 private static int queryForInt(Context context, Uri self, String column, 164 return (int) queryForLong(context, self, column, defaultValue); 167 private static long queryForLong(Context context, Uri self, String column, 173 c = resolver.query(self, new String[] { column }, null, null, null);
|
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/ |
ScriptFormatterWorker.js | 148 * @param {number} column 151 function processToken(tokenValue, tokenType, column, newColumn) 157 currentFunction = { line: i, column: column, name: tokenValue }; 166 currentFunction = { line: i, column: column, name: previousIdentifier }; 191 processedChunkCharacters += newColumn - column; 227 * @param {number} column 230 function processToken(tokenValue, tokenTypes, column, newColumn) 239 columNumber: column, [all...] |
/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...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
Picker.java | 161 * supply the {@link Picker}'s column's height in pixels. 322 ScrollAdapterView column = mColumnViews.get(j); local 323 int selected = column.getSelectedItemPosition(); 324 for (int i = 0; i < column.getAdapter().getCount(); i++) { 325 item = column.getItemView(i); 328 // set alpha for main item (selected) in the column 363 private void updateColumn(ScrollAdapterView column, boolean animateAlpha, 365 if (column == null) { 369 int selected = column.getSelectedItemPosition(); 371 boolean focused = column.hasFocus() [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_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...] |
/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...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TableRow_LayoutParamsTest.java | 62 assertEquals(-1, layoutParams.column); 70 assertEquals(-1, layoutParams.column); 75 assertEquals(-1, layoutParams.column); 79 assertEquals(5, layoutParams.column); 85 assertEquals(0, layoutParams.column); 91 assertEquals(0, layoutParams.column); 100 assertEquals(1, layoutParams.column);
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
viewrtree.tcl | 89 grid configure .select -row 0 -column 0 -columnspan 2 -sticky nsew 90 grid configure .b -row 1 -column 0 -columnspan 2 -sticky nsew 91 grid configure .l -row 2 -column 0 -sticky nsew 92 grid configure .status -row 3 -column 0 -columnspan 3 -sticky nsew 94 grid configure .title -row 0 -column 2 -sticky nsew 95 grid configure .c -row 1 -column 2 -rowspan 2 -sticky nsew 96 grid configure .ls -row 2 -column 1 -sticky nsew
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
error.rb | 107 attr_accessor :input, :index, :line, :column, :symbol, :token, :source_name 110 @index = @line = @column = nil 119 @column = @symbol.column 123 @column = @input.column 126 if @symbol.respond_to?( :line ) and @symbol.respond_to?( :column ) 127 @line, @column = @symbol.line, @symbol.column 133 if @symbol.respond_to?( :line ) and @symbol.respond_to?( :column ) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryProvider.java | 111 // Column names for the cursor returned by this content provider. 138 @Override public double getDouble(int column) { return 0; } 139 @Override public float getFloat(int column) { return 0; } 140 @Override public int getInt(int column) { return 0; } 141 @Override public short getShort(int column) { return 0; } 142 @Override public long getLong(int column) { return 0; } 144 @Override public String getString(final int column) { 145 switch (column) { 154 public boolean isNull(final int column) { 156 return column != 0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tokenize.py | 10 the starting (row, column) indices of the token (a 2-tuple of ints) 11 the ending (row, column) indices of the token (a 2-tuple of ints) 275 column where the token begins in the source; a 2-tuple (erow, ecol) of 276 ints specifying the row and column where the token ends in the source; 317 column = 0 320 column += 1 322 column = (column//tabsize + 1)*tabsize 324 column = 0 344 if column > indents[-1]: # count indents or dedent [all...] |