Searched
full:normalized (Results
626 -
650 of
2072) sorted by null
<<21222324252627282930>>
/frameworks/base/core/java/android/net/ |
LinkQualityInfo.java | 167 * returns the signal strength normalized across multiple types of networks
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
BluetoothPacketEncoder.java | 53 // This receives normalized data from mMidiFramer and accumulates it into a packet buffer
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
Utils.java | 96 * Returns the normalized sha-256 fingerprints of a given package according to the Android
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecMessageBuilder.java | 111 String normalized = language.toLowerCase(); local 113 (byte) (normalized.charAt(0) & 0xFF), 114 (byte) (normalized.charAt(1) & 0xFF), 115 (byte) (normalized.charAt(2) & 0xFF),
|
/frameworks/minikin/libs/minikin/ |
FontLanguageListCache.cpp | 74 ALOGD("ICU normalized '%s' to '%s'", locale.c_str(), output);
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES31.spec | 65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
|
/frameworks/rs/driver/ |
rsdMeshObj.cpp | 113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32;
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
camera_response.rsh | 13 // The difference here is that we use a normalized model such
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
TargetArch.cmake | 92 # Now add all the architectures in our normalized order
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
TargetArch.cmake | 83 # Now add all the architectures in our normalized order
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
ImmutableGregorianDate.java | 227 protected void setNormalized(boolean normalized) {
|
/packages/apps/Camera2/src/com/android/camera/one/ |
Settings3A.java | 117 * @return The size of (square) metering regions, normalized with respect to
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
FilteredNumberContract.java | 61 * Represents the number to be filtered, normalized to compare phone numbers for equality.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactLookupKey.java | 160 // Parse the source ID or normalized display name
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
versionpredicate.py | 40 The str() of a `VersionPredicate` provides a normalized
|
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/ |
util.py | 111 # above, we fix it here so that PATH_INFO gets normalized to
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
versionpredicate.py | 40 The str() of a `VersionPredicate` provides a normalized
|
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/ |
util.py | 111 # above, we fix it here so that PATH_INFO gets normalized to
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/machine/ |
ieee.h | 63 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
fenv.h | 43 * to the closest normalized value.
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/ |
ieee.h | 59 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/machine/ |
ieee.h | 60 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/machine/ |
ieee.h | 63 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
fenv.h | 43 * to the closest normalized value.
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/ |
ieee.h | 59 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
Completed in 1037 milliseconds
<<21222324252627282930>>