/developers/build/prebuilts/gradle/StorageClient/StorageClientSample/src/main/java/com/example/android/storageclient/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/developers/build/templates/SimpleView/_MODULE_/src/template/java/_PACKAGE_/ |
MainActivity.java.ftl | 63 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 70 // On screen logging via a fragment with a TextView.
|
/developers/build/templates/SingleView/_MODULE_/src/template/java/_PACKAGE_/ |
MainActivity.java.ftl | 64 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 71 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
MainActivity.java | 64 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 71 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.repeatingalarm/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures. 73 // On screen logging via a fragment with a TextView.
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
ImageFactory.java | 6 import java.util.logging.Level; 7 import java.util.logging.Logger;
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
NoOpLog.java | 18 package org.apache.commons.logging.impl; 22 import org.apache.commons.logging.Log;
|
/external/chromium/android/ |
prefix.h | 55 // Need to define assert before logging.h undefines it. 57 // logging.cc needs pthread_mutex_t
|
/external/chromium/chrome/browser/chromeos/login/ |
login_utils.h | 63 // Invoked when the user is logging in for the first time, or is logging in as
|
/external/chromium/sdch/ |
sdch.gyp | 33 'open-vcdiff/src/logging.cc', 34 'open-vcdiff/src/logging.h',
|
/external/chromium/third_party/libjingle/source/talk/base/ |
common.cc | 43 #include "talk/base/logging.h" 66 // TODO - if we put hooks in here, we can do a lot fancier logging
|
/external/chromium_org/build/android/pylib/gtest/ |
setup.py | 9 import logging namespace 105 logging.info('Did not find an isolate file for the test suite.') 144 logging.info('Excluding the following from dependency list: %s', 187 logging.info('No filter file found at %s', filter_file_path) 193 logging.info('Applying filter "%s" obtained from %s', 211 logging.info('Obtaining tests from %s', device) 215 logging.warning('Failed obtaining test list from %s with exception: %s', 289 logging.warning('Found target %s', test_package.suite_path)
|
/external/chromium_org/chrome/browser/prefs/ |
incognito_mode_prefs.cc | 8 #include "base/logging.h" 44 LOG(ERROR) << "Ignoring FORCED incognito. Parental control logging on";
|
/external/chromium_org/chrome/browser/resources/feedback/js/ |
event_handler.js | 52 // TODO(rkc): Remove logging once crbug.com/284662 is closed. 77 // TODO(rkc): Remove logging once crbug.com/284662 is closed.
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
drive_file_sync_util.cc | 8 #include "base/logging.h" 84 util::Log(logging::LOG_WARNING,
|
/external/chromium_org/chrome/installer/setup/ |
archive_patch_helper.cc | 8 #include "base/logging.h" 42 // UnPackArchive takes care of logging.
|
/external/chromium_org/chrome/installer/util/ |
registry_key_backup_unittest.cc | 7 #include "base/logging.h" 20 logging::CloseLogFile();
|
/external/chromium_org/chrome/test/functional/ |
gpu.py | 6 import logging namespace 49 logging.warn('Hardware acceleration not available')
|