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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 52 void addType(unsigned type);
ApplicationCacheResource.cpp 43 void ApplicationCacheResource::addType(unsigned type)
ApplicationCacheGroup.cpp 172 resource->addType(ApplicationCacheResource::Foreign);
246 resource->addType(ApplicationCacheResource::Master);
266 resource->addType(ApplicationCacheResource::Master);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 604 /// addType - Add a new type attribute to the specified entity.
605 void CompileUnit::addType(DIE *Entity, DIType Ty) {
693 addType(&Buffer, FromTy);
740 addType(&Buffer, DIType(RTy));
752 addType(Arg, DIType(Ty));
796 addType(ElemDie, DV.getType());
870 addType(ParamDIE, TP.getType());
884 addType(ParamDIE, TPV.getType());
    [all...]
DwarfCompileUnit.h 228 /// addType - Add a new type attribute to the specified entity.
229 void addType(DIE *Entity, DIType Ty);
DwarfDebug.cpp 216 SPCU->addType(Arg, ATy);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 406 boolean addType = false;
412 addType = true;
421 addType = true;
429 if (addType && (type != Sms.MESSAGE_TYPE_ALL)) {
  /external/llvm/lib/Analysis/
DebugInfo.cpp 1019 if (!addType(DT))
1078 /// addType - Add type into Tys.
1079 bool DebugInfoFinder::addType(DIType DT) {
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 822 /// addType - Add type into Tys.
823 bool addType(DIType DT);
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 106 milliseconds