HomeSort by relevance Sort by last modified time
    Searched refs:mp (Results 51 - 75 of 217) sorted by null

1 23 4 5 6 7 8 9

  /external/dropbear/
buffer.h 62 void buf_putmpint(buffer* buf, mp_int * mp);
63 int buf_getmpint(buffer* buf, mp_int* mp);
  /external/dropbear/libtommath/
bn.tex 188 & functional mp\_div() function \\
245 Unlike GNU MP (GMP) Library, LIP, OpenSSL or various other commercial kits (Miracl), LibTomMath was not written with
302 \index{MP\_OKAY}\index{MP\_YES}\index{MP\_NO}\index{MP\_VAL}\index{MP\_MEM}
308 \hline MP\_OKAY & The function succeeded. \\
309 \hline MP\_VAL & The function input was invalid. \\
310 \hline MP\_MEM & Heap memory exhausted. \
    [all...]
tommath.h 203 int mp_init_multi(mp_int *mp, ...);
206 void mp_clear_multi(mp_int *mp, ...);
406 int mp_montgomery_setup(mp_int *a, mp_digit *mp);
414 int mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
423 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
540 #define mp_read_raw(mp, str, len) mp_read_signed_bin((mp), (str), (len))
541 #define mp_raw_size(mp) mp_signed_bin_size(mp)
542 #define mp_toraw(mp, str) mp_to_signed_bin((mp), (str)
    [all...]
  /external/dropbear/libtomcrypt/src/math/
tfm_desc.c 408 static int tfm_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *Mp)
411 fp_digit mp; local
416 LTC_ARGCHK(Mp != NULL);
418 mp = *((fp_digit*)Mp);
431 fp_montgomery_reduce(&t1, modulus, mp);
434 fp_montgomery_reduce(R->z, modulus, mp);
453 fp_montgomery_reduce(&t2, modulus, mp);
472 fp_montgomery_reduce(R->y, modulus, mp);
475 fp_montgomery_reduce(&t2, modulus, mp);
528 fp_digit mp; local
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 141 public void onBufferingUpdate(MediaPlayer mp, int percent) {
146 public void onCompletion(MediaPlayer mp) {
158 public boolean onError(MediaPlayer mp, int what, int extra) {
166 public void onPrepared(MediaPlayer mp) {
172 nativeOnPrepared(mp.getDuration(), 0, 0, mNativePointer);
180 public void onSeekComplete(MediaPlayer mp) {
181 nativeOnTimeupdate(mp.getCurrentPosition(), mNativePointer);
HTML5VideoFullScreen.java 137 public void onVideoSizeChanged(MediaPlayer mp, int width, int height) {
138 mVideoWidth = mp.getVideoWidth();
139 mVideoHeight = mp.getVideoHeight();
196 public void onPrepared(MediaPlayer mp) {
197 super.onPrepared(mp);
201 Metadata data = mp.getMetadata(MediaPlayer.METADATA_ALL,
232 mVideoWidth = mp.getVideoWidth();
233 mVideoHeight = mp.getVideoHeight();
354 public void onBufferingUpdate(MediaPlayer mp, int percent) {
  /frameworks/wilhelm/src/itf/
ISeek.c 76 CMediaPlayer *mp = InterfaceToCMediaPlayer(thiz); local
77 if (NULL != mp) {
78 result = android_Player_loop(mp, loopEnable);
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java 148 final MimeMultipart mp = new MimeMultipart(mContentType); local
150 mp.addBodyPart(p);
152 return mp;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 302 MediaPlayer mp = new MediaPlayer(); local
303 mp.setDataSource(recorded_file);
304 mp.prepare();
305 int duration = mp.getDuration();
309 mp.release();
382 MediaPlayer mp = new MediaPlayer(); local
383 mp.setDataSource(filename);
384 mp.setDisplay(MediaFrameworkTest.mSurfaceView.getHolder());
385 mp.prepare();
386 mp.start()
460 MediaPlayer mp = new MediaPlayer(); local
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 787 MediaPlayer mp = new MediaPlayer(); local
2055 MediaPlayer mp = (MediaPlayer)((WeakReference)mediaplayer_ref).get(); local
    [all...]
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 36 public void onCompletion(MediaPlayer mp) {
AwaitableErrorListener.java 35 public boolean onError(MediaPlayer mp, int what, int extra) {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 123 MediaPlayer mp = new MediaPlayer(); local
125 mp.setDataSource(mContext, video);
126 mImagePreview.setImageBitmap(mp.getFrameAt(1000));
130 mp.release();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdlcdrv.h 53 struct hdlcdrv_params mp; member in union:hdlcdrv_ioctl::__anon24183
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 53 struct hdlcdrv_params mp; member in union:hdlcdrv_ioctl::__anon25773
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 53 struct hdlcdrv_params mp; member in union:hdlcdrv_ioctl::__anon27285
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 338 MediaPlayer mp = new MediaPlayer(); local
339 mp.setDataSource(recordedFile);
340 mp.prepare();
341 int duration = mp.getDuration();
345 mp.release();
409 MediaPlayer mp = new MediaPlayer(); local
410 mp.setDataSource(filename);
411 mp.setDisplay(MediaFrameworkTest.getSurfaceView().getHolder());
412 mp.prepare();
413 mp.start()
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
StreamingMediaPlayerTest.java 166 public void onBufferingUpdate(MediaPlayer mp, int percent) {
172 public boolean onError(MediaPlayer mp, int what, int extra) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateSubPatternAssociation.java 242 * @param mp The next association to score if this one fails.
245 public void setNext(TemplateSubPatternAssociation mp)
247 m_next = mp;
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java 63 public boolean onError(MediaPlayer mp, int what, int extra) {
71 public void onCompletion(MediaPlayer mp) {
  /external/dbus/dbus/
dbus-threads.c 338 DBusMutex **mp; local
340 mp = (DBusMutex **)link->data;
341 _dbus_assert (*mp == _DBUS_DUMMY_MUTEX);
343 *mp = _dbus_mutex_new ();
344 if (*mp == NULL)
396 DBusMutex **mp; local
398 mp = (DBusMutex **)link->data;
400 if (*mp != _DBUS_DUMMY_MUTEX)
401 _dbus_mutex_free (*mp);
405 *mp = _DBUS_DUMMY_MUTEX
    [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 282 public void onVideoSizeChanged(MediaPlayer mp, int width, int height) {
283 mVideoWidth = mp.getVideoWidth();
284 mVideoHeight = mp.getVideoHeight();
293 public void onPrepared(MediaPlayer mp) {
297 Metadata data = mp.getMetadata(MediaPlayer.METADATA_ALL,
317 mVideoWidth = mp.getVideoWidth();
318 mVideoHeight = mp.getVideoHeight();
356 public void onCompletion(MediaPlayer mp) {
370 public boolean onError(MediaPlayer mp, int framework_err, int impl_err) {
422 public void onBufferingUpdate(MediaPlayer mp, int percent)
    [all...]
  /external/openssh/
addrmatch.c 318 char addrbuf[64], *mp, *cp; local
324 if ((mp = strchr(addrbuf, '/')) != NULL) {
325 *mp = '\0';
326 mp++;
327 masklen = strtoul(mp, &cp, 10);
328 if (*mp == '\0' || *cp != '\0' || masklen > 128)
335 if (mp == NULL)
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 201 struct statfs *mp; local
206 n = getmntinfo(&mp, MNT_NOWAIT);
217 s2 = mp->f_mntfromname;
226 ++mp;
229 strncpy(mtpt, mp->f_mntonname, mtlen);
  /cts/tests/tests/os/src/android/os/cts/
LooperTest.java 167 MockPrinter mp = new MockPrinter();
168 Looper.myLooper().setMessageLogging(mp);
176 assertNotNull(mp.str);

Completed in 1224 milliseconds

1 23 4 5 6 7 8 9