HomeSort by relevance Sort by last modified time
    Searched refs:startBlock (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp 48 static Element* highestVisuallyEquivalentDivBelowRoot(Element* startBlock)
50 Element* curBlock = startBlock;
166 RefPtrWillBeRawPtr<Element> startBlock = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode());
170 if (!startBlock
171 || !startBlock->nonShadowBoundaryParentNode()
172 || isTableCell(startBlock.get())
173 || isHTMLFormElement(*startBlock)
205 if (startBlock->isRootEditableElement()) {
208 } else if (shouldUseDefaultParagraphElement(startBlock.get())) {
211 blockToInsert = startBlock->cloneElementWithoutChildren()
    [all...]
VisibleUnits.cpp     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
TryListBuilder.java 192 MutableTryBlock<EH> startBlock = null;
203 startBlock = tryBlock;
211 startBlock = tryBlock.split(startAddress);
219 startBlock = new MutableTryBlock<EH>(startAddress, endAddress);
220 tryBlock.prepend(startBlock);
221 return new TryBounds<EH>(startBlock, startBlock);
228 startBlock = new MutableTryBlock<EH>(startAddress, currentStartAddress);
229 tryBlock.prepend(startBlock);
242 if (startBlock == null)
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffscfg.c 77 ramDev.startBlock = 1; // Can't use block 0
91 bootDev.startBlock = 1; // Can't use block 0
105 flashDev.startBlock = 128; // First block after 2MB
yaffscfg2k.c 91 ramDev.startBlock = 0; // Can use block 0
106 bootDev.startBlock = 0; // Can use block 0
132 flashDev.startBlock = 20;
155 ram2kDev.startBlock = 0; // First block after /boot
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 105 startBlock();
124 startBlock();
195 startBlock();
203 startBlock();
209 startBlock();
219 startBlock();
236 startBlock();
248 startBlock();
289 private void startBlock() {
  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 105 Index startBlock = IsLower ? pi : pi-actualPanelWidth;
119 Index r = IsLower ? size - endBlock : startBlock; // remaining size
127 &lhs.coeffRef(endBlock,startBlock), lhsStride,
128 rhs+startBlock, 1,
TriangularMatrixMatrix.h 174 Index startBlock = actual_k2+k1;
183 triangularBuffer.coeffRef(k,k) = lhs(startBlock+k,startBlock+k);
185 triangularBuffer.coeffRef(i,k) = lhs(startBlock+i,startBlock+k);
189 gebp_kernel(res+startBlock, resStride, blockA, blockB, actualPanelWidth, actualPanelWidth, cols, alpha,
197 pack_lhs(blockA, &lhs(startTarget,startBlock), lhsStride, actualPanelWidth, lengthTarget);
TriangularSolverMatrix.h 147 Index startBlock = IsLower ? k2+k1 : k2-k1-actualPanelWidth;
151 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
158 pack_lhs(blockA, &tri(startTarget,startBlock), triStride, actualPanelWidth, lengthTarget);
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 126 void startBlock() {
slang_rs_reflection_cpp.cpp 151 mOut.startBlock();
316 mOut.startBlock();
350 mOut.startBlock();
371 mOut.startBlock();
415 mOut.startBlock();
467 mOut.startBlock();
546 mOut.startBlock();
558 mOut.startBlock();
587 mOut.startBlock();
593 mOut.startBlock();
    [all...]
slang_rs_reflect_utils.cpp 124 out.startBlock();
136 out.startBlock();
201 out.startBlock();
239 out.startBlock();
slang_rs_reflection.cpp     [all...]
  /external/yaffs2/yaffs2/
yaffs_checkptrw.c 46 dev->startBlock,dev->endBlock));
48 for(i = dev->startBlock; i <= dev->endBlock; i++) {
150 dev->checkpointNextBlock = dev->startBlock;
166 dev->checkpointMaxBlocks = (dev->endBlock - dev->startBlock)/16 + 2;
yaffs_guts.h 533 int startBlock; /* Start block we're allowed to use */
758 int startBlock;
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 228 private int startBlock;
233 * @param startBlock First block of the subroutine.
235 Subroutine(int startBlock) {
236 this.startBlock = startBlock;
245 * @param startBlock First block of the subroutine.
249 Subroutine(int startBlock, int retBlock) {
250 this(startBlock);
258 return startBlock;
324 Frame subFrame = frame.subFrameForLabel(startBlock, label)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 264 CFNumberRef startBlock;
272 startBlock = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kStartBlockKeyString));
281 CFNumberGetValue (startBlock, kCFNumberSInt32Type, &value);
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 192 /// startBlock - Prepare to perform scheduling in the given block.
193 virtual void startBlock(MachineBasicBlock *BB);
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 162 VLIWScheduler->startBlock(MBB);
PostRASchedulerList.cpp 142 /// startBlock - Initialize register live-range state for scheduling in
145 void startBlock(MachineBasicBlock *BB) override;
305 Scheduler.startBlock(MBB);
350 /// StartBlock - Initialize register live-range state for scheduling in
353 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) {
355 ScheduleDAGInstrs::startBlock(BB);
360 AntiDepBreak->StartBlock(BB);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 242 self.startBlock = self.graph.startBlock
428 self.startBlock(nextTest)
453 self.startBlock(else_) # or just the POPs if not else clause
562 self.startBlock(cleanup)
590 self.startBlock(anchor)
614 self.startBlock(anchor)
639 self.startBlock(anchor)
706 self.startBlock(anchor)
793 self.startBlock(handlers
    [all...]
pyassem.py 19 def startBlock(self, block):
51 self.startBlock(block)
59 self.startBlock(self.exit)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 242 self.startBlock = self.graph.startBlock
428 self.startBlock(nextTest)
453 self.startBlock(else_) # or just the POPs if not else clause
562 self.startBlock(cleanup)
590 self.startBlock(anchor)
614 self.startBlock(anchor)
639 self.startBlock(anchor)
706 self.startBlock(anchor)
793 self.startBlock(handlers
    [all...]
pyassem.py 19 def startBlock(self, block):
51 self.startBlock(block)
59 self.startBlock(self.exit)
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c 264 uint32_t startBlock);
    [all...]

Completed in 1359 milliseconds

1 2