| /external/webrtc/webrtc/base/ |
| D | trace_event.h | 164 #define TRACE_EVENT0(category, name) \ argument 166 #define TRACE_EVENT1(category, name, arg1_name, arg1_val) \ argument 168 #define TRACE_EVENT2(category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 174 #define UNSHIPPED_TRACE_EVENT0(category, name) (void)0 argument 175 #define UNSHIPPED_TRACE_EVENT1(category, name, arg1_name, arg1_val) (void)0 argument 176 #define UNSHIPPED_TRACE_EVENT2(category, name, arg1_name, arg1_val, \ argument 178 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category, name) (void)0 argument 179 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category, name, arg1_name, arg1_val) \ argument 181 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category, name, arg1_name, arg1_val, \ argument 184 #define UNSHIPPED_TRACE_EVENT0(category, name) \ argument [all …]
|
| /external/angle/src/third_party/trace_event/ |
| D | trace_event.h | 158 #define TRACE_EVENT0(platform, category, name) \ argument 160 #define TRACE_EVENT1(platform, category, name, arg1_name, arg1_val) \ argument 162 #define TRACE_EVENT2(category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 171 #define TRACE_EVENT_INSTANT0(platform, category, name) \ argument 174 #define TRACE_EVENT_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument 177 #define TRACE_EVENT_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 180 #define TRACE_EVENT_COPY_INSTANT0(platform, category, name) \ argument 183 #define TRACE_EVENT_COPY_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument 186 #define TRACE_EVENT_COPY_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, \ argument 196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ argument [all …]
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | tracing.h | 69 inline const EventCollector* GetEventCollector(EventCategory category) { in GetEventCollector() 83 inline void RecordEvent(EventCategory category, uint64 arg) { in RecordEvent() 98 ScopedRegion(EventCategory category, uint64 arg) in ScopedRegion() 107 explicit ScopedRegion(EventCategory category) in ScopedRegion() 116 ScopedRegion(EventCategory category, StringPiece name) in ScopedRegion()
|
| D | tracing.cc | 29 const char* GetEventCategoryName(EventCategory category) { in GetEventCategoryName() 45 void SetEventCollector(EventCategory category, in SetEventCollector()
|
| /external/perfetto/include/perfetto/tracing/ |
| D | track_event.h | 267 #define TRACE_EVENT_BEGIN(category, name, ...) \ argument 273 #define TRACE_EVENT_END(category, ...) \ argument 279 #define TRACE_EVENT(category, name, ...) \ argument 283 #define TRACE_EVENT_INSTANT(category, name, ...) \ argument 290 #define TRACE_EVENT_CATEGORY_ENABLED(category) \ argument
|
| /external/perfetto/include/perfetto/tracing/internal/ |
| D | track_event_macros.h | 91 #define PERFETTO_GET_CATEGORY_INDEX(category) \ argument 103 #define PERFETTO_INTERNAL_TRACK_EVENT(category, ...) \ argument 125 #define PERFETTO_INTERNAL_SCOPED_TRACK_EVENT(category, name, ...) \ argument 145 #define PERFETTO_INTERNAL_CATEGORY_ENABLED(category) \ argument
|
| /external/python/cpython2/Lib/ |
| D | warnings.py | 15 def warnpy3k(message, category=None, stacklevel=1): argument 25 def _show_warning(message, category, filename, lineno, file=None, line=None): argument 40 def formatwarning(message, category, filename, lineno, line=None): argument 67 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument 96 def simplefilter(action, category=Warning, lineno=0, append=0): argument 170 def _getcategory(category): argument 197 def warn(message, category=None, stacklevel=1): argument 237 def warn_explicit(message, category, filename, lineno, argument 310 def __init__(self, message, category, filename, lineno, file=None, argument
|
| /external/icu/icu4c/source/i18n/ |
| D | formattedvalue.cpp | 28 void ConstrainedFieldPosition::constrainCategory(int32_t category) { in constrainCategory() 33 void ConstrainedFieldPosition::constrainField(int32_t category, int32_t field) { in constrainField() 43 UBool ConstrainedFieldPosition::matchesField(int32_t category, int32_t field) const { in matchesField() 57 int32_t category, in setState() 101 ucfpos_constrainCategory(UConstrainedFieldPosition* ptr, int32_t category, UErrorCode* ec) { in ucfpos_constrainCategory() 110 ucfpos_constrainField(UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* … in ucfpos_constrainField() 165 ucfpos_matchesField(const UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCo… in ucfpos_matchesField() 176 int32_t category, in ucfpos_setState()
|
| /external/icu/icu4c/source/common/ |
| D | pluralmap.h | 185 const T &get(const char *category) const { in get() 193 const T &get(const UnicodeString &category) const { in get() 208 Category category, in getMutable() 219 const char *category, in getMutable() 230 Category category, in getMutableWithDefault() 261 Category category, in getMutable()
|
| /external/libtextclassifier/notification/src/com/android/textclassifier/notification/ |
| D | NotificationUtils.java | 69 private static boolean isCategory(StatusBarNotification statusBarNotification, String category) { in isCategory() 74 StatusBarNotification statusBarNotification, String category) { in isPublicVersionCategory() 79 private static boolean isCategoryInternal(Notification notification, String category) { in isCategoryInternal()
|
| /external/python/cpython3/Python/ |
| D | _warnings.c | 50 create_filter(PyObject *category, _Py_Identifier *id, const char *modname) in create_filter() 278 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter() 462 update_registry(PyObject *registry, PyObject *text, PyObject *category, in update_registry() 480 PyObject *category, PyObject *sourceline) in show_warning() 552 call_show_warning(PyObject *category, PyObject *text, PyObject *message, in call_show_warning() 609 warn_explicit(PyObject *category, PyObject *message, in warn_explicit() 897 get_category(PyObject *message, PyObject *category) in get_category() 926 do_warn(PyObject *message, PyObject *category, Py_ssize_t stack_level, in do_warn() 955 warnings_warn_impl(PyObject *module, PyObject *message, PyObject *category, in warnings_warn_impl() 1031 PyObject *category; in warnings_warn_explicit() local [all …]
|
| /external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| D | basic.json | 5 "category": [ array 24 "category": [ array 43 "category": [ array 62 "category": [ array 81 "category": [ array 100 "category": [ array 119 "category": [ array 138 "category": [ array 157 "category": [ array 176 "category": [ array [all …]
|
| D | fw.json | 5 "category": [ array 27 "category": [ array 49 "category": [ array 177 "category": [ array 200 "category": [ array 220 "category": [ array 243 "category": [ array 263 "category": [ array 286 "category": [ array 306 "category": [ array [all …]
|
| D | matchall.json | 5 "category": [ array 26 "category": [ array 47 "category": [ array 68 "category": [ array 89 "category": [ array 110 "category": [ array 131 "category": [ array 152 "category": [ array 173 "category": [ array 194 "category": [ array [all …]
|
| /external/python/cpython3/Lib/ |
| D | warnings.py | 10 def showwarning(message, category, filename, lineno, file=None, line=None): argument 15 def formatwarning(message, category, filename, lineno, line=None): argument 130 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument 165 def simplefilter(action, category=Warning, lineno=0, append=False): argument 250 def _getcategory(category): argument 291 def warn(message, category=None, stacklevel=1, source=None): argument 331 def warn_explicit(message, category, filename, lineno, argument 407 def __init__(self, message, category, filename, lineno, file=None, argument
|
| /external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| D | fifo.json | 6 "category": [ array 27 "category": [ array 47 "category": [ array 67 "category": [ array 87 "category": [ array 107 "category": [ array 126 "category": [ array 145 "category": [ array 164 "category": [ array 186 "category": [ array [all …]
|
| D | prio.json | 5 "category": [ array 25 "category": [ array 44 "category": [ array 63 "category": [ array 82 "category": [ array 102 "category": [ array 121 "category": [ array 140 "category": [ array 159 "category": [ array 178 "category": [ array [all …]
|
| /external/python/cpython2/Python/ |
| D | _warnings.c | 108 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter() 227 update_registry(PyObject *registry, PyObject *text, PyObject *category, in update_registry() 250 *category, PyObject *sourceline) in show_warning() 295 warn_explicit(PyObject *category, PyObject *message, in warn_explicit() 566 get_category(PyObject *message, PyObject *category) in get_category() 594 do_warn(PyObject *message, PyObject *category, Py_ssize_t stack_level) in do_warn() 614 PyObject *message, *category = NULL; in warnings_warn() local 633 PyObject *category; in warnings_warn_explicit() local 716 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level) in PyErr_WarnEx() 741 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn() [all …]
|
| /external/v8/src/heap/ |
| D | free-list.cc | 115 FreeListCategory* category = categories_[type]; in TryFindNodeIn() local 244 bool FreeListManyCached::AddCategory(FreeListCategory* category) { in AddCategory() 259 void FreeListManyCached::RemoveCategory(FreeListCategory* category) { in RemoveCategory() 425 [this](FreeListCategory* category) { category->Reset(this); }); in Reset() 435 page->ForAllFreeListCategories([this, &sum](FreeListCategory* category) { in EvictFreeListItems() 445 [heap](FreeListCategory* category) { category->RepairFreeList(heap); }); in RepairLists() 448 bool FreeList::AddCategory(FreeListCategory* category) { in AddCategory() 467 void FreeList::RemoveCategory(FreeListCategory* category) { in RemoveCategory() 546 [&sum](FreeListCategory* category) { sum += category->SumFreeList(); }); in SumFreeLists()
|
| /external/deqp/external/vulkancts/modules/vulkan/amber/ |
| D | vktAmberTestCaseUtil.cpp | 93 AmberIndexFileParser (tcu::TestContext& testCtx, const char* filename, const char* category) in AmberIndexFileParser() 107 AmberTestCase* parse (const char* category, tcu::TestContext& testCtx) in parse() 161 …:TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category) in createAmberTestsFromIndexFile() 179 const char* category, in createAmberTestCase()
|
| /external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | skbedit.json | 5 "category": [ array 29 "category": [ array 53 "category": [ array 75 "category": [ array 99 "category": [ array 123 "category": [ array 145 "category": [ array 167 "category": [ array 192 "category": [ array 216 "category": [ array [all …]
|
| D | csum.json | 5 "category": [ array 29 "category": [ array 53 "category": [ array 77 "category": [ array 101 "category": [ array 125 "category": [ array 149 "category": [ array 173 "category": [ array 197 "category": [ array 221 "category": [ array [all …]
|
| D | mpls.json | 5 "category": [ array 29 "category": [ array 53 "category": [ array 77 "category": [ array 101 "category": [ array 125 "category": [ array 149 "category": [ array 173 "category": [ array 197 "category": [ array 221 "category": [ array [all …]
|
| D | ife.json | 5 "category": [ array 29 "category": [ array 53 "category": [ array 77 "category": [ array 101 "category": [ array 125 "category": [ array 149 "category": [ array 173 "category": [ array 195 "category": [ array 219 "category": [ array [all …]
|
| /external/perfetto/src/traced/probes/ftrace/ |
| D | discover_vendor_tracepoints.cc | 28 const std::string& category) { in DiscoverTracepoints() 49 for (const auto& category : hal->ListCategories()) { in DiscoverVendorTracepoints() local
|