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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
  /external/python/cpython2/Lib/
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 336 t[j] = unhex(s[i+1])<<4 | unhex(s[i+2])
360 func unhex(c byte) byte { func
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 336 t[j] = unhex(s[i+1])<<4 | unhex(s[i+2])
360 func unhex(c byte) byte { func
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 344 func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }
362 raw = append(raw, unhex[hex[j]]<<4|unhex[hex[j+1]])
368 var unhex = [256]byte{ var
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 320 func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }
338 raw = append(raw, unhex[hex[j]]<<4|unhex[hex[j+1]])
344 var unhex = [256]byte{ var
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 344 func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }
362 raw = append(raw, unhex[hex[j]]<<4|unhex[hex[j+1]])
368 var unhex = [256]byte{ var
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 320 func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }
338 raw = append(raw, unhex[hex[j]]<<4|unhex[hex[j+1]])
344 var unhex = [256]byte{ var
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 375 func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }
393 raw = append(raw, unhex[hex[j]]<<4|unhex[hex[j+1]])
399 var unhex = [256]byte{ var
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 375 func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }
393 raw = append(raw, unhex[hex[j]]<<4|unhex[hex[j+1]])
399 var unhex = [256]byte{ var
  /prebuilts/go/darwin-x86/src/net/url/
url.go 61 func unhex(c byte) byte { func
205 if mode == encodeHost && unhex(s[i+1]) < 8 && s[i:i+3] != "%25" {
216 v := unhex(s[i+1])<<4 | unhex(s[i+2])
242 t[j] = unhex(s[i+1])<<4 | unhex(s[i+2])
  /prebuilts/go/linux-x86/src/net/url/
url.go 61 func unhex(c byte) byte { func
205 if mode == encodeHost && unhex(s[i+1]) < 8 && s[i:i+3] != "%25" {
216 v := unhex(s[i+1])<<4 | unhex(s[i+2])
242 t[j] = unhex(s[i+1])<<4 | unhex(s[i+2])
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 211 func unhex(b byte) (v rune, ok bool) { func
290 x, ok := unhex(s[j])
  /prebuilts/go/linux-x86/src/strconv/
quote.go 211 func unhex(b byte) (v rune, ok bool) { func
290 x, ok := unhex(s[j])
  /system/core/adb/
sockets.cpp 553 static unsigned unhex(char* s, int len) { function
690 len = unhex(p->data, 4);
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 1905 func unhex(c rune) rune { func
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 1905 func unhex(c rune) rune { func
    [all...]
  /external/ImageMagick/coders/
png.c 1734 unhex[103]={0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, local
    [all...]

Completed in 1170 milliseconds