Searched refs:startBlock (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertParagraphSeparatorCommand.cpp48 static Element* highestVisuallyEquivalentDivBelowRoot(Element* startBlock) argument
50 Element* curBlock = startBlock;
167 Element* startBlock = static_cast<Element*>(startBlockNode); local
170 || !startBlock->parentNode()
171 || isTableCell(startBlock)
172 || startBlock->hasTagName(formTag)
204 if (startBlock == startBlock->rootEditableElement()) {
207 } else if (shouldUseDefaultParagraphElement(startBlock))
210 blockToInsert = startBlock
[all...]
H A Dvisible_units.cpp533 Node* startBlock = enclosingNodeWithNonInlineRenderer(node); local
535 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n))
644 Node* startBlock = enclosingNodeWithNonInlineRenderer(node); local
646 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n))
754 Node* startBlock = enclosingBlock(startNode);
767 n = n->traversePreviousNodePostOrder(startBlock);
773 n = n->traversePreviousNodePostOrder(startBlock);
778 n = n->traversePreviousNodePostOrder(startBlock);
799 n = n->traversePreviousNodePostOrder(startBlock);
803 n = n->previousSibling() ? n->previousSibling() : n->traversePreviousNodePostOrder(startBlock);
942 Node* startBlock; local
[all...]
H A DReplaceSelectionCommand.cpp840 Node* startBlock = enclosingBlock(visibleStart.deepEquivalent().deprecatedNode()); local
846 startBlock == currentRoot || isListItem(startBlock) || selectionIsPlainText)
918 startBlock = enclosingBlock(insertionPos.deprecatedNode());
922 if (m_preventNesting && startBlock && !startIsInsideMailBlockquote) {
923 ASSERT(startBlock != currentRoot);
926 insertionPos = positionInParentAfterNode(startBlock);
928 insertionPos = positionInParentBeforeNode(startBlock);
1035 // We inserted before the startBlock to prevent nesting, and the content before the startBlock was
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffscfg.c77 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
H A Dyaffscfg2k.c91 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/
H A DJavaSourceWriter.java105 startBlock();
124 startBlock();
195 startBlock();
203 startBlock();
209 startBlock();
219 startBlock();
236 startBlock();
248 startBlock();
289 private void startBlock() { method in class:JavaSourceWriter
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverVector.h105 Index startBlock = IsLower ? pi : pi-actualPanelWidth; local
119 Index r = IsLower ? size - endBlock : startBlock; // remaining size
127 &lhs.coeffRef(endBlock,startBlock), lhsStride,
128 rhs+startBlock, 1,
H A DTriangularMatrixMatrix.h161 Index startBlock = actual_k2+k1; local
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);
H A DTriangularSolverMatrix.h140 Index startBlock = IsLower ? k2+k1 : k2-k1-actualPanelWidth; local
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/
H A Dyaffs_checkptrw.c46 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;
H A Dyaffs_guts.h533 int startBlock; /* Start block we're allowed to use */ member in struct:yaffs_DeviceStruct
758 int startBlock; member in struct:__anon16683
H A Dyaffs_fs.c1300 (dev->endBlock - dev->startBlock +
1309 (dev->endBlock - dev->startBlock +
1639 dev->startBlock = 0;
1666 dev->startBlock = 0;
1843 buf += sprintf(buf, "startBlock......... %d\n", dev->startBlock);
H A Dyaffs_tagscompat.c169 if (chunkInNAND < dev->startBlock * dev->nChunksPerBlock) {
H A Dyaffs_guts.c6257 dev->internalStartBlock = dev->startBlock;
6263 if (dev->startBlock == 0) {
6264 dev->internalStartBlock = dev->startBlock + 1;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c264 CFNumberRef startBlock; local
272 startBlock = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kStartBlockKeyString));
281 CFNumberGetValue (startBlock, kCFNumberSInt32Type, &value);
/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp162 VLIWScheduler->startBlock(MBB);
H A DPostRASchedulerList.cpp141 /// startBlock - Initialize register live-range state for scheduling in
144 void startBlock(MachineBasicBlock *BB);
309 Scheduler.startBlock(MBB);
355 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) { function in class:SchedulePostRATDList
357 ScheduleDAGInstrs::startBlock(BB);
H A DScheduleDAGInstrs.cpp136 void ScheduleDAGInstrs::startBlock(MachineBasicBlock *bb) { function in class:ScheduleDAGInstrs
171 assert(bb == BB && "startBlock should set BB");
H A DMachineScheduler.cpp212 Scheduler->startBlock(MBB);
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h268 /// startBlock - Prepare to perform scheduling in the given block.
269 virtual void startBlock(MachineBasicBlock *BB);
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Map.c264 uint32_t startBlock);
1626 uint32_t startBlock)
1632 startBlock, 0);
1624 phFriNfc_ReadRemainingInMultiple( phFriNfc_NdefMap_t *psNdefMap, uint32_t startBlock) argument

Completed in 588 milliseconds