Home
last modified time | relevance | path

Searched refs:setBlock (Results 1 – 25 of 36) sorted by relevance

12

/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_ast_body_InitializerDeclaration.txt2 …Line 47) setBlock(block) ==> com.github.javaparser.ast.body.InitializerDeclaration.setBlock(com.gi…
4 …Line 53) setBlock(block) ==> com.github.javaparser.ast.body.InitializerDeclaration.setBlock(com.gi…
Dcom_github_javaparser_ast_stmt_SynchronizedStmt.txt2 …Line 44) setBlock(block) ==> com.github.javaparser.ast.stmt.SynchronizedStmt.setBlock(com.github.j…
4 …Line 51) setBlock(block) ==> com.github.javaparser.ast.stmt.SynchronizedStmt.setBlock(com.github.j…
/external/protobuf/js/binary/
Ddecoder_test.js225 decoder.setBlock([255, 255, 255, 255, 255, 255,
235 decoder.setBlock([255, 255, 255, 255, 0x1F]);
238 decoder.setBlock([255, 255, 255, 255, 0x2F]);
241 decoder.setBlock([255, 255, 255, 255, 0x4F]);
246 decoder.setBlock([255, 255, 255, 255, 255, 255, 0, 255, 255, 1]);
249 decoder.setBlock([255, 255, 255, 255, 255, 255, 255, 255, 255, 0]);
Ddecoder.js269 this.setBlock(opt_bytes, opt_start, opt_length);
294 newDecoder.setBlock(opt_bytes, opt_start, opt_length);
352 jspb.BinaryDecoder.prototype.setBlock = method in jspb.BinaryDecoder
Dreader.js127 newReader.decoder_.setBlock(opt_bytes, opt_start, opt_length);
232 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) { method in jspb.BinaryReader
233 this.decoder_.setBlock(bytes, start, length);
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DSynchronizedStmt.java42 setBlock(block); in SynchronizedStmt()
50 setBlock(block); in SynchronizedStmt()
71 public void setBlock(final BlockStmt block) { in setBlock() method in SynchronizedStmt
/external/skia/src/sksl/
DSkSLJIT.cpp277 void JIT::setBlock(LLVMBuilderRef builder, LLVMBasicBlockRef block) { in setBlock() function in SkSL::JIT
340 fJIT.setBlock(builder, trueBlock); in getLValue()
343 fJIT.setBlock(builder, falseBlock); in getLValue()
346 fJIT.setBlock(builder, merge); in getLValue()
368 fJIT.setBlock(builder, trueBlock); in getLValue()
371 fJIT.setBlock(builder, falseBlock); in getLValue()
374 fJIT.setBlock(builder, merge); in getLValue()
700 this->setBlock(builder, ifTrue); in compileBinary()
703 this->setBlock(builder, merge); in compileBinary()
718 this->setBlock(builder, ifFalse); in compileBinary()
[all …]
DSkSLJIT.h147 void setBlock(LLVMBuilderRef builder, LLVMBasicBlockRef block);
/external/skqp/src/sksl/
DSkSLJIT.cpp277 void JIT::setBlock(LLVMBuilderRef builder, LLVMBasicBlockRef block) { in setBlock() function in SkSL::JIT
340 fJIT.setBlock(builder, trueBlock); in getLValue()
343 fJIT.setBlock(builder, falseBlock); in getLValue()
346 fJIT.setBlock(builder, merge); in getLValue()
368 fJIT.setBlock(builder, trueBlock); in getLValue()
371 fJIT.setBlock(builder, falseBlock); in getLValue()
374 fJIT.setBlock(builder, merge); in getLValue()
700 this->setBlock(builder, ifTrue); in compileBinary()
703 this->setBlock(builder, merge); in compileBinary()
718 this->setBlock(builder, ifFalse); in compileBinary()
[all …]
DSkSLJIT.h147 void setBlock(LLVMBuilderRef builder, LLVMBasicBlockRef block);
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
DInitializerDeclaration.java47 setBlock(block); in InitializerDeclaration()
53 setBlock(block); in InitializerDeclaration()
74 public InitializerDeclaration setBlock(BlockStmt block) { in setBlock() method in InitializerDeclaration
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
DInitializerDeclaration.java45 setBlock(block); in InitializerDeclaration()
51 setBlock(block); in InitializerDeclaration()
72 public void setBlock(BlockStmt block) { in setBlock() method in InitializerDeclaration
DConstructorDeclaration.java72 setBlock(block); in ConstructorDeclaration()
84 setBlock(block); in ConstructorDeclaration()
137 public void setBlock(BlockStmt block) { in setBlock() method in ConstructorDeclaration
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DSynchronizedStmt.java44 setBlock(block); in SynchronizedStmt()
51 setBlock(block); in SynchronizedStmt()
82 public SynchronizedStmt setBlock(final BlockStmt block) { in setBlock() method in SynchronizedStmt
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.h43 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
79 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
80 getMergePotentialsElt().setBlock(MBB); in setBlock()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAIfCommand.java31 setBlock(_block_); in AIfCommand()
107 public void setBlock(PCommand node) in setBlock() method in AIfCommand
211 setBlock((PCommand) newChild); in replaceChild()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.h67 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
112 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
113 getMergePotentialsElt().setBlock(MBB); in setBlock()
/external/llvm/lib/CodeGen/
DBranchFolding.h52 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
89 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
90 getMergePotentialsElt().setBlock(MBB); in setBlock()
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m6 - (void) setBlock: (void(^)(void)) block;
11 [x setBlock: // expected-note {{block will be retained by the captured object}}
22 [x setBlock: ^{ [weakx actNow]; }];
27 [weakx setBlock: ^{ [x actNow]; }];
169 [obj setBlock:[^{ // expected-note{{block will be retained by the captured object}}
182 [obj setBlock:someRandomFunctionReturningABlock(^{
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_ast_stmt_SynchronizedStmt.txt8 Line 42) setBlock(block) ==> void
14 Line 50) setBlock(block) ==> void
Dcom_github_javaparser_ast_body_InitializerDeclaration.txt11 Line 45) setBlock(block) ==> void
18 Line 51) setBlock(block) ==> void
Dcom_github_javaparser_ast_body_ConstructorDeclaration.txt19 Line 72) setBlock(block) ==> void
30 Line 84) setBlock(block) ==> void
/external/deqp-deps/glslang/SPIRV/
DspvIR.h137 void setBlock(Block* b) { block = b; } in setBlock() function
425 instructions.back()->setBlock(this); in Block()
433 raw_instruction->setBlock(this); in addInstruction()
/external/pdfium/third_party/bigint/
DBigUnsigned.cc30 void BigUnsigned::setBlock(Index i, Blk newBlock) { in setBlock() function in BigUnsigned
71 setBlock(blockI, block); in setBit()
DBigUnsigned.hh100 void setBlock(Index i, Blk newBlock);

12