/aosp_15_r20/system/extras/simpleperf/ |
H A D | RecordFilter.cpp | 44 void AddPids(const std::set<pid_t>& pids, bool exclude) { in AddPids() 64 void AddTids(const std::set<pid_t>& tids, bool exclude) { in AddTids() 86 bool AddProcessNameRegex(const std::string& process_name, bool exclude) { in AddProcessNameRegex() 117 bool AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex() 146 void AddUids(const std::set<uint32_t>& uids, bool exclude) { in AddUids() 452 void RecordFilter::AddPids(const std::set<pid_t>& pids, bool exclude) { in AddPids() 460 void RecordFilter::AddTids(const std::set<pid_t>& tids, bool exclude) { in AddTids() 468 bool RecordFilter::AddProcessNameRegex(const std::string& process_name, bool exclude) { in AddProcessNameRegex() 477 bool RecordFilter::AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex() 486 void RecordFilter::AddUids(const std::set<uint32_t>& uids, bool exclude) { in AddUids()
|
/aosp_15_r20/development/tools/otagui/src/services/ |
H A D | JobSubmission.js | 218 exclude: ['force_non_ab'] property 223 exclude: ['force_non_ab', 'isIncremental'] property 240 exclude: ['force_non_ab'] property 247 exclude: ['force_non_ab'] property 253 exclude: ['force_non_ab'] property
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | file_resources.py | 161 def GetCommandLineFiles(command_line_file_list, recursive, exclude): argument 202 def _FindPythonFiles(filenames, recursive, exclude): argument 250 def IsIgnored(path, exclude): argument
|
/aosp_15_r20/frameworks/base/core/java/android/transition/ |
H A D | Transition.java | 1108 public Transition excludeTarget(int targetId, boolean exclude) { in excludeTarget() 1136 public Transition excludeTarget(String targetName, boolean exclude) { in excludeTarget() 1166 public Transition excludeChildren(int targetId, boolean exclude) { in excludeChildren() 1194 public Transition excludeTarget(View target, boolean exclude) { in excludeTarget() 1220 public Transition excludeChildren(View target, boolean exclude) { in excludeChildren() 1229 private static <T> ArrayList<T> excludeObject(ArrayList<T> list, T target, boolean exclude) { in excludeObject() 1261 public Transition excludeTarget(Class type, boolean exclude) { in excludeTarget() 1288 public Transition excludeChildren(Class type, boolean exclude) { in excludeChildren()
|
H A D | TransitionSet.java | 322 public Transition excludeTarget(View target, boolean exclude) { in excludeTarget() 330 public Transition excludeTarget(String targetName, boolean exclude) { in excludeTarget() 338 public Transition excludeTarget(int targetId, boolean exclude) { in excludeTarget() 346 public Transition excludeTarget(Class type, boolean exclude) { in excludeTarget()
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | check_names.py | 367 def parse_macros(self, include, exclude=None): argument 402 def parse_mbed_psa_words(self, include, exclude=None): argument 440 def parse_enum_consts(self, include, exclude=None): argument 629 def parse_identifiers(self, include, exclude=None): argument
|
H A D | depends.py | 309 def __init__(self, symbols, commands, exclude): argument 317 def __init__(self, symbols, commands, exclude=None): argument 345 def __init__(self, symbols, commands, exclude=None): argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | check_names.py | 367 def parse_macros(self, include, exclude=None): argument 402 def parse_mbed_psa_words(self, include, exclude=None): argument 440 def parse_enum_consts(self, include, exclude=None): argument 629 def parse_identifiers(self, include, exclude=None): argument
|
H A D | depends.py | 312 def __init__(self, symbols, commands, exclude): argument 320 def __init__(self, symbols, commands, exclude=None): argument 348 def __init__(self, symbols, commands, exclude=None): argument
|
/aosp_15_r20/external/pigweed/ |
H A D | rollup.config.js | 67 exclude: ['**/*_test.ts'], property 99 exclude: ['**/*_test.ts'], property 131 exclude: ['**/*_test.ts'], property
|
H A D | rollup-protos.config.js | 35 exclude: ['**/*_test.ts'], property 56 exclude: ['**/*_test.ts'], property
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | fsutil.py | 135 exclude=None, argument 165 def _get_check(filename, start, include, exclude): argument 176 def _is_excluded(filename, exclude, include): argument
|
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/categories/ |
H A D | Categories.java | 133 public static CategoryFilter exclude(boolean matchAny, Class<?>... categories) { in exclude() method in Categories.CategoryFilter 137 public static CategoryFilter exclude(Class<?> category) { in exclude() method in Categories.CategoryFilter 141 public static CategoryFilter exclude(Class<?>... categories) { in exclude() method in Categories.CategoryFilter
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | SearchCLDR.java | 152 Output<Boolean> exclude = new Output<>(); in main() local 525 private static Matcher getMatcher(String property, Output<Boolean> exclude) { in getMatcher() 537 private static Set<Level> getEnumMatcher(String property, Output<Boolean> exclude) { in getEnumMatcher()
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/config/customization/ |
H A D | OperationModifier.java | 24 private boolean exclude; field in OperationModifier 39 public void setExclude(boolean exclude) { in setExclude()
|
H A D | ShapeModifier.java | 29 private List<String> exclude; field in ShapeModifier 54 public void setExclude(List<String> exclude) { in setExclude()
|
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
H A D | DynamicAppLinkComponent.java | 33 private DynamicAppLinkComponent(boolean exclude, String fragment, String path, in DynamicAppLinkComponent() 85 public static DynamicAppLinkComponent create(boolean exclude, String fragment, String path, in create()
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | __init__.py | 61 def get_tests(package, mask, verbosity, exclude=()): argument 196 def run_tests(package, mask, verbosity, search_leaks, exclude): argument
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | ipp.c | 4035 cups_array_t *exclude) /* I - Attributes to exclude? */ in copy_attrs() 4733 cups_array_t *exclude) /* I - Private attributes array */ in copy_job_attrs() 5056 cups_array_t *exclude) /* I - Private attributes array */ in copy_subscription_attrs() 6128 *exclude, /* exclude-schemes attribute */ in get_devices() local 6377 *exclude; /* Private attributes array */ in get_job_attrs() local 6507 *exclude; /* Private attributes array */ in get_jobs() local 7182 *exclude, /* exclude-schemes attribute */ in get_ppds() local 7632 *exclude; /* Private attributes array */ in get_subscription_attrs() local 7719 cups_array_t *exclude; /* Private attributes array */ in get_subscriptions() local
|
/aosp_15_r20/external/autotest/frontend/tko/ |
H A D | models.py | 326 def _get_include_exclude_suffix(self, exclude): argument 333 suffix=None, exclude=False): argument 343 exclude=False, force_left_join=False): argument 378 def _include_or_exclude_labels(self, query_set, label_names, exclude=False): argument
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/ |
H A D | glob.rs | 12 pub(crate) exclude: BTreeSet<String>, field 97 exclude: BTreeSet<String>, in visit_map() field
|
/aosp_15_r20/frameworks/native/libs/bufferstreams/rust/ |
H A D | cbindgen.toml | 58 exclude = [] qkey 139 exclude = [] qkey
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/ |
H A D | Cargo.toml | 17 exclude = ["/ci/"] qkey 22 exclude = [ qkey
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/ |
H A D | Network.java | 355 Iterable<Neuron> exclude) { in getNeighbours() 395 Iterable<Neuron> exclude) { in getNeighbours()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/ |
H A D | Cargo.toml | 17 exclude = ["/ci/"] qkey 22 exclude = [ qkey
|