Searched defs:_Context (Results 1 – 6 of 6) sorted by relevance
| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | format_code.py | 72 _Context = Union[PresubmitContext, FormatContext] variable 139 def clang_format_check(ctx: _Context) -> Dict[Path, str]: 144 def clang_format_fix(ctx: _Context) -> Dict[Path, str]: 150 def check_gn_format(ctx: _Context) -> Dict[Path, str]: 163 def fix_gn_format(ctx: _Context) -> Dict[Path, str]: 169 def check_bazel_format(ctx: _Context) -> Dict[Path, str]: 193 def fix_bazel_format(ctx: _Context) -> Dict[Path, str]: 203 def check_owners_format(ctx: _Context) -> Dict[Path, str]: 207 def fix_owners_format(ctx: _Context) -> Dict[Path, str]: 211 def check_go_format(ctx: _Context) -> Dict[Path, str]: [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
| D | format_args.h | 35 …_LIBCPP_HIDE_FROM_ABI basic_format_args(const __format_arg_store<_Context, _Args...>& __store) noe… in basic_format_args()
|
| D | format_functions.h | 357 using _Context = __format::__compile_time_basic_format_context<_CharT>; member
|
| /external/tensorflow/tensorflow/python/util/ |
| D | lock_util.py | 116 class _Context(object): class in GroupLock
|
| /external/libiio/src/bindings/python/ |
| D | iio.py | 45 class _Context(Structure): class
|
| /external/grpc-grpc/src/python/grpcio/grpc/ |
| D | _server.py | 214 class _Context(grpc.ServicerContext): class
|