HomeSort by relevance Sort by last modified time
    Searched defs:typeID (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
OtherName.java 49 // the value of typeID field of the structure
50 private String typeID;
58 * @param typeID: String
61 public OtherName(String typeID, byte[] value) {
62 this(typeID, value, null);
67 // @param typeID: String
71 private OtherName(String typeID, byte[] value, byte[] encoding) {
72 this.typeID = typeID;
78 * Returns the value of typeID field of the structure
    [all...]
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 156 CFTypeID typeID = CFGetTypeID(cfType);
157 if (typeID == CFStringGetTypeID())
162 else if (typeID == CFNumberGetTypeID())
169 else if (typeID == CFBooleanGetTypeID())
174 else if (typeID == CFNullGetTypeID())
  /external/webkit/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 367 CFTypeID typeID = CFGetTypeID(bodyPart);
368 if (typeID == CFStringGetTypeID()) {
371 } else if (typeID == CFDataGetTypeID()) {
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
  /external/icu4c/i18n/
msgfmt.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/emma/lib/
emma.jar 

Completed in 106 milliseconds