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

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
relro_test.sh 29 # Cleans a hexadecimal number for input to dc.
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2.c 39 * The hexadecimal values are the intended ones for the following
42 * to produce the hexadecimal values shown.
k_log.h 68 * The hexadecimal values are the intended ones for the following
71 * to produce the hexadecimal values shown.
s_atan.c 30 * The hexadecimal values are the intended ones for the following
33 * to produce the hexadecimal values shown.
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
test1.test 156 {"description":"ASCII hexadecimal entity",
160 {"description":"Hexadecimal entity in attribute",
  /external/fdlibm/
e_atan2.c 36 * The hexadecimal values are the intended ones for the following
39 * to produce the hexadecimal values shown.
s_atan.c 29 * The hexadecimal values are the intended ones for the following
32 * to produce the hexadecimal values shown.
  /external/icu/icu4c/source/i18n/unicode/
numsys.h 129 * typically have radix 10, but might have a radix of e.g. 16 for hexadecimal. The
149 * for "hanidec"; it would be "0123456789ABCDEF" for hexadecimal. For
unumsys.h 140 * hexadecimal. The radix is less well-defined for non-positional algorithmic systems.
152 * for "hanidec"; it would be "0123456789ABCDEF" for hexadecimal. For
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/net/
URLEncoder.java 41 * and characters '.', '-', '*', '_' are converted into their hexadecimal
78 * and characters '.', '-', '*', '_' are converted into their hexadecimal
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 82 * convert an array of bytes to an hexadecimal string
86 * bytes array to convert to a hexadecimal string
  /external/parameter-framework/upstream/parameter/
FixedPointParameterType.h 93 * Convert an hexadecimal raw represented string into an unsigned long integer.
97 * @param[in] strValue Parameter read from the XML file representated as a string in hexadecimal
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 35 * requires the AIDs to be input as a hexadecimal string, with an even amount of
36 * hexadecimal characters, e.g. "F014811481".
  /ndk/sources/android/support/src/msun/
k_log.h 68 * The hexadecimal values are the intended ones for the following
71 * to produce the hexadecimal values shown.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
HexDump.java 23 * Dumps data in hexadecimal format.
26 * in hexadecimal form.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 210 * @return Numeric value of hexadecimal character.
225 + " is not a hexadecimal digit");
  /packages/services/Telephony/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 210 * @return Numeric value of hexadecimal character.
225 + " is not a hexadecimal digit");
  /prebuilts/go/darwin-x86/src/math/
log.go 68 // The hexadecimal values are the intended ones for the following
71 // to produce the hexadecimal values shown.
  /prebuilts/go/linux-x86/src/math/
log.go 68 // The hexadecimal values are the intended ones for the following
71 // to produce the hexadecimal values shown.
  /external/clang/lib/Lex/
LiteralSupport.cpp 459 /// hexadecimal-constant integer-suffix
464 /// hexadecimal-literal ud-suffix
472 /// hexadecimal-constant:
473 /// hexadecimal-prefix hexadecimal-digit
474 /// hexadecimal-constant hexadecimal-digit
475 /// hexadecimal-prefix: one of
490 /// hexadecimal-digit:
829 // point constants are not permitted (only decimal and hexadecimal)
    [all...]
  /external/guava/guava/src/com/google/common/hash/
HashCode.java 319 * Creates a {@code HashCode} from a hexadecimal ({@code base 16}) encoded string. The string must
320 * be at least 2 characters long, and contain only valid, lower-cased hexadecimal characters.
350 throw new IllegalArgumentException("Illegal hexadecimal character: " + ch);
385 * hexadecimal number in lower case.
387 * <p>Note that if the output is considered to be a single hexadecimal number, this hash code's
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 117 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
122 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
135 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
218 // integer as a hexadecimal, possibly with leading zeroes.
325 return ReturnError(CurPtr-2, "invalid hexadecimal number");
329 return ReturnError(TokStart, "invalid hexadecimal number");
342 // Either octal or hexadecimal.
  /external/curl/lib/
http_chunks.c 146 a hexadecimal digit. */
368 return "Too long hexadecimal number";
370 return "Illegal or missing hexadecimal sequence";
  /external/freetype/src/psnames/
psmodule.c 56 /* hexadecimal. */
82 /* Exit if a non-uppercase hexadecimal character was found */
102 /* hexadecimal digits, it is a hard-coded unicode character code. */
  /external/gptfdisk/
support.cc 255 // number, interpreting the string as a hexadecimal number, starting
268 // Returns 1 if input can be interpreted as a hexadecimal number --
270 // lower-case), with at least one valid hexadecimal digit; with the

Completed in 1965 milliseconds

1 2 3 4 56 7 8 91011>>