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

  /external/clang/test/Analysis/
pr4209.m 51 -(NSString*) categoryID; // expected-note {{method definition for 'categoryID' not found}} expected-note {{using}}
54 - (int) categoryID; // expected-note {{also found}}
61 GSEbayCategory *category = [rootCategory subcategoryWithID:[[inCategory categoryID] intValue]]; // expected-warning {{multiple methods named 'categoryID' found}}
65 while ((((void*)0) != (parent = [parent parent])) && ([parent categoryID] != 0)) {
66 NSMutableDictionary *treeCategoryDict = [self categoryDictionaryForCategoryID:[parent categoryID] inRootTreeCategories:inRootTreeCategories];
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 43 int categoryId = getCmasCategoryResId(cmasInfo);
44 if (categoryId != 0) {
46 buf.append(context.getText(categoryId));
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 196 /// category, an empty string if CategoryID is zero, or null if CategoryID is
198 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
199 if (CategoryID >= getNumberOfCategories())
201 return CategoryNameTable[CategoryID].getName();
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 317 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
323 Out << CategoryID;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 463 categoryId="org.eclipse.debug.ui.category.run"
469 categoryId="org.eclipse.debug.ui.category.run"
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 184 static StringRef getCategoryNameFromID(unsigned CategoryID);
  /external/clang/lib/AST/
DeclObjC.cpp 806 /// in 'CategoryId'. If category not found, return 0;
809 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const {
819 if (Category->getIdentifier() == CategoryId)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 195 IdentifierInfo *categoryId = 0;
204 categoryId = Tok.getIdentifierInfo();
233 categoryId, categoryLoc,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /external/clang/include/clang/AST/
DeclObjC.h 664 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
final-url-en 427 http://aec.cadalyst.com/aec/article/articleList.jsp?categoryId=6705
    [all...]

Completed in 421 milliseconds