/external/webkit/Tools/Scripts/webkitpy/common/system/ |
zip_mock.py | 49 def extract(self, filename, path): member in class:MockZip
|
/external/icu4c/i18n/ |
udatpg.cpp | 81 return result.extract(bestPattern, capacity, *pErrorCode); 98 return result.extract(skeleton, capacity, *pErrorCode); 115 return result.extract(skeleton, capacity, *pErrorCode); 135 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCode); 242 return result.extract(dest, destCapacity, *pErrorCode);
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 107 s.extract(0, s.length(), charBuf, sizeof(charBuf)-1, 0); 131 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion 217 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion 344 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); 349 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
|
/dalvik/vm/mterp/armv5te/ |
OP_AGET_WIDE.S | 30 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_APUT_WIDE.S | 30 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_IGET.S | 45 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MUL_LONG.S | 39 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_NEW_ARRAY_JUMBO.S | 60 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SGET.S | 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SGET_JUMBO.S | 27 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SGET_WIDE_JUMBO.S | 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SHL_LONG.S | 30 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SHL_LONG_2ADDR.S | 26 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SHR_LONG.S | 30 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SHR_LONG_2ADDR.S | 26 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SPUT.S | 22 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SPUT_JUMBO.S | 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_USHR_LONG.S | 30 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_USHR_LONG_2ADDR.S | 26 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/dalvik/vm/mterp/armv6t2/ |
OP_IGET.S | 43 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_IGET_WIDE.S | 40 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_IPUT.S | 43 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SHL_LONG_2ADDR.S | 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_SHR_LONG_2ADDR.S | 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_USHR_LONG_2ADDR.S | 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
|