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

  /external/clang/test/Analysis/
pr4209.m 51 -(NSString*) categoryID; // 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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 104 public CategoryProperties(final int categoryId, final int pageCount) {
105 mCategoryId = categoryId;
177 private void addShownCategoryId(int categoryId) {
178 // Load a keyboard of categoryId
179 getKeyboard(categoryId, 0 /* cagetoryPageId */);
181 new CategoryProperties(categoryId, getCategoryPageCount(categoryId));
185 public String getCategoryName(int categoryId, int categoryPageId) {
186 return sCategoryName[categoryId] + "-" + categoryPageId;
194 public int getCategoryIcon(int categoryId) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 388 final SharedPreferences prefs, final int categoryId, final int categoryPageId) {
389 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId;
394 final SharedPreferences prefs, final int categoryId) {
395 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId;
400 final SharedPreferences prefs, final int categoryId) {
401 prefs.edit().putInt(PREF_LAST_SHOWN_EMOJI_CATEGORY_ID, categoryId).apply();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 63 int categoryId = getCmasCategoryResId(cmasInfo);
64 if (categoryId != 0) {
65 appendMessageDetail(context, buf, R.string.cmas_category_heading, categoryId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DynamicGridKeyboard.java 56 final int maxKeyCount, final int categoryId, final int categoryPageId) {
64 mIsRecents = categoryId == EmojiPalettesView.CATEGORY_ID_RECENTS;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 68 private EditableItem(int captionId, int type, int categoryId, Object... availableValues) {
71 mCategoryId = categoryId;
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 228 /// category, an empty string if CategoryID is zero, or null if CategoryID is
230 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
231 if (CategoryID >= getNumberOfCategories())
233 return CategoryNameTable[CategoryID].getName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 629 categoryId="org.eclipse.debug.ui.category.run"
635 categoryId="org.eclipse.debug.ui.category.run"
    [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 326 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
332 Out << CategoryID;
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 186 static StringRef getCategoryNameFromID(unsigned CategoryID);
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 212 IdentifierInfo *categoryId = 0;
221 categoryId = Tok.getIdentifierInfo();
250 categoryId, categoryLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [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/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/clang/include/clang/AST/
DeclObjC.h 742 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en 427 http://aec.cadalyst.com/aec/article/articleList.jsp?categoryId=6705
    [all...]

Completed in 5481 milliseconds