Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 8 of 8) sorted by relevance

/system/media/audio_utils/tests/
Dlogplot_tests.cpp38 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/
Dutils.rs25 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/
Dreport_html.js326 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/
DTzFileDumper.java230 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/
Ddatabase.rs180 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 …]
Dkey_parameter.rs1463 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/
Dfont_rendering.h159 for (unsigned y = 0; y < bitmap->rows; ++y) { in drawGlyph()
/system/media/camera/docs/
Dhtml.mako154 # Number of rows an entry will span