Searched refs:moveRight (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A DIntervalMap.cpp98 void Path::moveRight(unsigned Level) { function in class:llvm::IntervalMapImpl::Path
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h241 assert(j <= i && "Use moveRight shift elements right");
245 /// moveRight - Move elements to the right.
249 void moveRight(unsigned i, unsigned j, unsigned Count) { function in class:llvm::IntervalMapImpl::NodeBase
277 moveRight(i, i + 1, Size - i);
298 Sib.moveRight(0, Count, SSize);
888 /// moveRight - Move path to the left sibling at Level. Leave nodes below
891 void moveRight(unsigned Level);
1401 path.moveRight(map->height);
1905 P.moveRight(IM.height);
1945 P.moveRight(Leve
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCodeMirrorTextEditor.js1434 function moveRight(shift, codeMirror)
1461 keyMap[rightKey] = moveRight.bind(this, false);
1463 keyMap["Shift-" + rightKey] = moveRight.bind(this, true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 109 milliseconds