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

  /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/webkit/LayoutTests/fast/url/script-tests/
query.js 8 // Always escape '#' since it would mark the ref.
11 // Escape some questionable 8-bit characters, but never unescape.
21 // Escape double quotemarks in the query.
  /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/qemu/
curses_keys.h 47 [0x01b] = 1, /* Escape */
480 { "Escape", 27 },
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 109 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
rails.php 102 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 53 // escape sequence at line 5, column 45", you get error messages like
59 // "\\\\[abfnrtv?\"'\\\\0-7]|" // normal escape
60 // "\\\\x[0-9a-fA-F])*\"|" // hex escape
139 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
169 // We expect escape sequences to have been validated separately.
341 // An escape sequence.
343 if (TryConsumeOne<Escape>()) {
344 // Valid escape sequence.
351 AddError("Expected hex digits for escape sequence.");
355 AddError("Invalid escape sequence in string literal.")
    [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/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...]
browser_accessibility_win.h 466 // Escape a string like it would be escaped for a URL or HTML form.
467 string16 Escape(const string16& str);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_browsertest.cc 537 // Escape shall revert the text in omnibox.
640 // Escape shall revert back to the default match item.
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /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 527 milliseconds