Home
last modified time | relevance | path

Searched full:categories (Results 1 – 25 of 5836) sorted by relevance

12345678910>>...234

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dscenario_config.py62 scenario.pop('CATEGORIES', None)
131 categories=None, argument
167 'CATEGORIES': list(DEFAULT_CATEGORIES),
230 if categories:
231 scenario['CATEGORIES'] = categories
269 categories=[PSM])
284 categories=[SWEEP])
298 categories=[SWEEP])
316 categories=[SCALABLE])
331 categories=smoketest_categories + inproc_categories +
[all …]
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/
H A Dscenario_config.py71 scenario.pop("CATEGORIES", None)
141 categories=None, argument
178 "CATEGORIES": list(DEFAULT_CATEGORIES),
248 if categories:
249 scenario["CATEGORIES"] = categories
286 categories=[PSM],
303 categories=[SWEEP],
319 categories=[SWEEP],
339 categories=[SCALABLE],
356 categories=smoketest_categories
[all …]
/aosp_15_r20/external/cronet/third_party/icu/filters/
H A Dchromeos.json633 "categories": [
684 "categories": [
881 "categories": [
900 "categories": [
1013 …{"categories":["lang_tree"],"files":{"includelist":["ak"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1014 …{"categories":["lang_tree"],"files":{"includelist":["an"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1015 …{"categories":["lang_tree"],"files":{"includelist":["as"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1016 …{"categories":["lang_tree"],"files":{"includelist":["ast"]},"rules":["-/*","+/%%ALIAS","+/%%Parent…
1017 …{"categories":["lang_tree"],"files":{"includelist":["ay"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1018 …{"categories":["lang_tree"],"files":{"includelist":["az"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
[all …]
H A Dcast.json836 "categories": [
887 "categories": [
1085 …{"categories":["lang_tree"],"files":{"includelist":["ach"]},"rules":["-/*","+/%%ALIAS","+/%%Parent…
1086 …{"categories":["lang_tree"],"files":{"includelist":["af"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1087 …{"categories":["lang_tree"],"files":{"includelist":["ak"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1088 …{"categories":["lang_tree"],"files":{"includelist":["an"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1089 …{"categories":["lang_tree"],"files":{"includelist":["ast"]},"rules":["-/*","+/%%ALIAS","+/%%Parent…
1090 …{"categories":["lang_tree"],"files":{"includelist":["az"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
1091 …{"categories":["lang_tree"],"files":{"includelist":["ban"]},"rules":["-/*","+/%%ALIAS","+/%%Parent…
1092 …{"categories":["lang_tree"],"files":{"includelist":["be"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
[all …]
H A Dcommon.json615 "categories": [
666 "categories": [
863 "categories": [
979 …{"categories":["lang_tree"],"files":{"includelist":["ak"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
980 …{"categories":["lang_tree"],"files":{"includelist":["an"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
981 …{"categories":["lang_tree"],"files":{"includelist":["as"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
982 …{"categories":["lang_tree"],"files":{"includelist":["ast"]},"rules":["-/*","+/%%ALIAS","+/%%Parent…
983 …{"categories":["lang_tree"],"files":{"includelist":["ay"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
984 …{"categories":["lang_tree"],"files":{"includelist":["az"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
985 …{"categories":["lang_tree"],"files":{"includelist":["be"]},"rules":["-/*","+/%%ALIAS","+/%%Parent"…
[all …]
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/categories/
H A DCategories.java1 package org.junit.experimental.categories;
24 * Categories must be annotated on the direct method or class.
61 * @RunWith(Categories.class)
64 * // Note that Categories is a kind of Suite
70 * Example to run multiple categories:
72 * @RunWith(Categories.class)
81 * @see <a href="https://github.com/junit-team/junit4/wiki/Categories">Categories at JUnit wiki</a>
83 public class Categories extends Suite { class
88 * Determines the tests to run that are annotated with categories specified in
94 * If <tt>true</tt>, runs tests annotated with <em>any</em> of the categories in
[all …]
H A DExcludeCategories.java1 package org.junit.experimental.categories;
7 import org.junit.experimental.categories.Categories.CategoryFilter;
11 * {@link org.junit.runner.FilterFactory} to exclude categories.
14 * given categories.
18 * --filter=org.junit.experimental.categories.ExcludeCategories=pkg.of.Cat1,pkg.of.Cat2
29 * not categorized with any of the specified categories.
31 * @param categories Category classes.
34 protected Filter createFilter(List<Class<?>> categories) { in createFilter() argument
35 return new ExcludesAny(categories); in createFilter()
39 public ExcludesAny(List<Class<?>> categories) { in ExcludesAny() argument
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/categories/
DHealthDataCategoryViewModel.java1 package com.android.healthconnect.controller.categories;
10categories/HealthDataCategoryViewModel;", "Landroidx/lifecycle/ViewModel;", "loadCategoriesUseCase…
15 …private final com.android.healthconnect.controller.categories.LoadHealthCategoriesUseCase loadCate…
17 …ndroidx.lifecycle.MutableLiveData<com.android.healthconnect.controller.categories.HealthDataCatego…
21 …com.android.healthconnect.controller.categories.LoadHealthCategoriesUseCase loadCategoriesUseCase)… in HealthDataCategoryViewModel()
26 …public final androidx.lifecycle.LiveData<com.android.healthconnect.controller.categories.HealthDat… in getCategoriesData()
33categories/HealthDataCategoryViewModel$CategoriesFragmentState;", "", "()V", "Error", "Loading", "…
40 …nect/controller/categories/HealthDataCategoryViewModel$CategoriesFragmentState$Error;", "Lcom/andr…
41 …public static final class Error extends com.android.healthconnect.controller.categories.HealthData…
43 …public static final com.android.healthconnect.controller.categories.HealthDataCategoryViewModel.Ca…
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/domain/interactor/
H A DShortcutHelperCategoriesInteractorTest.kt101 val categories by collectLastValue(interactor.shortcutCategories) in categories_emptyByDefault() constant
103 assertThat(categories).isEmpty() in categories_emptyByDefault()
109 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_emitsAllCategoriesInOrder() constant
113 assertThat(categories) in categories_stateActive_emitsAllCategoriesInOrder()
125 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateInactiveAfterActive_emitsEmpty() constant
129 assertThat(categories).isEmpty() in categories_stateInactiveAfterActive_emitsEmpty()
137 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_imeShortcutsWithDuplicateLabels_emitsGroupedShortcuts() constant
141 assertThat(categories) in categories_stateActive_imeShortcutsWithDuplicateLabels_emitsGroupedShortcuts()
159 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_systemShortcutsWithDuplicateLabels_emitsGroupedShortcuts() constant
163 assertThat(categories) in categories_stateActive_systemShortcutsWithDuplicateLabels_emitsGroupedShortcuts()
[all …]
/aosp_15_r20/external/google-cloud-java/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/
H A DClassifyTextResponse.java78 * Categories representing the input document.
81 * <code>repeated .google.cloud.language.v1.ClassificationCategory categories = 1;</code>
91 * Categories representing the input document.
94 * <code>repeated .google.cloud.language.v1.ClassificationCategory categories = 1;</code>
105 * Categories representing the input document.
108 * <code>repeated .google.cloud.language.v1.ClassificationCategory categories = 1;</code>
118 * Categories representing the input document.
121 * <code>repeated .google.cloud.language.v1.ClassificationCategory categories = 1;</code>
131 * Categories representing the input document.
134 * <code>repeated .google.cloud.language.v1.ClassificationCategory categories = 1;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-language/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/
H A DClassifyTextResponse.java78 * Categories representing the input document.
81 * <code>repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;</code>
92 * Categories representing the input document.
95 * <code>repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;</code>
106 * Categories representing the input document.
109 * <code>repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;</code>
119 * Categories representing the input document.
122 * <code>repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;</code>
132 * Categories representing the input document.
135 * <code>repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;</code>
[all …]
/aosp_15_r20/packages/apps/Traceur/uitests/src/com/android/traceur/uitest/
DTraceurAppTests.java99 // Default trace categories are restored in case a previous test modified them and in setUp()
128 "Categories", in testElementsOnMainScreen()
129 "Restore default categories", in testElementsOnMainScreen()
240 * Checks that trace categories are displayed after tapping on the 'Categories' button.
246 List<UiObject2> categories = getTraceCategories(); in testTraceCategoriesExist() local
247 assertNotNull("List of categories not found.", categories); in testTraceCategoriesExist()
248 assertTrue("No available trace categories.", categories.size() > 0); in testTraceCategoriesExist()
252 * Checks that the 'Categories' summary updates when trace categories are selected.
253 * This test checks that the summary for the 'Categories' button changes from 'Default' to 'N
276 assertTrue("Expected 'Default' summary not found after changing categories.", in testCorrectCategoriesSummary()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dchrome_tracing_agent.py69 start_extras = {'categories': ','.join(self._categories)}
161 chrome_opts.add_option('-c', '--categories', help='Select Chrome tracing '
162 'categories with comma-delimited wildcards, '
164 'Chrome\'s default categories. Chrome tracing can be '
165 'disabled with "--categories=\'\'". Use "list" to '
166 'see the available categories.',
172 help='Enable enough trace categories for '
175 help='Enable enough trace categories for '
177 chrome_opts.add_option('--trace-gpu', help='Enable extra trace categories '
179 chrome_opts.add_option('--trace-flow', help='Enable extra trace categories '
[all …]
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/dynamic_tables/
H A Drelationship_tables.textproto82 categories: "cat"
91 categories: "cat"
101 categories: "cat"
110 categories: "cat"
121 categories: "cat"
131 categories: "cat"
153 categories: "cat"
162 categories: "cat"
171 categories: "cat"
180 categories: "cat"
[all …]
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DTracingConfig.java45 * Indicates that there are no predefined categories.
50 * Predefined set of categories, includes all categories enabled by default in chromium.
56 * Predefined set of categories typically useful for analyzing WebViews.
57 * Typically includes "android_webview" and "Java" categories.
62 * Predefined set of categories typically useful for web developers.
63 * Typically includes "blink", "compositor", "renderer.scheduler" and "v8" categories.
68 * Predefined set of categories for analyzing input latency issues.
69 * Typically includes "input", "renderer.scheduler" categories.
74 * Predefined set of categories for analyzing rendering issues.
75 * Typically includes "blink", "compositor" and "gpu" categories.
[all …]
/aosp_15_r20/external/google-cloud-java/java-recommendations-ai/proto-google-cloud-recommendations-ai-v1beta1/src/main/java/com/google/cloud/recommendationengine/v1beta1/
H A DCatalogItem.java85 * Required. Catalog item categories. Each category should be a UTF-8
91 * <code>repeated string categories = 1 [(.google.api.field_behavior) = REQUIRED];</code>
93 * @return A list containing the categories.
100 * Required. Catalog item categories. Each category should be a UTF-8
106 * <code>repeated string categories = 1 [(.google.api.field_behavior) = REQUIRED];</code>
108 * @return The count of categories.
115 * Required. Catalog item categories. Each category should be a UTF-8
121 * <code>repeated string categories = 1 [(.google.api.field_behavior) = REQUIRED];</code>
124 * @return The categories at the given index.
131 * Required. Catalog item categories. Each category should be a UTF-8
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/
H A DDefaultShortcutCategoriesRepositoryTest.kt110 val categories by collectLastValue(repo.categories) in categories_keycodeAndModifiersAreMappedSeparatelyWhenIdentical() constant
112 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in categories_keycodeAndModifiersAreMappedSeparatelyWhenIdentical()
131 val categories by collectLastValue(repo.categories) in categories_keyCodeAndModifierHaveSameCode_codesAreMappedCorrectly() constant
133 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in categories_keyCodeAndModifierHaveSameCode_codesAreMappedCorrectly()
152 val firstCategories by collectLastValue(repo.categories) in categories_multipleSubscribers_replaysExistingValueToNewSubscribers()
160 val secondCategories by collectLastValue(repo.categories) in categories_multipleSubscribers_replaysExistingValueToNewSubscribers()
186 val categories by collectLastValue(repo.categories) in categories_filtersShortcutsWithUnsupportedKeyCodes() constant
187 assertThat(categories) in categories_filtersShortcutsWithUnsupportedKeyCodes()
216 val categories by collectLastValue(repo.categories) in modifierMappedToCustomDrawableWhenKeyGlyphMapExists() constant
217 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in modifierMappedToCustomDrawableWhenKeyGlyphMapExists()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/metrics-spi/src/main/java/software/amazon/awssdk/metrics/internal/
H A DDefaultSdkMetric.java39 private final Set<MetricCategory> categories; field in DefaultSdkMetric
42 …e DefaultSdkMetric(String name, Class<T> clzz, MetricLevel level, Set<MetricCategory> categories) { in DefaultSdkMetric() argument
47 Validate.notEmpty(categories, "categories must not be empty"); in DefaultSdkMetric()
48 this.categories = EnumSet.copyOf(categories); in DefaultSdkMetric()
60 * @return The categories of this event.
63 public Set<MetricCategory> categories() { in categories() method in DefaultSdkMetric
64 return Collections.unmodifiableSet(categories); in categories()
104 .add("categories", categories()) in toString()
114 * @param cn Additional categories associated with this metric.
126 Set<MetricCategory> categories = categoryStream.collect(Collectors.toSet()); in create() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc73 static void bta_ar_avrc_add_cat(uint16_t categories) { in bta_ar_avrc_add_cat() argument
75 /* Change supported categories on the second one */ in bta_ar_avrc_add_cat()
78 UINT16_TO_BE_STREAM(p, categories); in bta_ar_avrc_add_cat()
82 log::warn("Unable to add SDP attribute for supported categories handle:{}", in bta_ar_avrc_add_cat()
199 uint16_t categories, bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
200 if (!categories) { in bta_ar_reg_avrc()
209 categories, in bta_ar_reg_avrc()
230 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, bta_ar_cb.sdp_tg_handle, in bta_ar_reg_avrc()
238 bta_ar_cb.ct_categories[mask - 1] = categories; in bta_ar_reg_avrc()
239 categories = bta_ar_cb.ct_categories[0] | bta_ar_cb.ct_categories[1]; in bta_ar_reg_avrc()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Datrace_agent.py29 # If a custom list of categories is not specified, traces will include
30 # these categories (if available on the device).
34 # The command to list trace categories.
47 """List the possible trace event categories.
56 categories = devutils.RunShellCommand(
62 categories = [c for c in categories if not re.match(r'^\s*rs\s*-', c)]
64 print '\n'.join(categories)
66 print '\nNOTE: more categories may be available with adb root\n'
70 """Gets the list of atrace categories available for tracing.
78 categories = [c.split('-')[0].strip() for c in categories_output]
[all …]
H A Dftrace_agent.py113 options.add_option('--ftrace-categories', dest='ftrace_categories',
114 help='Select ftrace categories with a comma-delimited '
115 'list, e.g. --ftrace-categories=cat1,cat2,cat3')
131 categories: The trace categories to capture.
145 def _fix_categories(self, categories): argument
147 Applies the default category (sched) if there are no categories
148 in the list and removes unavailable categories from the list.
150 categories: List of categories.
152 if not categories:
153 categories = ["sched"]
[all …]
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/emergency/
H A DEmergencyNumber.java52 * - General emergency call, all categories;
61 * Category UNSPECIFIED (General emergency call, all categories) indicates that no specific
63 * it has one or more defined emergency service categories.
83 * Emergency Service Category UNSPECIFIED (General emergency call, all categories) bit-field
85 * emergency number is specified, it has one or more defined emergency service categories.
351 * Returns the bitmask of emergency service categories of the emergency number.
353 * @return bitmask of the emergency service categories
362 * Returns the bitmask of emergency service categories of the emergency number for
365 * @return bitmask of the emergency service categories
377 * Returns the emergency service categories of the emergency number.
[all …]
/aosp_15_r20/libcore/tools/docs/crypto/
H A Dupdate_crypto_support_test.py203 {'categories': []},
205 {'categories': [],
211 {'categories': [
215 {'categories': [],
221 {'categories': []},
223 {'categories': [],
230 {'categories': [
239 {'categories': [
253 {'categories': [
264 {'categories': [
[all …]
/aosp_15_r20/external/coreboot/payloads/coreinfo/
H A Dcoreinfo.c55 } categories[] = { variable
130 for (size_t i = 0; i < ARRAY_SIZE(categories); i++) { in print_menu()
131 if (categories[i].count == 0) in print_menu()
134 ptr += sprintf(ptr, "F%zu: %s ", i + 1, categories[i].name); in print_menu()
212 for (size_t i = 0; i < ARRAY_SIZE(categories); i++) in print_no_modules_selected()
213 if (categories[i].count > 0) in print_no_modules_selected()
222 for (size_t i = 0; i < ARRAY_SIZE(categories); i++) in first_nonempty_category()
223 if (categories[i].count > 0) in first_nonempty_category()
238 print_submenu(&categories[curwin]); in loop()
239 redraw_module(&categories[curwin]); in loop()
[all …]
/aosp_15_r20/external/curl/src/
H A Dtool_help.c53 static const struct category_descriptors categories[] = { variable
90 if(!(helptext[i].categories & category)) in print_category()
103 if(helptext[i].categories & category) { in print_category()
120 for(i = 0; i < ARRAYSIZE(categories); ++i) in get_category_content()
121 if(curl_strequal(categories[i].opt, category)) { in get_category_content()
122 printf("%s: %s\n", categories[i].opt, categories[i].desc); in get_category_content()
123 print_category(categories[i].category, cols); in get_category_content()
129 /* Prints all categories and their description */
133 for(i = 0; i < ARRAYSIZE(categories); ++i) in get_categories()
134 printf(" %-11s %s\n", categories[i].opt, categories[i].desc); in get_categories()
[all …]

12345678910>>...234