HomeSort by relevance Sort by last modified time
    Searched full:categoryname (Results 1 - 25 of 28) sorted by null

1 2

  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/permissionfeature/
PermissionToFeatureMapping.java 44 * @param categoryName
47 public List<Permission> getPermissionsForCategory(String categoryName)
49 return categoryNameToPermissions.get(categoryName);
PermissionToFeatureMapReader.java 78 String categoryName = categoryAtr.getNodeValue();
120 permissionToFeatureMapping.putPermissions(categoryName, permissions);
  /external/clang/include/clang/Basic/
Diagnostic.td 32 string CategoryName = Name;
39 string CategoryName = "";
64 string CategoryName = "";
DiagnosticCommentKinds.td 11 let CategoryName = "Documentation Issue" in {
DiagnosticParseKinds.td 24 let CategoryName = "Parse Issue" in {
361 let CategoryName = "ARC Parse Issue" in {
    [all...]
DiagnosticASTKinds.td 111 let CategoryName = "Inline Assembly Issue" in {
DiagnosticLexKinds.td 14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
196 let CategoryName = "User Defined Issues" in {
DiagnosticSemaKinds.td 15 let CategoryName = "Semantic Issue" in {
    [all...]
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 98 int alertOption, String categoryName) {
104 mCategoryName = categoryName;
  /external/e2fsprogs/intl/
dcigettext.c 314 const char *categoryname)
436 const char *categoryname; local
562 categoryname = category_to_name (category);
563 categoryvalue = guess_category_value (category, categoryname);
566 xdomainname = (char *) alloca (strlen (categoryname)
570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1131 guess_category_value (int category, const char *categoryname)
1149 retval = _nl_locale_name (category, categoryname);
    [all...]
gettextP.h 154 const char *_nl_locale_name (int category, const char *categoryname);
localename.c 703 _nl_locale_name (int category, const char *categoryname)
719 retval = getenv (categoryname);
750 retval = getenv (categoryname);
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 339 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic);
344 Out << clang_getCString(CategoryName);
347 clang_disposeString(CategoryName);
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 508 showCategoryView: function(categoryName)
512 this._categoryView.setText(categoryName);
880 WebInspector.StorageCategoryTreeElement = function(storagePanel, categoryName, settingsKey, iconClasses, noIcon)
882 WebInspector.BaseStorageTreeElement.call(this, storagePanel, null, categoryName, iconClasses, true, noIcon);
885 this._categoryName = categoryName;
    [all...]
TimelineOverviewPane.js 37 for (var categoryName in this._categories) {
38 var category = this._categories[categoryName];
144 var categoryName = record.category.name;
146 timelines[categoryName][j] = true;
NetworkPanel.js 100 isCategoryVisible: function(categoryName)
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/devicespecification/internal/
PlatformRules.java 616 * @param categoryName Category name which the related permissions will be fetched.
621 String categoryName)
625 if (permissionToFeatureMapping.getPermissionsForCategory(categoryName) != null)
627 permissions.addAll(permissionToFeatureMapping.getPermissionsForCategory(categoryName));
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 349 const StringRef &CategoryName,
    [all...]
  /sdk/lint/cli/src/com/android/tools/lint/
HtmlReporter.java 534 String categoryName = issue.getCategory().getFullName();
536 mWriter.write(categoryName);
538 mWriter.write(categoryName);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 801 IdentifierInfo *CategoryName,
815 CategoryName == 0)) {
820 ClassLoc, CategoryLoc, CategoryName,IDecl);
829 if (!CategoryName && IDecl->getImplementation()) {
835 if (CategoryName) {
840 if (CDeclChain->getIdentifier() == CategoryName) {
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 60 std::string CatName = Group->getValueAsString("CategoryName");
86 return R->getValueAsString("CategoryName");
  /tools/motodev/src/plugins/snippets/
plugin.xml     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 

Completed in 963 milliseconds

1 2