HomeSort by relevance Sort by last modified time
    Searched refs:startBlock (Results 1 - 25 of 33) 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 RefPtr<Element> startBlock = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode());
168 if (!startBlock
169 || !startBlock->nonShadowBoundaryParentNode()
170 || isTableCell(startBlock.get())
171 || startBlock->hasTagName(formTag)
203 if (startBlock->isRootEditableElement()) {
206 } else if (shouldUseDefaultParagraphElement(startBlock.get()))
209 blockToInsert = startBlock->cloneElementWithoutChildren()
    [all...]
ReplaceSelectionCommand.cpp     [all...]
VisibleUnits.cpp     [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 161 Index startBlock = actual_k2+k1;
170 triangularBuffer.coeffRef(k,k) = lhs(startBlock+k,startBlock+k);
172 triangularBuffer.coeffRef(i,k) = lhs(startBlock+i,startBlock+k);
176 gebp_kernel(res+startBlock, resStride, blockA, blockB, actualPanelWidth, actualPanelWidth, cols, alpha,
184 pack_lhs(blockA, &lhs(startTarget,startBlock), lhsStride, actualPanelWidth, lengthTarget);
TriangularSolverMatrix.h 140 Index startBlock = IsLower ? k2+k1 : k2-k1-actualPanelWidth;
144 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
151 pack_lhs(blockA, &tri(startTarget,startBlock), triStride, actualPanelWidth, lengthTarget);
  /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;
yaffs_fs.c 1300 (dev->endBlock - dev->startBlock +
1309 (dev->endBlock - dev->startBlock +
    [all...]
yaffs_tagscompat.c 169 if (chunkInNAND < dev->startBlock * dev->nChunksPerBlock) {
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 147 private int startBlock;
152 * @param startBlock First block of the subroutine.
154 Subroutine(int startBlock) {
155 this.startBlock = startBlock;
164 * @param startBlock First block of the subroutine.
168 Subroutine(int startBlock, int retBlock) {
169 this(startBlock);
177 return startBlock;
243 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 178 /// startBlock - Prepare to perform scheduling in the given block.
179 virtual void startBlock(MachineBasicBlock *BB);
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 162 VLIWScheduler->startBlock(MBB);
PostRASchedulerList.cpp 139 /// startBlock - Initialize register live-range state for scheduling in
142 void startBlock(MachineBasicBlock *BB);
307 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);
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
slang_rs_reflection.h 197 void startBlock(bool ShouldIndent = false);
  /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 998 milliseconds

1 2