Searched defs:repl (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/browser/google/
H A Dgoogle_util.cc25 GURL::Replacements repl; local
26 repl.SetQueryStr(query);
27 return url.ReplaceComponents(repl);
/external/chromium/chrome/browser/search_engines/
H A Dsearch_terms_data.cc36 GURL::Replacements repl; local
39 repl.SetHostStr(suggest_host);
43 repl.SetPathStr(suggest_path);
46 repl.ClearQuery();
47 repl.ClearRef();
48 return base_url.ReplaceComponents(repl).spec();
H A Dtemplate_url_parser.cc438 GURL::Replacements repl; local
439 repl.SetQueryStr(new_query);
440 url = url.ReplaceComponents(repl);
/external/hyphenation/
H A Dhyphen.h80 char *repl; member in struct:_HyphenState
H A Dhyphen.c186 dict->states[dict->num_states].repl = NULL;
287 char * repl; local
312 dict[k]->states[0].repl = NULL;
359 repl = strchr(buf, '/');
362 if (repl) {
363 char * index = strchr(repl + 1, ',');
364 *repl = '\0';
374 hnj_strchomp(repl + 1);
378 repl = hnj_strdup(repl
717 char *repl; local
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.cc210 GURL::Replacements repl; local
213 repl.SetPathStr(path);
214 url = url.ReplaceComponents(repl);
260 GURL::Replacements repl; local
263 repl.SetPathStr(path);
264 url = url.ReplaceComponents(repl);
/external/chromium/googleurl/src/
H A Dgurl_unittest.cc255 GURL::Replacements repl; local
256 SetupReplacement(&GURL::Replacements::SetScheme, &repl, cur.scheme);
257 SetupReplacement(&GURL::Replacements::SetUsername, &repl, cur.username);
258 SetupReplacement(&GURL::Replacements::SetPassword, &repl, cur.password);
259 SetupReplacement(&GURL::Replacements::SetHost, &repl, cur.host);
260 SetupReplacement(&GURL::Replacements::SetPort, &repl, cur.port);
261 SetupReplacement(&GURL::Replacements::SetPath, &repl, cur.path);
262 SetupReplacement(&GURL::Replacements::SetQuery, &repl, cur.query);
263 SetupReplacement(&GURL::Replacements::SetRef, &repl, cur.ref);
264 GURL output = url.ReplaceComponents(repl);
[all...]
H A Durl_canon_internal.cc305 const Replacements<char>& repl,
309 const URLComponentSource<char>& repl_source = repl.sources();
310 const url_parse::Parsed& repl_parsed = repl.components();
336 const Replacements<char16>& repl,
343 const URLComponentSource<char16>& repl_source = repl.sources();
344 const url_parse::Parsed& repl_parsed = repl.components();
304 SetupOverrideComponents(const char* base, const Replacements<char>& repl, URLComponentSource<char>* source, url_parse::Parsed* parsed) argument
335 SetupUTF16OverrideComponents(const char* base, const Replacements<char16>& repl, CanonOutput* utf8_buffer, URLComponentSource<char>* source, url_parse::Parsed* parsed) argument
H A Durl_canon_unittest.cc1969 url_canon::Replacements<char16> repl; local
1975 repl.SetPath(new_path.c_str(), url_parse::Component(0, 4));
1976 repl.SetQuery(new_query.c_str(),
1985 url_canon::ReplaceFileURL(src, parsed, repl, NULL, &repl_output, &repl_parsed);
/external/chromium/testing/gmock/scripts/
H A Dupload.py827 def repl(m): function in function:SubversionVCS._CollapseKeywords
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
/external/chromium/testing/gtest/scripts/
H A Dupload.py827 def repl(m): function in function:SubversionVCS._CollapseKeywords
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
/external/chromium/net/socket_stream/
H A Dsocket_stream.cc492 GURL::Replacements repl; local
493 repl.SetSchemeStr(scheme);
494 proxy_url_ = url_.ReplaceComponents(repl);
/external/icu4c/test/cintltst/
H A Dreapits.c957 UChar repl[100]; local
968 u_uastrncpy(repl, "some other", sizeof(repl)/2);
976 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
985 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2);
986 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
996 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status);
1882 UChar repl[100]; local
1892 u_uastrncpy(repl, "som
[all...]
/external/openssh/
H A Dmisc.c572 const char *repl; member in struct:__anon9649
583 keys[num_keys].repl = va_arg(ap, char *);
584 if (keys[num_keys].repl == NULL)
608 i = strlcat(buf, keys[j].repl, sizeof(buf));
/external/iptables/libiptc/
H A Dlibiptc.c1119 static inline int iptcc_compile_rule (struct xtc_handle *h, STRUCT_REPLACE *repl, struct rule_head *r) argument
1138 memcpy((char *)repl->entries+r->offset, r->entry, r->size);
1144 static int iptcc_compile_chain(struct xtc_handle *h, STRUCT_REPLACE *repl, struct chain_head *c) argument
1154 head = (void *)repl->entries + c->head_offset;
1162 repl->hook_entry[c->hooknum-1] = c->head_offset;
1163 repl->underflow[c->hooknum-1] = c->foot_offset;
1168 ret = iptcc_compile_rule(h, repl, r);
1174 foot = (void *)repl->entries + c->foot_offset;
1250 static int iptcc_compile_table(struct xtc_handle *h, STRUCT_REPLACE *repl) argument
1257 int ret = iptcc_compile_chain(h, repl,
2473 counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, STRUCT_REPLACE *repl, unsigned int idx, unsigned int mappos) argument
2488 counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, STRUCT_REPLACE *repl, unsigned int idx, unsigned int mappos, STRUCT_COUNTERS *counters) argument
2521 STRUCT_REPLACE *repl; local
[all...]
/external/libxml2/
H A Dvalid.c5233 xmlNodePtr repl = NULL, last = NULL, tmp; local
5387 xmlFreeNodeList(repl);
5396 if (repl == NULL)
5397 repl = last = tmp;
5431 NODE = repl;
5447 if (repl != NULL)
5448 xmlSnprintfElements(&list[0], 5000, repl, 1);
5483 while (repl != NULL) {
5484 tmp = repl->next;
5485 xmlFree(repl);
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1361 // where we have a value available in repl, also keep track of whether we see
2278 Value *repl = findLeader(I->getParent(), Num); local
2279 if (repl == 0) {
2286 patchAndReplaceAllUsesWith(repl, I);
2287 if (MD && repl->getType()->isPointerTy())
2288 MD->invalidateCachedPointerInfo(repl);
/external/mksh/src/
H A Dedit.c4687 putbuf(const char *buf, ssize_t len, int repl) argument
4691 if (repl) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 384 milliseconds