Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/third_party/python/Tools/peg_generator/pegen/
Dbuild.py34 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 …]
Dtestutil.py39 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
Dtokenizer.py22 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/
Dtest_parse_directory.py48 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,
Dshow_parse.py61 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/
Dfile.h83 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/
DobjectTypesWithPredefinedTypesAsName.js9 class bool { } // not a predefined type anymore class
33 var bool = /** @class */ (function () { function
34 function bool() { function
DdeprecatedBool.js3 var bool: boolean; variable
8 var bool; variable
DpropTypeValidatorInference.js30 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
DjsonFileImportChecksCallCorrectlyTwice.js18 "bool": true, property
28 "bool": true, property
DerrorMessagesIntersectionTypes04.js12 let bool: boolean; variable
28 var bool; variable
DswitchCaseWithUnionTypes01.js6 var bool: boolean; variable
32 var bool; variable
DswitchCaseWithIntersectionTypes01.js6 var bool: boolean; variable
32 var bool; variable
DtypeGuardOfFormNotExpr.js3 var bool: boolean; variable
58 var bool; variable
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_api_dummy.cc50 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/
Dtest.go35 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.py132 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/
Dvar.go72 …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/
DtypeGuardNesting.ts4 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/
DSkIcoCodec.h51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
/third_party/skia/src/codec/
DSkIcoCodec.h51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
/third_party/boost/libs/wave/samples/check_macro_naming/
Dcheck_macro_naming.hpp53 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.py37 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.py38 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/
DLanaiSelectionDAGInfo.cpp24 bool /*isVolatile*/, bool /*AlwaysInline*/, in EmitTargetCodeForMemcpy() argument

12345678910>>...17