Searched refs:from16 (Results 1 – 6 of 6) sorted by relevance
/external/smali/smali/src/test/resources/LexerTest/ |
D | InstructionTest.smali | 144 move/from16 145 move-wide/from16 146 move-object/from16
|
D | InstructionTest.tokens | 144 INSTRUCTION_FORMAT22x("move/from16") 145 INSTRUCTION_FORMAT22x("move-wide/from16") 146 INSTRUCTION_FORMAT22x("move-object/from16")
|
/external/icu4c/test/intltest/ |
D | ustrtest.cpp | 246 UnicodeString from16(FALSE, utf16, LENGTHOF(utf16)); in TestBasicManipulation() local 247 if(from8a != from16 || from8b != from16) { in TestBasicManipulation() 251 int32_t length8=from16.extract(0, 0x7fffffff, buffer, (uint32_t)sizeof(buffer)); in TestBasicManipulation() 255 length8=from16.extract(1, 2, buffer, (uint32_t)sizeof(buffer)); in TestBasicManipulation()
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.flex | 498 "move/from16" | "move-wide/from16" | "move-object/from16" {
|
/external/smali/smali/src/main/antlr3/ |
D | smaliParser.g | 1013 : //e.g. move/from16 v1, v1234
|
D | smaliTreeWalker.g | 1182 : //e.g. move/from16 v1, v1234
|