HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 26 - 50 of 321) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 150 ULong *ce, *x, *xe; local
155 ce = c + ((n-1) >> kshift) + 1;
169 while(c < ce)
  /build/make/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 (…) function in function:cp
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
smisc.c 158 ULong *ce, *x, *xe; local
163 ce = c + ((unsigned int)(n-1) >> kshift) + 1;
177 while(c < ce)
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 196 ClockElem &ce = dst->elem(i); local
197 ce.epoch = max(ce.epoch, clk_[i].epoch);
198 ce.reused = 0;
235 ClockElem &ce = dst->elem(i); local
236 ce.epoch = clk_[i].epoch;
237 ce.reused = 0;
242 ClockElem &ce = dst->elem(i); local
243 ce.epoch = 0;
244 ce.reused = 0
    [all...]
  /external/guice/core/test/com/google/inject/
RequireAtInjectOnConstructorsTest.java 39 } catch (CreationException ce) {
40 assertEquals(1, ce.getErrorMessages().size());
41 Asserts.assertContains(ce.getMessage(),
58 } catch (ConfigurationException ce) {
59 Asserts.assertContains(ce.getMessage(),
76 } catch (CreationException ce) {
77 assertEquals(1, ce.getErrorMessages().size());
78 Asserts.assertContains(ce.getMessage(),
100 } catch (CreationException ce) {
101 assertEquals(1, ce.getErrorMessages().size())
    [all...]
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 49 int64_t ce = left.nextCE(errorCode); local
50 leftPrimary = (uint32_t)(ce >> 32);
52 // Variable CE, shift it to quaternary level.
56 // Store only the primary of the variable CE.
57 left.setCurrentCE(ce & INT64_C(0xffffffff00000000));
59 ce = left.nextCE(errorCode);
60 leftPrimary = (uint32_t)(ce >> 32);
74 int64_t ce = right.nextCE(errorCode); local
75 rightPrimary = (uint32_t)(ce >> 32);
77 // Variable CE, shift it to quaternary level
197 int64_t ce; local
315 int64_t ce = left.getCE(leftIndex++); local
329 int64_t ce = right.getCE(rightIndex++); local
    [all...]
coleitr.cpp 77 UBool ceNeedsTwoParts(int64_t ce) {
78 return (ce & INT64_C(0xffff00ff003f)) != 0;
90 // Return the trailing CE offset while we are in the middle of a 64-bit CE.
127 int64_t ce = iter_->nextCE(status); local
128 if (ce == Collation::NO_CE) { return NULLORDER; }
129 // Turn the 64-bit CE into two old-style 32-bit CEs, without quaternary bits.
130 uint32_t p = (uint32_t)(ce >> 32);
131 uint32_t lower32 = (uint32_t)ce;
135 otherHalf_ = secondHalf | 0xc0; // continuation CE
199 int64_t ce = iter_->previousCE(*offsets_, status); local
412 int64_t ce = ces[length - 1]; local
    [all...]
collationfastlatin.cpp 125 * Single mini CE or a pair.
126 * The current mini CE is in the lower 16 bits, the next one is in the upper 16 bits.
461 * Single mini CE or a pair.
462 * The current mini CE is in the lower 16 bits, the next one is in the upper 16 bits.
959 uint32_t ce = pair & 0xffff; local
983 uint32_t ce = pair; local
996 uint32_t ce = pair & 0xffff; local
1020 uint32_t ce = pair; local
1043 uint32_t ce = pair & 0xffff; local
1086 uint32_t ce = pair & 0xffff; local
    [all...]
collationfastlatin.h 94 * (1=BAIL_OUT, 2=one CE, 3=two CEs).
105 * The higher a mini CE value, the easier it is to process.
110 * Encodes one CE with a long/low mini primary (there are 128).
118 * Encodes one CE with a short/high primary (there are 60),
119 * plus a secondary CE if the secondary weight is high.
181 * 1=bail out, 2=one mini CE, 3=two mini CEs
228 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
232 uint32_t ce = pair & 0xffff; local
233 if(ce >= MIN_SHORT) { return pair & TWO_SHORT_PRIMARIES_MASK; }
234 if(ce > variableTop) { return pair & TWO_LONG_PRIMARIES_MASK;
    [all...]
collationkeys.cpp 271 int64_t ce = iter.nextCE(errorCode); local
272 uint32_t p = (uint32_t)(ce >> 32);
274 // Variable CE, shift it to quaternary level.
299 ce = iter.nextCE(errorCode);
300 p = (uint32_t)(ce >> 32);
304 // ce could be primary ignorable, or NO_CE, or the merge separator,
305 // or a regular primary CE, but it is not variable.
306 // If ce==NO_CE, then write nothing for the primary level but
350 uint32_t lower32 = (uint32_t)ce;
361 // backwards-secondary is off or the ce is not the merge separator
    [all...]
ucoleitr.cpp 47 uint32_t ce; member in struct:RCEI
65 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode);
88 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode)
110 buffer[bufferIndex].ce = ce;
150 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode)
172 buffer[bufferIndex].ce = ce;
217 uint64_t UCollationPCE::processCE(uint32_t ce)
222 // We could apply the mask to ce and the
345 int32_t ce = cei->next(*status); local
399 int32_t ce; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipCoder.java 77 CharsetEncoder ce = encoder().reset(); local
79 int len = (int)(ca.length * ce.maxBytesPerChar());
85 if (isUTF8 && ce instanceof ArrayEncoder) {
86 int blen = ((ArrayEncoder)ce).encode(ca, 0, ca.length, ba);
93 CoderResult cr = ce.encode(cb, bb, true);
96 cr = ce.flush(bb);
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
MessagingConverter.java 42 CarExtender ce = new CarExtender(sbn.getNotification()); local
43 if (ce.getUnreadConversation() == null) {
50 CarExtender.UnreadConversation uc = ce.getUnreadConversation();
77 CarExtender ce = new CarExtender(sbn.getNotification()); local
78 UnreadConversation uc = ce.getUnreadConversation();
80 Bitmap largeIcon = ce.getLargeIcon();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 40 long ce = left.nextCE(); local
41 leftPrimary = ce >>> 32;
43 // Variable CE, shift it to quaternary level.
47 // Store only the primary of the variable CE.
48 left.setCurrentCE(ce & 0xffffffff00000000L);
50 ce = left.nextCE();
51 leftPrimary = ce >>> 32;
64 long ce = right.nextCE(); local
65 rightPrimary = ce >>> 32;
67 // Variable CE, shift it to quaternary level
191 long ce; local
315 long ce = left.getCE(leftIndex++); local
329 long ce = right.getCE(rightIndex++); local
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 87 double ce = ceil(i); local
88 if(ce>=n) ce=n;
89 if(fl==ce) {
92 return (times[(int)fl]+times[(int)ce])/2;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 36 long ce = left.nextCE(); local
37 leftPrimary = ce >>> 32;
39 // Variable CE, shift it to quaternary level.
43 // Store only the primary of the variable CE.
44 left.setCurrentCE(ce & 0xffffffff00000000L);
46 ce = left.nextCE();
47 leftPrimary = ce >>> 32;
60 long ce = right.nextCE(); local
61 rightPrimary = ce >>> 32;
63 // Variable CE, shift it to quaternary level
187 long ce; local
311 long ce = left.getCE(leftIndex++); local
325 long ce = right.getCE(rightIndex++); local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
URLConnection.java 151 String ce = properties.findValue("content-encoding"); local
171 if (ct == null || ce != null &&
172 !(ce.equalsIgnoreCase("7bit")
173 || ce.equalsIgnoreCase("8bit")
174 || 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));
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 121 CharsetEncoder ce = (ref != null) ? ref.get() : null; local
122 if (ce == null) {
123 ce = Util.jnuEncoding().newEncoder()
126 encoder.set(new SoftReference<CharsetEncoder>(ce));
132 byte[] ba = new byte[(int)(ca.length * (double)ce.maxBytesPerChar())];
137 ce.reset();
138 CoderResult cr = ce.encode(cb, bb, true);
143 cr = ce.flush(bb);
  /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/libxcam/modules/isp/
x3a_isp_config.h 71 struct atomisp_ce_config ce; member in struct:XCam::AtomIspConfigContent
  /external/pcre/dist2/src/
pcre2_study.c 126 PCRE2_UCHAR *cs, *ce; local
463 ce = cs = (PCRE2_UCHAR *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
465 do ce += GET(ce, 1); while (*ce == OP_ALT);
466 if (cc > cs && cc < ce) /* Simple recursion */
506 ce = cs = (PCRE2_UCHAR *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
508 do ce += GET(ce, 1); while (*ce == OP_ALT)
    [all...]
  /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()))
67 const GrConicEffect& ce = processor.cast<GrConicEffect>(); local
212 const GrConicEffect& ce = gp.cast<GrConicEffect>(); local
319 const GrQuadEffect& ce = processor.cast<GrQuadEffect>(); local
413 const GrQuadEffect& ce = gp.cast<GrQuadEffect>(); local
482 const GrCubicEffect& ce = primProc.cast<GrCubicEffect>(); variable
524 const GrCubicEffect& ce = processor.cast<GrCubicEffect>(); local
642 const GrCubicEffect& ce = gp.cast<GrCubicEffect>(); local
    [all...]

Completed in 1478 milliseconds

12 3 4 5 6 7 8 91011>>