HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 1 - 25 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 24 public static native void init(int category, int subcategory, int width, int height);
26 public static native float[] draw(int category, int subcategory, float[] color);
  /external/libcxx/test/localization/locales/locale/locale.types/locale.category/
Android.mk 17 test_makefile := external/libcxx/test/localization/locales/locale/locale.types/locale.category/Android.mk
19 test_name := localization/locales/locale/locale.types/locale.category/category
20 test_src := category.pass.cpp
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 74 var category = categories[i];
75 itemTotals1[category] = [];
76 categoryTotals1[category] = 0;
77 testTotalsByCategory1[category] = {};
78 categoryMeans1[category] = 0;
79 testMeansByCategory1[category] = {};
80 categoryStdDevs1[category] = 0;
81 testStdDevsByCategory1[category] = {};
82 categoryStdErrs1[category] = 0;
83 testStdErrsByCategory1[category] = {}
    [all...]
sunspider-analyze-results.js 52 var category = categories[i];
53 itemTotals[category] = [];
54 categoryTotals[category] = 0;
55 testTotalsByCategory[category] = {};
56 categoryMeans[category] = 0;
57 testMeansByCategory[category] = {};
58 categoryStdDevs[category] = 0;
59 testStdDevsByCategory[category] = {};
60 categoryStdErrs[category] = 0;
61 testStdErrsByCategory[category] = {}
    [all...]
  /external/chromium_org/third_party/angle/src/third_party/trace_event/
trace_event.h 58 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
61 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
94 // in for category, name, and arg_names. Thus, the following code will
102 // Notes: The category must always be in a long-lived char* (i.e. static const).
108 // TRACE_EVENT1("category", "name",
111 // TRACE_EVENT1("category", "name",
114 // TRACE_EVENT1("category", "name",
119 // A thread safe singleton and mutex are used for thread safety. Category
123 // TRACE_EVENT macros first cache a pointer to a category. The categories are
125 // category is protected by the TraceLog::lock_. Multiple threads initializin
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
trace_event.h 80 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
83 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
116 // in for category, name, and arg_names. Thus, the following code will
124 // Notes: The category must always be in a long-lived char* (i.e. static const).
130 // TRACE_EVENT1("category", "name",
133 // TRACE_EVENT1("category", "name",
136 // TRACE_EVENT1("category", "name",
156 // scope, with 0, 1 or 2 associated arguments. If the category is not
158 // - category and name strings must have application lifetime (statics or
160 #define TRACE_EVENT0(category, name)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
error_handlers.py 31 __call__(self, line_number, category, confidence, message):
41 category: The name of the category of the error, for example
86 # errors per category passed to this instance.
108 def _add_reportable_error(self, category):
109 """Increment the error count and return the new category total."""
112 # Increment the category total.
113 if not category in self._category_totals:
114 self._category_totals[category] = 1
116 self._category_totals[category] +=
    [all...]
  /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
default.pass.cpp 23 assert(ec.category() == std::system_category());
int_error_category.pass.cpp 24 assert(ec.category() == std::system_category());
29 assert(ec.category() == std::generic_category());
  /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
category.pass.cpp 14 // const error_category& category() const;
22 assert(ec.category() == std::generic_category());
  /external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
default.pass.cpp 23 assert(ec.category() == std::generic_category());
int_error_category.pass.cpp 24 assert(ec.category() == std::system_category());
29 assert(ec.category() == std::generic_category());
  /external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
category.pass.cpp 14 // const error_category& category() const;
22 assert(ec.category() == std::generic_category());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineEventOverview.js 45 for (var category in categories) {
46 this._fillStyles[category] = WebInspector.TimelineUIUtils.createFillStyleForCategory(this._context, 0, WebInspector.TimelineEventOverview._stripGradientHeight, categories[category]);
47 categories[category].addEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCategoryVisibilityChanged, this);
66 for (var category in categories)
67 categories[category].removeEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCategoryVisibilityChanged, this);
95 var category = this._uiUtils.categoryForRecord(record);
96 if (category.overviewStripGroupIndex < 0)
98 var bar = lastBarByGroup[category.overviewStripGroupIndex];
101 // If record fits entirely into previous bar just absorb it ignoring the category match
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/timeline/
flow_event.py 12 def __init__(self, category, event_id, name, start, args=None):
14 category, name, start, duration=0, args=args)
sample.py 17 def __init__(self, parent_thread, category, name, timestamp, args=None):
19 category, name, timestamp, 0, args=args)
  /external/e2fsprogs/intl/
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (const char *domainname, const char *msgid, int category)
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dcngettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
49 int category)
51 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
  /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
clear.pass.cpp 25 assert(ec.category() == std::generic_category());
28 assert(ec.category() == std::system_category());
  /external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
clear.pass.cpp 25 assert(ec.category() == std::system_category());
28 assert(ec.category() == std::generic_category());
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.put/Android.mk
19 test_name := localization/locale.categories/category.time/locale.time.put/types
23 test_name := localization/locale.categories/category.time/locale.time.put/ctor
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
command_store.js 18 * describes the command. Please also add a category msg id so that the command
47 if (struct.category) {
48 categorySet[struct.category] = true;
52 for (var category in categorySet) {
53 ret.push(category);
70 * Gets a category given a command.
75 return (cvox.CommandStore.CMD_WHITELIST[command] || {}).category;
80 * Gets all commands for a category.
81 * @param {string} category The category to query
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
TraceEvent.h 79 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
82 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
115 // in for category, name, and arg_names. Thus, the following code will
123 // Notes: The category must always be in a long-lived char* (i.e. static const).
129 // TRACE_EVENT1("category", "name",
132 // TRACE_EVENT1("category", "name",
135 // TRACE_EVENT1("category", "name",
140 // A thread safe singleton and mutex are used for thread safety. Category
144 // TRACE_EVENT macros first cache a pointer to a category. The categories are
146 // category is protected by the TraceLog::lock_. Multiple threads initializin
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java 11 package org.eclipse.wb.internal.core.model.property.category;
48 * Returns category forced by user, may be <code>null</code>.
60 * Returns first not <code>null</code> category returned by provider.
66 PropertyCategory category = provider.getCategory(property);
67 if (category != null) {
68 return category;
71 throw new IllegalStateException("Can not provide category for " + property.getTitle());
  /external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.messages/locale.messages/Android.mk
19 test_name := localization/locale.categories/category.messages/locale.messages/messages_base
23 test_name := localization/locale.categories/category.messages/locale.messages/types
27 test_name := localization/locale.categories/category.messages/locale.messages/ctor

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 91011>>