HomeSort by relevance Sort by last modified time
    Searched full:hexadecimal (Results 426 - 450 of 1046) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 308 // hexadecimal int
313 s.error(offs, "illegal hexadecimal number")
scanner_test.go 721 {"0x", token.INT, 0, "0x", "illegal hexadecimal number"},
722 {"0X", token.INT, 0, "0X", "illegal hexadecimal number"},
  /prebuilts/go/linux-x86/src/net/
ip.go 420 // String returns the hexadecimal form of m, with no punctuation.
480 // character and a mask expressed as hexadecimal form with no
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 400 // hexadecimal int
408 s.error("illegal hexadecimal number")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 237 # hexadecimal escape (exactly two digits)
269 # hexadecimal escape
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 237 # hexadecimal escape (exactly two digits)
269 # hexadecimal escape
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java     [all...]
  /libcore/ojluni/src/main/java/java/util/regex/
Pattern.java 104 * <td headers="matches">The character with hexadecimal&nbsp;value&nbsp;<tt>0x</tt><i>hh</i></td></tr>
106 * <td headers="matches">The character with hexadecimal&nbsp;value&nbsp;<tt>0x</tt><i>hhhh</i></td></tr>
108 * <td headers="matches">The character with hexadecimal&nbsp;value&nbsp;<tt>0x</tt><i>h...h</i>
195 * <td headers="matches">A hexadecimal digit: <tt>[0-9a-fA-F]</tt></td></tr>
537 * matches the character with hexadecimal value <tt>0x2014</tt>.
540 * using its <b>Hex notation</b>(hexadecimal code point value) directly as described in construct
    [all...]
  /external/blktrace/doc/
blktrace.tex 351 Alternatively, one may specify the entire mask utilizing a hexadecimal
606 \emph{P} & Display packet data -- series of hexadecimal values\\ \hline
699 is output, followed by the payload in hexadecimal between parenthesis.
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /device/generic/goldfish/camera/
QemuClient.cpp 291 * string, containing 8 characters representing a hexadecimal payload size
  /docs/source.android.com/src/security/verifiedboot/
dm-verity.jd 114 <li>Choose a random salt (hexadecimal encoding).</li>
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DefaultDeflateCompatibilityWindow.java 267 * input, representing the bytes as a continuous hexadecimal stream
  /external/bison/lib/
mbchar.h 100 returns true if mbc is a hexadecimal digit.
  /external/c-ares/
inet_net_pton.c 88 /* Hexadecimal: Eat nybble string. */
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 126 /// Hexadecimal printing for numbers too large for Printf to handle directly.
  /external/e2fsprogs/e2fsck/
message.c 52 * %X <num> hexadecimal format
  /external/gtest/src/
gtest-printers.cc 264 // interpreted as another hexadecimal digit in its number. Break string to
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 256 * Accepts a decimal, hexadecimal, or octal number given by specifying the following prefix:
  /external/icu/icu4c/source/test/iotest/
filetst.c 73 u_fprintf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", *n);
74 u_fprintf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", *n);
162 u_fscanf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", newValuePtr);
167 u_fscanf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", newValuePtr);
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 393 \item \verb|Label| is hexadecimal flow label value.
  /external/iproute2/tc/
f_rsvp.c 37 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.c 735 /* we must convert the data section from hexadecimal to binary */
  /external/libxml2/result/
intsubset2.xml 59 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits)
intsubset2.xml.sax 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits)

Completed in 2268 milliseconds

<<11121314151617181920>>