Home
last modified time | relevance | path

Searched refs:parse_bool (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dclient.py25 def parse_bool(value): function
51 type=parse_bool,
/external/python/setuptools/setuptools/
Dconfig.py453 parse_bool = self._parse_bool
457 'zip_safe': parse_bool,
458 'use_2to3': parse_bool,
459 'include_package_data': parse_bool,
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py48 type=resources.parse_bool,
53 type=resources.parse_bool,
Dresources.py40 def parse_bool(value): function
Dserver.py40 type=resources.parse_bool,
/external/harfbuzz_ng/src/
Dhb-common.cc744 parse_bool (const char **pp, const char *end, uint32_t *pv) in parse_bool() function
849 parse_bool (pp, end, &feature->value); in parse_feature_value_postfix()
/external/mesa3d/src/gallium/tools/trace/
Dparse.py269 def parse_bool(self): member in TraceParser