Searched refs:batch_mode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_database.cc124 void ActivityDatabase::SetBatchModeForTesting(bool batch_mode) { argument
125 if (batch_mode && !batch_mode_) {
130 } else if (!batch_mode && batch_mode_) {
134 batch_mode_ = batch_mode;
H A Dactivity_database.h125 void SetBatchModeForTesting(bool batch_mode);
/external/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
257 if (!batch_mode)
270 if (reader.GetPrompt() && !batch_mode)
291 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
312 if (!batch_mode)
H A DCommandObjectCommands.cpp1090 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1095 if (!batch_mode)
1122 if (!batch_mode)
1137 if (!batch_mode)
1653 bool batch_mode = data.GetBatchMode(); local
1654 if (!batch_mode)
1666 bool batch_mode = data.GetBatchMode(); local
1667 if (data.reader.GetPrompt() && !batch_mode)
1676 bool batch_mode = data.GetBatchMode(); local
1681 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode)
1690 bool batch_mode = data.GetBatchMode(); local
[all...]
H A DCommandObjectExpression.cpp238 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
243 if (!batch_mode)
276 if (!batch_mode)
H A DCommandObjectBreakpointCommand.cpp274 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
279 if (!batch_mode)
292 if (reader.GetPrompt() && !batch_mode)
313 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
334 if (!batch_mode)
H A DCommandObjectType.cpp768 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
769 if (!batch_mode)
781 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
782 if (data.reader.GetPrompt() && !batch_mode)
791 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
796 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode)
805 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
807 if (!batch_mode)
3318 bool batch_mode = data.GetBatchMode(); local
3319 if (!batch_mode)
3331 bool batch_mode = data.GetBatchMode(); local
3341 bool batch_mode = data.GetBatchMode(); local
3355 bool batch_mode = data.GetBatchMode(); local
[all...]
H A DCommandObjectTarget.cpp4864 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
4869 if (!batch_mode)
4883 if (reader.GetPrompt() && !batch_mode)
4903 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
4914 if (!batch_mode)
4930 if (!got_interrupted && !batch_mode)
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp876 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
877 if (!batch_mode)
1302 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1304 if (!batch_mode)
1320 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1321 if (reader.GetPrompt() && !batch_mode)
1335 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1338 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
1359 bool batch_mode = notification == eInputReaderDone ? local
1376 else if (!batch_mode)
1418 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1437 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1452 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); local
1476 bool batch_mode = notification == eInputReaderDone ? local
[all...]

Completed in 1476 milliseconds