/development/tools/repo_diff/service/repodiff/persistence/sql/ |
D | sql.go | 66 tx, err := db.Begin() 70 stmt, err := tx.Prepare(insertQuery) 81 tx.Rollback() 85 err = tx.Commit() 87 tx.Rollback()
|
/development/tools/winscope/src/parsers/surface_flinger/ |
D | transform_utils.ts | 50 tx: assertDefined(matrixNode.getChildByName('tx')).getValue(), 67 tx: x, 157 tx: x, 176 tx: x, 193 tx: x, 205 tx: x, 222 tx: x,
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
D | MediaPlayerDemo_Audio.java | 40 private TextView tx; field in MediaPlayerDemo_Audio 45 tx = new TextView(this); in onCreate() 46 setContentView(tx); in onCreate() 84 tx.setText("Playing audio..."); in playAudio()
|
/development/tools/winscope/src/common/ |
D | geometry_types.ts | 25 tx: number; property 34 tx: 0,
|
/development/tools/external_crates/crate_health/src/ |
D | android_bp.rs | 33 let (tx, rx) = channel(); in generate_android_bps() 38 let tx = tx.clone(); in generate_android_bps() localVariable 43 tx.send((crate_name, crate_version, generate_android_bp(&staging_path))) in generate_android_bps()
|
/development/tools/winscope/src/trace/tree_node/ |
D | formatters.ts | 118 const tx = node.getChildByName('tx'); constant 125 !tx && 131 if (!tx && !ty) { 136 `, tx: ${formatNumber(tx?.getValue() ?? 0)}, ty: ${formatNumber(
|
D | formatters_test.ts | 205 tx: 5,
|
/development/tools/winscope/src/parsers/surface_flinger/operations/ |
D | update_transforms_test.ts | 158 tx: 0,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | SpriteTextRenderer.java | 235 float tx = sx - width * 0.5f; in drawLabel() local 237 mLabels.draw(gl, tx, ty, labelId); in drawLabel()
|
/development/tools/winscope/src/viewers/common/ |
D | rect_filter_test.ts | 153 tx: 0,
|
/development/tools/winscope/src/viewers/components/ |
D | surface_flinger_property_groups_component_test.ts | 228 tx: 0,
|
/development/tools/logblame/ |
D | sample.txt | 611 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 1, rx 0, concurrency session_… 950 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 0, concurrency session_… 1055 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 1, rx 0, concurrency session_… 1229 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 0, concurrency session_… 1334 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 1, rx 0, concurrency session_… 1496 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 0, concurrency session_… 1943 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 1, rx 0, concurrency session_… 2235 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 0, concurrency session_… 2334 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 1, rx 0, concurrency session_… 2500 platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 0, concurrency session_… [all …]
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | transactions.proto | 90 float tx = 5; field
|
/development/tools/winscope/src/viewers/components/rects/ |
D | mapper3d.ts | 399 x: mat.dsdx * point.x + mat.dsdy * point.y + mat.tx,
|
D | canvas.ts | 251 transform.tx,
|
D | rects_component_test.ts | 417 tx: 0,
|