/dalvik/vm/mterp/mips/ |
binopLit8.S | 29 GET_INST_OPCODE(t0) # extract opcode from rINST
|
unflopWide.S | 29 GET_INST_OPCODE(t0) # extract opcode from rINST
|
unflopWider.S | 31 GET_INST_OPCODE(t0) # extract opcode from rINST
|
unopNarrower.S | 35 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/external/chromium_org/third_party/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/chromium_org/third_party/icu/source/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/intltest/ |
uts46test.cpp | 217 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 231 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 613 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 631 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 644 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); [all...] |
/external/eigen/Eigen/src/Core/util/ |
BlasUtil.h | 169 static inline ExtractType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits 186 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 198 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 211 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 233 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 246 return blas_traits<T>::extract(m).data() [all...] |
/external/chromium_org/third_party/icu/source/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fpformat.py | 35 def extract(s): function 96 sign, intpart, fraction, expo = extract(x) 111 sign, intpart, fraction, expo = extract(x)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fpformat.py | 35 def extract(s): function 96 sign, intpart, fraction, expo = extract(x) 111 sign, intpart, fraction, expo = extract(x)
|
/dalvik/vm/mterp/armv5te/ |
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
|
OP_NEW_ARRAY.S | 59 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_PACKED_SWITCH.S | 34 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
bincmp.S | 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
binopWide.S | 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
binopWide2addr.S | 32 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
zcmp.S | 26 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/dalvik/vm/mterp/armv6t2/ |
OP_MUL_LONG_2ADDR.S | 23 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
bincmp.S | 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
binopWide2addr.S | 31 GET_INST_OPCODE(ip) @ extract opcode from rINST
|