Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Ddex_bytecode.cc134 static u4 InstA(u2 inst) { return (inst >> 8) & 0x0f; } in InstA()
135 static u4 InstB(u2 inst) { return inst >> 12; } in InstB()
136 static u4 InstAA(u2 inst) { return inst >> 8; } in InstAA()
148 u2 inst = bytecode[0]; in DecodeInstruction() local
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtCodecSweepTest.py92 def test_case_fn(inst): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java100 final String inst = mDevice.executeShellCommand(CHECK_PACKAGE_CMD); in ensureDeviceSetup() local