HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 401 - 425 of 2072) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/wm/animation/
ClipRectTBAnimation.java 54 // code from Animation here and use it to calculate/store the uninterpolated normalized
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 24 * incoming r,g,b values are use as normalized x,y,z coordinates into a 3D
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementnormalize.java 32 * document element and check that the element has been normalized.
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2.java 61 * in some encodings be normalized, using Unicode Normalization
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java 72 // original formatting since TalkBack is not reading the normalized numbers correctly
  /packages/apps/DevCamera/src/com/android/devcamera/
NormalizedFace.java 24 * Face coordinates. Normalized 0 to 1, and in native sensor orientation, which so far seems to be
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 272 * @param normalizedNumber the normalized number of the given number.
274 * used to format the number if the normalized phone is null.
330 // Only replace the normalized number if the new updated normalized number isn't empty.
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 121 * @param query - Normalized query (only contains numbers from 0-9)
178 * @param query - Normalized query (only contains numbers from 0-9)
190 * @param query - Normalized query (only contains numbers from 0-9)
252 * @param displayName The normalized(no accented characters) display name we intend to match
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 513 final double normalized = ((double) value - mMin) / (mMax - mMin); local
515 0.36884343106175121463 * Math.log10(normalized) + -0.04328199452018252624);
525 final double normalized = point / mSize; local
527 * Math.pow(normalized, 2.7111774693164631640);
  /packages/apps/TV/common/src/com/android/tv/common/
TvContentRatingCache.java 71 // Add an entry so the non normalized entry points to the same result;
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactDrawable.java 93 // The email should already have been normalized by the ContactRequest.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 80 // Check for a normalized number; if not present attempt to determine one now.
NameNormalizer.java 27 * Converts a name to a normalized form by removing all non-letter characters and normalizing
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 62 * Computes a string distance between two normalized strings passed as byte arrays.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Hex.java 78 * TODO Use checked exceptions instead of RuntimeException. Apparently normalized names *may*
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
decfloat.h 77 /* Minimum normalized positive floating-point number. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
decfloat.h 77 /* Minimum normalized positive floating-point number. */
  /prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h 80 In a normalized number, ob_digit[abs(ob_size)-1] (the most significant
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fnmatch.py 35 Both FILENAME and PATTERN are first case-normalized
  /prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h 80 In a normalized number, ob_digit[abs(ob_size)-1] (the most significant
  /prebuilts/gdb/linux-x86/lib/python2.7/
fnmatch.py 35 Both FILENAME and PATTERN are first case-normalized
  /prebuilts/go/darwin-x86/test/bench/shootout/
pidigits.c 57 /* ... is normalized, then the two divisions have the same result. */
pidigits.go 75 // ... is normalized, then the two divisions have the same result.
  /prebuilts/go/linux-x86/test/bench/shootout/
pidigits.c 57 /* ... is normalized, then the two divisions have the same result. */
pidigits.go 75 // ... is normalized, then the two divisions have the same result.

Completed in 3973 milliseconds

<<11121314151617181920>>