HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 51 - 75 of 309) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 30 const GrConicEffect& ce = primProc.cast<GrConicEffect>(); variable
32 if (!ce.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(ce.viewMatrix())) {
33 fViewMatrix = ce.viewMatrix();
39 if (ce.color() != fColor) {
41 GrColorToRGBAFloat(ce.color(), c);
43 fColor = ce.color();
46 if (ce.coverageScale() != 0xff && ce.coverageScale() != fCoverageScale) {
47 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(ce.coverageScale()))
73 const GrConicEffect& ce = processor.cast<GrConicEffect>(); local
233 const GrConicEffect& ce = gp.cast<GrConicEffect>(); local
347 const GrQuadEffect& ce = processor.cast<GrQuadEffect>(); local
449 const GrQuadEffect& ce = gp.cast<GrQuadEffect>(); local
521 const GrCubicEffect& ce = primProc.cast<GrCubicEffect>(); variable
550 const GrCubicEffect& ce = processor.cast<GrCubicEffect>(); local
684 const GrCubicEffect& ce = gp.cast<GrCubicEffect>(); local
    [all...]
GrConvolutionEffect.cpp 35 const GrConvolutionEffect& ce = args.fFp.cast<GrConvolutionEffect>(); local
41 if (ce.useBounds()) {
47 int width = Gr1DKernelEffect::WidthFromRadius(ce.radius());
61 fragBuilder->codeAppendf("vec2 coord = %s - %d.0 * %s;", coords2D.c_str(), ce.radius(), imgInc);
70 if (ce.useBounds()) {
75 const char* component = ce.direction() == Gr1DKernelEffect::kY_Direction ? "y" : "x";
82 if (ce.useBounds()) {
GrOvalEffect.cpp 72 const CircleEffect& ce = other.cast<CircleEffect>(); local
73 return fEdgeType == ce.fEdgeType && fCenter == ce.fCenter && fRadius == ce.fRadius;
114 const CircleEffect& ce = args.fFp.cast<CircleEffect>(); local
126 SkASSERT(kHairlineAA_GrProcessorEdgeType != ce.getEdgeType());
131 if (GrProcessorEdgeTypeIsInverseFill(ce.getEdgeType())) {
138 if (GrProcessorEdgeTypeIsAA(ce.getEdgeType())) {
150 const CircleEffect& ce = processor.cast<CircleEffect>(); local
151 b->add32(ce.getEdgeType())
156 const CircleEffect& ce = processor.cast<CircleEffect>(); local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
URLConnection.java 156 String ce = properties.findValue("content-encoding"); local
176 if (ct == null || ce != null &&
177 !(ce.equalsIgnoreCase("7bit")
178 || ce.equalsIgnoreCase("8bit")
179 || ce.equalsIgnoreCase("binary")))
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Vertex.java 140 } catch (CertificateException ce) {
143 ce.printStackTrace();
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamBuilderTest.java 57 private void checkException(Class<? extends Exception> ce, Runnable r) {
66 assertTrue(ce.isInstance(caught));
  /build/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js 16 (function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.da (…)
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx1z.cpp 89 constexpr int C::*ce = (int C::*)e; member in class:PtrMem::C
91 constexpr int B::*bce = (int B::*)ce; // expected-note +{{here}}
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
ProvidesIntoTest.java 224 } catch (CreationException ce) {
225 assertEquals(1, ce.getErrorMessages().size());
226 assertContains(ce.getMessage(),
280 } catch (CreationException ce) {
281 assertEquals(1, ce.getErrorMessages().size());
282 assertContains(ce.getMessage(), "Found a MapKey annotation on non map binding at "
300 } catch (CreationException ce) {
301 assertEquals(1, ce.getErrorMessages().size());
302 assertContains(ce.getMessage(), "Found a MapKey annotation on non map binding at "
315 } catch (CreationException ce) {
    [all...]
  /external/icu/icu4c/source/i18n/
coleitr.cpp 74 UBool ceNeedsTwoParts(int64_t ce) {
75 return (ce & INT64_C(0xffff00ff003f)) != 0;
87 // Return the trailing CE offset while we are in the middle of a 64-bit CE.
124 int64_t ce = iter_->nextCE(status); local
125 if (ce == Collation::NO_CE) { return NULLORDER; }
126 // Turn the 64-bit CE into two old-style 32-bit CEs, without quaternary bits.
127 uint32_t p = (uint32_t)(ce >> 32);
128 uint32_t lower32 = (uint32_t)ce;
132 otherHalf_ = secondHalf | 0xc0; // continuation CE
196 int64_t ce = iter_->previousCE(*offsets_, status); local
409 int64_t ce = ces[length - 1]; local
    [all...]
collationfastlatin.cpp 123 * Single mini CE or a pair.
124 * The current mini CE is in the lower 16 bits, the next one is in the upper 16 bits.
459 * Single mini CE or a pair.
460 * The current mini CE is in the lower 16 bits, the next one is in the upper 16 bits.
957 uint32_t ce = pair & 0xffff; local
981 uint32_t ce = pair; local
994 uint32_t ce = pair & 0xffff; local
1018 uint32_t ce = pair; local
1041 uint32_t ce = pair & 0xffff; local
1084 uint32_t ce = pair & 0xffff; local
    [all...]
collationfastlatin.h 92 * (1=BAIL_OUT, 2=one CE, 3=two CEs).
103 * The higher a mini CE value, the easier it is to process.
108 * Encodes one CE with a long/low mini primary (there are 128).
116 * Encodes one CE with a short/high primary (there are 60),
117 * plus a secondary CE if the secondary weight is high.
179 * 1=bail out, 2=one mini CE, 3=two mini CEs
226 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
230 uint32_t ce = pair & 0xffff; local
231 if(ce >= MIN_SHORT) { return pair & TWO_SHORT_PRIMARIES_MASK; }
232 if(ce > variableTop) { return pair & TWO_LONG_PRIMARIES_MASK;
    [all...]
collationkeys.cpp 269 int64_t ce = iter.nextCE(errorCode); local
270 uint32_t p = (uint32_t)(ce >> 32);
272 // Variable CE, shift it to quaternary level.
297 ce = iter.nextCE(errorCode);
298 p = (uint32_t)(ce >> 32);
302 // ce could be primary ignorable, or NO_CE, or the merge separator,
303 // or a regular primary CE, but it is not variable.
304 // If ce==NO_CE, then write nothing for the primary level but
348 uint32_t lower32 = (uint32_t)ce;
359 // backwards-secondary is off or the ce is not the merge separator
    [all...]
ucoleitr.cpp 45 uint32_t ce; member in struct:RCEI
63 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode);
86 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode)
108 buffer[bufferIndex].ce = ce;
148 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode)
170 buffer[bufferIndex].ce = ce;
215 uint64_t UCollationPCE::processCE(uint32_t ce)
220 // We could apply the mask to ce and the
343 int32_t ce = cei->next(*status); local
397 int32_t ce; local
    [all...]
collationfastlatinbuilder.cpp 63 binarySearch(const int64_t list[], int32_t limit, int64_t ce) {
68 int32_t cmp = compareInt64AsUnsigned(ce, list[i]);
73 return ~start; // insert ce before i
78 return ~(start + 1); // insert ce after i
317 // or a short-primary CE is followed by a secondary CE.
409 CollationFastLatinBuilder::addUniqueCE(int64_t ce, UErrorCode &errorCode) {
411 if(ce == 0 || (uint32_t)(ce >> 32) == Collation::NO_CE_PRIMARY) { return; }
412 ce &= ~(int64_t)Collation::CASE_MASK; // blank out case bit
446 int64_t ce = uniqueCEs.elementAti(i); local
555 int64_t ce = uniqueCEs.elementAti(i); local
571 int64_t ce = charCEs[i][0]; local
599 int64_t ce = charCEs[i][0]; local
    [all...]
  /external/pcre/dist/
pcre_study.c 106 pcre_uchar *cs, *ce; local
398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
400 do ce += GET(ce, 1); while (*ce == OP_ALT);
401 if (cc > cs && cc < ce) /* Simple recursion */
438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
440 do ce += GET(ce, 1); while (*ce == OP_ALT)
    [all...]
  /external/valgrind/callgrind/
debug.c 265 call_entry* ce; local
272 ce = CLG_(get_call_entry)(sp);
273 VG_(printf)("[%-2d] SP %#lx, RA %#lx", sp, ce->sp, ce->ret_addr);
274 if (ce->nonskipped)
276 bb_addr(ce->nonskipped->bb),
277 ce->nonskipped->cxt->fn[0]->name);
280 CLG_(print_jcc)(5,ce->jcc);
  /frameworks/rs/driver/
rsdShader.cpp 605 const Element *ce = e->mHal.state.fields[ct]; local
606 if (ce->mHal.state.fieldsCount) {
607 initAddUserElement(ce, names, arrayLengths, count, prefix);
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 258 CommandException ce = (CommandException) ar.exception; local
259 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) {
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 28 * each iteration is a 32-bit collation element (CE) that defines the
35 * "ca" -&gt; the first collation element is CE('c') and the second
36 * collation element is CE('a').
37 * "cha" -&gt; the first collation element is CE('ch') and the second
38 * collation element is CE('a').
150 * @param ce the collation element
153 public final static int primaryOrder(int ce) {
154 return (ce >>> 16) & 0xffff;
160 * @param ce the collation element
163 public final static int secondaryOrder(int ce) {
330 long ce = iter_.nextCE(); local
389 long ce = iter_.previousCE(offsets_); local
609 long ce = ces[start + length - 1]; local
    [all...]

Completed in 616 milliseconds

1 23 4 5 6 7 8 91011>>