/third_party/python/Tools/peg_generator/pegen/ |
D | build.py | 34 verbose: bool = False, 35 keep_asserts: bool = True, 106 grammar_file: str, verbose_tokenizer: bool = False, verbose_parser: bool = False 153 compile_extension: bool = False, 154 verbose_c_extension: bool = False, 155 keep_asserts_in_extension: bool = True, 156 skip_actions: bool = False, 178 grammar: Grammar, grammar_file: str, output_file: str, skip_actions: bool = False, 190 compile_extension: bool = False, 191 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/mesa3d/bin/ |
D | commit_in_branch_test.py | 34 def test_canonicalize_commit(commit: str, expected: bool) -> None: 58 def test_validate_branch(commit: str, expected: bool) -> None: 82 def test_is_commit_valid(commit: str, expected: bool) -> None: 98 def test_branch_has_commit(branch: str, commit: str, expected: bool) -> None: 114 def test_branch_has_backport_of_commit(branch: str, commit: str, expected: bool) -> None:
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_rank_op.py | 42 def __init__(self, axis: int, method: str, na_option: str, ascending: bool, pct: bool): 62 def __init__(self, axis: int, method: str, na_option: str, ascending: bool, pct: bool): 82 def test_rank_1d(shape: List[int], dtype, method: str, ascending: bool, pct: bool, na_option: str): 109 def test_rank_2d(shape: List[int], dtype, method: str, ascending: bool, pct: bool, axis: int, na_op…
|
D | test_rolling_op.py | 36 def __init__(self, window: int, min_periods: int, center: bool, axis: int, closed: str, 63 def __init__(self, window: int, min_periods: int, center: bool, axis: int, closed: str, 72 def get_window_bounds(num_values: int, window_size: int, center: bool, closed: str = 'right') -> Tu… 89 def numpy_rolling(array: np.ndarray, window: int, min_periods: int, center: bool, axis: int, closed… 129 def test_two_way(shape: List[int], dtype, window: int, min_periods: int, center: bool, axis: int, c…
|
/third_party/python/Tools/peg_generator/scripts/ |
D | test_parse_directory.py | 44 succeeded: bool, 46 verbose: bool, 48 short: bool = False, 105 def parse_directory(directory: str, verbose: bool, excluded_files: List[str], short: bool) -> int:
|
/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/flatbuffers/rust/flexbuffers/src/ |
D | flexbuffer_type.rs | 124 pub fn is_inline(self) -> bool { in is_inline() 131 pub fn is_reference(self) -> bool { in is_reference() 135 pub fn is_vector(self) -> bool { in is_vector() 141 pub fn has_length_slot(self) -> bool { in has_length_slot() 145 pub fn is_fixed_length_vector(self) -> bool { in is_fixed_length_vector() 172 pub fn is_heterogenous(self) -> bool { in is_heterogenous()
|
/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 | switchCaseWithIntersectionTypes01.js | 6 var bool: boolean; variable 32 var bool; variable
|
D | switchCaseWithUnionTypes01.js | 6 var bool: boolean; variable 32 var bool; variable
|
/third_party/mindspore/mindspore/explainer/ |
D | _operators.py | 75 def argmax(inputs: Tensor, axis: int = -1, keep_dims: bool = False) -> Tensor: 86 def argmin(inputs: Tensor, axis: int = -1, keep_dims: bool = False) -> Tensor: 97 def argsort(inputs: Tensor, axis: int = -1, descending: bool = False) -> Tensor: 133 def maximum(inputs: Tensor, axis: _Axis = (), keep_dims: bool = False) -> Tensor: 140 def minimum(inputs: Tensor, axis: _Axis = (), keep_dims: bool = False) -> Tensor: 147 def mean(inputs: Tensor, axis: _Axis = (), keep_dims: bool = False) -> Tensor: 180 def sort(inputs: Tensor, axis: _Axis = -1, descending: bool = False) -> Tensor: 245 def summation(inputs: Tensor, axis: _Axis = (), keep_dims: bool = False) -> Tensor:
|
/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/skia/src/codec/ |
D | SkIcoCodec.h | 51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
|
/third_party/flutter/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
|