OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normalized
(Results
501 - 525
of
2497
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/luni/src/main/java/org/xml/sax/ext/
Locator2.java
61
* in some encodings be
normalized
, using Unicode Normalization
/libcore/ojluni/src/main/java/sun/nio/ch/
IOStatus.java
44
// status value needs to be
normalized
before being returned to the invoker
/libcore/ojluni/src/main/java/sun/util/locale/
LocaleObjectCache.java
61
// make sure key is
normalized
*after* the object creation
/packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java
76
// 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/java/com/android/dialer/database/
FilteredNumberContract.java
54
* Represents the number to be filtered,
normalized
to compare phone numbers for equality.
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
Cp2Projections.java
122
/** Returns the
normalized
number in the current row of {@code cursor}. */
/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
SmartDialNameMatcher.java
108
* @param query -
Normalized
query (only contains numbers from 0-9)
158
* @param query -
Normalized
query (only contains numbers from 0-9)
220
* @param displayName The
normalized
(no accented characters) display name we intend to match
402
* @param displayName The
normalized
(no accented characters) display name we intend to match
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java
182
* The bitmap is also visually
normalized
with other icons.
191
* The bitmap is also visually
normalized
with other icons.
223
* Creates a
normalized
bitmap suitable for the all apps view. The bitmap is also visually
224
*
normalized
with other icons and has enough spacing to add shadow.
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultAppPreferenceController.java
63
// already using AppPreference so their icon is already
normalized
.
/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/
TimeZoneData.java
95
// Uppercase ASCII is
normalized
for the purpose of using ICU API
/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/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionFeaturizer.java
29
* features currently include
normalized
time from previous events (shown, dismissed and clicked)
/packages/apps/TV/common/src/com/android/tv/common/
TvContentRatingCache.java
70
// 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
Completed in 3789 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>