/prebuilts/tools/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
org.eclipse.jface_3.6.2.M20110210-1200.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/ |
org-eclipse-jface-3.6.2.jar | |
/external/chromium_org/third_party/cython/src/Cython/Tempita/ |
_tempita.py | 67 msg = '%s at line %s column %s' % ( 373 msg = "%s at line %s column %s" % ( 651 TemplateError: No }} to finish last expression at line 1 column 7 655 TemplateError: }} outside expression at line 1 column 7 659 TemplateError: {{ inside expression at line 1 column 10 768 """Given a string and index, return (line, column)""" 771 column = index - string.rfind('\n', last_index, index) 773 column = last_pos[1] + (index - last_index) 774 return (last_pos[0] + lines, column) 801 TemplateError: continue outside of for loop at line 1 column [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
ContactsSyncParser.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 742 junk after document element: line 1, column 12 1018 ParseError: undefined entity: line 1, column 10 1022 ParseError: undefined entity &entity;: line 5, column 10 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 742 junk after document element: line 1, column 12 1018 ParseError: undefined entity: line 1, column 10 1022 ParseError: undefined entity &entity;: line 5, column 10 [all...] |
/prebuilts/sdk/21/ |
android.jar | |
/build/core/ |
config.mk | 433 # Don't use column under Windows, cygwin or not 435 COLUMN:= cat 437 COLUMN:= column
|
/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursorTest.java | 436 // Add an _id column if not in columnNames 534 public boolean isNull(int column) {
|
/external/chromium_org/chrome/browser/ui/views/ |
task_manager_view.cc | 77 virtual base::string16 GetText(int row, int column) OVERRIDE; 191 // Called by the column picker to pick up any new stat counters that 277 // Page column has no header label. 401 // TODO(erikkay): Width is hard-coded right now, so many column
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
FilteredItemSelectionDialog.js | 625 this._selectItemCallback(lineNumber, this._functionItems[itemIndex].column);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_parser_extras.cpp | 484 this->location.column = 0;
|
/external/chromium_org/third_party/sqlite/src/src/ |
parse.y | 167 columnlist ::= columnlist COMMA column. 168 columnlist ::= column. 170 // A "column" is a complete description of a single column in a 171 // CREATE TABLE statement. This includes the column name, its 175 column(A) ::= columnid(X) type carglist. { 238 // The name of a column or table can be any of the following: 246 // as can be found after the column name in a CREATE TABLE statement. 268 // column name and column type in a CREATE TABLE statement [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.h | 174 int line, int column);
|
sanitizer_symbolizer_posix_libcdep.cc | 548 // Parse <file>:<line>:<column> buffer. 554 line_info = ExtractInt(line_info, "", &info->column);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.views_3.5.0.I20100527-0800.jar | |
/external/guava/guava/src/com/google/common/collect/ |
ArrayTable.java | 42 * <p>The allowed row and column keys must be supplied when the table is 43 * created. The table always contains a mapping for every row key / column pair. 44 * The value corresponding to a given row and column is null unless another 48 * keys and the number of supplied column keys. The {@code remove} and {@code 52 * <p>The ordering of the row and column keys provided when the table is 61 * <p>Null row keys or column keys are not permitted. 64 * where the array indices correspond to the position of a row or column in the 87 * @param columnKeys column keys that may be stored in the generated table 99 * iterable, to specify the allowed row keys and/or column keys. Note that 108 * separate mapping with column key {@code c}, the returned table contains [all...] |
/external/libvpx/libvpx/vp8/common/arm/neon/ |
sixtappredict16x16_neon.asm | 69 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2) 302 sub r0, r0, #2 ;move srcptr back to (column-2)
|
sixtappredict8x4_neon.asm | 58 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2) 307 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
|
sixtappredict8x8_neon.asm | 62 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2) 337 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
|
/external/mesa3d/src/glsl/ |
glsl_parser_extras.cpp | 484 this->location.column = 0;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
sixtappredict16x16_neon.asm | 69 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2) 302 sub r0, r0, #2 ;move srcptr back to (column-2)
|
sixtappredict8x4_neon.asm | 58 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2) 307 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
|
sixtappredict8x8_neon.asm | 62 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2) 337 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
|