| /third_party/python/Tools/peg_generator/pegen/ |
| D | build.py | 34 verbose: bool = False, 35 keep_asserts: bool = True, 104 grammar_file: str, verbose_tokenizer: bool = False, verbose_parser: bool = False 151 compile_extension: bool = False, 152 verbose_c_extension: bool = False, 153 keep_asserts_in_extension: bool = True, 154 skip_actions: bool = False, 176 grammar: Grammar, grammar_file: str, output_file: str, skip_actions: bool = False, 188 compile_extension: bool = False, 189 verbose_tokenizer: bool = False, [all …]
|
| D | testutil.py | 39 def run_parser(file: IO[bytes], parser_class: Type[Parser], *, verbose: bool = False) -> Any: 50 source: str, parser_class: Type[Parser], *, dedent: bool = True, verbose: bool = False 86 grammar: Grammar, path: pathlib.PurePath, debug: bool = False
|
| D | tokenizer.py | 22 def __init__(self, tokengen: Iterator[tokenize.TokenInfo], *, verbose: bool = False): 75 def report(self, cached: bool, back: bool) -> None:
|
| /third_party/python/Tools/peg_generator/scripts/ |
| D | test_parse_directory.py | 48 succeeded: bool, 50 verbose: bool, 52 short: bool = False, 82 actual_tree: ast.AST, file: str, verbose: bool, include_attributes: bool = False, 114 def parse_file(source: str, file: str, mode: int, oldparser: bool) -> Tuple[Any, float]: 164 verbose: bool, 167 short: bool, 169 oldparser: bool,
|
| D | show_parse.py | 61 def format_tree(tree: ast.AST, verbose: bool = False) -> str: 74 def diff_trees(a: ast.AST, b: ast.AST, verbose: bool = False) -> List[str]: 82 def show_parse(source: str, verbose: bool = False) -> str: 87 def print_parse(source: str, verbose: bool = False) -> None:
|
| /third_party/protobuf/src/google/protobuf/testing/ |
| D | file.h | 83 static bool GetContents( in GetContents() argument 88 static bool GetContentsAsText( in GetContentsAsText() argument 93 static bool SetContents( in SetContents() argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | objectTypesWithPredefinedTypesAsName.js | 9 class bool { } // not a predefined type anymore class 33 var bool = /** @class */ (function () { function 34 function bool() { function
|
| D | deprecatedBool.js | 3 var bool: boolean; variable 8 var bool; variable
|
| D | propTypeValidatorInference.js | 30 export const bool: Requireable<boolean>; constant 71 bool: PropTypes.bool.isRequired, property 80 bool: PropTypes.bool.isRequired, property 109 bool: PropTypes.bool.isRequired, property 117 bool: PropTypes.bool.isRequired, property
|
| D | jsonFileImportChecksCallCorrectlyTwice.js | 18 "bool": true, property 28 "bool": true, property
|
| D | errorMessagesIntersectionTypes04.js | 12 let bool: boolean; variable 28 var bool; variable
|
| D | switchCaseWithUnionTypes01.js | 6 var bool: boolean; variable 32 var bool; variable
|
| D | switchCaseWithIntersectionTypes01.js | 6 var bool: boolean; variable 32 var bool; variable
|
| D | typeGuardOfFormNotExpr.js | 3 var bool: boolean; variable 58 var bool; variable
|
| /third_party/grpc/src/core/ext/transport/cronet/transport/ |
| D | cronet_api_dummy.cc | 50 bool /*end_of_stream*/) { in bidirectional_stream_start() argument 63 bool /*end_of_stream*/) { in bidirectional_stream_write() argument 73 bool /*disable_auto_flush*/) { in bidirectional_stream_disable_auto_flush() argument 78 bidirectional_stream* /*stream*/, bool /*delay_headers_until_flush*/) { in bidirectional_stream_delay_request_headers_until_flush() argument
|
| /third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/ |
| D | test.go | 35 func doBenchTest(args []string, bench bool) error { 83 func doBenchTest1(filename string, bench bool, ccompilers string, focus string, 84 iterscale int, mimic bool, reps int) (failed bool, err error) {
|
| /third_party/grpc/src/python/grpcio/grpc/ |
| D | _simple_stubs.py | 132 insecure: bool, 177 insecure: bool = False, 180 wait_for_ready: Optional[bool] = None, 258 insecure: bool = False, 261 wait_for_ready: Optional[bool] = None, 338 insecure: bool = False, 341 wait_for_ready: Optional[bool] = None, 418 insecure: bool = False, 421 wait_for_ready: Optional[bool] = None,
|
| /third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
| D | var.go | 72 …dDerivedVar(b *buffer, hack string, prefix string, name t.ID, typ *a.TypeExpr, header bool) error { 217 func (g *gen) writeResumeSuspend1(b *buffer, f *funk, n *a.Var, suspend bool) error { 256 func (g *gen) writeResumeSuspend(b *buffer, f *funk, suspend bool) error { 265 func (g *gen) writeVars(b *buffer, f *funk, inStructDecl bool) error {
|
| /third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
| D | typeGuardNesting.ts | 4 let bool: boolean = (typeof strOrBool === 'boolean') ? strOrBool : false; variable 11 let bool: boolean = (typeof strOrBool === 'boolean') ? strOrBool : false; variable
|
| /third_party/flutter/skia/src/codec/ |
| D | SkIcoCodec.h | 51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
|
| /third_party/skia/src/codec/ |
| D | SkIcoCodec.h | 51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
|
| /third_party/boost/libs/wave/samples/check_macro_naming/ |
| D | check_macro_naming.hpp | 53 bool /* is_functionlike */, ParametersT const & /* parameters */, in defined_macro() argument 75 bool found_include_directive(ContextT const& /* ctx */, in found_include_directive() argument 93 bool /* is_system_include */) in opened_include_file() argument
|
| /third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
| D | _base_channel.py | 37 wait_for_ready: Optional[bool] = None, 75 wait_for_ready: Optional[bool] = None, 112 wait_for_ready: Optional[bool] = None, 150 wait_for_ready: Optional[bool] = None, 219 try_to_connect: bool = False) -> grpc.ChannelConnectivity:
|
| /third_party/grpc/src/python/grpcio/grpc/aio/ |
| D | _base_channel.py | 38 wait_for_ready: Optional[bool] = None, 77 wait_for_ready: Optional[bool] = None, 115 wait_for_ready: Optional[bool] = None, 154 wait_for_ready: Optional[bool] = None, 223 try_to_connect: bool = False) -> grpc.ChannelConnectivity:
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| D | LanaiSelectionDAGInfo.cpp | 24 bool /*isVolatile*/, bool /*AlwaysInline*/, in EmitTargetCodeForMemcpy() argument
|