HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/WebCore/platform/qt/
PlatformMouseEventQt.cpp 97 QContextMenuEvent *ce = static_cast<QContextMenuEvent *>(event); local
98 m_position = IntPoint(ce->pos());
99 m_globalPosition = IntPoint(ce->globalPos());
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 57 ConnectionEvent ce = new ConnectionEvent(ipc); local
58 assertSame(ipc, ce.getSource());
59 assertNull(ce.getSQLException());
63 assertSame(ce2.getSource(),ce.getSource());
85 ConnectionEvent ce = new ConnectionEvent(ipc, null); local
86 assertSame(ipc, ce.getSource());
87 assertNull(ce.getSQLException());
90 ce = new ConnectionEvent(ipc, e);
91 assertSame(ipc, ce.getSource());
92 assertSame(e, ce.getSQLException())
107 ConnectionEvent ce = new ConnectionEvent(ipc); local
129 ConnectionEvent ce = new ConnectionEvent(ipc, e); local
150 ConnectionEvent ce = new ConnectionEvent(ipc, sqlException); local
    [all...]
  /external/bison/src/
vcg.c 422 struct colorentry *ce = xmalloc (sizeof *ce); local
423 ce->color_index = color_idx;
424 ce->red_cp = red_cp;
425 ce->green_cp = green_cp;
426 ce->blue_cp = blue_cp;
427 ce->next = g->colorentry;
428 g->colorentry = ce;
  /external/clearsilver/scripts/
cs_lint.py 62 ce = string.find(self.data[self.at:], '?>')
63 if ce == -1:
66 ce = ce + self.at variable in class:ClearSilverChecker
67 self.check_command(ce)
  /external/openssl/crypto/des/
speed.c 189 long ca,cb,cc,cd,ce; local
218 ce=count/20+1;
296 printf("Doing crypt %ld times\n",ce);
299 for (count=0,run=1; COND(ce); count++)
303 e=((double)COUNT(ce))/e;
des_opts.c 431 long ca,cb,cc,cd,ce; local
468 ce=count/20+1;
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 319 const Element *ce = e->getField(ct); local
320 if (ce->getFieldCount()) {
321 initAddUserElement(ce, names, count, prefix);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImpl.java 147 CertificateException ce = null; local
159 ce = new CertificateException(e);
161 ce = new CertificateException(e);
164 if (ce != null) {
169 throw ce;
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 416 Uint8 *src, *dst, lf, rf, ce; local
425 ce = (lf/2) + (rf/2);
428 dst[2] = lf - ce;
429 dst[3] = rf - ce;
430 dst[4] = ce;
431 dst[5] = ce;
437 Sint8 *src, *dst, lf, rf, ce; local
446 ce = (lf/2) + (rf/2);
449 dst[2] = lf - ce;
450 dst[3] = rf - ce;
459 Uint16 lf, rf, ce, lr, rr; local
518 Sint16 lf, rf, ce, lr, rr; local
593 Uint8 *src, *dst, lf, rf, ce; local
612 Sint8 *src, *dst, lf, rf, ce; local
632 Uint16 lf, rf, ce, lr, rr; local
681 Sint16 lf, rf, ce, lr, rr; local
    [all...]
  /libcore/luni/src/main/java/java/security/
Signature.java 248 Set ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local
250 if (ce != null && !ce.isEmpty()) {
251 for (Iterator i = ce.iterator(); i.hasNext();) {
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 781 Set<String> ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local
783 if (ce != null && !ce.isEmpty()) {
784 for (String oid : ce) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 259 CommandException ce = (CommandException) ar.exception; local
260 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) {
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 48 uint32_t ce; member in struct:RCEI
66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh)
104 buffer[bufferIndex].ce = ce;
122 uint64_t ce; member in struct:PCEI
139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh);
167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh)
182 buffer[bufferIndex].ce = ce;
461 uint32_t ce = (uint32_t) ucol_getNextCE(coll, &elems->iteratordata_, status); local
559 uint32_t ce; local
    [all...]
colldata.cpp 125 void CEList::add(uint32_t ce, UErrorCode &status)
155 ces[listSize++] = ce;
294 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
295 StringList *getStringList(uint32_t ce) const;
299 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
326 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status)
328 StringList *strings = getStringList(ce);
338 putStringList(ce, strings, status);
344 StringList *CEToStringsMap::getStringList(uint32_t ce) const
346 return (StringList *) uhash_iget(map, ce);
873 uint32_t ce = ceList->get(offset); local
    [all...]
ucol_elm.cpp 507 /* found the ce in expansion, we'll just modify the size if it is
815 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE,
837 fprintf(stdout, "El: %08X Pref: ", CE);
902 if(!isPrefix(CE)) {
905 firstContractionOffset = uprv_cnttab_addContraction(contractions, UPRV_CNTTAB_NEWELEMENT, 0, CE, status);
908 uprv_cnttab_addContraction(contractions, firstContractionOffset, 0xFFFF, CE, status);
909 CE = constructContractCE(SPEC_PROC_TAG, firstContractionOffset);
913 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->prefix, status);
915 uint32_t eCE = uprv_cnttab_getCE(contractions, CE, position, status)
1322 uint32_t ce; local
    [all...]
  /external/icu4c/i18n/
ucoleitr.cpp 48 uint32_t ce; member in struct:RCEI
66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh)
104 buffer[bufferIndex].ce = ce;
122 uint64_t ce; member in struct:PCEI
139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh);
167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh)
182 buffer[bufferIndex].ce = ce;
448 uint32_t ce = (uint32_t) ucol_getNextCE(coll, &elems->iteratordata_, status); local
546 uint32_t ce; local
    [all...]
colldata.cpp 125 void CEList::add(uint32_t ce, UErrorCode &status)
155 ces[listSize++] = ce;
294 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
295 StringList *getStringList(uint32_t ce) const;
299 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
326 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status)
328 StringList *strings = getStringList(ce);
338 putStringList(ce, strings, status);
344 StringList *CEToStringsMap::getStringList(uint32_t ce) const
346 return (StringList *) uhash_iget(map, ce);
871 uint32_t ce = ceList->get(offset); local
    [all...]
ucol_elm.cpp 508 /* found the ce in expansion, we'll just modify the size if it is
816 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE,
838 fprintf(stdout, "El: %08X Pref: ", CE);
903 if(!isPrefix(CE)) {
906 firstContractionOffset = uprv_cnttab_addContraction(contractions, UPRV_CNTTAB_NEWELEMENT, 0, CE, status);
909 uprv_cnttab_addContraction(contractions, firstContractionOffset, 0xFFFF, CE, status);
910 CE = constructContractCE(SPEC_PROC_TAG, firstContractionOffset);
914 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->prefix, status);
916 uint32_t eCE = uprv_cnttab_getCE(contractions, CE, position, status)
1323 uint32_t ce; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 1336 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1435 uint32_t ce; local
1586 uint32_t ce; local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 1675 int32_t ce; local
    [all...]
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 187 uint32_t ce = ucol_next(iter, &error); local
195 if (UCOL_PRIMARYORDER(ce) != 0) {
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce));
199 if (UCOL_SECONDARYORDER(ce) != 0) {
200 fprintf(f, " %02x", UCOL_SECONDARYORDER(ce));
203 if (UCOL_TERTIARYORDER(ce) != 0) {
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce));
208 ce = ucol_next(iter, &error);
209 if (ce == UCOL_NULLORDER) {
1224 int32_t ce = ucol_next(coleiter, &error); local
    [all...]
  /external/grub/stage2/
iso9660.h 143 struct CE {
147 } ce; member in union:rock_ridge::__anon3648
  /external/icu4c/test/cintltst/
citertst.c 1331 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1430 uint32_t ce; local
1581 uint32_t ce; local
    [all...]

Completed in 878 milliseconds

1 2