HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 826 - 850 of 2497) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsObservers.java 70 * Creates a wrapper that contains the caller context and a normalized request.
76 * @return the normalized request wrapped within {@link RequestInfo}.
  /frameworks/rs/script_api/
rs_quaternion.spec 70 arg: const rs_quaternion* q, "Normalized quaternion."
73 Computes a rotation matrix from the normalized quaternion.
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 69 * returns the normalized value given by the parser. It is also the case
133 * <td valign='top' rowspan='1' colspan='1'>Normalized newline between</td>
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconNormalizer.java 65 // Ratio of the diameter of an normalized circular icon to the actual icon size.
379 * @return The diameter of the normalized circle that fits inside of the square (size x size).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 77 * Set the normalized-score threshold for a suggestion to be considered strong enough that we
86 * Set the normalized-score threshold for what we consider a "plausible" suggestion, in
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 365 // For space-aware gestures, we store the normalized distance at the char index
473 // Saves the current normalized compound distance for space-aware gestures.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 149 unsigned getBestEditDistance(bool Normalized) {
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
SemaInternal.h 149 unsigned getBestEditDistance(bool Normalized) {
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
SemaInternal.h 149 unsigned getBestEditDistance(bool Normalized) {
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 149 unsigned getBestEditDistance(bool Normalized) {
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
SemaInternal.h 149 unsigned getBestEditDistance(bool Normalized) {
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
SemaInternal.h 149 unsigned getBestEditDistance(bool Normalized) {
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
SemaInternal.h 150 unsigned getBestEditDistance(bool Normalized) {
155 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/go/darwin-x86/src/math/big/
intconv_test.go 183 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
186 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /prebuilts/go/linux-x86/src/math/big/
intconv_test.go 183 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
186 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
matrix_transform.hpp 93 /// @param axis Rotation axis, recommanded to be normalized.
280 /// @param up Normalized up vector, how the camera is oriented. Typically (0, 0, 1)
  /test/vts/utils/python/controllers/
attenuator.py 228 r"""This function returns the current attenuation setting of Attenuator, normalized by
240 r"""This function returns the max attenuation setting of Attenuator, normalized by

Completed in 2141 milliseconds

<<31323334353637383940>>