Home
last modified time | relevance | path

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

/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/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()
DBranchFolding.cpp678 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
/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/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()
DBranchFolding.cpp768 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
/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/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlockInstructionIterator.java75 instruction.setBlock(block); in add()
90 instruction.setBlock(block); in set()
152 newInstruction.setBlock(block); in replaceCurrentInstruction()
198 instruction.setBlock(newBlock); in split()
369 castInstruction.setBlock(newBlock); in inlineInvoke()
DGoto.java18 setBlock(block); in Goto()
DInstruction.java144 public void setBlock(BasicBlock block) { in setBlock() method in Instruction
DBasicBlock.java226 exit.setBlock(this); in replaceSuccessor()
450 next.setBlock(this); in add()
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DPeepholeOptimizer.java111 instruction.setBlock(newBlock); in createAndInsertBlockForSuffix()
185 exit.setBlock(pred); in removeIdenticalPredecessorBlocks()
DOutliner.java718 outlineInvoke.setBlock(block); in handle()
/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);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g561 : {$start.getSetValue()!=null}? => setBlock
563 $code.add("alts",$setBlock.code);
598 setBlock returns [ST code=null]
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1912 move.setBlock(invoke.getBlock()); in generateArgumentMoves()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java1765 gotoExit.setBlock(block);
/external/antlr/antlr-3.4/tool/
DCHANGES.txt643 * treeLevel not set for setBlock alts; added unit test