Searched defs:column (Results 76 - 100 of 259) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptBase.cpp60 int column = 0; local
61 if (object->getNumber("column", &column))
62 exceptionDetails->setColumn(column);
70 int column = 0; local
71 stackFrame->getNumber("column", &column);
84 .setColumnNumber(column);
H A DJavaScriptCallFrame.cpp97 int JavaScriptCallFrame::column() const function in class:blink::JavaScriptCallFrame
99 return callV8FunctionReturnInt("column");
202 exceptionDetails->Set(v8::String::NewFromUtf8(isolate, "column"), v8::Integer::New(isolate, message->GetStartColumn()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.h62 void setCol(unsigned column) argument
64 if (UNLIKELY(column > maxColumnIndex))
67 m_column = column;
/external/chromium_org/third_party/icu/source/common/
H A Dpropsvec.c154 int32_t column,
168 column<0 || column>=(pv->columns-2)
181 column+=2; /* skip range start and limit columns */
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
265 firstRow+=column;
266 lastRow+=column;
278 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column) { argument
282 if(pv->isCompacted || c<0 || c>UPVEC_MAX_CP || column<
152 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.cc251 XmlParser::ParseContext::SetPosition(int line, int column, argument
254 column_number_ = column;
260 unsigned long * column,
266 if (column != NULL) {
267 *column = static_cast<unsigned long>(column_number_);
259 GetPosition(unsigned long * line, unsigned long * column, unsigned long * byte_index) argument
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_constant_expression.cpp590 * 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;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1600 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
1606 (void) column;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_atifragshader.c258 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);
257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, const SWspan *span, GLuint column, GLuint idx) argument
277 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine, struct atifs_setupinst *texinst, const SWspan *span, GLuint column, GLuint idx) argument
316 execute_shader(struct gl_context *ctx, const struct ati_fragment_shader *shader, struct atifs_machine *machine, const SWspan *span, GLuint column) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc66 void AddError(const string& filename, int line, int column, argument
69 filename, line, column, message);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h63 // column numbers. The numbers are zero-based, so you may want to add
65 virtual void AddError(int line, int column, const string& message) = 0;
68 // column numbers. The numbers are zero-based, so you may want to add
70 virtual void AddWarning(int line, int column, const string& message) { } argument
122 // "line" and "column" specify the position of the first character of
125 int column; member in struct:google::protobuf::io::Tokenizer::Token
247 // Line and column number of current_char_ within the whole input stream.
286 // Convenience method to add an error at the current line and column.
H A Dtokenizer_unittest.cc164 void AddError(int line, int column, const string& message) { argument
166 line, column, message);
260 EXPECT_EQ(0, tokenizer.current().column);
272 EXPECT_EQ(0, tokenizer.current().column);
283 EXPECT_EQ(kSimpleTokenCases_case.input.size(), tokenizer.current().column);
374 // Test that tabs affect column numbers correctly.
382 // Test that tabs in string literals affect column numbers correctly.
440 EXPECT_EQ(0, tokenizer.current().column);
464 EXPECT_EQ(previous.column, tokenizer.previous().column);
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h229 int column; member in struct:google::protobuf::TextFormat::ParseLocation
231 ParseLocation() : line(-1), column(-1) {}
233 : line(line_param), column(column_param) {}
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_rendered_pictures.py31 import column namespace
232 factory = column.ColumnHeaderFactory(
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlparser.cc234 XmlParser::ParseContext::SetPosition(int line, int column, argument
237 column_number_ = column;
243 unsigned long * column,
249 if (column != NULL) {
250 *column = static_cast<unsigned long>(column_number_);
242 GetPosition(unsigned long * line, unsigned long * column, unsigned long * byte_index) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.h68 unsigned long column; /* source column */ member in struct:dwarf2_loc
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs232 /// Called when the user clicks a column heading.
289 public ListViewItemComparer(int column, SortOrder order) { argument
290 this.col_ = column;
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_button_bar.cc202 views::ColumnSet* column = layout->AddColumnSet(0); local
205 column->AddColumn(views::GridLayout::LEADING,
212 column->AddPaddingColumn(0.0f, 10);
216 column->AddColumn(views::GridLayout::LEADING,
224 column->AddPaddingColumn(1.0f, image_margin);
226 // The button area column.
227 column->AddColumn(views::GridLayout::LEADING,
236 column->AddColumn(views::GridLayout::LEADING,
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h42 // The cells in the first column of a table can contain:
55 // Used to track a visible column. Useful only for the header.
60 // The column.
61 ui::TableColumn column; member in struct:views::TableView::VisibleColumn
63 // Starting x-coordinate of the column.
66 // Width of the column.
70 // Describes a sorted column.
77 // ID of the sorted column.
87 // The table type applies to the content of the first column (text, icon and
129 // Changes the visibility of the specified column (b
[all...]
/external/chromium_org/v8/src/
H A Dallocation-tracker.h96 int column; member in struct:v8::internal::AllocationTracker::FunctionInfo
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp124 unsigned column) {
131 if (line == 0 || column == 0)
138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
142 File->getName(), line, column);
149 *Log << llvm::format("(\"%s\", %d, %d) = ", File->getName(), line, column)
184 unsigned *column, unsigned *offset) {
189 if (column)
190 *column = 0;
197 unsigned *column, unsigned *offset = nullptr) {
202 if (column)
121 clang_getLocation(CXTranslationUnit TU, CXFile file, unsigned line, unsigned column) argument
183 createNullLocation(CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
196 createNullLocation(CXString *filename, unsigned *line, unsigned *column, unsigned *offset = nullptr) argument
233 clang_getExpansionLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
275 clang_getPresumedLocation(CXSourceLocation location, CXString *filename, unsigned *line, unsigned *column) argument
307 clang_getInstantiationLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
316 clang_getSpellingLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
354 clang_getFileLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h40 int column; member in struct:__sanitizer::AddressInfo
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableTable.java99 * the columns in the second row, etc. If a column Comparator is provided
101 * first column, the rows in the second column, etc.
219 @Override public ImmutableMap<R, V> column(C columnKey) { method in class:RegularImmutableTable.SparseImmutableTable
313 @Override public ImmutableMap<R, V> column(C columnKey) { method in class:RegularImmutableTable.DenseImmutableTable
/external/icu/icu4c/source/common/
H A Dpropsvec.c154 int32_t column,
168 column<0 || column>=(pv->columns-2)
181 column+=2; /* skip range start and limit columns */
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
265 firstRow+=column;
266 lastRow+=column;
278 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column) { argument
282 if(pv->isCompacted || c<0 || c>UPVEC_MAX_CP || column<
152 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java157 * @param column column number within line.
159 public void setCurrentPosition(int line, int column) { argument
161 htmlParser.setColumnNumber(column);
179 * Returns the current column number within the resource being auto escaped.
270 // ParseException displays the proper position, so do not store line and column
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DDefaultRenderingContext.java62 private int column; field in class:DefaultRenderingContext
120 autoEscapeContext.setCurrentPosition(line, column);
146 return "[" + getCurrentResourceName() + ":" + line + ":" + column + "]";
156 autoEscapeContext.setCurrentPosition(line, column);
177 public void setCurrentPosition(int line, int column) { argument
181 this.column = column;

Completed in 827 milliseconds

1234567891011