HomeSort by relevance Sort by last modified time
    Searched refs:mp (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
MessagePropTest.java 31 MessageProp mp= new MessageProp(true); local
32 int qop= mp.getQOP();
37 MessageProp mp= new MessageProp(10, true); local
38 int qop= mp.getQOP();
43 MessageProp mp= new MessageProp(true); local
44 mp.setQOP(5);
45 int qop= mp.getQOP();
50 MessageProp mp= new MessageProp(10, true); local
51 mp.setQOP(5);
52 int qop= mp.getQOP()
57 MessageProp mp= new MessageProp(true); local
63 MessageProp mp= new MessageProp(false); local
70 MessageProp mp= new MessageProp(10, true); local
76 MessageProp mp= new MessageProp(10, true); local
83 MessageProp mp= new MessageProp(true); local
89 MessageProp mp= new MessageProp(true); local
96 MessageProp mp= new MessageProp(true); local
102 MessageProp mp= new MessageProp(true); local
109 MessageProp mp= new MessageProp(true); local
115 MessageProp mp= new MessageProp(true); local
122 MessageProp mp= new MessageProp(true); local
128 MessageProp mp= new MessageProp(true); local
135 MessageProp mp= new MessageProp(true); local
141 MessageProp mp= new MessageProp(true); local
148 MessageProp mp= new MessageProp(true); local
154 MessageProp mp= new MessageProp(true); local
    [all...]
  /external/dropbear/
bignum.h 30 void m_mp_init(mp_int *mp);
31 void m_mp_init_multi(mp_int *mp, ...);
32 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len);
33 void sha1_process_mp(hash_state *hs, mp_int *mp);
bignum.c 31 void m_mp_init(mp_int *mp) {
33 if (mp_init(mp) != MP_OKAY) {
40 void m_mp_init_multi(mp_int *mp, ...)
42 mp_int* cur_arg = mp;
45 va_start(args, mp); /* init args to next argument from caller */
55 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len) {
57 if (mp_read_unsigned_bin(mp, (unsigned char*)bytes, len) != MP_OKAY) {
62 /* hash the ssh representation of the mp_int mp */
63 void sha1_process_mp(hash_state *hs, mp_int *mp) {
70 buf_putmpint(buf, mp);
    [all...]
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.h 22 extern XAresult android_Player_checkSourceSink(CMediaPlayer *mp);
24 extern XAresult android_Player_create(CMediaPlayer *mp);
26 extern XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async);
28 extern XAresult android_Player_destroy(CMediaPlayer *mp);
30 extern XAresult android_Player_preDestroy(CMediaPlayer *mp);
56 * pre-condition: mp != NULL
58 extern void android_Player_volumeUpdate(CMediaPlayer *mp);
59 extern void android_Player_usePlayEventMask(CMediaPlayer *mp);
72 * for all functions below: pre-condition: mp != NULL
74 extern XAresult android_Player_seek(CMediaPlayer *mp, SLmillisecond posMsec)
    [all...]
MediaPlayer_to_android.cpp 42 CMediaPlayer* mp = (CMediaPlayer*) user; local
43 if (!android::CallbackProtector::enterCbIfOk(mp->mCallbackProtector)) {
57 SL_LOGV("Received GenericPlayer::kEventPrepared for CMediaPlayer %p", mp);
64 object_lock_exclusive(&mp->mObject);
67 assert(mp->mAndroidObjState == ANDROID_PREPARING);
68 mp->mAndroidObjState = ANDROID_READY;
71 // Most of successful prepare completion for mp->mAVPlayer
79 if (IsInterfaceInitialized(&mp->mObject, MPH_XAPREFETCHSTATUS)) {
80 mp->mPrefetchStatus.mLevel = 0;
81 mp->mPrefetchStatus.mStatus = SL_PREFETCHSTATUS_UNDERFLOW
    [all...]
  /external/dropbear/libtommath/
bn_mp_clear_multi.c 19 void mp_clear_multi(mp_int *mp, ...)
21 mp_int* next_mp = mp;
23 va_start(args, mp);
bn_mp_init_multi.c 19 int mp_init_multi(mp_int *mp, ...)
23 mp_int* cur_arg = mp;
26 va_start(args, mp); /* init args to next argument from caller */
38 cur_arg = mp;
39 va_start(clean_args, mp);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_PhysicsCollisionEvent.cpp 12 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
13 if (mp == NULL) {
18 return mp -> m_appliedImpulse;
28 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
29 if (mp == NULL) {
34 return mp -> m_appliedImpulseLateral1;
44 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
45 if (mp == NULL) {
50 return mp -> m_appliedImpulseLateral2;
60 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId) local
76 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
92 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
108 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
124 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
140 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
156 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
172 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
188 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
204 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
220 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
236 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
252 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
268 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
284 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
301 btManifoldPoint* mp = reinterpret_cast<btManifoldPoint*>(manifoldPointObjectId); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 90 MediaPlayer mp = new MediaPlayer(); local
92 mp.setDataSource(filePath);
93 mp.prepare();
97 int duration = mp.getDuration();
99 mp.release();
109 MediaPlayer mp = new MediaPlayer(); local
111 mp.setDataSource(filePath);
113 mp.prepare();
114 mp.start();
117 mp.pause()
142 MediaPlayer mp = new MediaPlayer(); local
169 MediaPlayer mp = new MediaPlayer(); local
207 MediaPlayer mp = new MediaPlayer(); local
232 MediaPlayer mp = new MediaPlayer(); local
241 MediaPlayer mp = new MediaPlayer(); local
335 MediaPlayer mp = new MediaPlayer(); local
381 MediaPlayer mp = new MediaPlayer(); local
409 MediaPlayer mp = new MediaPlayer(); local
437 MediaPlayer mp = new MediaPlayer(); local
467 MediaPlayer mp = new MediaPlayer(); local
505 MediaPlayer mp = new MediaPlayer(); local
573 MediaPlayer mp = new MediaPlayer(); local
592 MediaPlayer mp = new MediaPlayer(); local
606 MediaPlayer mp = null; local
640 MediaPlayer mp = null; local
    [all...]
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_fsa.c 20 int crypt_fsa(void *mp, ...)
26 va_start(args, mp);
27 if (mp != NULL) {
28 XMEMCPY(&ltc_mp, mp, sizeof(ltc_mp));
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 82 MediaPlayer mp = new MediaPlayer(); local
84 mp.setDataSource(filePath);
85 mp.prepare();
89 int duration = mp.getDuration();
91 mp.release();
101 MediaPlayer mp = new MediaPlayer(); local
103 mp.setDataSource(filePath);
105 mp.prepare();
106 mp.start();
109 mp.pause()
129 MediaPlayer mp = new MediaPlayer(); local
156 MediaPlayer mp = new MediaPlayer(); local
194 MediaPlayer mp = new MediaPlayer(); local
219 MediaPlayer mp = new MediaPlayer(); local
228 MediaPlayer mp = new MediaPlayer(); local
322 MediaPlayer mp = new MediaPlayer(); local
356 MediaPlayer mp = new MediaPlayer(); local
384 MediaPlayer mp = new MediaPlayer(); local
412 MediaPlayer mp = new MediaPlayer(); local
442 MediaPlayer mp = new MediaPlayer(); local
480 MediaPlayer mp = new MediaPlayer(); local
548 MediaPlayer mp = new MediaPlayer(); local
567 MediaPlayer mp = new MediaPlayer(); local
581 MediaPlayer mp = null; local
615 MediaPlayer mp = null; local
    [all...]
  /frameworks/wilhelm/src/
handler_bodies.c 53 CMediaPlayer *mp = (CMediaPlayer *) thiz; local
54 android_Player_volumeUpdate(mp);
108 CMediaPlayer *mp = (CMediaPlayer *) thiz; local
109 android_Player_usePlayEventMask(mp);
117 CMediaPlayer *mp = (CMediaPlayer *) thiz; local
118 android::GenericPlayer* avp = mp->mAVPlayer.get();
120 android_Player_setPlayState(avp, mp->mPlay.mState, &(mp->mAndroidObjState));
151 CMediaPlayer* mp = (CMediaPlayer *)thiz; local
152 if (SL_PLAYSTATE_PLAYING == mp->mPlay.mState)
161 CMediaPlayer *mp = (CMediaPlayer *) thiz; local
    [all...]
  /external/libgsm/src/
preprocess.c 42 word mp = S->mp; local
105 msp = GSM_MULT_R( mp, -28180 );
106 mp = SASR( L_temp, 15 );
107 *so++ = GSM_ADD( mp, msp );
112 S->mp = mp;
  /external/dropbear/libtommath/mtest/
mpi.h 56 #define SIGN(MP) ((MP)->sign)
57 #define USED(MP) ((MP)->used)
58 #define ALLOC(MP) ((MP)->alloc)
59 #define DIGITS(MP) ((MP)->dp)
60 #define DIGIT(MP,N) (MP)->dp[(N)
    [all...]
mpi.c 160 mp_err s_mp_grow(mp_int *mp, mp_size min); /* increase allocated size */
161 mp_err s_mp_pad(mp_int *mp, mp_size min); /* left pad with zeroes */
163 void s_mp_clamp(mp_int *mp); /* clip leading zeroes */
167 mp_err s_mp_lshd(mp_int *mp, mp_size p); /* left-shift by p digits */
168 void s_mp_rshd(mp_int *mp, mp_size p); /* right-shift by p digits */
169 void s_mp_div_2d(mp_int *mp, mp_digit d); /* divide by 2^d in place */
170 void s_mp_mod_2d(mp_int *mp, mp_digit d); /* modulo 2^d in place */
171 mp_err s_mp_mul_2d(mp_int *mp, mp_digit d); /* multiply by 2^d in place*/
172 void s_mp_div_2(mp_int *mp); /* divide by 2 in place */
173 mp_err s_mp_mul_2(mp_int *mp); /* multiply by 2 in place *
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 230 MediaPlayer mp = musicPlaying.get(src); local
250 mp.setVolume(volume, volume);
284 MediaPlayer mp = musicPlaying.get(src); local
286 mp.stop();
287 mp.release();
295 public void onCompletion(MediaPlayer mp) {
296 mp.seekTo(0);
297 mp.stop();
301 if (musicPlaying.get(src) == mp) {
379 MediaPlayer mp = musicPlaying.get(src); local
436 MediaPlayer mp = musicPlaying.get(src); local
455 MediaPlayer mp = musicPlaying.get(src); local
474 MediaPlayer mp = musicPlaying.remove(src); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/
MediaPlayerPowerTest.java 51 MediaPlayer mp = new MediaPlayer(); local
52 mp.setDataSource(filePath);
53 mp.prepare();
54 mp.start();
56 mp.stop();
57 mp.release();
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 156 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
157 if (mp != 0) mp->notify(MEDIA_ERROR, opStatus, 0);
183 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
184 if (mp == NULL ) {
212 mp->setDataSource(
224 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
225 if (mp == NULL ) {
236 process_media_player_call( env, thiz, mp->setDataSource(fd, offset, length), "java/io/IOException", "setDataSourceFD failed." );
248 sp<MediaPlayer> mp = getMediaPlayer(env, thiz) local
262 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
303 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
320 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
338 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
350 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
362 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
373 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
387 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
399 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
416 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
434 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
448 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
463 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
475 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
487 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
499 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
511 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
626 sp<MediaPlayer> mp = new MediaPlayer(); local
645 sp<MediaPlayer> mp = setMediaPlayer(env, thiz, 0); local
657 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
666 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
676 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
689 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
699 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
725 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
765 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
784 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 84 MediaPlayer mp = MediaPlayer.create(mContext, resid); local
86 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
87 mp.setWakeMode(mContext, PowerManager.PARTIAL_WAKE_LOCK);
89 assertFalse(mp.isPlaying());
90 mp.start();
91 assertTrue(mp.isPlaying());
93 assertFalse(mp.isLooping());
94 mp.setLooping(true);
95 assertTrue(mp.isLooping());
97 assertEquals(mp3Duration, mp.getDuration(), tolerance)
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod_timing.c 41 void *mu, *mp; local
51 if ((err = mp_montgomery_setup(modulus, &mp)) != CRYPT_OK) {
55 mp_montgomery_free(mp);
60 mp_montgomery_free(mp);
72 mp_montgomery_free(mp);
94 if ((err = ltc_mp.ecc_ptdbl(tG, M[1], modulus, mp)) != CRYPT_OK) { goto done; }
122 if ((err = ltc_mp.ecc_ptadd(M[0], M[1], M[2], modulus, mp)) != CRYPT_OK) { goto done; }
123 if ((err = ltc_mp.ecc_ptdbl(M[1], M[2], modulus, mp)) != CRYPT_OK) { goto done; }
130 if ((err = ltc_mp.ecc_ptadd(M[0], M[1], M[2], modulus, mp)) != CRYPT_OK) { goto done; }
131 if ((err = ltc_mp.ecc_ptdbl(M[1], M[2], modulus, mp)) != CRYPT_OK) { goto done;
    [all...]
ltc_ecc_map.c 30 @param mp The "b" value from montgomery_setup()
33 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp)
40 LTC_ARGCHK(mp != NULL);
47 if ((err = mp_montgomery_reduce(P->z, modulus, mp)) != CRYPT_OK) { goto done; }
60 if ((err = mp_montgomery_reduce(P->x, modulus, mp)) != CRYPT_OK) { goto done; }
62 if ((err = mp_montgomery_reduce(P->y, modulus, mp)) != CRYPT_OK) { goto done; }
ltc_ecc_mulmod.c 43 void *mu, *mp; local
53 if ((err = mp_montgomery_setup(modulus, &mp)) != CRYPT_OK) {
57 mp_montgomery_free(mp);
61 mp_montgomery_free(mp);
73 mp_montgomery_free(mp);
98 if ((err = ltc_mp.ecc_ptdbl(tG, M[0], modulus, mp)) != CRYPT_OK) { goto done; }
99 if ((err = ltc_mp.ecc_ptdbl(M[0], M[0], modulus, mp)) != CRYPT_OK) { goto done; }
100 if ((err = ltc_mp.ecc_ptdbl(M[0], M[0], modulus, mp)) != CRYPT_OK) { goto done; }
104 if ((err = ltc_mp.ecc_ptadd(M[j-9], tG, M[j-8], modulus, mp)) != CRYPT_OK) { goto done; }
138 if ((err = ltc_mp.ecc_ptdbl(R, R, modulus, mp)) != CRYPT_OK) { goto done;
    [all...]
  /external/dropbear/libtommath/etc/
mont.c 7 mp_digit mp; local
23 mp_montgomery_setup(&modulus, &mp);
29 mp_montgomery_reduce(&pp, &modulus, mp);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_misc.h 19 int crypt_fsa(void *mp, ...);
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 578 static void check_mempool_sane(MC_Mempool* mp); /*forward*/
583 MC_Mempool* mp; local
592 mp = VG_(HT_lookup)(MC_(mempool_list), (UWord)pool);
593 if (mp != NULL) {
597 mp = VG_(malloc)("mc.cm.1", sizeof(MC_Mempool));
598 mp->pool = pool;
599 mp->rzB = rzB;
600 mp->is_zeroed = is_zeroed;
601 mp->chunks = VG_(HT_construct)( "MC_(create_mempool)" );
602 check_mempool_sane(mp);
619 MC_Mempool* mp; local
737 MC_Mempool* mp; local
758 MC_Mempool* mp; local
793 MC_Mempool* mp; local
907 MC_Mempool* mp; local
929 MC_Mempool* mp; local
962 MC_Mempool* mp; local
    [all...]

Completed in 779 milliseconds

1 2 3 4 5 6 7 8