Home
last modified time | relevance | path

Searched defs:_Context (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py72 _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/
Dformat_args.h35 …_LIBCPP_HIDE_FROM_ABI basic_format_args(const __format_arg_store<_Context, _Args...>& __store) noe… in basic_format_args()
Dformat_functions.h357 using _Context = __format::__compile_time_basic_format_context<_CharT>; member
/external/tensorflow/tensorflow/python/util/
Dlock_util.py116 class _Context(object): class in GroupLock
/external/libiio/src/bindings/python/
Diio.py45 class _Context(Structure): class
/external/grpc-grpc/src/python/grpcio/grpc/
D_server.py214 class _Context(grpc.ServicerContext): class