HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 151 - 175 of 884) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/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
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 758 String normalized = lastToken.toUpperCase(); local
759 if (mSuffixesSet.contains(normalized)) {
768 normalized += ".";
772 while (normalized.length() <= mMaxSuffixLength) {
774 if (mSuffixesSet.contains(normalized)) {
791 normalized = tokens.mTokens[pos].toUpperCase() + "." + normalized;
843 final String normalized = word.toUpperCase(); local
845 return mLastNamePrefixesSet.contains(normalized)
846 || mLastNamePrefixesSet.contains(normalized + ".")
    [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
gl2_entry.cpp 149 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
210 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen);
211 void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset);
    [all...]
  /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::__anon1494
86 void setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data);
245 *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/av/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/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 452 Log.i(TAG, "normalized t=" + t + " " + t.month
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 52 IGLProperty enabled, size, stride, type, normalized, pointer; local
58 normalized = new GLBooleanProperty(GLStateType.VERTEX_ATTRIB_ARRAY_NORMALIZED, false);
67 normalized,
  /sdk/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::__anon43681
86 void setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data);
245 *ptr = (T)(vertexAttrib->normalized);
  /external/chromium/chrome/common/extensions/
extension_l10n_util.h 62 // Returns normalized current locale, or default locale - en_US.
  /external/icu4c/test/intltest/
normconf.h 71 * @param s string being normalized
  /external/libgsm/src/
code.c 55 word * xMc /* [13*4] normalized RPE samples OUT */
  /external/mesa3d/src/mesa/program/
prog_statevars.h 112 STATE_LIGHT_SPOT_DIR_NORMALIZED, /* pre-normalized spot dir */
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 65 /** Returnes normalized single similarity.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementnormalize.js 79 document element and check that the element has been normalized.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementnormalize.js 79 document element and check that the element has been normalized.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform02.js 82 characters are not normalized.
canonicalform09.js 83 and comments to false and check normalized document.
canonicalform10.js 83 normalized with canonical-form = true.
checkcharacternormalization02.js 82 non-normalized characters are signaled.
datatypenormalization13.js 82 Check if string values were normalized per default whitespace
datatypenormalization14.js 82 Check if string values were normalized per explicit whitespace=preserve.

Completed in 655 milliseconds

1 2 3 4 5 67 8 91011>>