Searched defs:case_sensitive (Results 1 – 5 of 5) sorted by relevance
/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/dng_sdk/source/ |
D | dng_string.cpp | 1444 bool case_sensitive) in Matches() 1554 bool case_sensitive, in Contains() 1618 bool case_sensitive) in Replace() 1708 bool case_sensitive) in TrimLeading()
|
/external/iperf3/src/ |
D | cjson.c | 1708 …t_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) in get_object_item() 2514 …_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bool case_sensitive) in cJSON_Compare()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 941 bool case_sensitive) in StrEqualityMatcher()
|
/external/scapy/scapy/ |
D | packet.py | 1416 def ls(obj=None, case_sensitive=False, verbose=False): argument
|