/dalvik/vm/mterp/mips/ |
OP_SGET_WIDE.S | 55 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHL_LONG.S | 30 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHR_LONG.S | 31 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHR_LONG_2ADDR.S | 25 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SPUT.S | 46 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SPUT_OBJECT.S | 47 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_USHR_LONG.S | 30 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binflopWide.S | 49 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_EXECUTE_INLINE.S | 32 GET_INST_OPCODE(t0) # extract opcode from rINST 37 * Extract args, call function. 103 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_EXECUTE_INLINE_RANGE.S | 28 GET_INST_OPCODE(t0) # extract opcode from rINST 34 * Extract args, call function. 91 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/external/eigen/Eigen/src/Core/products/ |
SelfadjointRank2Update.h | 66 typename internal::add_const_on_value_type<ActualUType>::type actualU = UBlasTraits::extract(u.derived()); 71 typename internal::add_const_on_value_type<ActualVType>::type actualV = VBlasTraits::extract(v.derived());
|
/external/expat/ |
import_expat.sh | 11 tar --extract --ungzip --strip-components=1 --file $1
|
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 32 GET_INST_OPCODE(ip) @ extract opcode from rINST 37 * Extract args, call function. 92 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_EXECUTE_INLINE_RANGE.S | 30 GET_INST_OPCODE(ip) @ extract opcode from rINST 35 * Extract args, call function. 86 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_INSTANCE_OF.S | 51 GET_INST_OPCODE(ip) @ extract opcode from rINST 63 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HashTable.h | 294 AddResult add(const ValueType& value) { return add<IdentityTranslatorType>(Extractor::extract(value), value); } 315 static bool isEmptyBucket(const ValueType& value) { return isHashTraitsEmptyValue<KeyTraits>(Extractor::extract(value)); } 316 static bool isDeletedBucket(const ValueType& value) { return KeyTraits::isDeletedValue(Extractor::extract(value)); } 459 if (HashTranslator::equal(Extractor::extract(*entry), key)) 468 if (!isDeletedBucket(*entry) && HashTranslator::equal(Extractor::extract(*entry), key)) 519 if (HashTranslator::equal(Extractor::extract(*entry), key)) 530 else if (HashTranslator::equal(Extractor::extract(*entry), key)) 581 if (HashTranslator::equal(Extractor::extract(*entry), key)) 592 else if (HashTranslator::equal(Extractor::extract(*entry), key)) 671 if (HashTranslator::equal(Extractor::extract(*entry), key) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dcfmtest.cpp | 113 // Buffer size is len+1 so that s.extract() will nul-terminate the string. 114 s.extract(0, len, buf.getAlias(), len+1, US_INV); 135 int32_t requiredCapacity = s.extract(0, len, buf.getAlias(), capacity) + 1; 139 s.extract(0, len, buf.getAlias(), capacity); 332 expectedType.extract(0, 1, expectedTypeC, 2, US_INV);
|
mnkytst.cpp | 86 source.extract(MIN(s, slen), MAX(s, slen), subs); 87 source.extract(MIN(t, tlen), MAX(t, tlen), subt); 161 source.extract(MIN(s, slen), MAX(s, slen), subs); 162 source.extract(MIN(t, tlen), MAX(t, tlen), subt);
|
/external/icu4c/i18n/ |
udateintervalformat.cpp | 102 return res.extract(result, resultCapacity, *status);
|
/external/icu4c/samples/layout/ |
UnicodeReader.cpp | 114 myText.extract(0, myText.length(), charBuffer);
|
/external/icu4c/test/intltest/ |
mnkytst.cpp | 86 source.extract(MIN(s, slen), MAX(s, slen), subs); 87 source.extract(MIN(t, tlen), MAX(t, tlen), subt); 161 source.extract(MIN(s, slen), MAX(s, slen), subs); 162 source.extract(MIN(t, tlen), MAX(t, tlen), subt);
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugAranges.h | 70 bool extract(DataExtractor debug_aranges_data);
|
/frameworks/compile/libbcc/include/bcinfo/ |
MetadataExtractor.h | 89 * Extract the actual metadata from the supplied bitcode. 93 bool extract();
|
/dalvik/vm/mterp/out/ |
InterpAsm-mips.S | 464 GET_INST_OPCODE(t0) # extract opcode from rINST 469 GET_INST_OPCODE(t0) # extract opcode from rINST 544 GET_INST_OPCODE(t0) # extract opcode from rINST 558 GET_INST_OPCODE(t0) # extract opcode from rINST 574 GET_INST_OPCODE(t0) # extract opcode from rINST 591 GET_INST_OPCODE(t0) # extract opcode from rINST 608 GET_INST_OPCODE(t0) # extract opcode from rINST 640 GET_INST_OPCODE(t0) # extract opcode from rINST 656 GET_INST_OPCODE(t0) # extract opcode from rINST 670 GET_INST_OPCODE(t0) # extract opcode from rINS [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaConverter.java | 49 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result); 71 LocalVariableInfo localInfo = LocalVariableExtractor.extract(ssaMeth); 113 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);
|