Searched defs:column (Results 201 - 225 of 259) sorted by relevance

1234567891011

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4050 throwex(env, "column out of bounds");
4072 throwex(env, "column out of bounds");
4094 throwex(env, "column out of bounds");
4119 throwex(env, "column out of bounds");
4130 throwoom(env, "unable to get blob column data");
4156 throwex(env, "column out of bounds");
4168 throwoom(env, "unable to get string column data");
4190 throwex(env, "column out of bounds");
4229 throwex(env, "column out of bounds");
4256 throwex(env, "column ou
4350 Java_SQLite_Database__1open_1blob(JNIEnv *env, jobject obj, jstring dbname, jstring table, jstring column, jlong row, jboolean rw, jobject blobj) argument
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc1039 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, argument
1144 if (column <
1037 get_accessibleAt( long row, long column, IUnknown** accessible) argument
1087 get_childIndex(long row, long column, long* cell_index) argument
1169 get_columnExtentAt( long row, long column, long* n_columns_spanned) argument
1356 get_rowExtentAt(long row, long column, long* n_rows_spanned) argument
1485 get_isColumnSelected( long column, boolean* is_selected) argument
1512 get_isSelected(long row, long column, boolean* is_selected) argument
1526 get_rowColumnExtentsAtIndex( long index, long* row, long* column, long* row_extents, long* column_extents, boolean* is_selected) argument
1571 get_cellAt(long row, long column, IUnknown** cell) argument
1656 int column; local
1715 int column; local
1849 int column; local
1879 int column; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp1073 int32_t column = 0; local
1091 column = charIdx - colStart + 1;
1178 tp.srcCol ->setElementAt(column, breakIdx);
1187 tp.srcCol ->addElement(column, status);
1217 lineNum, column);
1224 tp.srcCol ->addElement(column, status);
1245 tp.srcCol ->setElementAt(column, breakIdx);
1255 if (c == CH_HASH && column==3) { // TODO: why is column off so far?
1285 tp.srcCol ->addElement(column, statu
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4807 virtual void AddError(int line, int column, const string& message) { argument
4814 virtual void AddWarning(int line, int column, const string& message) { argument
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp289 /// getColumnNumber - Get column number for the location.
291 // We may not want column information at all.
295 // If the location is invalid then use the current column.
2550 /// EmitLocation - Emit metadata to indicate a change in line/column
2950 unsigned column = getColumnNumber(loc); local
3078 DbgVal->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
3084 DbgDecl->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1073 int32_t column = 0; local
1091 column = charIdx - colStart + 1;
1178 tp.srcCol ->setElementAt(column, breakIdx);
1187 tp.srcCol ->addElement(column, status);
1217 lineNum, column);
1224 tp.srcCol ->addElement(column, status);
1245 tp.srcCol ->setElementAt(column, breakIdx);
1255 if (c == CH_HASH && column==3) { // TODO: why is column off so far?
1285 tp.srcCol ->addElement(column, statu
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c203 UInt column; member in struct:__anon32464
293 state_machine_regs.column = 0;
814 state_machine_regs.column = adv;
816 VG_(printf)(" Set column to %ld\n", adv);
1503 source line column -- 16 bits
3963 VG_(printf)(" Return address column: %d\n",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Djsdoc-validator.jar ... lang.Object { public final int line public final int column public void " href="/5.1.0_r1/s? ...
/external/chromium_org/v8/src/
H A Ddebug-debugger.js239 // column.
316 ScriptBreakPoint.prototype.column = function() {
330 ScriptBreakPoint.prototype.update_positions = function(line, column) {
332 this.column_ = column;
405 var column = this.column();
407 // If the column is undefined the break is on the line. To help locate the
408 // first piece of breakable code on the line try to find the column on the
410 if (IS_UNDEFINED(column)) {
418 // Fill cache if needed and get column wher
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc199 int line, int column) {
201 if (column >= 0) {
205 script_id, line, column);
228 int column) {
230 if (column >= 0) {
234 script_name, line, column);
561 // Source for the JavaScript function which picks out the source column for the
640 // Get the source column.
1279 // Create a functions for checking the source line and column when hitting
6500 3, -1 /* no column */);
198 SetScriptBreakPointByIdFromJS(v8::Isolate* isolate, int script_id, int line, int column) argument
226 SetScriptBreakPointByNameFromJS(v8::Isolate* isolate, const char* script_name, int line, int column) argument
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c652 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
1676 parse_file_line_column(const char *input, char **filename, unsigned *line, unsigned *column, unsigned *second_line, unsigned *second_column) argument
1992 unsigned column; local
2123 unsigned column; member in struct:__anon19489
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/third_party/mesa/src/src/mesa/main/
H A Ddlist.c9776 GLvoid *row, GLvoid *column, GLvoid *span)
9781 (target, format, type, row, column, span));
9787 GLenum type, const GLvoid *row, const GLvoid *column)
9793 type, row, column));
9775 exec_GetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) argument
9785 exec_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) argument
/external/mesa3d/src/mesa/main/
H A Ddlist.c9776 GLvoid *row, GLvoid *column, GLvoid *span)
9781 (target, format, type, row, column, span));
9787 GLenum type, const GLvoid *row, const GLvoid *column)
9793 type, row, column));
9775 exec_GetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) argument
9785 exec_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2429 KEYWORD1 void KEYWORD2 NAME(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
2431 (void) target; (void) format; (void) type; (void) row; (void) column; (void) span;
2432 DISPATCH(GetSeparableFilter, (target, format, type, row, column, span), (F, "glGetSeparableFilter(0x%x, 0x%x, 0x%x, %p, %p, %p);\n", target, format, type, (const void *) row, (const void *) column, (const void *) span));
2435 KEYWORD1 void KEYWORD2 NAME(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column) argument
2437 (void) target; (void) internalformat; (void) width; (void) height; (void) format; (void) type; (void) row; (void) column;
2438 DISPATCH(SeparableFilter2D, (target, internalformat, width, height, format, type, row, column), (F, "glSeparableFilter2D(0x%x, 0x%x, %d, %d, 0x%x, 0x%x, %p, %p);\n", target, internalformat, width, height, format, type, (const void *) row, (const void *) column));
2441 KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_360)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
2443 KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_360)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column) argument
5437 GetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span) argument
8113 _dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h410 GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
411 void APIENTRY GLAPI_PREFIX(_dispatch_stub_359)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
412 GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);
917 GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span);
4088 GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) argument
4092 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)) _func)(target, format, type, row, column, span);
4095 GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) argument
4099 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)) _func)(target, internalformat, width, height, format, type, row, column);
7560 GetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span) argument
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...

Completed in 771 milliseconds

1234567891011