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

<<31323334353637383940>>

  /external/doclava/src/com/google/doclava/
InfoBuilder.java 1829 int column = token.getCharPositionInLine(); local
    [all...]
Converter.java 190 return new SourcePositionInfo(sp.file().toString(), sp.line(), sp.column());
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 590 * means the vector is a 1-row x M-column matrix.
592 * For mat*vec, the vector is treated as a column vector. Since
1084 const unsigned column = idx->value.u[0]; local
1088 /* Offset in the constant matrix to the first element of the column
1091 const unsigned mat_idx = column * column_type->vector_elements;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 512 const glsl_type *column = glsl_type::get_instance(GLSL_TYPE_FLOAT, local
517 offset += setup_uniform_values(loc + offset, column);
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 207 --sort=A,B,C sort columns by events A,B,C [event column order]
471 # column order (ie. first column event is primary sort key, 2nd column is
791 # and make lines too long, we compute exactly how wide each column needs to be
803 # Find maximum width count for each column. @CC_col_width positions
818 # Print the CC with each column's size dictated by $CC_col_widths.
843 # Prints summary and function totals (with separate column widths, so that
851 # Work out the size of each column for printing (summary and functions
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 937 << filename << last.line << last.column << pMsg;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 58 * It is intended to include 1) column definitions for use with the Provider, and 2) convenience
459 // Protocol code can be expected to use this column in determining whether a message can be
658 // Saved draft info (reusing the never-used "clientId" column)
665 // TODO: This column is used in a complicated way: Usually, this refers to the mailbox
683 // A column that can be used by sync adapters to store search-related information about
700 // We'd like to get rid of this column when the other changes mentioned in that bug
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 673 // upgrade 1,2 -> 3 added appWidgetId column
676 // Insert new column for holding appWidgetIds
678 "ADD COLUMN appWidgetId INTEGER NOT NULL DEFAULT -1;");
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 721 // FIXME this column was unavailable for update in legacy ContactsProvider
938 int column = c.getColumnIndex(People.NAME); local
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 100 * and perhaps do something about column size properties.
158 // Compute x/y offsets for each row/column index
237 * Initializes the column and row indices, as well as any column span and row span
242 // Now initialize table view row, column and spans
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
lint-api.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 163 } line #{ e.line }:#{ e.column }
230 attr_reader :column
518 def column method in class:ANTLR3.CommonTree
519 if @token.nil? or @token.column == -1
520 return( empty? ? 0 : first.column )
522 return @token.column
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 400 * that continues on a second column) gets a temporary outline that
628 // column).
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 247 cell.className = "numeric-column";
256 percentSpan.className = "percent-column";
599 cell.className = "object-column";
    [all...]
  /external/chromium_org/third_party/simplejson/
__init__.py 98 Expecting property name: line 1 column 2 (char 2)
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_planar.s 167 mov r7, r4 @column counter (set to no of cols)
ihevc_sao_edge_offset_class0.s 258 SUBS r8,r8,#16 @Decrement column by 16
ihevc_sao_edge_offset_class0_chroma.s 276 SUBS r8,r8,#16 @Decrement column by 16
  /external/lldb/source/Symbol/
SymbolContext.cpp 490 next_frame_sc.line_entry.column = curr_inlined_block_inlined_info->GetCallSite().GetColumn();
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 131 void (*column[4])(void); member in struct:android::renderscript::__anon19014
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 

Completed in 820 milliseconds

<<31323334353637383940>>