HomeSort by relevance Sort by last modified time
    Searched full:extracted (Results 251 - 275 of 1311) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 662 * @returns The input stream with the state of @p __x extracted or in
862 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 652 * @returns The input stream with the state of @p __x extracted or in
852 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 652 * @returns The input stream with the state of @p __x extracted or in
852 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 652 * @returns The input stream with the state of @p __x extracted or in
852 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random 652 * @returns The input stream with the state of @p __x extracted or in
852 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 662 * @returns The input stream with the state of @p __x extracted or in
862 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 662 * @returns The input stream with the state of @p __x extracted or in
862 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 662 * @returns The input stream with the state of @p __x extracted or in
862 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 662 * @returns The input stream with the state of @p __x extracted or in
862 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 662 * @returns The input stream with the state of @p __x extracted or in
862 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 638 + "extracted:%d(done:%b) "
643 + "extracted:%d(done:%b) "
703 // We extracted a frame, let's try something else next.
746 // We extracted a frame, let's try something else next.
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.h 124 *\li \b Extraction: The calling function(-ality) receives the NDEF data of an extracted
135 * \li \b Extraction: The component fills in the flags, extracted from the NDEF record.
147 * \li \b Extraction: The component fills the TNF value, extracted from the NDEF record.
333 * that all the pointers inside the extracted record structure direct
349 * plus the time needed by the caller to evaluate the extracted information. No copying of
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 528 * @returns The input stream with the state of @p __x extracted or in
735 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 528 * @returns The input stream with the state of @p __x extracted or in
735 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 528 * @returns The input stream with the state of @p __x extracted or in
735 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 537 * @returns The input stream with the state of @p __x extracted or in
746 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 528 * @returns The input stream with the state of @p __x extracted or in
735 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 537 * @returns The input stream with the state of @p __x extracted or in
746 * @returns The input stream with the state of @p __x extracted or in
    [all...]
  /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
643 * The size (number of 16 bit UChars) of the data to be extracted is returned. The
644 * full number of UChars is returned, even when the extracted text is truncated
647 * The extracted string will (if you are a user) / must (if you are a text provider)
651 * The iteration index is left at the position following the last extracted character.
661 * @param dest the UChar (UTF-16) buffer into which the extracted text is placed
665 * U_BUFFER_OVERFLOW_ERROR: the extracted text was truncated because the
667 * @return Number of UChars in the data to be extracted. Does not include a trailing NUL.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp 310 logln((UnicodeString)"Extracted pattern is " + s2);
332 logln((UnicodeString)"Extracted pattern is " + s3);
345 logln((UnicodeString)"Extracted pattern is " + s4);
dcfmtest.cpp 96 // Wrap a StringPiece around the extracted invariant data of a UnicodeString.
120 // Wrap a StringPiece around the extracted (to the default charset) data of
121 // a UnicodeString. The extracted data is guaranteed to be nul terminated.
  /external/icu4c/common/unicode/
utext.h 639 * Extract text from a UText into a UChar buffer. The range of text to be extracted
643 * The size (number of 16 bit UChars) of the data to be extracted is returned. The
644 * full number of UChars is returned, even when the extracted text is truncated
647 * The extracted string will (if you are a user) / must (if you are a text provider)
651 * The iteration index is left at the position following the last extracted character.
661 * @param dest the UChar (UTF-16) buffer into which the extracted text is placed
665 * U_BUFFER_OVERFLOW_ERROR: the extracted text was truncated because the
667 * @return Number of UChars in the data to be extracted. Does not include a trailing NUL.
    [all...]
  /external/icu4c/test/intltest/
dcfmapts.cpp 316 logln((UnicodeString)"Extracted pattern is " + s2);
338 logln((UnicodeString)"Extracted pattern is " + s3);
351 logln((UnicodeString)"Extracted pattern is " + s4);
  /external/kernel-headers/original/sound/
compress_params.h 277 * These options were extracted from the OpenMAX IL spec and Gstreamer vorbisenc
298 * These options were extracted from the OpenMAX IL spec
313 * These options were extracted from the FLAC online documentation
  /external/skia/tests/
BitmapCopyTest.cpp 414 r.set(1, 0, 1 + subW, subH); // 2x2 extracted bitmap
472 // of extracted bitmaps only because we handle the
528 // If the bitmap is "extracted", this also tests the case

Completed in 847 milliseconds

<<11121314151617181920>>