Searched
full:extracted (Results
351 -
375 of
1311) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 183 * Creates a new set of layout parameters. The values are extracted from
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameImage2D.java | 53 * The RGBA pixel data will be extracted from the bitmap and assigned to the frame data. Note,
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
Charsets.java | 29 * Extracted from API level 18, file:
|
Objects.java | 27 * Extracted from API level 19, file:
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLDSAPrivateKey.java | 121 throw new UnsupportedOperationException("private key value X cannot be extracted");
|
OpenSSLECPrivateKey.java | 115 throw new UnsupportedOperationException("private key value S cannot be extracted");
|
OpenSSLRSAPrivateKey.java | 143 throw new UnsupportedOperationException("private exponent cannot be extracted");
|
/libcore/luni/src/main/java/java/util/jar/ |
JarInputStream.java | 174 * @return the next extracted ZIP entry.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_io.c | 156 break; // Character is extracted but not appended.
|
/ndk/tests/device/test-gnustl-full/unit/ |
istmit_test.cpp | 115 /* The following code cannot work, '33' is extracted as a string
|
/ndk/tests/device/test-stlport/unit/ |
istmit_test.cpp | 115 /* The following code cannot work, '33' is extracted as a string
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TileImageViewAdapter.java | 80 // 100 + 3x2 = 106, and the size of the region to be extracted from the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
list_partition.h | 144 // Calculation of the parts (one must be extracted from current
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_io.c | 156 break; // Character is extracted but not appended.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_io.c | 156 break; // Character is extracted but not appended.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_io.c | 156 break; // Character is extracted but not appended.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_io.c | 156 break; // Character is extracted but not appended.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_io.c | 156 break; // Character is extracted but not appended.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
list_partition.h | 146 // Calculation of the parts (one must be extracted from __current
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
ViewClassInfo.java | 22 * in the layout hierarchy, as extracted from the main android.jar and the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoring.java | 245 // Replace extracted elements by <include> tag 288 // ALL of elements being extracted, and if they too are contiguous 321 // place the extracted include in the base layout folder (if not it goes next to 454 return new NullChange("Open extracted layout and refresh resources") {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringProposal.java | 91 // Look up the beginning and the end of the line (outside of the extracted string)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 52 // bundled jar, and must be extracted to temp filesystem location to be
|
/external/aac/libPCMutils/src/ |
pcmutils_lib.cpp | 228 USHORT matrixMixdownIdx; /*!< MPEG mixdown index extracted from PCE. */ 229 USHORT pseudoSurroundEnable; /*!< Pseudo surround enable flag extracted from PCE. */ 237 FIXP_SGL centerMixLevelValue; /*!< DVB mixdown level for the center channel extracted from anc data. */ 238 FIXP_SGL surroundMixLevelValue; /*!< DVB mixdown level for back channels extracted from anc data. */ 706 /** Set the matrix mixdown information extracted from the PCE of an AAC bitstream. 709 * @param [in] The 2 bit matrix mixdown index extracted from PCE. 710 * @param [in] The pseudo surround enable flag extracted from PCE. [all...] |
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 560 * matching is set to VALID; else no test number should be extracted at that leniency level 562 * matching is set to POSSIBLE; else no test number should be extracted at that leniency level 932 CharSequence extracted = text.subSequence(match.start(), match.end()); local [all...] |
Completed in 4278 milliseconds
<<11121314151617181920>>