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

<<11121314151617181920>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 161 int line, int column) {
167 if (column > 0)
168 buffer->append(":%d", column);
  /external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java 119 testInstance.column(1));
120 assertEquals(ImmutableMap.of('a', "baz"), testInstance.column(2));
121 assertEquals(ImmutableMap.of(), testInstance.column(3));
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance_impl_sse2.asm 70 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
177 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
283 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
  /external/lldb/source/API/
SBLineEntry.cpp 157 return m_opaque_ap->column;
176 SBLineEntry::SetColumn (uint32_t column)
178 ref().line = column;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance_impl_sse2.asm 70 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
177 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
283 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 80 public void onFieldChanged(String column, String value) {
81 if (!isFieldChanged(column, value)) {
85 // First save the new value for the column.
86 saveValue(column, value);
LabeledEditorView.java 294 public void onFieldChanged(String column, String value) {
295 if (!isFieldChanged(column, value)) {
300 saveValue(column, value);
308 protected void saveValue(String column, String value) {
309 mEntry.put(column, value);
342 protected boolean isFieldChanged(String column, String value) {
343 final String dbValue = mEntry.getAsString(column);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 241 int column = (Integer) v.getTag(); local
243 if (column == mColMonthIndex) {
245 } else if (column == mColYearIndex) {
  /external/bison/src/
print.c 135 /* Compute the width of the lookahead token column. */
183 /* Compute the width of the lookahead token column. */
263 /* Compute the width of the lookahead token column. */
392 if (column + strlen(buffer) > (End)) \
395 column = 3; \
406 int column = 0;
420 column = strlen (tag);
460 column = strlen (tag);
404 int column = 0; local
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ConsoleModel.js 181 * @param {number=} column
191 WebInspector.ConsoleMessage = function(target, source, level, messageText, type, url, line, column, requestId, parameters, stackTrace, timestamp, isOutdated, executionContextId, asyncStackTrace, scriptId)
203 this.column = column || 0;
302 this.column,
484 payload.column,
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 66 void AddError(int line, int column, const string& message) {
68 line, column, message);
86 int line, column; local
87 source_locations_.Find(descriptor, location, &line, &column);
88 wrapped_collector_->AddError(line, column, message);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 652 unsigned line, column; local
687 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
688 printf("%d:%d", line, column);
693 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
694 printf(":%d:%d", line, column);
804 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
806 clang_getCString(Name), line, column);
818 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
820 lineCols[I].col = column;
1042 unsigned line, column; local
1169 unsigned line, column; local
1992 unsigned column; local
2123 unsigned column; member in struct:__anon3194
2212 unsigned line, column; local
2582 unsigned line, column; local
2628 unsigned line, column; local
3300 unsigned column, second_column; local
3813 unsigned line, column, offset; local
3870 unsigned line, column, offset; local
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 290 long column,
299 CONTENT_EXPORT STDMETHODIMP get_columnDescription(long column,
303 long column,
327 long column,
350 CONTENT_EXPORT STDMETHODIMP get_isColumnSelected(long column,
357 long column,
362 long* column,
371 CONTENT_EXPORT STDMETHODIMP selectColumn(long column) {
379 CONTENT_EXPORT STDMETHODIMP unselectColumn(long column) {
396 long column,
    [all...]
browser_accessibility_win.cc 1039 long column,
1058 if (row < 0 || row >= rows || column < 0 || column >= columns)
1065 int cell_id = cell_ids[row * columns + column];
1088 long column,
1107 if (row < 0 || row >= rows || column < 0 || column >= columns)
1115 int cell_id = cell_ids[row * columns + column];
1126 STDMETHODIMP BrowserAccessibilityWin::get_columnDescription(long column,
1144 if (column < 0 || column >= columns
1656 int column; local
1715 int column; local
1849 int column; local
1879 int column; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 92 * \param column column of pixel in the image
103 GLint img, GLint row, GLint column )
152 + (skippixels + column) / 8;
186 + (skippixels + column) * bytes_per_pixel;
207 * \param column column of pixel in the image
219 GLint img, GLint row, GLint column )
224 format, type, img, row, column);
235 GLint column )
    [all...]
  /external/mesa3d/src/mesa/main/
image.c 92 * \param column column of pixel in the image
103 GLint img, GLint row, GLint column )
152 + (skippixels + column) / 8;
186 + (skippixels + column) * bytes_per_pixel;
207 * \param column column of pixel in the image
219 GLint img, GLint row, GLint column )
224 format, type, img, row, column);
235 GLint column )
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 538 // column showing the GL context id
541 TreeColumn column = tvc.getColumn(); local
542 column.setText("Function");
543 column.setWidth(500);
545 // column showing the GL function duration (wall clock time)
548 column = tvc.getColumn();
549 column.setText("Wall Time (ns)");
550 column.setWidth(150);
551 column.setAlignment(SWT.RIGHT);
553 // column showing the GL function duration (thread time
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DebuggerScript.js 195 info.columnNumber = locations[0].column;
296 return [1, String(e), String(details.syntaxErrorMessage), Number(startPosition.line), Number(startPosition.column)];
409 location = { line: 0, column: 0 };
419 function column()
421 return ensureLocation().column;
476 columnNumber: stepInPositionsV8[i].position.column
488 "column": column,
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 51 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:BinaryProperty
58 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0;
213 * column and mask values for binary properties from u_getUnicodeProperties().
218 * For them, column is the UPropertySource value.
297 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:IntProperty
306 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift;
310 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift;
424 * column, mask and shift values for int-value properties from u_getUnicodeProperties()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 258 const SWspan *span, GLuint column, GLuint idx)
266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]);
279 GLuint column, GLuint idx)
289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]);
313 * \param column - which pixel [i] we're operating on in the span
318 GLuint column)
338 handle_pass_op(machine, texinst, span, column, j);
340 handle_sample_op(ctx, machine, texinst, span, column, j);
  /external/icu/icu4c/source/common/
uprops.cpp 51 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:BinaryProperty
58 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0;
213 * column and mask values for binary properties from u_getUnicodeProperties().
218 * For them, column is the UPropertySource value.
297 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:IntProperty
306 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift;
310 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift;
424 * column, mask and shift values for int-value properties from u_getUnicodeProperties()
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 258 const SWspan *span, GLuint column, GLuint idx)
266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]);
279 GLuint column, GLuint idx)
289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]);
313 * \param column - which pixel [i] we're operating on in the span
318 GLuint column)
338 handle_pass_op(machine, texinst, span, column, j);
340 handle_sample_op(ctx, machine, texinst, span, column, j);
  /external/chromium_org/chrome/browser/resources/options/
search_engine_manager_engine_list.js 115 // Construct the name column.
117 nameColEl.className = 'name-column';
134 // Then the keyword column.
136 keywordEl.className = 'keyword-column';
140 // And the URL column.
142 // Extensions should not display a URL column.
146 urlWithButtonEl.className = 'url-column';
  /external/bison/doc/
refcard.tex 9 % For printing reference cards to use in books, specify one column
43 % 1 column per page
102 %%%% smallcopyrightnotice for two column printing on one page.
138 column\if 1\ncolumns\else s\fi\space per page]}
195 % Leave 3 column code here in case size increases.
211 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
215 %% in case we never use \columnb (two-column mode)
447 \key{Access data's column location.} {@{\it x}.{\it column\_spec}}
454 first_line} and {\tt last_line}, and {\it column\_spec} is specifie
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 71 // A cell originates in this column. Ensure we have
72 // a min/max width of at least 1px for this column now.
122 // This spanning cell originates in this column. Insert the cell into spanning cells list.
152 for (RenderTableCol* column = m_table->firstColumn(); column; column = column->nextColumn()) {
153 if (column->isTableColumnGroupWithColumnChildren())
154 groupLogicalWidth = column->style()->logicalWidth();
156 Length colLogicalWidth = column->style()->logicalWidth()
    [all...]

Completed in 1398 milliseconds

<<11121314151617181920>>