Home
last modified time | relevance | path

Searched defs:is_comment (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dcheck_tests_conform.py51 def is_comment(line): function
/aosp_15_r20/external/grpc-grpc/src/objective-c/
H A Dchange-comments.py61 def is_comment(line): function
/aosp_15_r20/build/make/tools/
H A Dpost_process_props.py170 def is_comment(self): member in Prop
/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dformat_token.py271 def is_comment(self): member in FormatToken
H A Dlogical_line.py233 def is_comment(self): member in LogicalLine
/aosp_15_r20/external/skia/
H A DPRESUBMIT.py79 def is_comment(line): function
/aosp_15_r20/external/boringssl/src/crypto/conf/
H A Dconf.c186 static int is_comment(char c) { return c == '#'; } in is_comment() function