/external/python/watchdog/tests/ |
D | test_patterns.py | 16 def test_match_path(raw_path, included_patterns, excluded_patterns, case_sensitive, expected): argument 37 def test_filter_paths(included_patterns, excluded_patterns, case_sensitive, expected): argument 65 def test_match_any_paths(included_patterns, excluded_patterns, case_sensitive, expected): argument
|
/external/libtextclassifier/native/utils/grammar/utils/ |
D | rules.cc | 208 const int8 max_whitespace_gap, const bool case_sensitive, const int shard, in ExpandOptionals() 321 const int8 max_whitespace_gap, const bool case_sensitive, in Add() 343 const int8 max_whitespace_gap, const bool case_sensitive, in Add() 375 const bool case_sensitive, const int shard) { in AddWithExclusion() 385 const bool case_sensitive, const int shard) { in AddAssertion() 394 const bool case_sensitive, const int shard) { in AddValueMapping() 402 const bool case_sensitive, const int shard) { in AddValueMapping()
|
/external/cronet/stable/base/i18n/ |
D | string_search.cc | 18 bool case_sensitive) in FixedPatternStringSearch() 107 bool case_sensitive, in StringSearch() 115 bool case_sensitive) in RepeatingStringSearch()
|
/external/cronet/tot/base/i18n/ |
D | string_search.cc | 18 bool case_sensitive) in FixedPatternStringSearch() 107 bool case_sensitive, in StringSearch() 115 bool case_sensitive) in RepeatingStringSearch()
|
/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/proto/google/analytics/admin/v1alpha/ |
D | expanded_data_set.proto | 54 bool case_sensitive = 3 [(google.api.field_behavior) = OPTIONAL]; field 66 bool case_sensitive = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
D | audience.proto | 79 bool case_sensitive = 3 [(google.api.field_behavior) = OPTIONAL]; field 90 bool case_sensitive = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
D | access_report.proto | 142 bool case_sensitive = 3; field 151 bool case_sensitive = 2; field
|
/external/googleapis/google/analytics/admin/v1alpha/ |
D | expanded_data_set.proto | 54 bool case_sensitive = 3 [(google.api.field_behavior) = OPTIONAL]; field 66 bool case_sensitive = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
D | access_report.proto | 142 bool case_sensitive = 3; field 151 bool case_sensitive = 2; field
|
D | audience.proto | 79 bool case_sensitive = 3 [(google.api.field_behavior) = OPTIONAL]; field 90 bool case_sensitive = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
D | subproperty_event_filter.proto | 63 bool case_sensitive = 3 [(google.api.field_behavior) = OPTIONAL]; field
|
/external/grpc-grpc/src/core/lib/matchers/ |
D | matchers.cc | 36 bool case_sensitive) { in Create() 51 bool case_sensitive) in StringMatcher() 161 bool invert_match, bool case_sensitive) { in Create()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/matchers/ |
D | matchers.cc | 37 bool case_sensitive) { in Create() 52 bool case_sensitive) in StringMatcher() 162 bool invert_match, bool case_sensitive) { in Create()
|
/external/libchrome/third_party/jinja2/ |
D | filters.py | 206 def do_dictsort(value, case_sensitive=False, by='key', reverse=False): argument 247 environment, value, reverse=False, case_sensitive=False, attribute=None argument 282 def do_unique(environment, value, case_sensitive=False, attribute=None): argument 310 def _min_or_max(environment, value, func, case_sensitive, attribute): argument 326 def do_min(environment, value, case_sensitive=False, attribute=None): argument 341 def do_max(environment, value, case_sensitive=False, attribute=None): argument
|
/external/python/parse_type/parse_type/ |
D | parse.py | 720 def __init__(self, format, extra_types=None, case_sensitive=False): argument 1216 def parse(format, string, extra_types=None, evaluate_result=True, case_sensitive=False): argument 1247 case_sensitive=False): argument 1281 case_sensitive=False): argument 1311 def compile(format, extra_types=None, case_sensitive=False): argument
|
D | cfparse.py | 35 def __init__(self, schema, extra_types=None, case_sensitive=False, argument
|
/external/python/jinja/src/jinja2/ |
D | filters.py | 257 def do_dictsort(value, case_sensitive=False, by="key", reverse=False): argument 295 def do_sort(environment, value, reverse=False, case_sensitive=False, attribute=None): argument 345 def do_unique(environment, value, case_sensitive=False, attribute=None): argument 372 def _min_or_max(environment, value, func, case_sensitive, attribute): argument 387 def do_min(environment, value, case_sensitive=False, attribute=None): argument 402 def do_max(environment, value, case_sensitive=False, attribute=None): argument
|
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/ |
D | rapidxml.hpp | 294 …bool compare(const Ch *p1, std::size_t size1, const Ch *p2, std::size_t size2, bool case_sensitive) in compare() 820 …te<Ch> *previous_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in previous_attribute() 840 …ribute<Ch> *next_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in next_attribute() 920 … xml_node<Ch> *first_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in first_node() 942 … xml_node<Ch> *last_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in last_node() 965 …xml_node<Ch> *previous_sibling(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true)… in previous_sibling() 988 …xml_node<Ch> *next_sibling(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in next_sibling() 1009 …ibute<Ch> *first_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in first_attribute() 1029 …ribute<Ch> *last_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in last_attribute()
|
/external/grpc-grpc/test/core/security/ |
D | xds_credentials_test.cc | 36 StringMatcher PrefixMatcher(const char* string, bool case_sensitive = true) { in PrefixMatcher() 42 StringMatcher SuffixMatcher(const char* string, bool case_sensitive = true) { in SuffixMatcher() 48 StringMatcher ContainsMatcher(const char* string, bool case_sensitive = true) { in ContainsMatcher()
|
/external/python/cpython3/Lib/pathlib/ |
D | _abc.py | 361 def match(self, path_pattern, *, case_sensitive=None): argument 388 def full_match(self, pattern, *, case_sensitive=None): argument 662 def _glob_selector(self, parts, case_sensitive, recurse_symlinks): argument 675 def glob(self, pattern, *, case_sensitive=None, recurse_symlinks=True): argument 687 def rglob(self, pattern, *, case_sensitive=None, recurse_symlinks=True): argument
|
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/ |
D | resource.proto | 165 bool case_sensitive = 3; field
|
/external/googleapis/google/cloud/speech/v1p1beta1/ |
D | resource.proto | 165 bool case_sensitive = 3; field
|
/external/googleapis/google/cloud/speech/v1/ |
D | resource.proto | 165 bool case_sensitive = 3; field
|
/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/proto/google/analytics/admin/v1beta/ |
D | access_report.proto | 142 bool case_sensitive = 3; field 151 bool case_sensitive = 2; field
|
/external/googleapis/google/analytics/admin/v1beta/ |
D | access_report.proto | 142 bool case_sensitive = 3; field 151 bool case_sensitive = 2; field
|