Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/rust/rust/tests/ui/binding/
Dpat-tuple-3.rs4 let branch = match x { in tuple() localVariable
17 let branch = match x { in tuple_struct() localVariable
/third_party/lz4/tests/
Dtest-lz4-speed.py89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
116 def git_get_changes(branch, commit, last_commit): argument
147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
182 def update_config_file(branch, commit): argument
193 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… argument
203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument
317 branch = "" variable
/third_party/skia/tools/calmbench/
Dcalmbench.py125 def nano_path(args, branch): argument
129 def compile_branch(args, branch): argument
/third_party/skia/m133/tools/calmbench/
Dcalmbench.py125 def nano_path(args, branch): argument
129 def compile_branch(args, branch): argument
/third_party/grpc/doc/python/sphinx/
Dconf.py39 branch = 'master' variable
41 branch = 'v%s.%s.x' % tuple(grpc_version.VERSION.split('.')[:2]) variable
/third_party/mesa3d/src/amd/compiler/
Daco_lower_branches.cpp59 Instruction* branch = pred.instructions.back().get(); in try_remove_simple_block() local
170 Instruction* branch = block.instructions.back().get(); in try_merge_break_with_continue() local
313 can_remove_branch(branch_ctx& ctx, Block& block, Pseudo_branch_instruction* branch) in can_remove_branch()
413 aco_ptr<Instruction> branch = std::move(block.instructions.back()); in lower_branch_instruction() local
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dmanual_try_fold.rs30 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch() method
53 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch() method
/third_party/typescript/tests/cases/user/create-react-app/
Dtest.json3 "branch": "main", string
/third_party/typescript/tests/cases/user/puppeteer/
Dtest.json3 "branch": "main", string
/third_party/typescript/tests/cases/user/webpack/
Dtest.json3 "branch": "main", string
/third_party/rust/rust/tests/ui/parser/diff-markers/
Denum.rs6 >>>>>>> branch enumerator
Dstruct.rs6 >>>>>>> branch field
Dfn-arg.rs7 >>>>>>> branch in foo()
/third_party/typescript/tests/cases/user/npm/
Dtest.json3 "branch": "latest", string
/third_party/typescript/tests/cases/user/grunt/
Dtest.json3 "branch": "main", string
/third_party/skia/third_party/externals/swiftshader/tests/regres/
Ddeqp.json3 "branch": "", string
/third_party/mesa3d/src/nouveau/headers/
Dupdate-from-open-gpu-doc.py21 branch = 'master' variable
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
DDigitSequenceMatcher.java81 State branch(int offset); in branch() method
181 @Override public State branch(int offset) { in branch() method in DigitSequenceMatcher.ByteArrayMatcher.ByteArrayData
248 @Override public State branch(int offset) { in branch() method in DigitSequenceMatcher.StringMatcher.StringData
/third_party/rust/rust/library/core/src/ops/
Dtry_trait.rs217 fn branch(self) -> ControlFlow<Self::Residual, Self::Output>; in branch() method
428 fn branch(self) -> ControlFlow<NeverShortCircuitResidual, T> { in branch() method
/third_party/skia/third_party/externals/oboe/
DREADME.md43 ### Third party sample code
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DAddDefaultReturnStatements.cpp51 TIntermBranch *branch = new TIntermBranch(EOpReturn, CreateZeroNode(returnType)); in AddDefaultReturnStatements() local
/third_party/rust/rust/tests/rustdoc/auxiliary/
Dissue-85454.rs11 fn branch(self) -> ControlFlow<Self::Residual, Self::Output>; in branch() method
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c144 parser_branch_t branch; /**< branch to the end */ member
171 parser_branch_t branch; /**< branch to the end */ member
196 parser_branch_t branch; /**< branch to the end */ member
206 parser_branch_t branch; /**< branch to the end */ member
217 parser_branch_t branch; /**< branch to the end */ member
226 parser_branch_t branch; /**< branch to the end */ member
247 parser_branch_t branch; /**< branch to the end of the current block */ member
1360 parser_branch_t branch; in parser_parse_for_statement_start() local
/third_party/rust/rust/tests/rustdoc/
Dissue-85454.rs17 fn branch(self) -> ControlFlow<Self::Residual, Self::Output>; in branch() method
/third_party/rust/rust/tests/ui/rfcs/rfc-2632-const-trait-impl/
Dtrait-default-body-stability.rs26 fn branch(self) -> ControlFlow<T, T> { in branch() method

123456