/external/eigen/test/ |
jacobi.cpp | 57 VERIFY_IS_APPROX(b.col(p), c * a.col(p) - s * a.col(q)); 58 VERIFY_IS_APPROX(b.col(q), internal::conj(s) * a.col(p) + internal::conj(c) * a.col(q));
|
hessenberg.cpp | 26 for(int col = 0; col < row-1; ++col) { 27 VERIFY(H(row,col) == (typename MatrixType::Scalar)0);
|
/external/elfutils/tests/ |
line2addr.c | 92 int line = a->line, col = 0; local 93 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col, 101 if (strcmp (file, a->file) || line != a->line || col != 0) 104 if (col != 0) 105 printf (":%d", col); 107 || strcmp (file, a->file) || line != a->line || col != 0)
|
/external/jpeg/ |
rdppm.c | 148 JDIMENSION col; local 151 for (col = cinfo->image_width; col > 0; col--) { 166 JDIMENSION col; local 169 for (col = cinfo->image_width; col > 0; col--) { 186 JDIMENSION col; local 192 for (col = cinfo->image_width; col > 0; col--) 207 JDIMENSION col; local 245 JDIMENSION col; local 269 JDIMENSION col; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
rdppm.c | 148 JDIMENSION col; local 151 for (col = cinfo->image_width; col > 0; col--) { 166 JDIMENSION col; local 169 for (col = cinfo->image_width; col > 0; col--) { 186 JDIMENSION col; local 192 for (col = cinfo->image_width; col > 0; col--) 207 JDIMENSION col; local 245 JDIMENSION col; local 269 JDIMENSION col; local [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testcursor.c | 109 int i, row, col; local 116 for ( col=0; col<32; ++col ) { 117 if ( col % 8 ) { 124 switch (arrow[4+row][col]) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 217 toolTip.setMessage(/*"("+col+","+row+") "+*/toolTipMessage); 245 int col = 0; local 247 Rectangle bounds = tableItem.getBounds(col); 248 while (col<this.columnsCount) { 251 if (col == this.columnsCount) { 255 col++; 256 bounds = tableItem.getBounds(col); 260 return new Point(col, row); 360 for (int col=1; col<size; col++) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcoll.cpp | 149 DataDrivenCollatorTest::processArguments(Collator *col, const UChar *start, int32_t optLen) { 161 col->setAttribute(attrib, value, status); 169 Collator *col = NULL; local 183 col = Collator::createInstance(localeName, status); 195 col = new RuleBasedCollator(testSetting, status); 211 if(col != NULL){ 212 RuleBasedCollator* rbc = (RuleBasedCollator*)col; 228 processArguments(col, arguments, argLen); 243 processSequence(col, sequence); 254 delete col; [all...] |
dadrcoll.h | 44 void processSequence(Collator* col, const UnicodeString &sequence); 46 void processArguments(Collator *col, const UChar *start, int32_t optLen);
|
g7coll.cpp | 162 Collator *col = Collator::createInstance("en_US", status); local 164 delete col; 168 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules(); 189 delete col; 196 Collator *col = Collator::createInstance("en_US", status); local 198 delete col; 202 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules(); 223 delete col; 230 Collator *col = Collator::createInstance("en_US", status); local 233 delete col; 264 Collator *col = Collator::createInstance("en_US", status); local [all...] |
/external/icu4c/test/intltest/ |
dadrcoll.cpp | 149 DataDrivenCollatorTest::processArguments(Collator *col, const UChar *start, int32_t optLen) { 161 col->setAttribute(attrib, value, status); 169 Collator *col = NULL; local 183 col = Collator::createInstance(localeName, status); 195 col = new RuleBasedCollator(testSetting, status); 211 if(col != NULL){ 212 RuleBasedCollator* rbc = (RuleBasedCollator*)col; 228 processArguments(col, arguments, argLen); 243 processSequence(col, sequence); 254 delete col; [all...] |
apicoll.cpp | 98 Collator *col = 0; local 114 col = Collator::createInstance(Locale::getEnglish(), success); 120 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); 127 col->getVersion(versionArray); 138 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed"); 139 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed"); 140 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed"); 141 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed"); 142 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed"); 143 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed") 442 Collator *col; local 545 Collator *col = 0; local 654 Collator *col = 0; local 980 Collator *col = 0; local 1104 Collator *col = Collator::createInstance(Locale::getEnglish(), status); local [all...] |
dadrcoll.h | 44 void processSequence(Collator* col, const UnicodeString &sequence); 46 void processArguments(Collator *col, const UChar *start, int32_t optLen);
|
g7coll.cpp | 162 Collator *col = Collator::createInstance("en_US", status); local 164 delete col; 168 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules(); 189 delete col; 196 Collator *col = Collator::createInstance("en_US", status); local 198 delete col; 202 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules(); 223 delete col; 230 Collator *col = Collator::createInstance("en_US", status); local 233 delete col; 264 Collator *col = Collator::createInstance("en_US", status); local [all...] |
/external/ceres-solver/internal/ceres/ |
block_random_access_dense_matrix.cc | 69 int* col, 73 *col = block_layout_[col_block_id];
|
block_random_access_dense_matrix.h | 69 int* col,
|
/external/chromium/chrome/browser/history/ |
download_database.cc | 36 void BindFilePath(sql::Statement& statement, const FilePath& path, int col) { 37 statement.BindString(col, path.value()); 39 FilePath ColumnFilePath(sql::Statement& statement, int col) { 40 return FilePath(statement.ColumnString(col)); 46 void BindFilePath(sql::Statement& statement, const FilePath& path, int col) { 47 statement.BindString(col, UTF16ToUTF8(path.value())); 49 FilePath ColumnFilePath(sql::Statement& statement, int col) { 50 return FilePath(UTF8ToUTF16(statement.ColumnString(col)));
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebNodeCollection.cpp | 57 WebNodeCollection::WebNodeCollection(const PassRefPtr<HTMLCollection>& col) 58 : m_private(static_cast<HTMLCollection*>(col.leakRef()))
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
RenderTableCellTest.cpp | 83 EXPECT_EQ(columnIndex, m_cell->col()); 89 EXPECT_EQ(maxColumnIndex, m_cell->col());
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_neighbour.c | 133 u32 i, row, col; local 142 row = col = 0; 147 if (col) 157 if (row && (col < picWidth - 1)) 162 if (row && col) 167 col++; 168 if (col == picWidth) 170 col = 0;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridLayoutTest.java | 192 int col = j + 1; local 193 GridLayout.LayoutParams lp = new GridLayout.LayoutParams(spec(0), spec(col)); 199 table[0][col] = v; 206 int col = j + 1; local 207 GridLayout.LayoutParams lp = new GridLayout.LayoutParams(spec(row), spec(col)); 211 v.setTextSize(10 + 5 * row * col); 213 table[row][col] = v; 219 private void testAlignment(int row, int col, Alignment a, View v0, View v1, String group) { 222 assertEquals("View at row " + row + ", column " + col + " was not " + a.name + 236 int col = j + 1 local 251 int col = j + 1; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
UnicodeChart.java | 65 for (int col = 0; col < 16; col++) { 66 final float x = col * XMUL + 10;
|
/external/eigen/doc/examples/ |
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp | 18 std::cout << mat.col( maxIndex ) << std::endl;
|