Searched refs:rows (Results 1 – 7 of 7) sorted by relevance
/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(['Record cmdline', gRecordInfo.recordCmdline]); 339 rows.push(['Total Samples', '' + gRecordInfo.totalSamples]); 344 data.addRows(rows); 345 for (let i = 0; i < rows.length; ++i) { 435 let rows = []; 436 rows.push(['Event Type: ' + this.eventInfo.eventName, [all …]
|
/system/timezone/debug_tools/host/main/java/ |
D | TzFileDumper.java | 210 List<Object[]> rows = new ArrayList<>(); in writeTransitions() local 220 rows.add(row); in writeTransitions() 224 writeTuplesCsv(fileWriter, rows, "transition", "type", "[UTC time]", "[Type offset]", in writeTransitions() 283 List<Object[]> rows = new ArrayList<>(); in writeTypes() local 293 rows.add(row); in writeTypes() 298 fileWriter, rows, "gmtOffset (seconds)", "isDst", "ttisgmt", "ttisstd", in writeTypes()
|
/system/security/keystore2/src/ |
D | database.rs | 139 let mut rows = in load_from_db() localVariable 141 db_utils::with_rows_extract_all(&mut rows, |row| { in load_from_db() 214 let mut rows = in load_from_db() localVariable 216 db_utils::with_rows_extract_all(&mut rows, |row| { in load_from_db() 1165 let rows = stmt in handle_next_superseded_blobs() localVariable 1176 rows.collect::<Result<Vec<(i64, Vec<u8>)>, rusqlite::Error>>() in handle_next_superseded_blobs() 1370 let mut rows = stmt in get_or_create_key_with() localVariable 1374 db_utils::with_rows_extract_one(&mut rows, |row| { in get_or_create_key_with() 1735 let mut rows = stmt in store_signed_attestation_certificate_chain() localVariable 1743 let key_id = db_utils::with_rows_extract_one(&mut rows, |row| { in store_signed_attestation_certificate_chain() [all …]
|
D | key_parameter.rs | 1391 let mut rows = stmt.query(NO_PARAMS)?; in query_from_keyparameter() localVariable 1392 let row = rows.next()?.unwrap(); in query_from_keyparameter()
|
/system/teeui/libteeui/include/teeui/ |
D | font_rendering.h | 158 for (unsigned y = 0; y < bitmap->rows; ++y) { in drawGlyph()
|
/system/media/camera/docs/ |
D | html.mako | 150 # Number of rows an entry will span
|