| /third_party/node/deps/npm/node_modules/cssesc/ |
| D | README.md | 56 ### `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/lz4/tests/ |
| D | test-lz4-speed.py | 89 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/ |
| D | node-matchers.cc | 16 BranchMatcher::BranchMatcher(Node* branch) in BranchMatcher() 42 Node* branch = input0->InputAt(0); in DiamondMatcher() local
|
| D | branch-elimination.cc | 63 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()
|
| D | diamond.h | 20 Node* branch; member
|
| /third_party/skia/tools/calmbench/ |
| D | calmbench.py | 125 def nano_path(args, branch): argument 129 def compile_branch(args, branch): argument
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | assembler-arm-inl.h | 62 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/puppeteer/ |
| D | test.json | 3 "branch": "main", string
|
| /third_party/typescript/tests/cases/user/create-react-app/ |
| D | test.json | 3 "branch": "main", string
|
| /third_party/typescript/tests/cases/user/webpack/ |
| D | test.json | 3 "branch": "main", string
|
| /third_party/typescript/tests/cases/user/grunt/ |
| D | test.json | 3 "branch": "main", string
|
| /third_party/typescript/tests/cases/user/npm/ |
| D | test.json | 3 "branch": "latest", string
|
| /third_party/node/test/fixtures/source-map/ |
| D | typescript-throw.ts | 14 function branch (a: ATrue) { function
|
| D | typescript-throw.js | 15 function branch(a) { function
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/ |
| D | deqp.json | 3 "branch": "", string
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
| D | DigitSequenceMatcher.java | 81 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/mesa3d/src/amd/compiler/ |
| D | aco_ssa_elimination.cpp | 184 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/ |
| D | README.md | 43 ### Third party sample code
|
| /third_party/jerryscript/jerry-core/parser/js/ |
| D | js-parser-statm.c | 144 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/ |
| D | AddDefaultReturnStatements.cpp | 51 TIntermBranch *branch = new TIntermBranch(EOpReturn, CreateZeroNode(returnType)); in AddDefaultReturnStatements() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | radeon_emulate_branches.c | 60 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/ |
| D | make_apk_list.py | 87 def table(o, remote, branch, excludes): argument
|
| /third_party/rust/crates/nom/src/ |
| D | lib.rs | 446 pub mod branch; module
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | if_conversion.cpp | 66 Instruction* branch = common->terminator(); in Process() local 168 Instruction* branch = (*common)->terminator(); in CheckBlock() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | if_conversion.cpp | 66 Instruction* branch = common->terminator(); in Process() local 168 Instruction* branch = (*common)->terminator(); in CheckBlock() local
|