HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 251 - 275 of 502) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/current/support/multidex/library/libs/
android-support-multidex.jar 
  /system/core/libpixelflinger/codeflinger/
blending.cpp 119 // see if we need to extract 'component' from the destination (fb)
123 extract(fb, pixel, component);
348 extract(factor, dst_pixel, GGLFormat::ALPHA);
390 // no need to extract 'component' from the destination
425 // no need to extract 'component' from the source
  /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...]
  /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);
  /external/icu/icu4c/source/i18n/
anytrans.cpp 337 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
  /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>
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 298 if (!ME->extract()) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 270 FatLfnDirectoryEntry.extract(this, offset, ++i - offset);
  /ndk/build/tools/
build-host-gcc.sh 380 # <version> can be <major>.<minor>, extract <major>
606 # $3: extract compiler flags
    [all...]
  /ndk/
ndk-gdb.py 481 simply extract the 'android:debuggable' attribute value from
576 error('''Could not extract package name from %s.
666 error('''Could not extract package's data directory. Are you sure that
675 error('''Could not extract name of launchable activity from manifest!
701 error('''Could not extract PID of application on device/emulator.
709 error('''Could not extract PID of application on device/emulator.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 61 self.tar.extract("ustar/regtype", TEMPDIR)
77 self.tar.extract("ustar/regtype", TEMPDIR)
87 self.tar.extract("ustar/regtype", TEMPDIR)
301 tar.extract("ustar/regtype", TEMPDIR)
304 tar.extract("ustar/lnktype", TEMPDIR)
310 tar.extract("ustar/symtype", TEMPDIR)
885 # Let's extract it to the location which contains the symlink
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 61 self.tar.extract("ustar/regtype", TEMPDIR)
77 self.tar.extract("ustar/regtype", TEMPDIR)
87 self.tar.extract("ustar/regtype", TEMPDIR)
301 tar.extract("ustar/regtype", TEMPDIR)
304 tar.extract("ustar/lnktype", TEMPDIR)
310 tar.extract("ustar/symtype", TEMPDIR)
885 # Let's extract it to the location which contains the symlink
    [all...]
  /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...]

Completed in 1052 milliseconds

<<11121314151617181920>>