HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 51 - 75 of 319) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 21 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_GOTO_32.S 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_QUICK.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_MONITOR_EXIT.S 22 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_MOVE_WIDE.S 11 GET_INST_OPCODE(ip) @ extract opcode from rINST
binop.S 32 GET_INST_OPCODE(ip) @ extract opcode from rINST
binop2addr.S 30 GET_INST_OPCODE(ip) @ extract opcode from rINST
binopLit8.S 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
unopNarrower.S 21 GET_INST_OPCODE(ip) @ extract opcode from rINST
unopWide.S 19 GET_INST_OPCODE(ip) @ extract opcode from rINST
unopWider.S 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_AGET.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_APUT.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_OBJECT_QUICK.S 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_WIDE_QUICK.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_MUL_LONG_2ADDR.S 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_QUICK.S 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_WIDE_QUICK.S 14 GET_INST_OPCODE(ip) @ extract opcode from rINST
binop2addr.S 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
unopWide.S 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /external/webkit/Tools/Scripts/webkitpy/common/system/
zipfileset.py 66 def extract(self, filename, path): member in class:ZipFileSet
68 self._zip_file.extract(filename, path)
  /external/icu4c/test/intltest/
uts46test.cpp 216 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
230 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
589 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
607 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
620 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
626 prettify(aT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
633 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
637 prettify(aT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 44 message.extract(0, message.length(), buffer, sizeof(buffer));
51 message.extract(0, message.length(), buffer, sizeof(buffer));
58 message.extract(0, message.length(), buffer, sizeof(buffer));
242 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
244 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
246 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
407 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
409 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
411 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
601 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 30 while (set.extract(arangesData, &offset))
75 Aranges->extract(arangesData);
108 if (!CUs.back().extract(debug_info_data, &offset)) {
  /external/llvm/utils/buildit/
build_llvm 232 -exec lipo -extract ppc -extract i386 {} -output {} \;
235 -exec lipo -extract ppc7400 -extract i386 {} -output {} \;
238 -exec lipo -extract i386 -extract x86_64 {} -output {} \;

Completed in 148 milliseconds

1 23 4 5 6 7 8 91011>>