HomeSort by relevance Sort by last modified time
    Searched refs:me (Results 151 - 175 of 393) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 146 static void *ThreadWrapper(void *me);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 72 int event, void *me, void *info);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractMapTest.java 307 Map.Entry me = new Map.Entry() { local
325 return me;
  /frameworks/av/media/libstagefright/
AACWriter.cpp 202 void *AACWriter::ThreadWrapper(void *me) {
203 return (void *) static_cast<AACWriter *>(me)->threadFunc();
AudioPlayer.cpp 311 AudioPlayer *me = (AudioPlayer *)cookie; local
313 return me->fillBuffer(buffer, size);
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractMapTest.java 218 Map.Entry me = new Map.Entry() { local
236 return me;
  /ndk/sources/host-tools/make-3.81/
configure.bat 59 echo Your environment is too small. Please enlarge it and run me again.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 171 public boolean onTouch(View view, MotionEvent me) {
173 switch (me.getAction()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java     [all...]
  /external/qemu-pc-bios/bochs/
config.guess 38 me=`echo "$0" | sed -e 's,.*/,,'`
43 Output the configuration name of the system \`$me' is run on.
63 Try \`$me --help' for more information."
79 echo "$me: invalid option $1$help" >&2
87 echo "$me: too many arguments$help" >&2
    [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 784 static void usage(const char *me) {
794 " for additional debug and progress information.", me);
805 const char *me = argv[0]; local
833 usage(me);
844 "with \"%s -s %lu\"\n", me, seed);
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 66 DevicePolicyManager me = new DevicePolicyManager(context, handler); local
67 return me.mService != null ? me : null;
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 424 MatrixExponential<typename Derived::PlainObject> me(srcEvaluated);
425 me.compute(result);
  /external/strace/linux/arm/
syscallent.h 436 #error fix me
460 #error fix me
  /external/strace/linux/i386/
syscallent.h 435 #error fix me
459 #error fix me
  /external/strace/linux/sh/
syscallent.h 437 #error fix me
461 #error fix me
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 541 static void sched_fork_cleanup(ThreadId me)
544 vg_assert(VG_(running_tid) == me);
551 VG_(threads)[me].os_state.lwpid = VG_(gettid)();
552 VG_(threads)[me].os_state.threadgroup = VG_(getpid)();
556 if (tid != me) {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 455 } catch (MessagingException me) {
456 throw new AuthenticationFailedException(null, me);
ImapFolder.java 196 } catch (MessagingException me) {
198 if (me.getExceptionType() == MessagingException.IOERROR) {
199 throw me;
241 } catch (MessagingException me) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 173 public boolean onTouch(View view, MotionEvent me) {
176 switch (me.getAction()) {
  /external/icu4c/common/
uniset_closure.cpp 41 #define _dbgct(me)
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 202 double me; local
206 int32_t iter = t.runTests(&st,&me);
216 printf("%s\t%.9f\t%.9f +/- %.9f, @ %d iter\n", t.getName(),stn,st,me,iter);
220 tn,stn,st,me,iter);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 580 void *AudioUsbALSA::PlaybackThreadWrapper(void *me) {
581 static_cast<AudioUsbALSA *>(me)->PlaybackThreadEntry();
585 void *AudioUsbALSA::RecordingThreadWrapper(void *me) {
586 static_cast<AudioUsbALSA *>(me)->RecordingThreadEntry();
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 87 thanks to arnold robbins for a suggestion that started me
112 fixed a bug in regular expressions that dates (so help me) from 1977;
201 header file near me, so it's there explicitly. not properly
202 tested on non-ascii character sets by me.
388 by me, and it appears that under some circumstances the
    [all...]

Completed in 878 milliseconds

1 2 3 4 5 67 8 91011>>