HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 751 - 775 of 962) sorted by null

<<313233343536373839

  /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;
ast_function.cpp 854 * Generate assignment of a portion of a vector to a portion of a matrix column
857 * \param column Column of destination to be assiged
858 * \param row_base First component of the destination column to be assigned
866 assign_to_matrix_column(ir_variable *var, unsigned column, unsigned row_base,
870 ir_constant *col_idx = new(mem_ctx) ir_constant(column);
877 * that are to be assigned to the column of the matrix.
957 /* Assign the temporary vector to each column of the destination matrix
960 * get assigned into the column at all (i.e., when the matrix has more
999 * (column i, row j) in the result that has a correspondin
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 720 * The column this view is occupying
722 int column; field in class:GalleryThumbnailView.LayoutParams
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 98 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 98 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /prebuilts/sdk/17/
android.jar 
  /external/bison/src/
scan-code.l 616 sym_loc.start.column += 1;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSStyleModel.js 1223 var column = forName ? range.startColumn : range.endColumn - (this.text && this.text.endsWith(";") ? 2 : 1); variable
    [all...]
ConsoleView.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 854 * Generate assignment of a portion of a vector to a portion of a matrix column
857 * \param column Column of destination to be assiged
858 * \param row_base First component of the destination column to be assigned
866 assign_to_matrix_column(ir_variable *var, unsigned column, unsigned row_base,
870 ir_constant *col_idx = new(mem_ctx) ir_constant(column);
877 * that are to be assigned to the column of the matrix.
957 /* Assign the temporary vector to each column of the destination matrix
960 * get assigned into the column at all (i.e., when the matrix has more
999 * (column i, row j) in the result that has a correspondin
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 90 void AddError(const string& filename, int line, int column,
93 filename, line, column, message);
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-blockscopes.js 30 // testing of source line/column easier.
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/opencv/cv/src/
cvhough.cpp 207 #define _POINT(row, column)\
208 (image_src[(row)*step+(column)])
791 "The destination matrix should be continuous and have a single row or a single column" );
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 86 void AddError(const string& filename, int line, int column,
89 filename, line, column, message);
    [all...]
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 30 // testing of source line/column easier.
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 417 // upgrade 1,2 -> 3 added appWidgetId column
420 // Insert new column for holding appWidgetIds
422 "ADD COLUMN appWidgetId INTEGER NOT NULL DEFAULT -1;");
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 274 display: table-column
278 display: table-column-group
627 -webkit-flex-direction: column;
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 2042 milliseconds

<<313233343536373839