Home
last modified time | relevance | path

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

123456

/third_party/node/deps/npm/node_modules/cssesc/
DREADME.md56 ### `cssesc(value, options)`
72 #### `isIdentifier`
86 #### `quotes`
112 #### `wrap`
132 #### `escapeEverything`
144 #### Overriding the default options globally
161 ### `cssesc.version`
165 ### Using the `cssesc` binary
/third_party/cef/tools/
Dgit_util.py29 def get_hash(path='.', branch='HEAD'): argument
38 def get_branch_name(path='.', branch='HEAD'): argument
68 def get_commit_number(path='.', branch='HEAD'): argument
95 def get_branch_hashes(path='.', branch='HEAD', ref='origin/master'): argument
/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/node/deps/v8/src/compiler/
Dnode-matchers.cc16 BranchMatcher::BranchMatcher(Node* branch) in BranchMatcher()
42 Node* branch = input0->InputAt(0); in DiamondMatcher() local
Dbranch-elimination.cc63 void BranchElimination::SimplifyBranchCondition(Node* branch) { in SimplifyBranchCondition()
138 Node* branch; in ReduceBranch() local
273 Node* branch = NodeProperties::GetControlInput(control_input); in ReduceTrapConditional() local
328 Node* branch; in ReduceDeoptimizeConditional() local
350 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf() local
445 Zone* zone, Node* condition, Node* branch, bool is_true, in AddCondition()
463 Zone* zone, Node* condition, Node* branch, bool is_true) { in AddConditionInNewBlock()
480 Node* condition, Node** branch, bool* is_true) const { in LookupCondition()
Ddiamond.h20 Node* branch; member
/third_party/skia/tools/calmbench/
Dcalmbench.py125 def nano_path(args, branch): argument
129 def compile_branch(args, branch): argument
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm-inl.h62 Instruction* branch = Instruction::At(pc_); in apply() local
186 Instruction* branch = Instruction::At(pc); in relative_code_target_object_handle_at() local
270 Instruction* branch = Instruction::At(pc); in target_address_at() local
326 Instruction* branch = Instruction::At(pc); in set_target_address_at() local
/third_party/typescript/tests/cases/user/webpack/
Dtest.json3 "branch": "main", string
/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/node/test/fixtures/source-map/
Dtypescript-throw.ts14 function branch (a: ATrue) { function
Dtypescript-throw.js15 function branch(a) { function
/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/amd/compiler/
Daco_ssa_elimination.cpp184 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in try_remove_merge_block() local
208 Pseudo_branch_instruction& branch = pred->instructions.back()->branch(); in try_remove_invert_block() local
227 Pseudo_branch_instruction& branch = pred.instructions.back()->branch(); in try_remove_simple_block() local
/third_party/skia/third_party/externals/oboe/
DREADME.md43 ### Third party sample code
/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/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/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c60 struct branch_info * branch; in handle_if() local
90 struct branch_info * branch; in handle_else() local
199 struct branch_info * branch; in handle_endif() local
/third_party/skia/tools/skqp/
Dmake_apk_list.py87 def table(o, remote, branch, excludes): argument
/third_party/rust/crates/nom/src/
Dlib.rs446 pub mod branch; module
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp66 Instruction* branch = common->terminator(); in Process() local
168 Instruction* branch = (*common)->terminator(); in CheckBlock() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dif_conversion.cpp66 Instruction* branch = common->terminator(); in Process() local
168 Instruction* branch = (*common)->terminator(); in CheckBlock() local

123456