/external/chromium_org/base/android/java/src/org/chromium/base/ |
ResourceExtractor.java | 42 // By default, we attempt to extract a pak file for the users 106 // ones that we need to extract by trying to match the Patterns that we 175 // Worst case we don't write a timestamp, so we'll re-extract the resource 258 * By default the ResourceExtractor will attempt to extract a pak resource for the users 261 * @param extract False if we should not attempt to extract a pak file for 262 * the users currently selected locale and try to extract only the 266 public static void setExtractImplicitLocaleForTesting(boolean extract) { 269 sExtractImplicitLocalePak = extract; 315 * This will extract the application pak resources in a [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
context_menu_widget.js | 20 * @param {Object} node Node to extract from.
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
util.js | 15 * Extract query params from given search string of an URL. 16 * @param {string} search The search portion of an URL to extract params. 66 * Extract domain name from an URL.
|
/external/chromium_org/third_party/icu/source/i18n/ |
currpinf.cpp | 303 pattern->extract(0, pattern->length(), result_1, "UTF-8"); 319 pattern->extract(0, pattern->length(), result_1, "UTF-8");
|
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); 788 resultWinID.extract(winid, winidCapacity, *status); 806 resultID.extract(id, idCapacity, *status);
|
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 | 254 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus); 557 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status); 601 tzid.extract(key, tzidLen, status); 633 int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); 725 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV); 735 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
|
umsg.cpp | 360 return res.extract(result, resultLength, *status); 483 return resultStr.extract(result, resultLength, *status); 583 temp.extract(0,len,aString);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrfmt.cpp | 160 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'! 346 testSetting.extract(0, testSetting.length(), testType, ""); 348 errln("Unable to extract 'Type'. Skipping..");
|
normconf.cpp | 504 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1); 506 gotPretty.extract(0, gotPretty.length(), gotChars, gotPretty.length() + 1); 508 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
|
/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/icu/icu4c/source/i18n/ |
currpinf.cpp | 303 pattern->extract(0, pattern->length(), result_1, "UTF-8"); 319 pattern->extract(0, pattern->length(), result_1, "UTF-8");
|
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); 788 resultWinID.extract(winid, winidCapacity, *status); 806 resultID.extract(id, idCapacity, *status);
|
udat.cpp | 237 return res.extract(result, resultLength, *status); 401 return res.extract(result, resultLength, *status); 485 return res1.extract(result, resultLength, *status); 547 return res[index].extract(result, resultLength, *status); [all...] |
/external/icu/icu4c/source/test/intltest/ |
dadrfmt.cpp | 160 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'! 346 testSetting.extract(0, testSetting.length(), testType, ""); 348 errln("Unable to extract 'Type'. Skipping..");
|
/external/llvm/ |
Android.mk | 97 tools/llvm-extract \
|
/external/llvm/lib/DebugInfo/ |
DWARFUnit.cpp | 74 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { function in class:DWARFUnit 96 return RangeList.extract(RangesData, &ActualRangeListOffset);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
id3_parser.js | 277 * Attempts to extract ID3v1 tag from 128 bytes long ByteBuffer 396 function extract(propName, tags) { 406 extract('album', 'TALB', 'TAL'); 407 extract('title', 'TIT2', 'TT2'); 408 extract('artist', 'TPE1', 'TP1');
|
/external/chromium_org/third_party/cython/src/Cython/Build/ |
Dependencies.py | 547 def transitive_merge(self, node, extract, merge): 549 seen = self._transitive_cache[extract, merge] 551 seen = self._transitive_cache[extract, merge] = {} 553 node, extract, merge, seen, {}, self.cimported_files)[0] 555 def transitive_merge_helper(self, node, extract, merge, seen, stack, outgoing): 558 deps = extract(node) 565 sub_deps, sub_loop = self.transitive_merge_helper(next, extract, merge, seen, stack, outgoing) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
normalizer2.cpp | 771 return destString.extract(dest, capacity, *pErrorCode); 812 safeMiddle.extract(0, 0x7fffffff, first+firstLength-safeMiddle.length()); 827 return firstString.extract(first, firstCapacity, *pErrorCode); 865 return destString.extract(decomposition, capacity, *pErrorCode); 884 return destString.extract(decomposition, capacity, *pErrorCode); [all...] |
/external/icu/icu4c/source/common/ |
normalizer2.cpp | 771 return destString.extract(dest, capacity, *pErrorCode); 812 safeMiddle.extract(0, 0x7fffffff, first+firstLength-safeMiddle.length()); 827 return firstString.extract(first, firstCapacity, *pErrorCode); 865 return destString.extract(decomposition, capacity, *pErrorCode); 884 return destString.extract(decomposition, capacity, *pErrorCode); [all...] |
/external/libhevc/common/arm/ |
ihevc_intra_pred_chroma_mode_27_to_33.s | 154 vmov.u32 lr,d5[0] @(i row)extract idx to the r register 203 vmov.u32 lr,d5[1] @extract idx to the r register 281 vmov.u32 lr,d3[0] @(i)extract idx to the r register 320 vmov.u32 lr,d3[1] @extract idx to the r register 391 vmov.u32 lr,d3[0] @(i)extract idx to the r register
|
ihevc_intra_pred_filters_chroma_mode_19_to_25.s | 265 vmov.u32 lr,d5[0] @(i row)extract idx to the r register 311 vmov.u32 lr,d5[1] @extract idx to the r register 390 vmov.u32 lr,d3[0] @(i)extract idx to the r register 431 vmov.u32 lr,d3[1] @extract idx to the r register 504 vmov.u32 lr,d3[0] @(i)extract idx to the r register
|
ihevc_intra_pred_filters_luma_mode_19_to_25.s | 269 vmov.u32 lr,d5[0] @(i row)extract idx to the r register 314 vmov.u32 lr,d5[1] @extract idx to the r register 388 vmov.u32 lr,d3[0] @(i)extract idx to the r register 428 vmov.u32 lr,d3[1] @extract idx to the r register 498 vmov.u32 lr,d3[0] @(i)extract idx to the r register
|
ihevc_intra_pred_luma_mode_27_to_33.s | 158 vmov.u32 lr,d5[0] @(i row)extract idx to the r register 206 vmov.u32 lr,d5[1] @extract idx to the r register 283 vmov.u32 lr,d3[0] @(i)extract idx to the r register 321 vmov.u32 lr,d3[1] @extract idx to the r register 391 vmov.u32 lr,d3[0] @(i)extract idx to the r register
|