HomeSort by relevance Sort by last modified time
    Searched refs:me (Results 276 - 300 of 922) sorted by null

<<11121314151617181920>>

  /external/curl/packages/vms/
compare_curl_source.com 10 $! This is used by me for these purposes:
16 $! me because VMS Backup can create a saveset of files from a
52 $! src_root1:[project_name] is used by me to work around that VMS backup will
66 $! vms_root1:[project_name] is used by me to work around that VMS backup will
  /external/libmicrohttpd/src/testcurl/
perf_get_concurrent.c 144 const char *me = cls; local
147 if (0 != strcmp (me, method))
test_get_response_cleanup.c 120 const char *me = cls; local
125 if (0 != strcmp (me, method))
test_iplimit.c 85 const char *me = cls; local
89 if (0 != strcmp (me, method))
test_long_header.c 76 const char *me = cls; local
80 if (0 != strcmp (me, method))
test_parse_cookies.c 71 const char *me = cls; local
76 if (0 != strcmp (me, method))
test_process_arguments.c 72 const char *me = cls; local
77 if (0 != strcmp (me, method))
  /external/libmicrohttpd/src/testzzuf/
test_get.c 72 const char *me = cls; local
76 if (0 != strcmp (me, method))
test_get_chunked.c 98 const char *me = cls; local
103 if (0 != strcmp (me, method))
  /external/libnl/doc/
configure.ac 69 AC_MSG_WARN([*** mscgen not found, get it at http://www.mcternan.me.uk/mscgen/])
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 193 for (MachineBasicBlock::iterator mi = mbbi->begin(), me = mbbi->end();
194 mi != me;) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 190 for (unsigned mi = 0, me = MBBs.size(); mi != me; ++mi) {
ExpandPostRAPseudos.cpp 203 for (MachineBasicBlock::iterator mi = mbbi->begin(), me = mbbi->end();
204 mi != me;) {
  /external/valgrind/gdbserver_tests/
mcleak.stderr.exp 1 (action at startup) vgdb me ...
mssnapshot.stderrB.exp 16 v.set vgdb-error <errornr> : debug me at error >= <errornr>
  /external/webrtc/webrtc/libjingle/xmpp/
rostermoduleimpl.cc 438 XmppRosterContactImpl * me = const_cast<XmppRosterContactImpl*>(this); local
439 me->group_count_ = group_count;
457 XmppRosterContactImpl * me = const_cast<XmppRosterContactImpl*>(this); local
458 me->group_returned_ = group_returned_->NextNamed(QN_ROSTER_GROUP);
460 me->group_index_returned_++;
471 XmppRosterContactImpl * me = const_cast<XmppRosterContactImpl*>(this); local
472 me->group_index_returned_ = static_cast<int>(group_index);
473 me->group_returned_ = group_element;
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 41 static void usage(const char *me) {
42 fprintf(stderr, "usage: %s\n", me);
  /frameworks/av/media/libstagefright/
AACWriter.cpp 187 void *AACWriter::ThreadWrapper(void *me) {
188 return (void *)(uintptr_t)static_cast<AACWriter *>(me)->threadFunc();
AMRWriter.cpp 182 void *AMRWriter::ThreadWrapper(void *me) {
183 return (void *)(uintptr_t) static_cast<AMRWriter *>(me)->threadFunc();
  /packages/apps/Email/provider_src/com/android/email/provider/
Utilities.java 179 } catch (MessagingException me) {
180 LogUtils.e(Logging.LOG_TAG, "Error while copying downloaded message." + me);
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256_test.go 45 {"b26c38d61519e894480c70c8374ea35aa0ad05b2ae3d6674eec5f52a69305ed4", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
48 {"4f7d8eb5bcf11de2a56b971021a444aa4eafd6ecd0f307b5109e4e776cd0fe46", "You remind me of a TV show, but that's all right: I watch it anyway."},
79 {"62efcf16ab8a893acdf2f348aaf06b63039ff1bf55508c830532c9fb", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
82 {"3b2d67ff54eabc4ef737b14edf87c64280ef582bcdf2a6d56908b405", "You remind me of a TV show, but that's all right: I watch it anyway."},
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256_test.go 45 {"b26c38d61519e894480c70c8374ea35aa0ad05b2ae3d6674eec5f52a69305ed4", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
48 {"4f7d8eb5bcf11de2a56b971021a444aa4eafd6ecd0f307b5109e4e776cd0fe46", "You remind me of a TV show, but that's all right: I watch it anyway."},
79 {"62efcf16ab8a893acdf2f348aaf06b63039ff1bf55508c830532c9fb", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
82 {"3b2d67ff54eabc4ef737b14edf87c64280ef582bcdf2a6d56908b405", "You remind me of a TV show, but that's all right: I watch it anyway."},
  /system/core/libsysutils/src/
SocketListener.cpp 147 SocketListener *me = reinterpret_cast<SocketListener *>(obj); local
149 me->runListener();
  /system/core/logd/
LogTags.cpp 384 LogTags* me = logtags; local
386 if (!me) return NULL;
387 me->WritePmsgEventLogTags(tag);
388 return me->tagToName(tag);
401 LogTags* me = logtags; local
403 if (me && __android_log_is_debuggable()) {
404 me->ReadFileEventLogTags(me->debug_event_log_tags);
  /system/tools/hidl/
main.cpp     [all...]

Completed in 900 milliseconds

<<11121314151617181920>>