/external/protobuf/js/binary/ |
D | decoder_test.js | 225 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]);
|
D | decoder.js | 269 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
|
D | reader.js | 127 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/ |
D | BranchFolding.h | 43 void setBlock(MachineBasicBlock *MBB) { in setBlock() function 79 void setBlock(MachineBasicBlock *MBB) { in setBlock() function 80 getMergePotentialsElt().setBlock(MBB); in setBlock()
|
D | BranchFolding.cpp | 678 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | AIfCommand.java | 31 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/ |
D | BranchFolding.h | 52 void setBlock(MachineBasicBlock *MBB) { in setBlock() function 89 void setBlock(MachineBasicBlock *MBB) { in setBlock() function 90 getMergePotentialsElt().setBlock(MBB); in setBlock()
|
D | BranchFolding.cpp | 768 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 6 - (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/ |
D | BasicBlockInstructionIterator.java | 75 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()
|
D | Goto.java | 18 setBlock(block); in Goto()
|
D | Instruction.java | 144 public void setBlock(BasicBlock block) { in setBlock() method in Instruction
|
D | BasicBlock.java | 226 exit.setBlock(this); in replaceSuccessor() 450 next.setBlock(this); in add()
|
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/ |
D | PeepholeOptimizer.java | 111 instruction.setBlock(newBlock); in createAndInsertBlockForSuffix() 185 exit.setBlock(pred); in removeIdenticalPredecessorBlocks()
|
D | Outliner.java | 718 outlineInvoke.setBlock(block); in handle()
|
/external/pdfium/third_party/bigint/ |
D | BigUnsigned.cc | 30 void BigUnsigned::setBlock(Index i, Blk newBlock) { in setBlock() function in BigUnsigned 71 setBlock(blockI, block); in setBit()
|
D | BigUnsigned.hh | 100 void setBlock(Index i, Blk newBlock);
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 561 : {$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/ |
D | LinearScanRegisterAllocator.java | 1912 move.setBlock(invoke.getBlock()); in generateArgumentMoves()
|
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/ |
D | IRBuilder.java | 1765 gotoExit.setBlock(block);
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 643 * treeLevel not set for setBlock alts; added unit test
|