HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 101 - 125 of 301) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 853 SEdgeVector *ce; local
855 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
857 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
858 m_AllSites[ce->second].getVCenter().y - sj);
1128 SEdgeVector *ce; local
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 139 } catch (CreationException ce) {
140 assertContains(ce.getMessage(),
142 assertEquals(1, ce.getErrorMessages().size());
495 } catch (CreationException ce) {
496 assertEquals(ce.getMessage(), 1, ce.getErrorMessages().size());
497 assertContains(ce.getMessage(),
515 } catch (CreationException ce) {
516 assertEquals(ce.getMessage(), 1, ce.getErrorMessages().size())
    [all...]
MapBinderTest.java 444 } catch(CreationException ce) {
445 assertContains(ce.getMessage(),
454 assertEquals(1, ce.getErrorMessages().size());
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java 1153 long ce = ces[i]; local
    [all...]
StringSearch.java 29 // ICU4C implementation initializes pattern.CE and pattern.PCE. It looks like
30 // CE is no longer used, except in a few places checking CELength. It looks like this
612 // if the ce is a variable, we mask and get only the primary values
680 * Initializing the ce table for a pattern.
687 // TODO: We probably do not need Pattern CE table.
703 int ce; local
705 while ((ce = coleiter.next()) != CollationElementIterator.NULLORDER) {
706 int newce = getCE(ce);
713 result += (coleiter.getMaxExpansion(ce) - 1);
752 // ** whether a CE is signed or unsigned. For example, look at routine above this one.
1723 int ce = cei_.next(); local
1763 int ce; local
    [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 402 int64_t ce = ces.elementAti(i); local
403 uint32_t p = (uint32_t)(ce >> 32);
    [all...]
collationbuilder.cpp 330 // Find or insert a node whose index we will put into a temporary CE.
349 // We do not support tailoring to an unassigned-implicit CE.
425 // Strength of the temporary CE = strength of its reset position.
439 // Collect the root CE weights if this node is for a root CE.
440 // If it is not, then return the low non-primary boundary for a tailored CE.
467 // [p, s, t] is a root CE. Return the preceding weight for the requested level.
483 int64_t ce; local
511 ce = rootElements.getLastTertiaryCE();
535 ce = rootElements.getFirstSecondaryCE()
699 int64_t ce = ces[cesLength - 1]; local
768 int64_t ce; local
1038 int64_t ce = baseCEs.getCE(i); local
1062 int64_t ce = ces[i] & INT64_C(0xffffffffffff3fff); \/\/ clear old case bits local
    [all...]
collationdatabuilder.cpp 56 ConditionalCE32(const UnicodeString &ct, uint32_t ce)
58 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32),
196 int64_t ce = getCE(i); local
197 if(ce != 0) {
199 ces[cesLength] = ce;
345 // An offset CE is also a little more expensive to look up and compute
346 // than a simple CE.
488 CollationDataBuilder::addCE(int64_t ce, UErrorCode &errorCode) {
491 if(ce == ce64s.elementAti(i)) { return i; }
493 ce64s.addElement(ce, errorCode)
914 int64_t ce = modifier.modifyCE32(ce32); local
929 int64_t ce; local
960 int64_t ce = modifier.modifyCE(srcCE); local
    [all...]
rulebasedcollator.cpp 1497 int64_t ce; local
1503 int64_t ce; local
    [all...]
usearch.cpp 78 * @param ce 32-bit collation element
82 inline int hashFromCE32(uint32_t ce)
85 ((((((ce >> 24) * 37) +
86 (ce >> 16)) * 37) +
87 (ce >> 8)) * 37) +
88 ce);
157 // if the ce is a variable, we mask and get only the primary values
278 * Initializing the ce table for a pattern.
320 int32_t ce; local
322 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &
634 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
876 uint32_t ce = UCOL_IGNORABLE; local
930 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1012 int32_t ce; local
1208 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1411 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1607 int32_t *ce = strsrch->pattern.ces; local
1852 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
2049 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
2270 int32_t *ce = strsrch->pattern.ces; local
2489 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
3447 int64_t ce; member in struct:CEI
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 1683 int32_t ce; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 1199 long ce = ces[i]; local
    [all...]
StringSearch.java 28 // ICU4C implementation initializes pattern.CE and pattern.PCE. It looks like
29 // CE is no longer used, except in a few places checking CELength. It looks like this
629 // if the ce is a variable, we mask and get only the primary values
697 * Initializing the ce table for a pattern.
704 // TODO: We probably do not need Pattern CE table.
720 int ce; local
722 while ((ce = coleiter.next()) != CollationElementIterator.NULLORDER) {
723 int newce = getCE(ce);
730 result += (coleiter.getMaxExpansion(ce) - 1);
769 // ** whether a CE is signed or unsigned. For example, look at routine above this one.
1739 int ce = cei_.next(); local
1779 int ce; local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 167 tNFA_DTA_CE_DATA ce; member in union:__anon16304::__anon16305
  /external/skia/src/gpu/
GrOvalRenderer.cpp 98 const CircleEdgeEffect& ce = args.fGP.cast<CircleEdgeEffect>(); variable
104 varyingHandler->emitAttributes(ce);
108 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), ce.inCircleEdge()->fName);
112 if (!ce.colorIgnored()) {
113 varyingHandler->addPassThroughAttribute(ce.inColor(), args.fOutputColor);
117 this->setupPosition(vertBuilder, gpArgs, ce.inPosition()->fName);
124 ce.inPosition()->fName,
125 ce.localMatrix(),
132 if (ce.isStroked()) {
144 const CircleEdgeEffect& ce = gp.cast<CircleEdgeEffect>() local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 851 SEdgeVector *ce; local
853 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
855 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
856 m_AllSites[ce->second].getVCenter().y - sj);
1126 SEdgeVector *ce; local
    [all...]
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java 33 * Takes (character, CE) pairs and builds them into runtime data structures.
40 * Called for every non-special CE32 and every expansion CE.
43 /** Returns a new CE to replace the non-special input CE32, or else Collation.NO_CE. */
45 /** Returns a new CE to replace the input CE, or else Collation.NO_CE. */
46 long modifyCE(long ce);
137 // Convenience: We cannot map to nothing, but we can map to a completely ignorable CE.
353 ConditionalCE32(String ct, int ce) {
355 ce32 = ce;
403 protected int addCE(long ce) {
686 long ce = modifier.modifyCE32(ce32); local
701 long ce; local
731 long ce = modifier.modifyCE(srcCE); local
1240 long ce = getCE(i); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 619 int ce = col5iter.next(); local
621 if (ce2 != ce) {
624 if (ce == CollationElementIterator.NULLORDER) {
767 public void setVariableTop(int ce)
    [all...]
CollationTest.java 287 long ce = ces[0]; local
289 if (ce != expected) {
290 errln("CE(U+fffe)=0x" + Utility.hex(ce) + " != 02..");
293 ce = ces[1];
295 if (ce != expected) {
296 errln("CE(U+ffff)=0x" + Utility.hex(ce) + " != max..");
338 long ce = ci.nextCE(); local
340 if (ce == Collation.NO_CE || ce2 != Collation.NO_CE)
1015 long ce = ces[i]; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 1108 int32_t ce = ceList.get(offset); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 32 * Takes (character, CE) pairs and builds them into runtime data structures.
39 * Called for every non-special CE32 and every expansion CE.
42 /** Returns a new CE to replace the non-special input CE32, or else Collation.NO_CE. */
44 /** Returns a new CE to replace the input CE, or else Collation.NO_CE. */
45 long modifyCE(long ce);
136 // Convenience: We cannot map to nothing, but we can map to a completely ignorable CE.
352 ConditionalCE32(String ct, int ce) {
354 ce32 = ce;
402 protected int addCE(long ce) {
685 long ce = modifier.modifyCE32(ce32); local
700 long ce; local
730 long ce = modifier.modifyCE(srcCE); local
1239 long ce = getCE(i); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 615 int ce = col5iter.next(); local
617 if (ce2 != ce) {
620 if (ce == CollationElementIterator.NULLORDER) {
763 public void setVariableTop(int ce)
    [all...]

Completed in 1575 milliseconds

1 2 3 45 6 7 8 91011>>