HomeSort by relevance Sort by last modified time
    Searched full:verbose_logging (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/installer/util/
master_preferences_constants.cc 46 const char kVerboseLogging[] = "verbose_logging";
installer_state.h 128 // verbose_logging master preferences option is true.
129 bool verbose_logging() const { return verbose_logging_; } function in class:installer::InstallerState
master_preferences.h 55 // "verbose_logging": true
master_preferences_unittest.cc 68 " \"verbose_logging\": true,\n"
252 " \"verbose_logging\": false\n"
installer_state_unittest.cc 624 EXPECT_FALSE(installer_state.verbose_logging());
649 EXPECT_TRUE(installer_state.verbose_logging());
  /packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java 65 mEnableVerboseLoggingView = (CheckBox) UiUtilities.getView(view, R.id.verbose_logging);
106 case R.id.verbose_logging:
  /packages/apps/Email/res/layout/
debug.xml 29 android:id="@+id/verbose_logging"
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 72 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
150 if (VERBOSE_LOGGING) Log.v(TAG, "onCaptureCompleted - new AF mode = " + afMode +
194 if (VERBOSE_LOGGING) Log.v(TAG, "resetState - last state was " + mLastAfState);
220 if (VERBOSE_LOGGING) Log.v(TAG, "lockAutoFocus");
263 if (VERBOSE_LOGGING) Log.v(TAG, "unlockAutoFocus");
306 if (VERBOSE_LOGGING) Log.v(TAG, "setActiveAutoFocus");
336 if (VERBOSE_LOGGING) Log.v(TAG, "setPassiveAutoFocus - picture " + picture);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 43 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
205 if (VERBOSE_LOGGING) {
223 if (VERBOSE_LOGGING) {
SearchIndexManager.java 52 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
290 if (VERBOSE_LOGGING) {
334 if (VERBOSE_LOGGING) {
ContactsProvider2.java     [all...]
  /external/chromium_org/tools/gn/
scheduler.h 32 bool verbose_logging() const { return verbose_logging_; } function in class:Scheduler
ninja_target_writer.cc 51 if (g_scheduler->verbose_logging())
setup.cc 301 if (scheduler_.verbose_logging())
316 if (scheduler_.verbose_logging())
330 if (scheduler_.verbose_logging())
function_exec_script.cc 341 if (g_scheduler->verbose_logging()) {
374 if (g_scheduler->verbose_logging()) {
target_generator.cc 68 if (g_scheduler->verbose_logging())
input_file_manager.cc 201 if (g_scheduler->verbose_logging()) {
loader.cc 241 if (g_scheduler->verbose_logging()) {
function_toolchain.cc 101 if (g_scheduler->verbose_logging())
functions.cc 261 if (g_scheduler->verbose_logging())
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 297 logger.warning("setSettings.VERBOSE_LOGGING: [" + settings.getBoolean("VERBOSE_LOGGING") + "]");
299 renderer.setVerboseLogging(settings.getBoolean("VERBOSE_LOGGING"));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 47 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
128 if (VERBOSE_LOGGING) {
205 if (VERBOSE_LOGGING) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 109 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
582 if (VERBOSE_LOGGING) {
595 if ((mRawContactDelta != null) && VERBOSE_LOGGING) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 90 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
720 if (VERBOSE_LOGGING) {
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 297 if (installer_state.verbose_logging())
    [all...]

Completed in 373 milliseconds