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

1 2

  /frameworks/base/services/java/com/android/server/firewall/
CategoryFilter.java 32 private CategoryFilter(String categoryName) {
33 mCategoryName = categoryName;
50 String categoryName = parser.getAttributeValue(null, ATTR_NAME);
51 if (categoryName == null) {
55 return new CategoryFilter(categoryName);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.h 56 : TraceEvent::TraceScopedTrackableObject<void*>(CategoryName, LazyPixelRef, instance)
83 static const char CategoryName[];
92 TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument, TRACE_STR_COPY(imageType.ascii().data()));
99 TRACE_EVENT_END0(CategoryName, ImageDecodeEvent);
106 TRACE_EVENT_BEGIN1(CategoryName, ImageResizeEvent, CachedArgument, shouldCache);
113 TRACE_EVENT_END0(CategoryName, ImageResizeEvent);
120 TRACE_EVENT_INSTANT1(CategoryName, DrawLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
125 TRACE_EVENT_BEGIN1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
130 TRACE_EVENT_END1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
EventTracer.cpp 61 const unsigned char* EventTracer::getTraceCategoryEnabledFlag(const char* categoryName)
63 return blink::Platform::current()->getTraceCategoryEnabledFlag(categoryName);
PlatformInstrumentation.cpp 37 const char PlatformInstrumentation::CategoryName[] = "webkit";
  /external/clang/test/TableGen/
DiagnosticBase.inc 18 string CategoryName = "";
28 string CategoryName = "";
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 199 Object.keys(categories).forEach(function(categoryName) {
200 var category = categories[categoryName];
218 if (!(categoryName in template[2])) {
221 name: categoryName,
232 var subTemplate = template[2][categoryName];
239 matchedUnits, categoryName);
256 name: categoryName + '-remaining',
267 subLocalUnits, categoryName);
276 name: categoryName + '-remaining',
  /external/clang/include/clang/Basic/
Diagnostic.td 32 string CategoryName = Name;
39 string CategoryName = "";
64 string CategoryName = "";
DiagnosticCommonKinds.td 41 let CategoryName = "Lexical or Preprocessor Issue" in {
61 let CategoryName = "Parse Issue" in {
DiagnosticCommentKinds.td 11 let CategoryName = "Documentation Issue" in {
DiagnosticParseKinds.td 21 let CategoryName = "Inline Assembly Issue" in {
28 let CategoryName = "Parse Issue" in {
389 let CategoryName = "ARC Parse Issue" in {
    [all...]
DiagnosticLexKinds.td 14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
240 let CategoryName = "User Defined Issues" in {
DiagnosticASTKinds.td 144 let CategoryName = "Inline Assembly Issue" in {
  /external/chromium_org/content/public/test/
unittest_test_suite.cc 27 const char* categoryName) {
  /external/skia/gm/rebaseline_server/static/
view.html 218 <th ng-repeat="categoryName in ['resultType', 'builder', 'test', 'config']">
221 value="{{categoryName}}"
222 ng-checked="(sortColumn == categoryName)"
223 ng-click="sortResultsBy(categoryName)">
224 {{categoryName}}
282 <td ng-repeat="categoryName in ['builder', 'test']"
283 ng-click="(viewingTab != defaultTab) || setCategoryValueMatch(categoryName, result[categoryName])">
284 {{result[categoryName]}}
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 142 var categoryName = WebInspector.TimelinePresentationModel.recordStyle(rawRecord).category.name;
144 total[categoryName] = (total[categoryName] || 0) + ownTime;
ResourcesPanel.js 570 showCategoryView: function(categoryName)
574 this._categoryView.setText(categoryName);
922 WebInspector.StorageCategoryTreeElement = function(storagePanel, categoryName, settingsKey, iconClasses, noIcon)
924 WebInspector.BaseStorageTreeElement.call(this, storagePanel, null, categoryName, iconClasses, false, noIcon);
927 this._categoryName = categoryName;
    [all...]
TimelinePanel.js 586 for (var categoryName in categories) {
587 var category = categories[categoryName];
    [all...]
TimelinePresentationModel.js     [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 338 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic);
343 Out << clang_getCString(CategoryName);
346 clang_disposeString(CategoryName);
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 395 const StringRef &CategoryName,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 1646 milliseconds

1 2