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

  /external/webkit/Source/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 106 CFTypeID typeID = CFGetTypeID(bodyPart);
107 if (typeID == CFStringGetTypeID()) {
110 } else if (typeID == CFDataGetTypeID()) {
  /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;
56 public OtherName(String typeID, byte[] value) {
57 this(typeID, value, null);
60 private OtherName(String typeID, byte[] value, byte[] encoding) {
61 this.typeID = typeID;
98 values[0] = ObjectIdentifier.toIntArray(on.typeID);
  /frameworks/rs/cpp/
Allocation.cpp 132 const void *typeID = rsaAllocationGetType(mRS->mContext, getID());
133 if(typeID != NULL) {
135 sp<Type> t = new Type((void *)typeID, mRS);
355 int typeID = mRS.nAllocationGetType(getID());
356 mType = new Type(typeID, mRS);
373 int typeID = mRS.nAllocationGetType(getID());
374 mType = new Type(typeID, mRS);
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 157 CFTypeID typeID = CFGetTypeID(cfType);
158 if (typeID == CFStringGetTypeID())
163 else if (typeID == CFNumberGetTypeID())
170 else if (typeID == CFBooleanGetTypeID())
175 else if (typeID == CFNullGetTypeID())
  /external/icu4c/i18n/
msgfmt.cpp     [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 321 int typeID = mRS.nAllocationGetType(getID(mRS));
322 if(typeID != 0) {
323 mType = new Type(typeID, mRS);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /external/emma/lib/
emma.jar 

Completed in 908 milliseconds