OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_logging
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py
45
def __init__(self, stream,
debug_logging
):
47
self.
debug_logging
=
debug_logging
50
if self.
debug_logging
:
163
if len(summarized_results['tests']) and self.
debug_logging
:
buildbot_results_unittest.py
52
printer = buildbot_results.BuildBotPrinter(stream,
debug_logging
=True)
/art/runtime/native/
dalvik_system_DexFile.cc
197
bool
debug_logging
= false;
local
221
if (
debug_logging
) {
235
if (
debug_logging
) {
242
if (
debug_logging
) {
249
if (
debug_logging
) {
302
if (
debug_logging
) {
/packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java
62
mEnableDebugLoggingView = (CheckBox) UiUtilities.getView(view, R.id.
debug_logging
);
101
case R.id.
debug_logging
:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py
102
debug_logging
=False):
184
debug_logging
=False):
executive.py
400
decode_output=True,
debug_logging
=True):
425
if
debug_logging
:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py
197
def __init__(self, executive, device_serial,
debug_logging
):
200
self._debug_logging =
debug_logging
257
result = self._executive.run_command(self.adb_command() + command, error_handler=error_handler,
debug_logging
=self._debug_logging)
274
def adb_command_path(executive,
debug_logging
):
283
path_version = AndroidCommands._determine_adb_version(path_option, executive,
debug_logging
)
310
def _determine_adb_version(adb_command_path, executive,
debug_logging
):
314
debug_logging
=
debug_logging
)
332
def __init__(self, executive, default_device=None,
debug_logging
=False):
336
self._debug_logging =
debug_logging
[
all
...]
android_unittest.py
124
return android.AndroidCommands(self.make_executive(device_count), serial,
debug_logging
=False)
131
self.assertEqual('path2', android.AndroidCommands.adb_command_path(executive,
debug_logging
=False))
212
android_commands = android.AndroidCommands(self._mock_executive, '123456789ABCDEF0',
debug_logging
=False)
Completed in 217 milliseconds