Home
last modified time | relevance | path

Searched refs:ignore_case (Results 1 – 8 of 8) sorted by relevance

/external/libiio/src/tests/
Diio_attr.c382 bool detect_context = false, search_device = false, ignore_case = false, in main() local
434 ignore_case = true; in main()
569 if (!attr_index || str_match(key, argv[attr_index], ignore_case)) { in main()
587 if (device_index && !str_match(name, argv[device_index], ignore_case)) in main()
627 argv[channel_index], ignore_case) && in main()
629 !str_match( name,argv[channel_index], ignore_case)))) in main()
685 ignore_case)) in main()
703 !str_match(attr, argv[attr_index], ignore_case)) in main()
723 ignore_case)) || !attr_index) in main()
742 ignore_case)) || !attr_index) in main()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dxds_credentials_test.cc38 bool ignore_case = false) { in PrefixMatcher() argument
40 string, ignore_case); in PrefixMatcher()
44 bool ignore_case = false) { in SuffixMatcher() argument
46 string, ignore_case); in SuffixMatcher()
50 bool ignore_case = false) { in ContainsMatcher() argument
52 XdsApi::StringMatcher::StringMatcherType::CONTAINS, string, ignore_case); in ContainsMatcher()
/external/libchrome/third_party/jinja2/
Dfilters.py56 def ignore_case(value): function
238 value = ignore_case(value)
276 postprocess=ignore_case if not case_sensitive else None
298 postprocess=ignore_case if not case_sensitive else None
320 ignore_case if not case_sensitive else None
/external/python/jinja/src/jinja2/
Dfilters.py52 def ignore_case(value): function
287 value = ignore_case(value)
339 environment, attribute, postprocess=ignore_case if not case_sensitive else None
360 environment, attribute, postprocess=ignore_case if not case_sensitive else None
381 environment, attribute, postprocess=ignore_case if not case_sensitive else None
/external/google-fruit/
Dconanfile.py69 self.copy("COPYING", dst="licenses", ignore_case=True, keep_path=False,
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dstring.proto63 bool ignore_case = 6; field
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc434 bool ignore_case) in StringMatcher() argument
435 : type_(type), ignore_case_(ignore_case) { in StringMatcher()
1652 bool ignore_case = envoy_type_matcher_v3_StringMatcher_ignore_case( in CommonTlsContextParse() local
1654 XdsApi::StringMatcher string_matcher(type, matcher, ignore_case); in CommonTlsContextParse()
1660 if (ignore_case) { in CommonTlsContextParse()
Dxds_api.h191 bool ignore_case = false);