Home
last modified time | relevance | path

Searched defs:cat (Results 1 – 25 of 117) sorted by relevance

12345

/external/u-boot/fs/ubifs/
Dlprops.c29 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val()
54 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap()
91 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap()
170 int cat) in add_to_lpt_heap()
218 struct ubifs_lprops *lprops, int cat) in remove_from_lpt_heap()
249 struct ubifs_lprops *new_lprops, int cat) in lpt_heap_replace()
267 int cat) in ubifs_add_to_cat()
310 struct ubifs_lprops *lprops, int cat) in ubifs_remove_from_cat()
349 int cat; in ubifs_replace_cat() local
380 int cat = lprops->flags & LPROPS_CAT_MASK; in ubifs_ensure_cat() local
[all …]
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
DHierarchyEventListener.java34 public void addAppenderEvent(Category cat, Appender appender); in addAppenderEvent()
36 public void removeAppenderEvent(Category cat, Appender appender); in removeAppenderEvent()
/external/perfetto/src/trace_processor/
Dslice_tracker.cc42 StringId cat, in BeginAndroid()
52 StringId cat, in Begin()
60 StringId cat, in Scoped()
71 StringId cat, in StartSlice()
114 StringId cat, in End()
/external/clang/test/Index/Core/
Dindex-subkinds.m30 @interface MyTestCase(cat) category
33 @implementation MyTestCase(cat) category
/external/clang/test/Index/
Doverrides.m35 @interface B(cat) <P4> category
42 @interface B2(cat) category
91 @interface B5(cat) category
Dpch-with-errors.m4 @interface I(cat) category
Dindex-suppress-refs.m11 @interface I(cat) category
/external/clang/test/Rewriter/
Drewrite-category-property.mm11 @interface A (cat) category
/external/u-boot/common/
Dlog.c39 const char *log_get_cat_name(enum log_category_t cat) in log_get_cat_name()
107 static bool log_has_cat(enum log_category_t cat_list[], enum log_category_t cat) in log_has_cat()
199 int _log(enum log_category_t cat, enum log_level_t level, const char *file, in _log()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h40 BugType(class CheckName check, StringRef name, StringRef cat) in BugType()
42 BugType(const CheckerBase *checker, StringRef name, StringRef cat) in BugType()
/external/clang/test/ARCMT/whitelisted/
Dobjcmt-with-whitelist-impl.m12 @interface I2(cat) category
/external/clang/test/SemaObjC/
Dwarn-category-method-deprecated.m11 @interface I(cat) category
Dclass-unavail-warning.m87 @interface Sub(cat)<SomeProto> // expected-error {{unavailable}} category
99 @interface UnavailSub(cat)<SomeProto> // no error category
Dprotocol-lookup-2.m44 @interface I1(cat) category
/external/chromium-trace/catapult/common/py_utils/py_utils/
Ddiscover_unittest.py125 def __init__(self, dog=1, cat=None, cow=None, fud='a'): argument
130 def __init__(self, x, dog=1, cat=None, fish=None, fud='a'): argument
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dmixture.py81 cat, argument
218 def cat(self): member in Mixture
/external/perfetto/src/android_internal/
Datrace_hal.cc53 const TracingCategory& cat = r[i]; in GetCategories() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCommandLine.h432 struct cat { struct
435 cat(OptionCategory &c) : Category(c) {} in cat() argument
437 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); } in apply()
/external/llvm/include/llvm/Support/
DCommandLine.h400 struct cat { struct
402 cat(OptionCategory &c) : Category(c) {} in cat() argument
404 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); } in apply()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h417 struct cat { struct
420 cat(OptionCategory &c) : Category(c) {} in cat() argument
422 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); } in apply()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.hh58 khmer_category_t cat = (khmer_category_t) (type & 0x7Fu); in set_khmer_properties() local
/external/selinux/libsepol/include/sepol/policydb/
Dmls_types.h44 ebitmap_t cat; /* category set */ member
140 mls_semantic_cat_t *cat; member
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D7-1.c52 void read_catalog(nl_catd cat, char *who) in read_catalog()
/external/clang/test/Sema/
Dstatic-array.c5 void cat(int a[static 3]) {} // expected-note 2 {{callee declares array parameter as static here}} in cat() function
/external/perfetto/src/traced/probes/ftrace/
Datrace_hal_wrapper.cc74 AtraceHalWrapper::TracingVendorCategory cat; in GetAvailableCategories() local

12345