Searched defs:replace (Results 1 - 25 of 198) sorted by last modified time

12345678

/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c239 xml_node_t *info, *child, *replace; local
249 replace = xml_node_create(ctx->xml, parent, NULL, "Replace");
250 if (replace == NULL) {
254 oma_dm_add_cmdid(ctx, replace, cmdid);
262 add_item(ctx, replace, locuri, txt);
718 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace, argument
727 locuri = oma_dm_get_target_locuri(ctx, replace);
771 node = get_node(ctx->xml, replace, "Item/Meta/Type");
784 node = get_node(ctx->xml, replace, "Item/Data");
1367 xml_node_t *pps, *replace; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c5399 u8 replace, char *cmd)
5439 if (!replace)
5442 if (replace)
5398 p2p_ctrl_service_add_asp(struct wpa_supplicant *wpa_s, u8 replace, char *cmd) argument
/external/webrtc/webrtc/base/
H A Dstringutils.cc94 const char *replace,
99 s->replace(pos, search_len, replace, replace_len);
92 replace_substrs(const char *search, size_t search_len, const char *replace, size_t replace_len, std::string *s) argument
/external/v8/test/mjsunit/
H A Dstring-oom-replace-regexp-global-with-function.js10 function replace() { function
11 a.replace(/a/g, function() { return b });
14 assertThrows(replace, RangeError);
/external/v8/src/runtime/
H A Druntime-strings.cc64 Handle<String> replace, bool* found, int recursion_limit) {
75 if (!StringReplaceOneCharWithString(isolate, first, search, replace, found,
82 if (!StringReplaceOneCharWithString(isolate, second, search, replace, found,
97 isolate, cons1, isolate->factory()->NewConsString(first, replace),
111 CONVERT_ARG_HANDLE_CHECKED(String, replace, 2);
118 if (StringReplaceOneCharWithString(isolate, subject, search, replace, &found,
125 if (StringReplaceOneCharWithString(isolate, subject, search, replace, &found,
62 StringReplaceOneCharWithString( Isolate* isolate, Handle<String> subject, Handle<String> search, Handle<String> replace, bool* found, int recursion_limit) argument
/external/testng/ant/3rdparty/
H A DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger.java package DTDDoc ...
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/testng/src/main/java/org/testng/remote/strprotocol/
H A DMessageHelper.java160 return message.replace('\n', LINE_SEP_DELIMITER_1).replace('\r', LINE_SEP_DELIMITER_2);
168 return replace(
169 replace(
170 replace(
171 replace(message, "\u0004", "\\u0004"),
182 return replace(
183 replace(
184 replace(
185 replace(messag
230 private static final String replace(String original, CharSequence target, CharSequence replacement) { method in class:MessageHelper
[all...]
/external/slf4j/
H A DbinderVersion.pl14 sub replace () { subroutine
41 do replace($ARG);
H A Dversion.pl11 sub replace () { subroutine
40 do replace($ARG);
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DConversionRule.java35 * Given replacement rules, replace each capturing group in matcher's pattern
40 public String replace(Matcher matcher); method in interface:ConversionRule
H A DMultiGroupConversionRule.java78 * @see org.slf4j.converter.ConversionRule#replace(java.util.regex.Matcher)
80 public String replace(Matcher matcher) { method in class:MultiGroupConversionRule
H A DSingleConversionRule.java65 * @see org.slf4j.converter.ConversionRule#replace(java.util.regex.Matcher)
67 public String replace(Matcher matcher) { method in class:SingleConversionRule
/external/skia/src/core/
H A DSkRecord.h88 T* replace(int i) { function in class:SkRecord
101 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { function in class:SkRecord
134 // A mutator that can be used with replace to destroy canvas commands.
/external/skia/src/utils/
H A DSkRTConf.cpp234 static inline void str_replace(char *s, char search, char replace) { argument
237 *ptr = replace;
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 537 milliseconds

12345678