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

  /libcore/luni/src/main/java/java/net/
URLConnection.java 761 String textHeader = header.trim().toUpperCase(Locale.US);
762 if (textHeader.startsWith("<!DOCTYPE HTML") ||
763 textHeader.startsWith("<HTML") ||
764 textHeader.startsWith("<HEAD") ||
765 textHeader.startsWith("<BODY") ||
766 textHeader.startsWith("<HEAD")) {
770 if (textHeader.startsWith("<?XML")) {
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcLoadFormat.h 149 uint32_t version; /**< Version of the TextHeader structure. */
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 247 Log.v(LOG_TAG, "TextHeader: " + new String(bVal));
    [all...]

Completed in 155 milliseconds