Searched defs:redo (Results 1 - 18 of 18) sorted by relevance

/external/lldb/test/
H A Dredo.py4 A simple utility to redo the failed/errored tests.
21 # If True, redo with no '-t' option for the test driver.
45 Usage: redo.py [-F filename_component] [-n] [session_dir] [-d]
73 # This is the pattern for the line from the log file to redo a test.
78 def redo(suffix, dir, names): function
172 os.path.walk(session_dir_path, redo, ".log")
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DUndoStack.cpp105 // unapply will call us back to push this command onto the redo stack.
109 void UndoStack::redo() function in class:blink::UndoStack
H A DEditor.cpp990 void Editor::redo() function in class:blink::Editor
993 undoStack->redo();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHistory.cpp50 virtual bool redo(ExceptionState&) OVERRIDE { return true; }
129 bool InspectorHistory::redo(ExceptionState& exceptionState) function in class:blink::InspectorHistory
136 if (!action->redo(exceptionState)) {
H A DInspectorDOMAgent.cpp1430 void InspectorDOMAgent::redo(ErrorString* errorString) function in class:blink::InspectorDOMAgent
1433 m_history->redo(exceptionState);
/external/libedit/src/
H A Dsearch.c221 int done, redo; local
240 done = redo = 0;
272 redo++;
277 redo++;
357 if (redo && newdir == dir) {
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dcommands.js9 * Supports undo/redo.
157 * @param {boolean=} opt_keep_redo True if redo stack should not be cleared.
240 CommandQueue.prototype.redo = function() {
242 throw new Error('Cannot redo');
H A Dimage_editor.js205 ImageEditor.prototype.redo = function() {
207 this.recordToolUse('redo');
210 this.commandQueue_.redo();
431 this.redoButton_ = createButton('redo',
433 this.redo.bind(this));
434 this.registerAction_('redo');
571 this.redo();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTextEditor.js48 redo: function() { },
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc122 redo(NodeSet::key_compare(), NodeSet::allocator_type(typer->zone())) {}
134 redo.insert(node);
142 NodeSet redo; member in class:v8::internal::compiler::Typer::RunVisitor
201 for (NodeSetIter i = typing.redo.begin(); i != typing.redo.end(); ++i) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js354 redo: function() { },
/external/valgrind/main/massif/
H A Dms_main.c838 Bool redo; local
842 // circumstances, we may need to redo it all, asking for more IPs.
844 // - If the original stack trace is smaller than asked-for, redo=False
845 // - Else if after filtering we have >= clo_depth IPs, redo=False
846 // - Else redo=True
847 // In other words, to redo, we'd have to get a stack trace as big as we
851 redo = True; // Assume this to begin with.
852 for (overestimate = 3; redo; overestimate += 6) {
865 // If the original stack trace is smaller than asked-for, redo=False.
866 if (n_ips < clo_depth + overestimate) { redo
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 206 milliseconds