Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/python/Tools/peg_generator/pegen/
Dbuild.py34 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 …]
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/mesa3d/bin/
Dcommit_in_branch_test.py34 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/
Dtest_rank_op.py42 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…
Dtest_rolling_op.py36 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/
Dtest_parse_directory.py44 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/
Dfile.h83 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/
Dflexbuffer_type.rs124 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/
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
DswitchCaseWithIntersectionTypes01.js6 var bool: boolean; variable
32 var bool; variable
DswitchCaseWithUnionTypes01.js6 var bool: boolean; variable
32 var bool; variable
/third_party/mindspore/mindspore/explainer/
D_operators.py75 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/
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/skia/src/codec/
DSkIcoCodec.h51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
/third_party/flutter/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

12345678910>>...21