HomeSort by relevance Sort by last modified time
    Searched defs:Escape (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/tools/perf/measurements/
dromaeo.py 19 def Escape(k):
30 results.Add(Escape(k), 'runs/s', v, data_type=data_type)
  /external/chromium_org/tools/grit/grit/gather/
admin_template.py 40 def Escape(self, text):
igoogle_strings.py 122 def Escape(self, text):
muppet_strings.py 132 def Escape(self, text):
policy_json.py 182 str_val = "'%s'" % self.Escape(str_val)
247 def Escape(self, text):
skeleton_gatherer.py 27 # rules defined by self.Escape()
47 def Escape(self, text):
95 return self.Escape(text)
rc.py 29 # How to escape certain characters
47 def Escape(text):
  /external/chromium_org/v8/tools/
android-run.py 69 def Escape(arg):
92 args = [Escape(arg) for arg in sys.argv[1:]]
nacl-run.py 64 def Escape(arg):
136 args = [Escape(arg) for arg in sys.argv[1:]]
  /external/chromium_org/chrome/browser/
chrome_process_finder_win.cc 33 // The following is copied from net/base/escape.cc. We don't want to depend on
37 // TODO(koz): Move these functions out of net/base/escape.cc into base/escape.cc
40 // BEGIN COPY from net/base/escape.cc
61 // Given text to escape and a Charmap defining which values to escape,
65 std::string Escape(const std::string& text, const Charmap& charmap,
92 return Escape(text, kQueryCharmap, use_plus);
95 // END COPY from net/base/escape.cc
  /external/chromium_org/v8/src/
uri.h 203 static Handle<String> Escape(Isolate* isolate, Handle<String> string);
247 Handle<String> URIEscape::Escape(Isolate* isolate, Handle<String> string) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 67 Escape RN 5
140 M_BD_LOOK8 Escape,7 ;// Load Escape Value
141 LSR Escape,Escape,#25
142 CMP Escape,#3 ;// check for escape mode
144 BNE notEscapemode ;// Branch if not in Escape mode 3
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
150 ;// Escape Mode
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 67 Escape RN 5
140 M_BD_LOOK8 Escape,7 ;// Load Escape Value
141 LSR Escape,Escape,#25
142 CMP Escape,#3 ;// check for escape mode
144 BNE notEscapemode ;// Branch if not in Escape mode 3
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
150 ;// Escape Mode
    [all...]
  /external/chromium/net/base/
escape.cc 5 #include "net/base/escape.h"
44 // Given text to escape and a Charmap defining which values to escape,
48 std::string Escape(const std::string& text, const Charmap& charmap,
157 // Invalid escape sequence, just pass the percent through and continue
202 return Escape(text, kQueryCharmap, use_plus);
205 // Convert the string to a sequence of bytes and then % escape anything
209 return UTF8ToUTF16(Escape(UTF16ToUTF8(text), kQueryCharmap, use_plus));
218 return Escape(path, kPathCharmap, false);
228 return Escape(path, kUrlEscape, true)
    [all...]
  /external/chromium_org/net/base/
escape.cc 5 #include "net/base/escape.h"
39 // Given text to escape and a Charmap defining which values to escape,
43 std::string Escape(const std::string& text, const Charmap& charmap,
157 // Invalid escape sequence, just pass the percent through and continue
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)
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 11 #include "net/base/escape.h"
428 str += Escape(html_attributes_[i].first);
430 str += Escape(html_attributes_[i].second);
1196 string16 BrowserAccessibilityWin::Escape(const string16& str) {
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 14 #include "net/base/escape.h"
229 std::string Escape(const std::string& url) {
328 // 7. After performing all above steps, percent-escape all chars in url which
330 std::string escaped_canon_url_str(Escape(url_unescaped_with_can_hostpath));
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.cc 12 #include "net/base/escape.h"
241 std::string Escape(const std::string& url) {
343 // 7. After performing all above steps, percent-escape all chars in url which
345 std::string escaped_canon_url_str(Escape(url_unescaped_with_can_hostpath));
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 804 byte. They escape the primary opcode byte into a bigger space.
816 Escape;
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 314 milliseconds