Searched refs:Escape (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/tools/perf/measurements/
H A Ddromaeo.py19 def Escape(k): function in function:Dromaeo.MeasurePage
30 results.Add(Escape(k), 'runs/s', v, data_type=data_type)
/external/chromium/net/base/
H A Descape.cc48 std::string Escape(const std::string& text, const Charmap& charmap, function in namespace:__anon2951
202 return Escape(text, kQueryCharmap, use_plus);
209 return UTF8ToUTF16(Escape(UTF16ToUTF8(text), kQueryCharmap, use_plus));
218 return Escape(path, kPathCharmap, false);
228 return Escape(path, kUrlEscape, true);
237 return Escape(input, kNonASCIICharmap, false);
247 return Escape(text, kExternalHandlerCharmap, false);
/external/chromium_org/tools/grit/grit/gather/
H A Dadmin_template.py40 def Escape(self, text): member in class:AdmGatherer
H A Dskeleton_gatherer.py27 # rules defined by self.Escape()
47 def Escape(self, text): member in class:SkeletonGatherer
95 return self.Escape(text)
H A Digoogle_strings.py122 def Escape(self, text): member in class:IgoogleStrings
H A Dpolicy_json.py182 str_val = "'%s'" % self.Escape(str_val)
247 def Escape(self, text): member in class:PolicyJson
H A Dmuppet_strings.py132 def Escape(self, text): member in class:MuppetStrings
H A Drc.py47 def Escape(text): member in class:Section
H A Drc_unittest.py272 escaped = rc.Section.Escape(original)
/external/chromium_org/v8/tools/
H A Dandroid-run.py69 def Escape(arg): function
92 args = [Escape(arg) for arg in sys.argv[1:]]
H A Dnacl-run.py64 def Escape(arg): function
136 args = [Escape(arg) for arg in sys.argv[1:]]
/external/chromium_org/net/base/
H A Descape.cc43 std::string Escape(const std::string& text, const Charmap& charmap, function in namespace:net::__anon8510
251 return Escape(text, kQueryCharmap, use_plus);
255 return Escape(path, kPathCharmap, false);
259 return Escape(path, kUrlEscape, use_plus);
263 return Escape(input, kNonASCIICharmap, false);
267 return Escape(text, kExternalHandlerCharmap, false);
/external/chromium_org/chrome/browser/
H A Dchrome_process_finder_win.cc65 std::string Escape(const std::string& text, const Charmap& charmap, function in namespace:__anon4310
92 return Escape(text, kQueryCharmap, use_plus);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Davisynth.php21 * * Also there is an issue with the escape character as this language uses a muti-character escape system. Escape char should be """ but has been left
/external/chromium_org/v8/src/
H A Duri.h203 static Handle<String> Escape(Isolate* isolate, Handle<String> string);
247 Handle<String> URIEscape::Escape(Isolate* isolate, Handle<String> string) { function in class:v8::internal::URIEscape
/external/qemu/
H A Dcurses_keys.h47 [0x01b] = 1, /* Escape */
480 { "Escape", 27 },
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc139 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
343 if (TryConsumeOne<Escape>()) {
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.cc229 std::string Escape(const std::string& url) { function in namespace:safe_browsing_util
330 std::string escaped_canon_url_str(Escape(url_unescaped_with_can_hostpath));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.cc241 std::string Escape(const std::string& url) { function in namespace:safe_browsing_util
345 std::string escaped_canon_url_str(Escape(url_unescaped_with_can_hostpath));
/external/chromium_org/tools/vim/
H A Dninja-build.vim76 # Escape \ for Vim, and ^ for both Vim and shell.
/external/llvm/lib/Support/Windows/
H A DProgram.inc211 // Escape all preceding escapes (if any), and then escape the quote.
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.cc428 str += Escape(html_attributes_[i].first);
430 str += Escape(html_attributes_[i].second);
1196 string16 BrowserAccessibilityWin::Escape(const string16& str) { function in class:BrowserAccessibilityWin
H A Dbrowser_accessibility_win.h466 // Escape a string like it would be escaped for a URL or HTML form.
467 string16 Escape(const string16& str);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc144 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
361 if (TryConsumeOne<Escape>()) {
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php625 # Escape Value
715 Escape Value Character

Completed in 718 milliseconds

12