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

  /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/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/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 176 milliseconds