Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 7 of 7) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexBuffer.java95 int tmp = 0; in readInt() local
108 int tmp = 0; in readShort() local
121 int tmp = 0; in readChar() local
134 int tmp = 0; in readLong() local
/cts/tests/tests/net/src/android/net/cts/
DDhcpInfoTest.java59 int tmp = Integer.parseInt(ipSegs[3]) << 24 | Integer.parseInt(ipSegs[2]) << 16 | in ipToInteger() local
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
DBoid.cpp37 Vector2D tmp = mPosition.copy(); in flock() local
/cts/tools/dasm/src/dasm/
DScanner.java46 char tmp[] = new char[buffer_size * 2]; in expand() local
182 int tmp = Character.digit((char) nextChar, 16); in readUnicodeChar() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java279 BluetoothServerSocket tmp = null; in AcceptThread() local
365 BluetoothSocket tmp = null; in ConnectThread() local
/cts/tests/tests/media/src/android/media/cts/
DVisualizerTest.java218 int tmp = ((int)data[i] & 0xFF) - 128; in computeEnergy() local
/cts/hostsidetests/holo/src/android/holo/cts/
DHoloHostTest.java164 final File tmp = File.createTempFile("ref_" + name, ".png"); in setUp() local