Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 25 of 206) sorted by relevance

123456789

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
DUnsupportedCallbackExceptionTest.java42 UnsupportedCallbackException ce = new UnsupportedCallbackException(nc); in testUnsupportedCallbackException_01() local
43 assertEquals(nc, ce.getCallback()); in testUnsupportedCallbackException_01()
45 throw ce; in testUnsupportedCallbackException_01()
47 assertTrue(ce.equals(e)); in testUnsupportedCallbackException_01()
48 assertEquals(nc, ce.getCallback()); in testUnsupportedCallbackException_01()
57 UnsupportedCallbackException ce = new UnsupportedCallbackException(nc, "message"); in testUnsupportedCallbackException_02() local
58 assertEquals ("message", ce.getMessage()); in testUnsupportedCallbackException_02()
59 assertEquals(nc, ce.getCallback()); in testUnsupportedCallbackException_02()
61 throw ce; in testUnsupportedCallbackException_02()
63 assertTrue(ce.equals(e)); in testUnsupportedCallbackException_02()
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-jtb.ll17 br label %_getopt_internal.exit.ce
19 codeRepl127.exitStub: ; preds = %_getopt_internal.exit.ce
27 parse_options.exit.loopexit.exitStub: ; preds = %_getopt_internal.exit.ce
30 bb1.i.exitStub: ; preds = %_getopt_internal.exit.ce
33 bb90.i.exitStub: ; preds = %_getopt_internal.exit.ce
36 codeRepl104.exitStub: ; preds = %_getopt_internal.exit.ce
39 codeRepl113.exitStub: ; preds = %_getopt_internal.exit.ce
42 codeRepl51.exitStub: ; preds = %_getopt_internal.exit.ce
45 codeRepl70.exitStub: ; preds = %_getopt_internal.exit.ce
48 codeRepl119.exitStub: ; preds = %_getopt_internal.exit.ce
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DConnectionEventTest.java39 ConnectionEvent ce = new ConnectionEvent(ipc); in testConstructorConnection() local
40 assertSame(ipc, ce.getSource()); in testConstructorConnection()
41 assertNull(ce.getSQLException()); in testConstructorConnection()
52 ConnectionEvent ce = new ConnectionEvent(ipc, null); in testConstructorConnectionSQLException() local
53 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
54 assertNull(ce.getSQLException()); in testConstructorConnectionSQLException()
57 ce = new ConnectionEvent(ipc, e); in testConstructorConnectionSQLException()
58 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
59 assertSame(e, ce.getSQLException()); in testConstructorConnectionSQLException()
68 ConnectionEvent ce = new ConnectionEvent(ipc, e); in testSerializationSelf() local
[all …]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DBlockCipherFactory.java57 for (CipherEntry ce : ciphers) in getDefaultCipherList()
59 list.add(ce.type); in getDefaultCipherList()
77 CipherEntry ce = getEntry(type); in createCipher() local
78 Class cc = Class.forName(ce.cipherClass); in createCipher()
109 for (CipherEntry ce : ciphers) in getEntry()
111 if (ce.type.equals(type)) in getEntry()
113 return ce; in getEntry()
121 CipherEntry ce = getEntry(type); in getBlockSize() local
122 return ce.blocksize; in getBlockSize()
127 CipherEntry ce = getEntry(type); in getKeySize() local
[all …]
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audiocvt.c416 Uint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround() local
425 ce = (lf/2) + (rf/2); in SDL_ConvertSurround()
428 dst[2] = lf - ce; in SDL_ConvertSurround()
429 dst[3] = rf - ce; in SDL_ConvertSurround()
430 dst[4] = ce; in SDL_ConvertSurround()
431 dst[5] = ce; in SDL_ConvertSurround()
437 Sint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround() local
446 ce = (lf/2) + (rf/2); in SDL_ConvertSurround()
449 dst[2] = lf - ce; in SDL_ConvertSurround()
450 dst[3] = rf - ce; in SDL_ConvertSurround()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DCinematic.java100 CinematicEvent ce = cinematicEvents.get(i); in onPlay() local
101 if (ce.getPlayState() == PlayState.Paused) { in onPlay()
102 ce.play(); in onPlay()
114 CinematicEvent ce = cinematicEvents.get(i); in onStop() local
115 ce.stop(); in onStop()
123 CinematicEvent ce = cinematicEvents.get(i); in onPause() local
124 if (ce.getPlayState() == PlayState.Playing) { in onPause()
125 ce.pause(); in onPause()
155 CinematicEvent ce = cinematicEvents.get(i); in setSpeed() local
156 ce.setSpeed(speed); in setSpeed()
[all …]
/external/opencv/cvaux/src/
Dcvclique.cpp197 finder->ce = new int[N+1];
218 finder->ce[0] = N;
238 delete finder->ce;
273 int* ce = finder->ce;
288 if( (!finder->weighted) && (k + ce[k] - ne[k] < finder->best_score) )
301 int minnod = ce[k];
305 for( int i = 0; i < ce[k] && minnod != 0; i++)
312 for (int j = ne[k]; j < ce[k] && (count < minnod); j++)
373 for (; i < ce[k]; i++)
440 ce[k] = newce;
[all …]
/external/icu4c/i18n/
Ducoleitr.cpp48 uint32_t ce; member
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) in put() argument
104 buffer[bufferIndex].ce = ce; in put()
122 uint64_t ce; member
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) in put() argument
182 buffer[bufferIndex].ce = ce; in put()
246 inline uint64_t processCE(UCollationElements *elems, uint32_t ce) in processCE() argument
255 tertiary = ucol_tertiaryOrder(ce); in processCE()
[all …]
Dusearch.cpp93 inline int hash(uint32_t ce) in hash() argument
99 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_; in hash()
329 int32_t ce; in initializePatternCETable() local
331 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER && in initializePatternCETable()
333 uint32_t newce = getCE(strsrch, ce); in initializePatternCETable()
348 result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce) - 1); in initializePatternCETable()
645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit() local
646 if (ce == UCOL_IGNORABLE) { in isBreakUnit()
650 if (U_FAILURE(status) || ce != strsrch->pattern.CE[count]) { in isBreakUnit()
743 int32_t ce, in shiftForward() argument
[all …]
Dcolldata.cpp125 void CEList::add(uint32_t ce, UErrorCode &status) in add() argument
155 ces[listSize++] = ce; in add()
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) in put() argument
332 StringList *strings = getStringList(ce); in put()
342 putStringList(ce, strings, status); in put()
348 StringList *CEToStringsMap::getStringList(uint32_t ce) const in getStringList()
350 return (StringList *) uhash_iget(map, ce); in getStringList()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/
DCMakeListsWinCE.txt4 ${3RDPARTY_DIR}/ce-compat/ce_time.h
5 ${3RDPARTY_DIR}/ce-compat/ce_unicode.h
21 ${3RDPARTY_DIR}/ce-compat/ce_time.c
22 ${3RDPARTY_DIR}/ce-compat/ce_unicode.cpp
/external/icu4c/test/cintltst/
Dcitertst.c1333 uint32_t ce = (uint32_t)ucol_next(iter, &status); in TestCEs() local
1334 if (ce == 0xFFFFFFFF) { in TestCEs()
1335 ce = 0; in TestCEs()
1340 if(UCOL_ISTHAIPREVOWEL(*codepoints) && ce == 0 && count == 0) { in TestCEs()
1343 if (ce != ces[count] || U_FAILURE(status)) { in TestCEs()
1432 uint32_t ce; in TestDiscontiguos() local
1438 ce = ucol_next(resultiter, &status); in TestDiscontiguos()
1443 while (ce != UCOL_NULLORDER) { in TestDiscontiguos()
1444 if (ce != (uint32_t)ucol_next(iter, &status) || in TestDiscontiguos()
1449 ce = ucol_next(resultiter, &status); in TestDiscontiguos()
[all …]
/external/valgrind/main/callgrind/
Dcommand.c236 call_entry* ce; in dump_state_of_thread() local
252 ce = 0; in dump_state_of_thread()
254 ce = CLG_(get_call_entry)(i); in dump_state_of_thread()
256 if (!ce->jcc) continue; in dump_state_of_thread()
258 from = ce->jcc->from; in dump_state_of_thread()
264 p+= VG_(sprintf)(buf+p, "%llu\n", ce->jcc->call_counter); in dump_state_of_thread()
268 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost ); in dump_state_of_thread()
269 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); in dump_state_of_thread()
271 ce->enter_cost, CLG_(current_state).cost ); in dump_state_of_thread()
272 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp ); in dump_state_of_thread()
[all …]
Ddebug.c265 call_entry* ce; in CLG_() local
272 ce = CLG_(get_call_entry)(sp); in CLG_()
273 VG_(printf)("[%-2d] SP %#lx, RA %#lx", sp, ce->sp, ce->ret_addr); in CLG_()
274 if (ce->nonskipped) in CLG_()
276 bb_addr(ce->nonskipped->bb), in CLG_()
277 ce->nonskipped->cxt->fn[0]->name); in CLG_()
280 CLG_(print_jcc)(5,ce->jcc); in CLG_()
/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c309 cache->ce[i].cuOff0 = 0; /* not actually necessary */ in ML_()
310 cache->ce[i].ent0 = NULL; /* "invalid entry" */ in ML_()
311 cache->ce[i].cuOff1 = 0; /* not actually necessary */ in ML_()
312 cache->ce[i].ent1 = NULL; /* "invalid entry" */ in ML_()
336 if (cache->ce[h].cuOff0 == cuOff_to_find && cache->ce[h].ent0 != NULL) { in ML_()
339 return cache->ce[h].ent0; in ML_()
342 if (cache->ce[h].cuOff1 == cuOff_to_find && cache->ce[h].ent1 != NULL) { in ML_()
348 tc = cache->ce[h].cuOff0; in ML_()
349 te = cache->ce[h].ent0; in ML_()
350 cache->ce[h].cuOff0 = cache->ce[h].cuOff1; in ML_()
[all …]
/external/stlport/doc/
DREADME.evc819 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_mips;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
27 rem Note: there are more libs and includes under ce\atlmfc, not sure if these are needed.
28 set LIB=%LIB%;%VSINSTALLDIR%\VC\ce\lib\%TARGETCPU%
46 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_arm;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
54 set INCLUDE=%INCLUDE%;%VSINSTALLDIR%\VC\ce\atlmfc\include
55 set LIB=%LIB%;%VSINSTALLDIR%\VC\ce\lib\%TARGETCPU%;%VSINSTALLDIR%\VC\ce\atlmfc\lib\%TARGETCPU%
DREADME.evc919 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_mips;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
27 rem Note: there are more libs and includes under ce\atlmfc, you need to add these
29 set LIB=%LIB%;%VSINSTALLDIR%\VC\ce\lib\%TARGETCPU%
47 set PATH=%VSINSTALLDIR%\VC\ce\bin\x86_arm;%VSINSTALLDIR%\VC\bin;%VSINSTALLDIR%\Common7\IDE;%PATH%
55 set INCLUDE=%INCLUDE%;%VSINSTALLDIR%\VC\ce\atlmfc\include
56 set LIB=%LIB%;%VSINSTALLDIR%\VC\ce\lib\%TARGETCPU%;%VSINSTALLDIR%\VC\ce\atlmfc\lib\%TARGETCPU%
/external/openssl/crypto/des/
Dspeed.c189 long ca,cb,cc,cd,ce; in main() local
218 ce=count/20+1; in main()
296 printf("Doing crypt %ld times\n",ce); in main()
299 for (count=0,run=1; COND(ce); count++) in main()
303 e=((double)COUNT(ce))/e; in main()
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/cert/
Dcert.pem15 00:de:10:ce:3a:5a:04:a4:1c:29:93:5c:23:82:1a:
19 5c:08:f0:09:3e:c9:ce:24:2d:00:c9:df:4a:e0:99:
41 ba:f7:15:ce:da:5f:db:8b:15:07:a6:28:7f:b9:8c:11:9b:64:
44 99:1e:4e:27:38:89:90:6a:e5:ce:60:35:01:f5:de:34:60:b1:
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
/external/webkit/Source/WebCore/platform/qt/
DPlatformMouseEventQt.cpp98 QContextMenuEvent* ce = static_cast<QContextMenuEvent*>(event); in PlatformMouseEvent() local
99 m_position = IntPoint(ce->pos()); in PlatformMouseEvent()
100 m_globalPosition = IntPoint(ce->globalPos()); in PlatformMouseEvent()
/external/libmtp/src/
Dptp-pack.c1273 …k_CANON_changes (PTPParams *params, unsigned char* data, int datasize, PTPCanon_changes_entry **ce) in ptp_unpack_CANON_changes() argument
1289 *ce = malloc (sizeof(PTPCanon_changes_entry)*(entries+1)); in ptp_unpack_CANON_changes()
1290 if (!*ce) return 0; in ptp_unpack_CANON_changes()
1297 (*ce)[i].type = PTP_CANON_EOS_CHANGES_TYPE_UNKNOWN; in ptp_unpack_CANON_changes()
1300 (*ce)[i].type = PTP_CANON_EOS_CHANGES_TYPE_OBJECTINFO; in ptp_unpack_CANON_changes()
1301 (*ce)[i].u.object.oid = dtoh32a(&curdata[PTP_ece_OA_ObjectID]); in ptp_unpack_CANON_changes()
1302 (*ce)[i].u.object.oi.StorageID = dtoh32a(&curdata[PTP_ece_OA_StorageID]); in ptp_unpack_CANON_changes()
1303 (*ce)[i].u.object.oi.ParentObject = dtoh32a(&curdata[PTP_ece_OA_Parent]); in ptp_unpack_CANON_changes()
1304 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OA_OFC]); in ptp_unpack_CANON_changes()
1305 (*ce)[i].u.object.oi.ObjectCompressedSize= dtoh32a(&curdata[PTP_ece_OA_Size]); in ptp_unpack_CANON_changes()
[all …]
/external/icu4c/tools/dumpce/
Ddumpce.cpp187 uint32_t ce = ucol_next(iter, &error); in serialize() local
195 if (UCOL_PRIMARYORDER(ce) != 0) { in serialize()
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce)); in serialize()
199 if (UCOL_SECONDARYORDER(ce) != 0) { in serialize()
200 fprintf(f, " %02x", UCOL_SECONDARYORDER(ce)); in serialize()
203 if (UCOL_TERTIARYORDER(ce) != 0) { in serialize()
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce)); in serialize()
208 ce = ucol_next(iter, &error); in serialize()
209 if (ce == UCOL_NULLORDER) { in serialize()
1224 int32_t ce = ucol_next(coleiter, &error); in hasExpansions() local
[all …]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
DJInputJoyInput.java66 ControllerEnvironment ce = in loadJoysticks() local
72 Controller[] cs = ce.getControllers(); in loadJoysticks()
117 ControllerEnvironment ce = in update() local
120 Controller[] cs = ce.getControllers(); in update()
/external/openssl/crypto/objects/
Dobjects.txt726 X500 29 : id-ce
728 id-ce 9 : subjectDirectoryAttributes : X509v3 Subject Directory Attributes
730 id-ce 14 : subjectKeyIdentifier : X509v3 Subject Key Identifier
732 id-ce 15 : keyUsage : X509v3 Key Usage
734 id-ce 16 : privateKeyUsagePeriod : X509v3 Private Key Usage Period
736 id-ce 17 : subjectAltName : X509v3 Subject Alternative Name
738 id-ce 18 : issuerAltName : X509v3 Issuer Alternative Name
740 id-ce 19 : basicConstraints : X509v3 Basic Constraints
742 id-ce 20 : crlNumber : X509v3 CRL Number
744 id-ce 21 : CRLReason : X509v3 CRL Reason Code
[all …]

123456789