Searched defs:ce (Results 1 - 25 of 59) sorted by relevance

123

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformMouseEventQt.cpp98 QContextMenuEvent* ce = static_cast<QContextMenuEvent*>(event); local
99 m_position = IntPoint(ce->pos());
100 m_globalPosition = IntPoint(ce->globalPos());
H A DRenderThemeQt.h210 void drawControl(QStyle::ControlElement ce, const QStyleOption& opt) argument
211 { style->drawControl(ce, &opt, painter, widget); }
/external/bison/src/
H A Dvcg.c422 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/openssh/
H A Dauth-options.c73 struct envstring *ce = custom_environment; local
74 custom_environment = ce->next;
75 xfree(ce->s);
76 xfree(ce);
H A Dsession.c1209 struct envstring *ce = custom_environment; local
1210 char *str = ce->s;
1218 custom_environment = ce->next;
1219 xfree(ce->s);
1220 xfree(ce);
/external/openssl/crypto/des/
H A Ddes_opts.c431 long ca,cb,cc,cd,ce; local
468 ce=count/20+1;
H A Dspeed.c189 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;
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audiocvt.c416 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...]
/external/valgrind/main/callgrind/
H A Dcommand.c236 call_entry* ce; local
252 ce = 0;
254 ce = CLG_(get_call_entry)(i);
256 if (!ce->jcc) continue;
258 from = ce->jcc->from;
264 p+= VG_(sprintf)(buf+p, "%llu\n", ce->jcc->call_counter);
268 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost );
269 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost );
271 ce->enter_cost, CLG_(current_state).cost );
272 CLG_(copy_cost)( CLG_(sets).full, ce
[all...]
H A Ddebug.c265 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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar ... .IOException e java.security.cert.CertificateException ce private void verify (java.security.cert.X509Certificate ...
/external/icu4c/i18n/
H A Ducoleitr.cpp48 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) argument
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) argument
182 buffer[bufferIndex].ce = ce;
246 processCE(UCollationElements *elems, uint32_t ce) argument
448 uint32_t ce = (uint32_t) ucol_getNextCE(coll, &elems->iteratordata_, status); local
546 uint32_t ce; local
[all...]
H A Dbmsearch.cpp371 int32_t operator[](uint32_t ce) const;
376 static int32_t hash(uint32_t ce);
443 int32_t BadCharacterTable::operator[](uint32_t ce) const
445 return badCharacterTable[hash(ce)];
458 int32_t BadCharacterTable::hash(uint32_t ce) argument
460 return UCOL_PRIMARYORDER(ce) % HASH_TABLE_SIZE;
H A Dcolldata.cpp125 void CEList::add(uint32_t ce, UErrorCode &status) argument
155 ces[listSize++] = ce;
298 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
299 StringList *getStringList(uint32_t ce) const;
303 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
330 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status) argument
332 StringList *strings = getStringList(ce);
342 putStringList(ce, strings, status);
348 StringList *CEToStringsMap::getStringList(uint32_t ce) const
350 return (StringList *) uhash_iget(map, ce);
353 putStringList(uint32_t ce, StringList *stringList, UErrorCode &status) argument
873 uint32_t ce = ceList->get(offset); local
[all...]
H A Ducol_elm.cpp508 /* found the ce in expansion, we'll just modify the size if it is
1323 uint32_t ce; local
1326 /*ce = ucmpe32_get(mapping, v);*/
1327 ce = utrie_get32(mapping, v, NULL);
1328 if (ce < UCOL_SPECIAL_FLAG) {
1329 uprv_uca_setMaxExpansion(ce, 2, maxexpansion, status);
1336 /*ce = ucmpe32_get(mapping, t);*/
1337 ce = utrie_get32(mapping, t, NULL);
1338 if (ce < UCOL_SPECIAL_FLAG) {
1339 uprv_uca_setMaxExpansion(ce,
1653 int32_t ce; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h199 ce[N_TYENT_INDEX_CACHE]; member in struct:__anon13569
/external/grub/stage2/
H A Diso9660.h147 } ce; member in union:rock_ridge::__anon5573
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp187 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 local
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dta_int.h159 tNFA_DTA_CE_DATA ce; member in union:__anon7679::__anon7680
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h136 } ce : member in struct:GGLBlendState
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp429 void VisitCallExpr(CallExpr *ce);
607 void TransferFunctions::VisitCallExpr(CallExpr *ce) { argument
613 Decl *Callee = ce->getCalleeDecl();
/external/icu4c/test/cintltst/
H A Dcitertst.c1157 * @param ce array for storage, assuming size > 20
1333 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1334 if (ce == 0xFFFFFFFF) {
1335 ce = 0;
1340 if(UCOL_ISTHAIPREVOWEL(*codepoints) && ce == 0 && count == 0) {
1343 if (ce != ces[count] || U_FAILURE(status)) {
1432 uint32_t ce; local
1438 ce = ucol_next(resultiter, &status);
1443 while (ce != UCOL_NULLORDER) {
1444 if (ce !
1542 uint32_t ce = ucol_next(iter, &status); local
[all...]
/external/icu4c/test/intltest/
H A Dssearch.cpp1081 uint64_t ce; member in struct:PCE
1105 void add(uint64_t ce, int32_t low, int32_t high);
1148 list[listSize].ce = order;
1191 return pce->ce;
1230 const CEList* ce = NULL; local
1307 ce = longPattern->getPatternCEs();
1314 ce->getDynamicClassID();
1321 ce->getStaticClassID();
1328 if(data->minLengthInChars(ce,0) != 3){
1329 errln("Minimal Length in Characters for 'data' with 'ce' wa
1812 int32_t ce = ceList.get(offset); local
[all...]
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1683 int32_t ce; local
1686 ce = ucol_next(CEiter, &status);
1687 if (ce == UCOL_NULLORDER) {
1690 printf(" %.8x", ce);
/external/iptables/libiptc/
H A Dlibiptc.c1593 const char *TC_GET_TARGET(const STRUCT_ENTRY *ce, argument
1596 STRUCT_ENTRY *e = (STRUCT_ENTRY *)ce;

Completed in 500 milliseconds

123