HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 526 - 550 of 899) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
693 #define CI_GET_CHAR_INFO_2D(fs,row,col,def,cs) \
697 col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
704 (col - fs->min_char_or_byte2)]; \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
693 #define CI_GET_CHAR_INFO_2D(fs,row,col,def,cs) \
697 col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
704 (col - fs->min_char_or_byte2)]; \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 146 #define A(row,col) a[(col<<2)+row]
147 #define B(row,col) b[(col<<2)+row]
148 #define P(row,col) product[(col<<2)+row]
807 #define M(row,col) m[col*4+row]
993 #define M(row,col) m[col*4+row
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 146 #define A(row,col) a[(col<<2)+row]
147 #define B(row,col) b[(col<<2)+row]
148 #define P(row,col) product[(col<<2)+row]
807 #define M(row,col) m[col*4+row]
993 #define M(row,col) m[col*4+row
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 78 Collection col; field in class:CollectionsTest.SynchCollectionChecker
98 synchronized (col) {
99 if (!(col.isEmpty() || col.containsAll(normalCountingList) || col
102 col.clear();
105 col.addAll(offsetCountingList);
107 col.addAll(normalCountingList);
117 col = c;
125 col.clear()
239 Collection col; \/\/ must contain the Integers 0 to 99 field in class:CollectionsTest.CollectionTest
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 645 int col = minField.getInt(colInterval); local
649 view.column = col;
651 view.columnSpan = colEnd - col;
    [all...]
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 686 int col = cursor.getColumnIndex(columnName); local
687 return getStringOrNull(cursor, col);
690 private static String getStringOrNull(Cursor cursor, int col) {
691 if (col == INVALID_INDEX) {
695 return cursor.getString(col);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 646 int col = cursor.getColumnIndex(columnName); local
647 return getStringOrNull(cursor, col);
650 private static String getStringOrNull(Cursor cursor, int col) {
651 if (col == INVALID_INDEX) {
655 return cursor.getString(col);
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 482 int col = findFirstZeroBit(colMask); local
483 if (col == 64)
484 col = 63;
485 colMask |= (1L << col);
486 event.setColumn(col);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 436 int col, row; local
438 col = index / mUnitCount;
439 row = index - col * mUnitCount;
442 col = index - row * mUnitCount;
445 int x = mHorizontalPadding.get() + col * (mSlotWidth + mSlotGap);
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 691 int col = 0, row = 0; \
707 /* if "((((prev_col ^ col) | prev_row ^ row)) > mask)" -> tile changed */ \
708 /* but that's actually slower and needs storing the previous col/row. */ \
709 if ((col & mask) == 0) { \
710 htree_group = GetHtreeGroupForPos(hdr, col, row); \
724 ++col; \
725 if (col >= width) { \
726 col = 0; \
754 col += length; \
755 while (col >= width) {
    [all...]
  /external/webp/src/dec/
vp8l.c 690 int col = 0, row = 0; \
706 /* if "((((prev_col ^ col) | prev_row ^ row)) > mask)" -> tile changed */ \
707 /* but that's actually slower and needs storing the previous col/row. */ \
708 if ((col & mask) == 0) { \
709 htree_group = GetHtreeGroupForPos(hdr, col, row); \
723 ++col; \
724 if (col >= width) { \
725 col = 0; \
753 col += length; \
754 while (col >= width) {
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 169 .layout-content-col {
172 .layout-content-col:first-child {
174 .layout-content-col h3,
175 .layout-content-col h4 {
178 .layout-content-col.span-1 {
181 .layout-content-col.span-2 {
184 .layout-content-col.span-3 {
187 .layout-content-col.span-4 {
190 .layout-content-col.span-5 {
193 .layout-content-col.span-6
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 463 ref_mv_full.as_mv.col = ref_mv->as_mv.col>>3;
475 best_mv->col = tmp_mv.as_mv.col;
501 best_mv->col = tmp_mv.as_mv.col;
597 /* for each macroblock col in image */
649 d->bmi.mv.as_mv.col = 0;
674 d->bmi.mv.as_mv.col = tmp_mv.col;
    [all...]
  /external/chromium_org/third_party/libxml/src/
error.c 176 unsigned int n, col; /* GCC warns if signed, because compared with sizeof() */ local
194 col = input->cur - cur;
211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
432 * @col: column number of the error or 0 if N/A
445 const char *str2, const char *str3, int int1, int col,
508 col = input->col;
585 to->int2 = col;
  /external/libxml2/
error.c 176 unsigned int n, col; /* GCC warns if signed, because compared with sizeof() */ local
194 col = input->cur - cur;
211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
432 * @col: column number of the error or 0 if N/A
445 const char *str2, const char *str3, int int1, int col,
503 col = input->col;
580 to->int2 = col;
  /external/llvm/lib/Support/
regcomp.c 1253 uch *col; local
1258 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1259 if (col[uc] != 0)
1270 uch *col; local
1276 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1277 if (col[uc1] != col[uc2])
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 203 static int get_pseudonym_cb(void *ctx, int argc, char *argv[], char *col[])
209 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
303 static int get_reauth_cb(void *ctx, int argc, char *argv[], char *col[])
310 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
314 } else if (os_strcmp(col[i], "counter") == 0 && argv[i]) {
316 } else if (os_strcmp(col[i], "mk") == 0 && argv[i]) {
318 } else if (os_strcmp(col[i], "k_encr") == 0 && argv[i]) {
321 } else if (os_strcmp(col[i], "k_aut") == 0 && argv[i]) {
324 } else if (os_strcmp(col[i], "k_re") == 0 && argv[i]) {
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 811 uint32_t colors[256], col; local
865 col = (uint32_t) ((rr << 24) | (gg << 16) | (bb << 8) | aa);
868 if (colors[idx] == col) {
883 colors[num_colors++] = col;
942 col = colors[idx];
943 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff);
944 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);
945 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff);
946 alphaPalette[idx] = (png_byte) (col & 0xff);
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1217 uch *col; local
1222 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1223 if (col[uc] != 0)
1234 uch *col; local
1240 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1241 if (col[uc1] != col[uc2])
    [all...]
  /external/chromium_org/media/base/
video_util.cc 250 for (int col = 0; col < num_cols; ++col) {
  /external/chromium_org/third_party/angle/src/compiler/
OutputHLSL.cpp     [all...]
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 377 for col in cols:
378 value = row.get(col)
382 if col != 'scancode':
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 135 inline bool operator() (const Index& row, const Index& col, const Scalar&) const
137 return row!=col;
346 eigen_internal_assert(ki_it && ki_it.col()==minrow);
  /external/eigen/Eigen/src/LU/
Inverse.h 153 const Scalar det = (cofactors_col0.cwiseProduct(matrix.col(0))).sum();
175 determinant = (cofactors_col0.cwiseProduct(matrix.col(0))).sum();
232 result /= (matrix.col(0).cwiseProduct(result.row(0).transpose())).sum();

Completed in 4124 milliseconds

<<21222324252627282930>>