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

1 2 3 4

  /external/webkit/Source/WebCore/platform/qt/
PlatformMouseEventQt.cpp 98 QContextMenuEvent* ce = static_cast<QContextMenuEvent*>(event); local
99 m_position = IntPoint(ce->pos());
100 m_globalPosition = IntPoint(ce->globalPos());
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
UnsupportedCallbackExceptionTest.java 42 UnsupportedCallbackException ce = new UnsupportedCallbackException(nc); local
43 assertEquals(nc, ce.getCallback());
45 throw ce;
47 assertTrue(ce.equals(e));
48 assertEquals(nc, ce.getCallback());
57 UnsupportedCallbackException ce = new UnsupportedCallbackException(nc, "message"); local
58 assertEquals ("message", ce.getMessage());
59 assertEquals(nc, ce.getCallback());
61 throw ce;
63 assertTrue(ce.equals(e))
74 UnsupportedCallbackException ce = new UnsupportedCallbackException(null, null); local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 32 ConnectionEvent ce = new ConnectionEvent(ipc); local
34 assertSame(ce2.getSource(),ce.getSource());
39 ConnectionEvent ce = new ConnectionEvent(ipc); local
42 assertNull(ce.getSQLException());
43 assertEquals(ce2.getSQLException(), ce.getSQLException());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 39 ConnectionEvent ce = new ConnectionEvent(ipc); local
40 assertSame(ipc, ce.getSource());
41 assertNull(ce.getSQLException());
52 ConnectionEvent ce = new ConnectionEvent(ipc, null); local
53 assertSame(ipc, ce.getSource());
54 assertNull(ce.getSQLException());
57 ce = new ConnectionEvent(ipc, e);
58 assertSame(ipc, ce.getSource());
59 assertSame(e, ce.getSQLException());
68 ConnectionEvent ce = new ConnectionEvent(ipc, e) local
86 ConnectionEvent ce = new ConnectionEvent(ipc, sqlException); local
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/
NewActivityBasedOnTemplateWizard.java 71 catch (CoreException ce)
74 StudioLogger.error(this.getClass(), ce.getMessage(), ce); local
NewActivityWizard.java 74 catch (CoreException ce)
77 StudioLogger.error(this.getClass(), ce.getMessage(), ce); local
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java 100 CinematicEvent ce = cinematicEvents.get(i); local
101 if (ce.getPlayState() == PlayState.Paused) {
102 ce.play();
114 CinematicEvent ce = cinematicEvents.get(i); local
115 ce.stop();
123 CinematicEvent ce = cinematicEvents.get(i); local
124 if (ce.getPlayState() == PlayState.Playing) {
125 ce.pause();
155 CinematicEvent ce = cinematicEvents.get(i); local
156 ce.setSpeed(speed)
201 CinematicEvent ce = cinematicEvents.get(i); local
268 CinematicEvent ce = kf.getCinematicEvents().get(i); local
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlockCipherFactory.java 57 for (CipherEntry ce : ciphers)
59 list.add(ce.type);
77 CipherEntry ce = getEntry(type); local
78 Class cc = Class.forName(ce.cipherClass);
109 for (CipherEntry ce : ciphers)
111 if (ce.type.equals(type))
113 return ce;
121 CipherEntry ce = getEntry(type); local
122 return ce.blocksize;
127 CipherEntry ce = getEntry(type) 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/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;
  /external/valgrind/main/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);
command.c 236 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->enter_cost, tmp )
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
JInputJoyInput.java 66 ControllerEnvironment ce = local
72 Controller[] cs = ce.getControllers();
117 ControllerEnvironment ce = local
120 Controller[] cs = ce.getControllers();
  /external/openssh/
auth-options.c 73 struct envstring *ce = custom_environment; local
74 custom_environment = ce->next;
75 xfree(ce->s);
76 xfree(ce);
  /external/qemu/distrib/sdl-1.2.15/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...]
  /frameworks/rs/driver/
rsdShader.cpp 598 const Element *ce = e->mHal.state.fields[ct]; local
599 if (ce->mHal.state.fieldsCount) {
600 initAddUserElement(ce, names, arrayLengths, count, prefix);
  /libcore/luni/src/main/java/java/security/
Signature.java 240 Set ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local
242 if (ce != null && !ce.isEmpty()) {
243 for (Iterator i = ce.iterator(); i.hasNext();) {
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 790 Set<String> ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local
792 if (ce != null && !ce.isEmpty()) {
793 for (String oid : ce) {
    [all...]
  /packages/apps/Phone/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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /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...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 199 ce[N_TYENT_INDEX_CACHE]; member in struct:__anon15114
  /external/grub/stage2/
iso9660.h 143 struct CE {
147 } ce; member in union:rock_ridge::__anon7125

Completed in 746 milliseconds

1 2 3 4