Searched refs:me (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/external/valgrind/gdbserver_tests/
H A Dhginfo.stderr.exp1 (action at startup) vgdb me ...
H A Dnlgone_abrt.stderr.exp1 (action at startup) vgdb me ...
H A Dnlgone_exit.stderr.exp3 (action at startup) vgdb me ...
8 (action at exit) vgdb me ...
H A Dnlself_invalidate.stderr.exp3 (action at startup) vgdb me ...
H A Dnlgone_return.stderr.exp3 (action at startup) vgdb me ...
H A Dnlsigvgdb.stderr.exp3 (action at startup) vgdb me ...
/external/protobuf/src/google/protobuf/
H A Darenastring.cc43 const ::std::string* me = *UnsafeRawStringPointer(); local
46 if (me != other) {
/external/python/cpython2/Doc/includes/
H A Demail-simple.py14 # me == the sender's email address
17 msg['From'] = me
23 s.sendmail(me, [you], msg.as_string())
H A Demail-alternative.py8 # me == my email address
10 me = "my@email.com" variable
16 msg['From'] = me
47 s.sendmail(me, you, msg.as_string())
/external/valgrind/drd/tests/
H A Ddlopen.stdout.exp2 Hello World! It's me, thread #1!
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh7 # Usage: jitter.sh me duration [ sleepmax [ spinmax ] ]
9 # me: Random-number-generator seed salt.
32 me=$(($1 * 1000))
54 cpumask=`awk -v cpus="$cpus" -v me=$me -v n=$n 'BEGIN {
55 srand(n + me + systime());
71 sleeptime=`awk -v me=$me -v n=$n -v sleepmax=$sleepmax 'BEGIN {
72 srand(n + me + systime());
79 limit=`awk -v me
[all...]
/external/libmicrohttpd/src/examples/
H A Dquerystring_example.c42 char *me; local
56 me = malloc (snprintf (NULL, 0, fmt, "q", val) + 1);
57 if (me == NULL)
59 sprintf (me, fmt, "q", val);
60 response = MHD_create_response_from_buffer (strlen (me), me,
64 free (me);
H A Ddual_stack_example.c39 const char *me = cls; local
52 response = MHD_create_response_from_buffer (strlen (me),
53 (void *) me,
H A Dminimal_example.c39 const char *me = cls; local
52 response = MHD_create_response_from_buffer (strlen (me),
53 (void *) me,
/external/python/cpython2/Demo/threads/
H A DCoroutine.py108 me = _CoEvent(func)
109 self.invokedby[me] = None
110 thread.start_new_thread(self._start, (me,) + args)
111 return me
113 def _start(self, me, *args):
114 me.wait()
118 apply(me.f, args)
123 self.terminated_by = me
145 me = self.active
146 self.invokedby[target] = me
[all...]
/external/python/cpython2/PC/VS8.0/
H A Dkill_python.c34 MODULEENTRY32W me; local
37 me.dwSize = sizeof(MODULEENTRY32W);
50 if (!Module32FirstW(hsm, &me)) {
61 if (_wcsnicmp(me.szModule, KILL_PYTHON_EXE, KILL_PYTHON_EXE_LEN))
64 len = wcsnlen_s(me.szExePath, MAX_PATH) - KILL_PYTHON_EXE_LEN;
65 wcsncpy_s(path, MAX_PATH+1, me.szExePath, len);
69 } while (Module32NextW(hsm, &me));
131 if (!Module32FirstW(hsm, &me)) {
139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN))
143 if (_wcsnicmp(path, me
[all...]
/external/python/cpython2/PC/VS9.0/
H A Dkill_python.c34 MODULEENTRY32W me; local
37 me.dwSize = sizeof(MODULEENTRY32W);
50 if (!Module32FirstW(hsm, &me)) {
61 if (_wcsnicmp(me.szModule, KILL_PYTHON_EXE, KILL_PYTHON_EXE_LEN))
64 len = wcsnlen_s(me.szExePath, MAX_PATH) - KILL_PYTHON_EXE_LEN;
65 wcsncpy_s(path, MAX_PATH+1, me.szExePath, len);
69 } while (Module32NextW(hsm, &me));
131 if (!Module32FirstW(hsm, &me)) {
139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN))
143 if (_wcsnicmp(path, me
[all...]
/external/syslinux/com32/menu/
H A Dreadconfig.c254 struct menu_entry *me; local
266 me = calloc(1, sizeof(struct menu_entry));
267 me->menu = m;
268 me->entry = m->nentries;
269 m->menu_entries[m->nentries++] = me;
270 *all_entries_end = me;
271 all_entries_end = &me->next;
273 return me;
276 static void consider_for_hotkey(struct menu *m, struct menu_entry *me) argument
278 const char *p = strchr(me
319 struct menu_entry *me; local
433 struct menu_entry *me; local
451 struct menu_entry *me; local
474 struct menu_entry *me; local
1086 struct menu_entry *me; local
1108 struct menu_entry *me; local
[all...]
/external/autotest/tko/
H A Dquery_lib.py16 me = parse_scrub_and_gen_condition # shorten the name
26 (a_sql, a_values) = me(match.group(1), valid_field_dict)
27 (b_sql, b_values) = me(match.group(2), valid_field_dict)
34 (a_sql, a_values) = me(match.group(1), valid_field_dict)
35 (b_sql, b_values) = me(match.group(2), valid_field_dict)
/external/autotest/client/bin/self-test/
H A Dtest11 me="../autotest"
26 "$me" "$i"
30 "$me" --continue "$i"
/external/compiler-rt/lib/asan/
H A Dasanwrapper.cc39 void usage(const char* me) { argument
44 fprintf(stderr, usage_s, me, me);
/external/ipsec-tools/src/racoon/
H A Dsafefile.c53 uid_t me; local
66 me = getuid();
67 if (s.st_uid != me) {
/external/toybox/lib/
H A Dgetmountlist.c162 struct mntent *me; local
172 while ((me = getmntent(fp))) {
173 mt = xzalloc(sizeof(struct mtab_list) + strlen(me->mnt_fsname) +
174 strlen(me->mnt_dir) + strlen(me->mnt_type) + strlen(me->mnt_opts) + 4);
180 stat(me->mnt_dir, &(mt->stat));
181 statvfs(me->mnt_dir, &(mt->statvfs));
185 mt->dir = stpcpy(mt->type, me->mnt_type)+1;
186 mt->device = stpcpy(mt->dir, me
[all...]
/external/webrtc/webrtc/base/
H A Dworker.cc33 rtc::Thread *me = rtc::Thread::Current(); local
35 if (worker_thread_ == me) {
44 worker_thread_ = me;
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js98 function new_node(me, mom, text, link, children_data, api_level)
127 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
130 expand_node(me, node);
136 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
149 a.href = me.toroot + link;
177 function expand_node(me, node)
183 get_node(me, node);
187 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
196 function get_node(me, mom)
201 mom.children[i] = new_node(me, mo
[all...]

Completed in 580 milliseconds

1234567891011>>