Searched refs:rows (Results 1 – 8 of 8) sorted by relevance
/system/media/audio_utils/tests/ |
D | logplot_tests.cpp | 38 const auto rows = count(graphstr.begin(), graphstr.end(), '\n'); in TEST() local 39 ASSERT_GE(rows, 3); in TEST() 42 const auto cols = graphstr.size() / (rows - 2); in TEST()
|
/system/security/keystore2/src/database/ |
D | utils.rs | 25 pub fn with_rows_extract_one<'a, T, F>(rows: &mut Rows<'a>, row_extractor: F) -> Result<T> in with_rows_extract_one() 30 row_extractor(rows.next().context("with_rows_extract_one: Failed to unpack row.")?); in with_rows_extract_one() 32 rows.next() in with_rows_extract_one() 40 pub fn with_rows_extract_all<'a, F>(rows: &mut Rows<'a>, mut row_extractor: F) -> Result<()> in with_rows_extract_all() 45 match rows.next().context("In with_rows_extract_all: Failed to unpack row")? { in with_rows_extract_all()
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 326 let rows = []; 328 rows.push(['Record Time', gRecordInfo.recordTime]); 331 rows.push(['Machine Type', gRecordInfo.machineType]); 334 rows.push(['Android Version', gRecordInfo.androidVersion]); 337 rows.push(['Build Fingerprint', gRecordInfo.androidBuildFingerprint]); 340 rows.push(['Kernel Version', gRecordInfo.kernelVersion]); 343 rows.push(['Record cmdline', gRecordInfo.recordCmdline]); 345 rows.push(['Total Samples', '' + gRecordInfo.totalSamples]); 350 data.addRows(rows); 351 for (let i = 0; i < rows.length; ++i) { [all …]
|
/system/timezone/debug_tools/host/main/java/ |
D | TzFileDumper.java | 230 List<Object[]> rows = new ArrayList<>(); in writeTransitions() local 240 rows.add(row); in writeTransitions() 244 writeTuplesCsv(fileWriter, rows, "transition", "type", "[UTC time]", "[Type offset]", in writeTransitions() 303 List<Object[]> rows = new ArrayList<>(); in writeTypes() local 313 rows.add(row); in writeTypes() 318 fileWriter, rows, "gmtOffset (seconds)", "isDst", "ttisgmt", "ttisstd", in writeTypes()
|
/system/security/keystore2/src/ |
D | database.rs | 180 let mut rows = stmt in load_from_db() localVariable 183 db_utils::with_rows_extract_all(&mut rows, |row| { in load_from_db() 256 let mut rows = stmt.query(params![blob_id]).context(ks_err!("query failed."))?; in load_from_db() localVariable 257 db_utils::with_rows_extract_all(&mut rows, |row| { in load_from_db() 1218 let rows = stmt in handle_next_superseded_blobs() localVariable 1229 rows.collect::<Result<Vec<(i64, Vec<u8>)>, rusqlite::Error>>() in handle_next_superseded_blobs() 1889 let mut rows = stmt in load_key_entry_id() localVariable 1892 db_utils::with_rows_extract_one(&mut rows, |row| { in load_key_entry_id() 1947 let mut rows = stmt in load_access_tuple() localVariable 1951 db_utils::with_rows_extract_one(&mut rows, |row| { in load_access_tuple() [all …]
|
D | key_parameter.rs | 1463 let mut rows = stmt.query([])?; in query_from_keyparameter() localVariable 1464 let row = rows.next()?.unwrap(); in query_from_keyparameter()
|
/system/teeui/libteeui/include/teeui/ |
D | font_rendering.h | 159 for (unsigned y = 0; y < bitmap->rows; ++y) { in drawGlyph()
|
/system/media/camera/docs/ |
D | html.mako | 154 # Number of rows an entry will span
|