Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 4 of 4) 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/tools/dx-tests/src/dxc/junit/opcodes/swap/
DTest_swap.java49 int tmp[] = new int[1]; in testN3() local
/cts/tests/tests/net/src/android/net/cts/
DDhcpInfoTest.java75 int tmp = Integer.parseInt(ipSegs[3]) << 24 | Integer.parseInt(ipSegs[2]) << 16 | in ipToInteger() 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