/external/freetype/include/freetype/ |
ftimage.h | [all...] |
ftoutln.h | 95 /* called during decomposition to indicate path */ 100 /* emitter during the decomposition. It can be */ 102 /* decomposition. */
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/ |
set-href-attribute-pathname.js | 65 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
|
/external/icu4c/common/ |
normalizer2impl.h | 73 * and returns the length of the decomposition (2 or 3). 262 * Get the decomposition for one code point. 265 * @param length out-only, takes the length of the decomposition, if any 266 * @return pointer to the decomposition, or NULL if none 679 * with a decomposition mapping, that is, with NF*D_QC=No. 698 * which means it has a two-way (round-trip) decomposition mapping.
|
normalizer2impl.cpp | 513 // get the decomposition and the lead and trail cc's 598 // at the cost of building the FCD trie for a decomposition normalizer. [all...] |
caniter.cpp | 446 // see if any character is at the start of some decomposition 493 * See if the decomposition of cp2 is at segment starting at segmentPos
|
uprops.h | 179 * 4.. 0 Decomposition Type
|
/external/skia/third_party/glu/libtess/ |
alg-outline | 97 the current decomposition; for details see the include file "mesh.h". 112 a planar decomposition. As we cross each vertex, we update the mesh 228 primitives; we just try to get a reasonable decomposition of the
|
render.c | 76 /************************ Strips and Fans decomposition ******************/ 336 /************************ Boundary contour decomposition ******************/ 361 /************************ Quick-and-dirty decomposition ******************/
|
tess.h | 57 * try a quick-and-dirty decomposition first.
|
/external/libvorbis/doc/ |
vorbis.html | 134 decomposition</em>), reconstructing the signal representation from the 204 <h3>Vorbis streaming and stream decomposition</h3>
|
/external/icu4c/test/intltest/ |
regcoll.cpp | 202 // Full Decomposition mode not implemented 254 // Since the fix to this bug was to turn off decomposition for Korean collators, 258 errln("Decomposition is not set to NO_DECOMPOSITION for Korean collator"); 769 // With Canonical decomposition, Hangul syllables should get decomposed 787 //obsolete- // With Full decomposition, it should go all the way down to 882 // Collation with decomposition off doesn't work for Europe 886 // Ensure that we get the same results with decomposition off [all...] |
transrt.cpp | 672 parent->errln("FAIL: Internal error during decomposition %s\n", u_errorName(status)); 686 parent->errln("FAIL: Internal error during decomposition %s\n", u_errorName(status)); 722 parent->errln("FAIL: Internal error during decomposition %s\n", u_errorName(status)); 734 parent->errln("FAIL: Internal error during decomposition %s\n", u_errorName(status)); 772 parent->errln("FAIL: Internal error during decomposition%s\n", u_errorName(status)); 797 parent->errln("FAIL: Internal error during decomposition%s\n", u_errorName(status)); 848 parent->errln("FAIL: Internal error during decomposition%s\n", 871 parent->errln("FAIL: Internal error during decomposition%s\n", u_errorName(status)); [all...] |
tstnorm.cpp | 247 // Make sure that the static decomposition methods work 248 logln("Canonical decomposition..."); 250 logln("Compatibility decomposition..."); 252 // Now the iterative decomposition methods... 253 logln("Iterative decomposition..."); [all...] |
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | 868 // Purpose: The function calculates one decomposition coefficient of input object 879 // Returns: decomposition coefficient value or large negative value (if error) 938 // Purpose: The function calculates all decomposition coefficients for input object [all...] |
/external/icu4c/common/unicode/ |
normlzr.h | 226 * @param compat Perform compatibility decomposition before composition. 228 * decomposition will be performed. 248 * @param compat Perform compatibility decomposition. 250 * decomposition will be performed. 638 * Options do not change the basic composition or decomposition operation
|
caniter.h | 190 * See if the decomposition of cp2 is at segment starting at segmentPos
|
/external/icu4c/tools/gensprep/ |
gensprep.c | 289 /* Original (erroneous) decomposition */ 295 /* ignore corrected decomposition */
|
/external/srec/srec/include/ |
sp_fft.h | 78 a radix-2 decomposition is done at every stage while a radix-4 decomposition
|
/external/webkit/Source/WebCore/html/ |
HTMLAnchorElement.cpp | 348 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes 420 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes
|
/libcore/luni/src/main/java/java/text/ |
RuleBasedCollator.java | 353 * Returns a new collator with the same collation rules, decomposition mode and 367 * the collation rules, strength and decomposition mode for this
|
CollationElementIterator.java | 175 * If the decomposition mode is on, and offset is in the middle of a
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.cpp | 100 /*Backsubstitute L%transpose(L)*x=b for x given the Cholesky decomposition 143 /*Backsubstitute L%transpose(L)*x=b for x given the Cholesky decomposition 156 /*Backsubstitute L%transpose(L)*x=b for x given the Cholesky decomposition
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.cpp | 100 /*Backsubstitute L%transpose(L)*x=b for x given the Cholesky decomposition 143 /*Backsubstitute L%transpose(L)*x=b for x given the Cholesky decomposition 156 /*Backsubstitute L%transpose(L)*x=b for x given the Cholesky decomposition
|
/frameworks/base/libs/androidfw/ |
VelocityTracker.cpp | 427 * Then it calculates the QR decomposition of A yielding an m by m orthonormal matrix Q 429 * part is all zeroes), we can simplify the decomposition into an m by n matrix 461 // Apply the Gram-Schmidt process to A to obtain its QR decomposition. [all...] |