/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
LocalVariableExtractor.java | 51 * @param method {@code non-null;} the method to extract from 54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor 60 * Constructs an instance. This method is private. Use {@link #extract}. 62 * @param method {@code non-null;} the method to extract from
|
/external/eigen/Eigen/src/Core/products/ |
TriangularMatrixVector.h | 222 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs()); 223 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs()); 297 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs()); 298 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
|
/external/icu4c/common/ |
charstr.cpp | 105 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
|
/external/icu4c/i18n/ |
name2uni.cpp | 191 name.extract(0, len, cbuf, maxLen, US_INV);
|
ucal.cpp | 77 len = id.extract(result, resultCapacity, *ec); 215 return id.extract(result, resultLength, *status); 255 return id.extract(result, resultLength, *status); 584 reslen = canonical.extract(result, resultCapacity, *status);
|
currpinf.cpp | 303 pattern->extract(0, pattern->length(), result_1, "UTF-8"); 319 pattern->extract(0, pattern->length(), result_1, "UTF-8");
|
udat.cpp | 234 return res.extract(result, resultLength, *status); 398 return res.extract(result, resultLength, *status); 482 return res1.extract(result, resultLength, *status); 544 return res[index].extract(result, resultLength, *status); [all...] |
zonemeta.cpp | 255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus); 553 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status); 619 tzid.extract(key, tzidLen, status); 651 int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); 743 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV); 753 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
|
/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.cpp | 55 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
|
LiveRegMatrix.cpp | 93 Matrix[*Units].extract(VirtReg);
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugArangeSet.cpp | 50 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
EncodedStringValue.java | 228 * Extract an EncodedStringValue[] from a given String. 230 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
|
/device/asus/deb/self-extractors/ |
generate-packages.sh | 260 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/asus/flo/self-extractors/ |
generate-packages.sh | 254 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/asus/grouper/self-extractors/ |
generate-packages.sh | 210 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/asus/tilapia/self-extractors/ |
generate-packages.sh | 189 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/lge/hammerhead/self-extractors/ |
generate-packages.sh | 250 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/lge/mako/self-extractors/ |
generate-packages.sh | 235 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/device/samsung/manta/self-extractors/ |
generate-packages.sh | 124 SCRIPT=extract-$COMPANY-$DEVICE.sh
|
/external/chromium_org/third_party/icu/source/i18n/ |
currpinf.cpp | 291 pattern->extract(0, pattern->length(), result_1, "UTF-8"); 307 pattern->extract(0, pattern->length(), result_1, "UTF-8");
|
udat.cpp | 191 return res.extract(result, resultLength, *status); 355 return res.extract(result, resultLength, *status); 434 return res1.extract(result, resultLength, *status); 488 return res[index].extract(result, resultLength, *status); 925 return datePattern.extract(result, resultLength, *status); 944 return timePattern.extract(result, resultLength, *status);
|
/external/eigen/Eigen/src/Core/ |
SolveTriangular.h | 59 ActualLhsType actualLhs = LhsProductTraits::extract(lhs); 91 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsProductTraits::extract(lhs);
|
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 159 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'! 345 testSetting.extract(0, testSetting.length(), testType, ""); 347 errln("Unable to extract 'Type'. Skipping..");
|
/external/zlib/src/examples/ |
zran.c | 46 some lookahead and avoid many calls to extract() for small lengths. 244 the end of the uncompressed data, then extract() will return a value less 247 was generated. extract() may also return Z_ERRNO if there is an error on 249 local int extract(FILE *in, struct access *index, off_t offset, function 351 /* Demonstrate the use of build_index() and extract() by processing the file 396 len = extract(in, index, offset, buf, CHUNK);
|
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
id3_parser.js | 268 * Attempts to extract ID3v1 tag from 128 bytes long ByteBuffer 388 function extract(propName, tags) { 398 extract('album', 'TALB', 'TAL'); 399 extract('title', 'TIT2', 'TT2'); 400 extract('artist', 'TPE1', 'TP1');
|