Searched defs:with (Results 26 - 29 of 29) sorted by path

12

/external/libedit/src/
H A Dreadline.c10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
457 * substitute ``what'' with ``with'', returning resulting string; if
462 _rl_compat_sub(const char *str, const char *what, const char *with, argument
470 with_len = strlen(with);
490 (void)strncpy(r, with, with_len);
777 char *what, *with, delim; local
831 with = el_realloc(to, size * sizeof(*with));
[all...]
/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp29 // these two (with a prefixed std::) occur when c++stdlib string class occurs as a template argument in some STL container
60 // partial matches can occur when a name with equivalents is a template argument.
62 // such as "class Templatized<class Foo, Anything>" we want this to be replaced with
95 std::string& with)
101 target.replace(pos, pattern_len, with);
206 // Can't have a C++ name that begins with a single ':', nor contains an internal single ':'
93 replace(std::string& target, std::string& pattern, std::string& with) argument
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java197 * @return the window associated with this Activity
375 * Container object to hold an Intent, together with the requestCode used
403 .with(requestCode, resultCode, resultIntent);
435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id);
439 .with(id, dialog);
442 .with(id, dialog, bundle);
481 invoker.call("onCreate", Bundle.class).with(noInstanceState);
483 invoker.call("onPostCreate", Bundle.class).with(noInstanceState);
492 invoker.call("onSaveInstanceState", Bundle.class).with(outState);
500 invoker.call("onCreate", Bundle.class).with(outStat
537 public Object with(final Object ...parameters) { method in class:ShadowActivity.ActivityInvoker
[all...]

Completed in 2016 milliseconds

12