HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 101 - 125 of 707) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
math_op.c 64 L_x = (L_x << exp); /* L_x is normalized */
101 Word32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */
188 | The result is normalized (in Q31) with exponent (0..30). |
196 Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 24 * Converts a name to a normalized form by removing all non-letter characters and normalizing
NameSplitter.java 754 String normalized = lastToken.toUpperCase(); local
755 if (mSuffixesSet.contains(normalized)) {
764 normalized += ".";
768 while (normalized.length() <= mMaxSuffixLength) {
770 if (mSuffixesSet.contains(normalized)) {
787 normalized = tokens.mTokens[pos].toUpperCase() + "." + normalized;
839 final String normalized = word.toUpperCase(); local
841 return mLastNamePrefixesSet.contains(normalized)
842 || mLastNamePrefixesSet.contains(normalized + ".")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdsmart.h 30 unsigned char normalized; member in struct:ata_smart_attribute_s
  /sdk/archquery/src/com/android/archquery/
Main.java 39 * At this time, the normalized values are:
  /external/icu4c/i18n/unicode/
dtitvfmt.h 724 * 2. 'E' and 'EE' are normalized into 'EEE'
725 * 3. 'MM' is normalized into 'M'
728 * 1. both 'H' and 'h' are normalized as 'h' in normalized time skeleton,
729 * 2. 'a' is omitted in normalized time skeleton.
730 * 3. there is only one appearance for 'h', 'm','v', 'z' in normalized time
736 * @param normalizedDate Output parameter for normalized date only
739 * @param normalizedTime Output parameter for normalized time only
769 * @param dateSkeleton normalized date skeleton
770 * @param timeSkeleton normalized time skeleto
    [all...]
timezone.h 270 * Returns the canonical system timezone ID or the normalized
274 * or the custom time zone ID in normalized format.
286 * Returns the canonical system time zone ID or the normalized
290 * or the custom time zone ID in normalized format.
710 * Parse a custom time zone identifier and return the normalized
714 * @param normalized Receives the normalized custom ID
717 * @return The normalized custom id string.
719 static UnicodeString& getCustomID(const UnicodeString& id, UnicodeString& normalized,
723 * Returns the normalized custome time zone ID for the given offset fields
    [all...]
  /external/collada/include/1.4/dom/
domMorph.h 113 * accepted values are NORMALIZED, and RELATIVE. The default value if not
114 * specified is NORMALIZED. Optional attribute.
  /external/iproute2/
README.distribution 63 for the ("normalized") inverse of size TABLESIZE, covering its domain 0
90 4. The tables produced are all normalized for mean 0 and standard
  /external/iproute2/netem/
README.distribution 65 for the ("normalized") inverse of size TABLESIZE, covering its domain 0
92 4. The tables produced are all normalized for mean 0 and standard
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 115 // The ratio between the Gauss-normalized associated Legendre functions and
116 // the Schmid quasi-normalized ones. Compute these once staticly since they
332 * Utility class to compute a table of Gauss-normalized associated Legendre
336 // These are the Gauss-normalized associated Legendre functions -- that
348 * Returned functions will be Gauss-normalized
352 // Compute the table of Gauss-normalized associated Legendre
389 * Compute the ration between the Gauss-normalized associated Legendre
390 * functions and the Schmidt quasi-normalized version. This is equivalent to
  /frameworks/base/core/java/com/google/android/mms/util/
PduCache.java 167 * @param uri The Uri to be normalized.
168 * @return Uri The normalized key of cached entry.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_EncodeMV.c 183 meaning the MV data is halfed and then normalized
195 meaning the MV data is halfed and then normalized
  /libcore/luni/src/main/java/org/w3c/dom/
DOMConfiguration.java 79 * normalized</a>, as defined in appendix B of [<a href='http://www.w3.org/TR/2004/REC-xml11-20040204/'>XML 1.1</a>]. When a
84 * <dd>[<em>required</em>] (<em>default</em>)Do not check if characters are normalized.</dd>
100 * <dd>[<em>optional</em>] Expose schema normalized values in the tree, such as <a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-nv'>XML
101 * Schema normalized values</a> in the case of XML Schema. Since this parameter requires to have schema
136 * nodes are normalized, as defined in <code>Node.normalize</code>. Only <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/#infoitem.rse'>
201 * normalized</a> the characters in the document as defined in appendix B of [<a href='http://www.w3.org/TR/2004/REC-xml11-20040204/'>XML 1.1</a>]. </dd>
266 * normalized as defined by [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>]. If
268 * notified. Schema-normalized values will not be exposed according to the
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 135 * referenced (normalized as required by the XML specification), or
168 * referenced (normalized as required by the XML specification), or
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/opencv/cv/include/
cv.hpp 248 /* Box filter ("all 1's", optionally normalized) filter. */
265 bool is_normalized() const { return normalized; }
275 bool normalized; member in class:CvBoxFilter
308 bool is_normalized() const { return normalized; }
314 bool normalized; member in class:CvLaplaceFilter
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 84 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data)
95 m_states[location].normalized = normalized;
GLClientState.h 65 bool normalized; member in struct:GLClientState::__anon1345
86 void setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data);
244 *ptr = (T)(vertexAttrib->normalized);
  /external/webkit/Source/WebCore/svg/
SVGPathElement.cpp 301 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=15412 - Implement normalized path segment lists!
322 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=15412 - Implement normalized path segment lists!
340 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=15412 - Implement normalized path segment lists!
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 80 int32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */
87 int32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
102 int32 L_x, /* (i) : input value (normalized) */
  /frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp 303 GLboolean normalized, GLsizei stride, const GLvoid* ptr)
309 vertexAttribs[indx].normalized = normalized;
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceProcessor.java 452 Log.i(TAG, "normalized t=" + t + " " + t.month
    [all...]
  /external/chromium/chrome/common/extensions/
extension_l10n_util.h 62 // Returns normalized current locale, or default locale - en_US.
  /external/collada/src/1.4/dom/
domMorph.cpp 70 ma->setDefaultString( "NORMALIZED");

Completed in 1795 milliseconds

1 2 3 45 6 7 8 91011>>