HomeSort by relevance Sort by last modified time
    Searched full:hexchar (Results 1 - 11 of 11) sorted by null

  /art/test/070-nio-buffer/src/
Main.java 164 outBuf[i*2] = hexChar((byte) ((b >> 4) & 0x0f));
165 outBuf[i*2+1] = hexChar((byte) (b & 0x0f));
170 static char hexChar(byte b) {
  /hardware/libhardware_legacy/
qemu.h 57 /* create a command made of a 4-hexchar prefix followed
  /external/llvm/include/llvm/ADT/
StringExtras.h 27 const char HexChar = LowerCase ? 'a' : 'A';
28 return X < 10 ? '0' + X : HexChar + X - 10;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 309 // hexchar = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
  /external/valgrind/callgrind/docs/
cl-format.xml 373 <screen>HexNumber := "0x" (Digit | HexChar)+</screen>
374 <screen>HexChar := "a" | ... | "f" | "A" | ... | "F"</screen>
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 314 // hexchar = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 346 * hexchar = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
  /system/core/adb/
jdwp_service.cpp 261 /* read the PID as a 4-hexchar string */
  /device/generic/goldfish/qemud/
qemud.c 48 * where <name> is the service name, and <id> is a 2-hexchar
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 665 milliseconds