Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 161) sorted by relevance

1234567

/external/webrtc/webrtc/base/
Dtrace_event.h164 #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/libchrome/base/trace_event/
Dtrace_config_category_filter.cc50 for (const StringPiece& category : split) { in InitializeFromString() local
112 for (const std::string& category : excluded_categories_) { in IsCategoryGroupEnabled() local
145 for (const std::string& category : disabled_categories_) { in IsCategoryEnabled() local
153 for (const std::string& category : included_categories_) { in IsCategoryEnabled() local
213 std::string category; in SetCategoriesFromIncludedList() local
229 std::string category; in SetCategoriesFromExcludedList() local
258 for (const std::string& category : categories) in AddCategoriesToDict() local
269 for (const std::string& category : values) { in WriteCategoryFilterString() local
282 for (const std::string& category : delays) { in WriteCategoryFilterString() local
Dcategory_registry.cc38 bool IsValidCategoryPtr(const TraceCategory* category) { in IsValidCategoryPtr()
98 TraceCategory** category) { in GetOrCreateCategoryLocked()
134 const TraceCategory* category = TraceCategory::FromStatePtr(category_state); in GetCategoryByStatePtr() local
140 bool CategoryRegistry::IsBuiltinCategory(const TraceCategory* category) { in IsBuiltinCategory()
/external/libmicrohttpd/src/testcurl/
Dgauger.h20 #define GAUGER(category, counter, value, unit)\ argument
48 #define GAUGER_ID(category, counter, value, unit, id)\ argument
81 #define GAUGER_ID(category, counter, value, unit, id) {} argument
82 #define GAUGER(category, counter, value, unit) {} argument
/external/python/cpython2/Lib/
Dwarnings.py15 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/common/
Dpluralmap.h185 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/syslinux/gpxe/src/include/gpxe/
Dfeatures.h82 #define __feature_name( category ) __table_entry ( FEATURES, category ) argument
85 #define FEATURE_NAME( category, text ) \ argument
87 #define _FEATURE_NAME( category, _name, text ) \ argument
89 #define __FEATURE_NAME( category, _name, text ) \ argument
95 #define FEATURE( category, text, feature_opt, version ) \ argument
/external/python/cpython3/Lib/
Dwarnings.py10 def showwarning(message, category, filename, lineno, file=None, line=None): argument
15 def formatwarning(message, category, filename, lineno, line=None): argument
119 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
143 def simplefilter(action, category=Warning, lineno=0, append=False): argument
228 def _getcategory(category): argument
269 def warn(message, category=None, stacklevel=1, source=None): argument
321 def warn_explicit(message, category, filename, lineno, argument
398 def __init__(self, message, category, filename, lineno, file=None, argument
/external/python/cpython3/Python/
D_warnings.c124 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
286 update_registry(PyObject *registry, PyObject *text, PyObject *category, in update_registry()
309 PyObject *category, PyObject *sourceline) in show_warning()
381 call_show_warning(PyObject *category, PyObject *text, PyObject *message, in call_show_warning()
434 warn_explicit(PyObject *category, PyObject *message, in warn_explicit()
762 get_category(PyObject *message, PyObject *category) in get_category()
791 do_warn(PyObject *message, PyObject *category, Py_ssize_t stack_level, in do_warn()
813 PyObject *message, *category = NULL, *source = NULL; in warnings_warn() local
833 PyObject *category; in warnings_warn_explicit() local
920 warn_unicode(PyObject *category, PyObject *message, in warn_unicode()
[all …]
/external/python/cpython2/Python/
D_warnings.c102 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
221 update_registry(PyObject *registry, PyObject *text, PyObject *category, in update_registry()
244 *category, PyObject *sourceline) in show_warning()
289 warn_explicit(PyObject *category, PyObject *message, in warn_explicit()
560 get_category(PyObject *message, PyObject *category) in get_category()
588 do_warn(PyObject *message, PyObject *category, Py_ssize_t stack_level) in do_warn()
608 PyObject *message, *category = NULL; in warnings_warn() local
627 PyObject *category; in warnings_warn_explicit() local
709 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level) in PyErr_WarnEx()
734 PyErr_Warn(PyObject *category, char *text) in PyErr_Warn()
[all …]
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/actions/
Dgact.json5 "category": [ array
29 "category": [ array
53 "category": [ array
77 "category": [ array
101 "category": [ array
125 "category": [ array
149 "category": [ array
174 "category": [ array
198 "category": [ array
222 "category": [ array
[all …]
Dskbmod.json5 "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 …]
Dpolice.json5 "category": [ array
29 "category": [ array
54 "category": [ array
78 "category": [ array
102 "category": [ array
126 "category": [ array
150 "category": [ array
174 "category": [ array
198 "category": [ array
222 "category": [ array
[all …]
Dskbedit.json5 "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 …]
Dmirred.json5 "category": [ array
29 "category": [ array
53 "category": [ array
79 "category": [ array
103 "category": [ array
127 "category": [ array
151 "category": [ array
176 "category": [ array
201 "category": [ array
Dsimple.json5 "category": [ array
29 "category": [ array
54 "category": [ array
81 "category": [ array
106 "category": [ array
/external/tensorflow/tensorflow/core/platform/default/
Dtracing_impl.h49 inline void Tracing::RecordEvent(EventCategory category, uint64 arg) { in RecordEvent()
53 inline Tracing::ScopedActivity::ScopedActivity(EventCategory category, in ScopedActivity()
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/
Dexample.json5 "category": [ array
23 "category": [ array
42 "category": [ array
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_common.py35 def create_type(self, element, context, category): argument
40 def __init__(self, element, context, category): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/
Dcategorical_vocabulary.py57 def get(self, category): argument
76 def add(self, category, count=1): argument
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dftrace_agent.py211 def _is_category_available(self, category): argument
239 def _category_enable_paths(self, category): argument
252 def _category_enable(self, category): argument
256 def _category_disable(self, category): argument
/external/python/cpython3/Include/
Dwarnings.h56 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) argument
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dop_profile.proto21 InstructionCategory category = 4; field
34 string category = 4; field
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacterCategory.java39 public static String toString(int category) in toString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacterCategory.java40 public static String toString(int category) in toString()

1234567