Home
last modified time | relevance | path

Searched refs:EXT (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java61 EXT(21), // Followed by immediate indicating ExtendedOpcodes. enumConstant
780 Instruction instruction = new Instruction(Opcodes.EXT, register); in addLoadFromMemory()
795 Instruction instruction = new Instruction(Opcodes.EXT, register); in addStoreToMemory()
805 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNot()
815 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNeg()
825 Instruction instruction = new Instruction(Opcodes.EXT); in addSwap()
836 Instruction instruction = new Instruction(Opcodes.EXT, register); in addMove()
/packages/services/BuiltInPrintService/jni/plugins/
Dlib_pcl.h33 #define _START_JOB(JOB_INFO, EXT) \ argument
38 debug_ifc->debug_start_job(JOB_INFO->job_handle, EXT); \