HomeSort by relevance Sort by last modified time
    Searched refs:me (Results 226 - 250 of 537) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/file_manager/js/
breadcrumbs_controller.js 54 // shared-with-me property and call the callback asynchronously.
68 * with me" as the first crumb. RootDirectory.DRIVE_SHARED_WITH_ME is used as
69 * the first crumb if |path| is a shared-with-me directory outside "My Drive".
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc 89 ChannelManager::ChannelManager(MediaEngineInterface* me,
94 Construct(me, dme, dm, cm, worker_thread);
97 ChannelManager::ChannelManager(MediaEngineInterface* me,
100 Construct(me,
107 void ChannelManager::Construct(MediaEngineInterface* me,
112 media_engine_.reset(me);
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 199 } catch (MessagingException me) {
201 if (me.getExceptionType() == MessagingException.IOERROR) {
202 throw me;
244 } catch (MessagingException me) {
419 } catch (ImapException me) {
420 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
424 throw me;
    [all...]
ImapConnection.java 453 } catch (MessagingException me) {
454 throw new AuthenticationFailedException(null, me);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewGestureHandler.java 831 MotionEvent me = obtainActionCancelMotionEvent(); local
    [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 785 static void usage(const char *me) {
795 " for additional debug and progress information.", me);
806 const char *me = argv[0]; local
834 usage(me);
845 "with \"%s -s %lu\"\n", me, seed);
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 283 int me = wCell(x + w - 1, y + j); local
285 if (ms == me) {
295 *p++ = colors_[me];
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 271 GrGpu* me = const_cast<GrGpu*>(this); local
272 fQuadIndexBuffer = me->createIndexBuffer(SIZE, false);
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 424 MatrixExponential<typename Derived::PlainObject> me(srcEvaluated);
425 me.compute(result);
  /external/skia/src/gpu/
GrGpu.cpp 271 GrGpu* me = const_cast<GrGpu*>(this); local
272 fQuadIndexBuffer = me->createIndexBuffer(SIZE, false);
  /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/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java     [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/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 129 * disabled for surprise me are excluded.
187 * Disables the wallpaper surprise me feature. Clear all alarms and states.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 24 "http://ihasahotdog.files.wordpress.com/2011/07/funny-dog-pictures-if-you-need-me-ill-just-be-watching-the-game.jpg",
34 "http://ihasahotdog.files.wordpress.com/2011/06/funny-dog-pictures-oh-lord-take-me-now-i-broke-my-chew-toy.jpg",
  /external/chromium_org/chrome_frame/
urlmon_url_request_private.h 57 std::string me() const;
  /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 705 milliseconds

1 2 3 4 5 6 7 8 91011>>