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

<<313233343536

  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 296 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
327 ctxt->input->line++; ctxt->input->col = 1; \
328 } else ctxt->input->col++; \
580 ctxt->input->line++; ctxt->input->col = 1;
581 } else ctxt->input->col++;
699 static const char* const col_elt[] = { "col", NULL } ;
751 static const char* const table_contents[] = { "caption", "col", "colgroup", "thead", "tfoot", "tbody", "tr", NULL} ;
824 { "col", 0, 2, 2, 1, 0, 0, 0, "table column ",
828 DECL col_elt , "col" , DECL col_attrs , NULL, NULL
    [all...]
  /external/libxml2/
HTMLparser.c 296 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
327 ctxt->input->line++; ctxt->input->col = 1; \
328 } else ctxt->input->col++; \
580 ctxt->input->line++; ctxt->input->col = 1;
581 } else ctxt->input->col++;
699 static const char* const col_elt[] = { "col", NULL } ;
751 static const char* const table_contents[] = { "caption", "col", "colgroup", "thead", "tfoot", "tbody", "tr", NULL} ;
824 { "col", 0, 2, 2, 1, 0, 0, 0, "table column ",
828 DECL col_elt , "col" , DECL col_attrs , NULL, NULL
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/opencv/cxcore/include/
cxcore.h 217 CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col )
219 return cvGetCols( arr, submat, col, col + 1 );
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 712 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) {
714 lp.setColumnSpecSpan(new Interval(col, col + colSpan));
757 // Find suitable row/col values when at least one is undefined.
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 712 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) {
714 lp.setColumnSpecSpan(new Interval(col, col + colSpan));
757 // Find suitable row/col values when at least one is undefined.
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 318 /** For ANTLRWorks, we want to be able to map a line:col to a specific
1241 int col = decisionAST.getCharPositionInLine(); local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 468 var col = Math.floor(coordinates.x / w);
469 var index = appsPerRow * row + col;
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 972 RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status); local
981 col->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
988 CollationElementIterator *iter = col->createCollationElementIterator(ts);
1041 delete col;
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 65 int col; /* Current column */ member in struct:_xmlParserInput
    [all...]
xmlerror.h     [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 57 res.segment(s,r) += (alpha * cjRhs.coeff(i)) * cjLhs.col(i).segment(s,r);
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 306 der.col(der_order) = (ctrl_weights * ctrl_pts).rowwise().sum();
  /external/libxml2/include/libxml/
parser.h 65 int col; /* Current column */ member in struct:_xmlParserInput
    [all...]
xmlerror.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 2461 int row, col; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 431 int letter, col, row, pad; local
452 row = col = 0;
457 pad = 18 * (col + 1) - strlen(buf+row*80);
464 col++; row = 0;
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 51 #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \
52 ((mat).data.ptr + (size_t)(mat).step*(row) + (pix_size)*(col))
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 225 // for each macroblock col in image
285 // for each macroblock col in image
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 482 for col in range(cols):
484 for i in range(rows*col, rows*col+rows):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 482 for col in range(cols):
484 for i in range(rows*col, rows*col+rows):
    [all...]

Completed in 1444 milliseconds

<<313233343536