/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 141 ; load and extract the predictor up to shorts
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 414 extract_u_t extract = ib ? render->ib.extract_u : extract_id; local 436 extract(&render->ib, 0, start);
|
/external/chromium_org/chrome/tools/build/win/ |
resedit.py | 6 """A utility script that can extract and edit resources in a Windows binary. 49 """A utility class to make it easy to extract and manipulate resources in a 159 # Extract each resource to a file in the output dir. 241 A utility script to extract and edit the resources in a Windows executable. 244 # Extract from mini_installer.exe, the resource type "B7", langid 1033 and 247 %prog mini_installer.exe --extract B7 1033 CHROME.PACKED.7Z chrome.7z 267 parser.add_option('', '--extract', action='append', default=[], nargs=4, 268 help='Extract the resource with the given type, language id and name ' 306 for res_type, res_lang, res_name, dest_file in options.extract:
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utext.h | 639 * Extract text from a UText into a UChar buffer. The range of text to be extracted 653 * @param ut the UText from which to extract data. 654 * @param nativeStart the native index of the first character to extract.\ 658 * character to extract. If the specified index is out of range, 1265 UTextExtract *extract; member in struct:UTextFuncs [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustrenum.cpp | 51 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
|
messagepattern.cpp | [all...] |
unistr.cpp | 785 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString 804 UnicodeString::extract(int32_t start, function in class:UnicodeString 853 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ssearch.cpp | 150 id->extract(0, id->length(), testId, sizeof(testId), US_INV); 204 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL); [all...] |
csdetest.cpp | 142 length = source.extract(0, sLength, NULL, codepage); 146 source.extract(0, sLength, bytes, codepage); 777 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1"); [all...] |
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.cpp | 463 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 481 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 509 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 531 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); [all...] |
/external/chromium_org/third_party/icu/source/test/thaitest/ |
thaitest.cpp | 352 myText.extract(1, myText.length(), buffer);
|
/external/eigen/Eigen/src/Core/ |
Transpose.h | 339 static inline const XprType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits
|
/external/icu/icu4c/source/common/unicode/ |
utext.h | 639 * Extract text from a UText into a UChar buffer. The range of text to be extracted 653 * @param ut the UText from which to extract data. 654 * @param nativeStart the native index of the first character to extract.\ 658 * character to extract. If the specified index is out of range, 1265 UTextExtract *extract; member in struct:UTextFuncs [all...] |
/external/icu/icu4c/source/common/ |
ustrenum.cpp | 51 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
|
messagepattern.cpp | [all...] |
unistr.cpp | 785 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString 804 UnicodeString::extract(int32_t start, function in class:UnicodeString 853 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString [all...] |
/external/icu/icu4c/source/i18n/ |
anytrans.cpp | 337 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
|
rbnf.cpp | 569 int32_t len = msg.extract(0, msg.length(), buf, 128); 607 info.extract(p, len, status); 997 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant); [all...] |
/external/icu/icu4c/source/test/intltest/ |
ssearch.cpp | 150 id->extract(0, id->length(), testId, sizeof(testId), US_INV); 204 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL); [all...] |
/external/icu/icu4c/source/test/letest/ |
letest.cpp | 463 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 481 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 509 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 531 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); [all...] |
/external/icu/icu4c/source/test/thaitest/ |
thaitest.cpp | 352 myText.extract(1, myText.length(), buffer);
|
/external/openfst/src/include/fst/extensions/far/ |
farscript.h | 31 #include <fst/extensions/far/extract.h>
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbnf.cpp | 564 int32_t len = msg.extract(0, msg.length(), buf, 128); 602 info.extract(p, len, status); 965 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant); [all...] |
timezone.cpp | 252 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV); 275 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), ""); [all...] |
tzgnames.cpp | 526 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); 554 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); 803 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); [all...] |