Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 16 of 16) sorted by relevance

/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go66 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/
Dtransform_utils.ts50 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/
DMediaPlayerDemo_Audio.java40 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/
Dgeometry_types.ts25 tx: number; property
34 tx: 0,
/development/tools/external_crates/crate_health/src/
Dandroid_bp.rs33 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/
Dformatters.ts118 const tx = node.getChildByName('tx'); constant
125 !tx &&
131 if (!tx && !ty) {
136 `, tx: ${formatNumber(tx?.getValue() ?? 0)}, ty: ${formatNumber(
Dformatters_test.ts205 tx: 5,
/development/tools/winscope/src/parsers/surface_flinger/operations/
Dupdate_transforms_test.ts158 tx: 0,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DSpriteTextRenderer.java235 float tx = sx - width * 0.5f; in drawLabel() local
237 mLabels.draw(gl, tx, ty, labelId); in drawLabel()
/development/tools/winscope/src/viewers/common/
Drect_filter_test.ts153 tx: 0,
/development/tools/winscope/src/viewers/components/
Dsurface_flinger_property_groups_component_test.ts228 tx: 0,
/development/tools/logblame/
Dsample.txt611 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/
Dtransactions.proto90 float tx = 5; field
/development/tools/winscope/src/viewers/components/rects/
Dmapper3d.ts399 x: mat.dsdx * point.x + mat.dsdy * point.y + mat.tx,
Dcanvas.ts251 transform.tx,
Drects_component_test.ts417 tx: 0,