| /external/angle/include/platform/ |
| D | vk_features.json | 12 "category": "Workarounds", string 20 "category": "Features", string 27 "category": "Features", string 34 "category": "Workarounds", string 41 "category": "Workarounds", string 49 "category": "Features", string 57 "category": "Workarounds", string 65 "category": "Features", string 73 "category": "Features", string 80 "category": "Features", string [all …]
|
| D | gl_features.json | 12 "category": "Workarounds", string 19 "category": "Workarounds", string 26 "category": "Workarounds", string 33 "category": "Workarounds", string 40 "category": "Workarounds", string 47 "category": "Workarounds", string 54 "category": "Workarounds", string 62 "category": "Workarounds", string 69 "category": "Workarounds", string 76 "category": "Workarounds", string [all …]
|
| D | mtl_features.json | 12 "category": "Features", string 19 "category": "Features", string 26 "category": "Features", string 33 "category": "Features", string 40 "category": "Features", string 47 "category": "Features", string 54 "category": "Features", string 61 "category": "Features", string 68 "category": "Features", string 75 "category": "Features", string [all …]
|
| D | d3d_features.json | 12 "category": "Workarounds", string 19 "category": "Workarounds", string 26 "category": "Workarounds", string 33 "category": "Workarounds", string 40 "category": "Workarounds", string 47 "category": "Workarounds", string 56 "category": "Workarounds", string 63 "category": "Workarounds", string 71 "category": "Workarounds", string 79 "category": "Workarounds", string [all …]
|
| /external/webrtc/rtc_base/ |
| D | trace_event.h | 97 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this); 100 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this); 133 // in for category, name, and arg_names. Thus, the following code will 141 // Notes: The category must always be in a long-lived char* (i.e. static const). 147 // TRACE_EVENT1("category", "name", 150 // TRACE_EVENT1("category", "name", 153 // TRACE_EVENT1("category", "name", 176 // scope, with 0, 1 or 2 associated arguments. If the category is not 178 // - category and name strings must have application lifetime (statics or 180 #define TRACE_EVENT0(category, name) \ argument [all …]
|
| /external/selinux/libsepol/tests/policies/test-cond/ |
| D | refpolicy-base.conf | 547 category c0; category c1; category c2; category c3; 548 category c4; category c5; category c6; category c7; 549 category c8; category c9; category c10; category c11; 550 category c12; category c13; category c14; category c15; 551 category c16; category c17; category c18; category c19; 552 category c20; category c21; category c22; category c23; 553 category c24; category c25; category c26; category c27; 554 category c28; category c29; category c30; category c31; 555 category c32; category c33; category c34; category c35; 556 category c36; category c37; category c38; category c39; [all …]
|
| /external/angle/src/common/base/anglebase/trace_event/ |
| D | trace_event.h | 57 // TRACE_EVENT_ASYNC_BEGIN("category", "MyTracedClass", this); 60 // TRACE_EVENT_ASYNC_END("category", "MyTracedClass", this); 93 // in for category, name, and arg_names. Thus, the following code will 101 // Notes: The category must always be in a long-lived char* (i.e. static const). 107 // TRACE_EVENT("category", "name", 110 // TRACE_EVENT("category", "name", 113 // TRACE_EVENT("category", "name", 118 // A thread safe singleton and mutex are used for thread safety. Category 122 // TRACE_EVENT macros first cache a pointer to a category. The categories are 124 // category is protected by the TraceLog::lock_. Multiple threads initializing [all …]
|
| /external/apache-commons-io/src/conf/ |
| D | maven-pmd-plugin.xml | 35 <rule ref="category/java/bestpractices.xml/AvoidUsingHardCodedIP" /> 36 <rule ref="category/java/bestpractices.xml/CheckResultSet" /> 37 <rule ref="category/java/bestpractices.xml/PrimitiveWrapperInstantiation" /> 38 <rule ref="category/java/bestpractices.xml/UnusedFormalParameter" /> 39 <rule ref="category/java/bestpractices.xml/UnusedLocalVariable" /> 40 <rule ref="category/java/bestpractices.xml/UnusedPrivateField" /> 41 <rule ref="category/java/bestpractices.xml/UnusedPrivateMethod" /> 43 <rule ref="category/java/codestyle.xml/EmptyControlStatement" /> 44 <rule ref="category/java/codestyle.xml/ExtendsObject" /> 45 <rule ref="category/java/codestyle.xml/ForLoopShouldBeWhileLoop" /> [all …]
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
| D | CheckConsistentCasing.java | 97 Category category = getCategory(path); in handleCheck() local 98 if (category != null) { in handleCheck() 99 checkConsistentCasing(category, path, fullPath, value, options, result); in handleCheck() 187 static final RegexLookup<Category> pathToBucket = 188 new RegexLookup<Category>() 189 .add("//ldml/localeDisplayNames/languages/language", Category.language) 190 .add("//ldml/localeDisplayNames/scripts/script", Category.script) 191 .add("//ldml/localeDisplayNames/territories/territory", Category.territory) 192 .add("//ldml/localeDisplayNames/variants/variant", Category.variant) 193 .add("//ldml/localeDisplayNames/keys/key", Category.key) [all …]
|
| /external/icu/icu4c/source/common/ |
| D | pluralmap.h | 27 * category, but rather represents the absence of a plural category. 29 enum Category { enum 41 * Converts a category name such as "zero", "one", "two", "few", "many" 42 * or "other" to a category enum. Returns NONE for an unrecognized 43 * category name. 45 static Category toCategory(const char *categoryName); 48 * Converts a category name such as "zero", "one", "two", "few", "many" 49 * or "other" to a category enum. Returns NONE for unrecognized 50 * category name. 52 static Category toCategory(const UnicodeString &categoryName); [all …]
|
| /external/cronet/third_party/icu/source/common/ |
| D | pluralmap.h | 27 * category, but rather represents the absence of a plural category. 29 enum Category { enum 41 * Converts a category name such as "zero", "one", "two", "few", "many" 42 * or "other" to a category enum. Returns NONE for an unrecognized 43 * category name. 45 static Category toCategory(const char *categoryName); 48 * Converts a category name such as "zero", "one", "two", "few", "many" 49 * or "other" to a category enum. Returns NONE for unrecognized 50 * category name. 52 static Category toCategory(const UnicodeString &categoryName); [all …]
|
| /external/icu/libicu/cts_headers/ |
| D | pluralmap.h | 27 * category, but rather represents the absence of a plural category. 29 enum Category { enum 41 * Converts a category name such as "zero", "one", "two", "few", "many" 42 * or "other" to a category enum. Returns NONE for an unrecognized 43 * category name. 45 static Category toCategory(const char *categoryName); 48 * Converts a category name such as "zero", "one", "two", "few", "many" 49 * or "other" to a category enum. Returns NONE for unrecognized 50 * category name. 52 static Category toCategory(const UnicodeString &categoryName); [all …]
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| D | lead_form_field_user_input_type.proto | 106 // Category: "Auto" 112 // Category: "Auto" 118 // Category: "Auto" 124 // Category: "Auto" 130 // Category: "Auto" 136 // Category: "Auto" 142 // Category: "Auto" 148 // Category: "Business" 154 // Category: "Business" 160 // Category: "Business" [all …]
|
| /external/googleapis/google/ads/googleads/v15/enums/ |
| D | lead_form_field_user_input_type.proto | 106 // Category: "Auto" 112 // Category: "Auto" 118 // Category: "Auto" 124 // Category: "Auto" 130 // Category: "Auto" 136 // Category: "Auto" 142 // Category: "Auto" 148 // Category: "Business" 154 // Category: "Business" 160 // Category: "Business" [all …]
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| D | lead_form_field_user_input_type.proto | 106 // Category: "Auto" 112 // Category: "Auto" 118 // Category: "Auto" 124 // Category: "Auto" 130 // Category: "Auto" 136 // Category: "Auto" 142 // Category: "Auto" 148 // Category: "Business" 154 // Category: "Business" 160 // Category: "Business" [all …]
|
| /external/python/cpython2/Lib/ |
| D | warnings.py | 15 def warnpy3k(message, category=None, stacklevel=1): argument 21 if category is None: 22 category = DeprecationWarning 23 warn(message, category, stacklevel+1) 25 def _show_warning(message, category, filename, lineno, file=None, line=None): argument 33 file.write(formatwarning(message, category, filename, lineno, line)) 40 def formatwarning(message, category, filename, lineno, line=None): argument 50 s = "%s: %s: %s\n" % (lineno, category.__name__, message) 67 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument 74 'category' -- a class that the warning must be a subclass of [all …]
|
| /external/oss-fuzz/projects/lzo/ |
| D | all_lzo_compress.cc | 37 enum class Category { LZO1, LZO2 }; enum 50 constexpr LzoAlgorithm(Category category, Type type, int compression_level, in LzoAlgorithm() 54 : category(category), in LzoAlgorithm() 64 switch (category) { in GetMaxCompressedSize() 65 case Category::LZO1: in GetMaxCompressedSize() 67 case Category::LZO2: in GetMaxCompressedSize() 72 Category category; member 85 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1, in GetLzoAlgorithms() 87 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1, in GetLzoAlgorithms() 92 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1A, in GetLzoAlgorithms() [all …]
|
| /external/aws-sdk-java-v2/.changes/2.21.x/ |
| D | 2.21.30.json | 7 "category": "AWS Billing and Cost Management Data Exports", string 13 "category": "AWS CloudTrail", string 19 "category": "AWS CodeStar connections", string 25 "category": "AWS Compute Optimizer", string 31 "category": "AWS Config", string 37 "category": "AWS Control Tower", string 43 "category": "AWS Free Tier", string 49 "category": "AWS IoT FleetWise", string 55 "category": "AWS Lake Formation", string 61 "category": "AWS S3 Control", string [all …]
|
| D | 2.21.26.json | 7 "category": "AWS App Mesh", string 13 "category": "AWS Cloud9", string 19 "category": "AWS CloudFormation", string 25 "category": "AWS CodePipeline", string 31 "category": "AWS CodeStar connections", string 37 "category": "AWS Elemental MediaLive", string 43 "category": "AWS SDK for Java v2", string 49 "category": "AWS SSO OIDC", string 55 "category": "AWS Security Token Service", string 61 "category": "AWS Single Sign-On Admin", string [all …]
|
| /external/webrtc/infra/config/ |
| D | luci-milo.cfg | 16 category: "Android|arm" 21 category: "Android|arm" 26 category: "Android|arm" 31 category: "Android|arm64" 36 category: "Android|arm64" 41 category: "Android|x64" 46 category: "Android|x86" 51 category: "Android|x86" 56 category: "Android|arm" 61 category: "iOS|arm64" [all …]
|
| /external/expat/testdata/largefiles/ |
| D | nes96.xml | 166 <txt level="category"> 174 <txt level="category"> 288 <txt level="category"> 320 <txt level="category"> 351 <txt level="category"> 383 <txt level="category"> 410 <txt level="category"> 418 <txt level="category"> 450 <txt level="category"> 458 <txt level="category"> [all …]
|
| /external/python/cpython3/Lib/ |
| D | warnings.py | 10 def showwarning(message, category, filename, lineno, file=None, line=None): argument 12 msg = WarningMessage(message, category, filename, lineno, file, line) 15 def formatwarning(message, category, filename, lineno, line=None): argument 17 msg = WarningMessage(message, category, filename, lineno, None, line) 36 category = msg.category.__name__ 37 s = f"{msg.filename}:{msg.lineno}: {category}: {msg.message}\n" 89 s += (f'{category}: Enable tracemalloc to get the object ' 109 sw(msg.message, msg.category, msg.filename, msg.lineno, 126 return fw(msg.message, msg.category, 130 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument [all …]
|
| /external/libyuv/infra/config/ |
| D | luci-milo.cfg | 15 category: "Android|Builder" 20 category: "Android|Builder" 25 category: "Android|Builder" 30 category: "Android|Builder|x86" 35 category: "Android|Builder|x64" 40 category: "Android|Tester|ARM 32" 45 category: "Android|Tester|ARM 32" 50 category: "Android|Tester|ARM 64" 55 category: "Linux" 60 category: "Linux" [all …]
|
| /external/tensorflow/tensorflow/core/profiler/utils/ |
| D | tf_op_utils_test.cc | 28 EXPECT_EQ(tf_op.category, Category::kTensorFlow); in TEST() 37 EXPECT_EQ(tf_op.category, Category::kTensorFlow); in TEST() 46 EXPECT_EQ(tf_op.category, Category::kTensorFlow); in TEST() 55 EXPECT_EQ(tf_op.category, Category::kTfData); in TEST() 64 EXPECT_EQ(tf_op.category, Category::kTfData); in TEST() 73 EXPECT_EQ(tf_op.category, Category::kUnknown); in TEST() 83 EXPECT_EQ(tf_op.category, Category::kUnknown); in TEST() 92 EXPECT_EQ(tf_op.category, Category::kUnknown); in TEST() 102 EXPECT_EQ(tf_op.category, Category::kUnknown); in TEST() 113 EXPECT_EQ(tf_op.category, Category::kTensorFlow); in TEST() [all …]
|
| /external/aws-sdk-java-v2/.changes/2.0.0-preview/ |
| D | 2.0.0-preview-6.json | 5 …{ "type": "feature", "category": "AWS AppSync", "description": "Adding AWS AppSync based on custom… string 6 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Removing unnecessary javax… string 7 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Upgraded dependencies:\n* … string 8 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Added a primitive `Waiter`… string 9 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Update latest models for e… string 10 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Add paginators-1.json file… string 11 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Use java.util.Objects to i… string 12 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Adding helper to Either th… string 13 …{ "type": "feature", "category": "AWS SDK for Java v2", "description": "Adding Consumer<Builder> t… string 14 …{ "type": "feature", "category": "Netty NIO Async HTTP Client", "description": "Adding socket reso… string [all …]
|