/external/eigen/doc/snippets/ |
Tutorial_AdvancedInitialization_LinSpaced.cpp | 2 table.col(0) = ArrayXf::LinSpaced(10, 0, 90); 3 table.col(1) = M_PI / 180 * table.col(0); 4 table.col(2) = table.col(1).sin(); 5 table.col(3) = table.col(1).cos();
|
MatrixBase_col.cpp | 2 m.col(1) = Vector3d(4,5,6);
|
MatrixBase_setRandom.cpp | 2 m.col(1).setRandom();
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 28 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest 36 col = c; 41 new Support_UnmodifiableCollectionTest("", col).runTest(); 50 assertTrue("CollectionTest - a) add did not work", col.add(new Integer( 52 assertTrue("CollectionTest - b) add did not work", col 56 assertTrue("CollectionTest - a) remove did not work", col 58 assertTrue("CollectionTest - b) remove did not work", !col 62 assertTrue("CollectionTest - a) addAll failed", col 64 assertTrue("CollectionTest - b) addAll failed", col 68 assertTrue("CollectionTest - a) containsAll failed", col [all...] |
Support_UnmodifiableCollectionTest.java | 29 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest 40 col = c; 47 assertTrue("UnmodifiableCollectionTest - should contain 0", col 49 assertTrue("UnmodifiableCollectionTest - should contain 50", col 51 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col 61 col.containsAll(hs)); 65 !col.containsAll(hs)); 68 assertTrue("UnmodifiableCollectionTest - should not be empty", !col 72 Iterator<Integer> it = col.iterator(); 89 + col.size(), col.size() == 100) [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 27 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest 35 col = c; 40 new Support_UnmodifiableCollectionTest("", col).runTest(); 49 assertTrue("CollectionTest - a) add did not work", col.add(new Integer( 51 assertTrue("CollectionTest - b) add did not work", col 55 assertTrue("CollectionTest - a) remove did not work", col 57 assertTrue("CollectionTest - b) remove did not work", !col 61 assertTrue("CollectionTest - a) addAll failed", col 63 assertTrue("CollectionTest - b) addAll failed", col 67 assertTrue("CollectionTest - a) containsAll failed", col [all...] |
Support_UnmodifiableCollectionTest.java | 29 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest 40 col = c; 47 assertTrue("UnmodifiableCollectionTest - should contain 0", col 49 assertTrue("UnmodifiableCollectionTest - should contain 50", col 51 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col 61 col.containsAll(hs)); 65 !col.containsAll(hs)); 68 assertTrue("UnmodifiableCollectionTest - should not be empty", !col 72 Iterator<Integer> it = col.iterator(); 89 + col.size(), col.size() == 100) [all...] |
/external/libhevc/common/x86/ |
ihevc_mem_fns_ssse3_intr.c | 82 int col; local 83 for(col = num_bytes; col >= 8; col -= 8) 121 int col; local 124 for(col = num_bytes; col >= 8; col -= 8) 159 int col; local 162 for(col = num_words; col >= 8; col -= 8 [all...] |
/external/chromium_org/sql/ |
statement.h | 104 bool BindNull(int col); 105 bool BindBool(int col, bool val); 106 bool BindInt(int col, int val); 107 bool BindInt64(int col, int64 val); 108 bool BindDouble(int col, double val); 109 bool BindCString(int col, const char* val); 110 bool BindString(int col, const std::string& val); 111 bool BindString16(int col, const base::string16& value); 112 bool BindBlob(int col, const void* value, int value_len); 125 ColType ColumnType(int col) const [all...] |
statement.cc | 95 bool Statement::BindNull(int col) { 100 return CheckOk(sqlite3_bind_null(ref_->stmt(), col + 1)); 103 bool Statement::BindBool(int col, bool val) { 104 return BindInt(col, val ? 1 : 0); 107 bool Statement::BindInt(int col, int val) { 112 return CheckOk(sqlite3_bind_int(ref_->stmt(), col + 1, val)); 115 bool Statement::BindInt64(int col, int64 val) { 120 return CheckOk(sqlite3_bind_int64(ref_->stmt(), col + 1, val)); 123 bool Statement::BindDouble(int col, double val) { 128 return CheckOk(sqlite3_bind_double(ref_->stmt(), col + 1, val)) [all...] |
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
analyze_slices.css | 6 .analysis-slices-table-col-1, 7 .analysis-slices-table-col-2 {
|
/external/libhevc/common/ |
ihevc_inter_pred_filters.c | 116 WORD32 row, col; local 120 for(col = 0; col < wd; col++) 122 pu1_dst[col] = pu1_src[col]; 178 WORD32 row, col, i; local 183 for(col = 0; col < wd; col++ 251 WORD32 row, col, i; local 324 WORD32 row, col; local 390 WORD32 row, col, i; local 461 WORD32 row, col, i; local 531 WORD32 row, col, i; local 606 WORD32 row, col, i; local 678 WORD32 row, col; local 743 WORD32 row, col, i; local 825 WORD32 row, col, i; local 900 WORD32 row, col; local 966 WORD32 row, col, i; local 1042 WORD32 row, col, i; local 1113 WORD32 row, col, i; local 1190 WORD32 row, col, i; local [all...] |
ihevc_sao.c | 85 WORD32 row, col; local 93 for(col = 0; col < wd; col++) 95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; 110 for(col = 0; col < wd; col++) 114 band_idx = band_table[pu1_src[col] >> band_shift] 140 WORD32 row, col; local 198 WORD32 row, col; local 281 WORD32 row, col; local 377 WORD32 row, col; local 471 WORD32 row, col; local 569 WORD32 row, col; local 758 WORD32 row, col; local 993 WORD32 row, col; local 1170 WORD32 row, col; local [all...] |
ihevc_weighted_pred.c | 117 WORD32 row, col; local 122 for(col = 0; col < wd; col++) 124 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0; 128 pu1_dst[col] = CLIP_U8(i4_tmp); 202 WORD32 row, col; local 207 for(col = 0; col < 2 * wd; col += 2 308 WORD32 row, col; local 413 WORD32 row, col; local 500 WORD32 row, col; local 583 WORD32 row, col; local [all...] |
/external/qemu-pc-bios/bochs/bios/ |
makesym.perl | 24 foreach $col (0,1) { 25 next if length $addr[$col] < 1; 26 $addr[$col] =~ tr/A-Z/a-z/; 27 $addr[$col] = "000f" . $addr[$col]; 28 print "$addr[$col] $name[$col]\n";
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mkopts.tcl | 21 set col 0 23 global col 24 if {$col==0} {puts -nonewline " "} 25 if {$col<2} { 27 incr col 30 set col 0 34 global col 35 if {$col>0} {puts {}} 36 set col 0
|
/external/javasqlite/src/main/java/SQLite/ |
Stmt.java | 173 * @param col column number, 0-based 177 public native int column_int(int col) throws SQLite.Exception; 181 * @param col column number, 0-based 184 public native long column_long(int col) throws SQLite.Exception; 188 * @param col column number, 0-based 191 public native double column_double(int col) throws SQLite.Exception; 195 * @param col column number, 0-based 198 public native byte[] column_bytes(int col) throws SQLite.Exception; 202 * @param col column number, 0-based 205 public native String column_string(int col) throws SQLite.Exception [all...] |
/frameworks/rs/ |
rsMatrix2x2.h | 28 inline float get(uint32_t col, uint32_t row) const { 29 return m[col*2 + row]; 32 inline void set(uint32_t col, uint32_t row, float v) { 33 m[col*2 + row] = v;
|
rsMatrix3x3.h | 28 inline float get(uint32_t col, uint32_t row) const { 29 return m[col*3 + row]; 32 inline void set(uint32_t col, uint32_t row, float v) { 33 m[col*3 + row] = v;
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteStatement.h | 64 String getColumnName(int col); 65 SQLValue getColumnValue(int col); 66 String getColumnText(int col); 67 int getColumnInt(int col); 68 int64_t getColumnInt64(int col);
|
/cts/tools/dasm/src/java_cup/ |
parse_action_table.java | 69 for (int col = 0; col < under_state[row].size(); col++) 72 act = under_state[row].under_term[col]; 116 for (int col = 0; col < under_state[row].size(); col++) 119 if (under_state[row].under_term[col].kind() != parse_action.ERROR) 121 result += col + ":" + under_state[row].under_term[col] + " " [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseColEtree.h | 73 Index row,col; local 78 for (col = 0; col < nc; col++) 80 Index pcol = col; 81 if(perm) pcol = perm[col]; 85 firstRowElt(row) = (std::min)(firstRowElt(row), col); 93 for (col = 0; col < nc; col++) [all...] |
/external/libhevc/decoder/ |
ihevcd_itrans_recon_dc.c | 93 WORD32 row, col; local 110 for(col = 0; col < trans_size; col++) 111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value)); 123 WORD32 row, col; local 141 for(col = 0; col < trans_size; col++ [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebElementCollection.cpp | 54 WebElementCollection::WebElementCollection(const PassRefPtrWillBeRawPtr<HTMLCollection>& col) 55 : m_private(col) 59 WebElementCollection& WebElementCollection::operator=(const PassRefPtrWillBeRawPtr<HTMLCollection>& col) 61 m_private = col;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
mv.h | 23 short col; member in struct:__anon16700
|