| /system/vold/ |
| Process.cpp | 38 #include <android-base/logging.h>
|
| vdc.cpp | 34 #include <android-base/logging.h>
|
| /system/vold/model/ |
| EmulatedVolume.cpp | 21 #include <android-base/logging.h>
|
| ObbVolume.cpp | 24 #include <android-base/logging.h>
|
| /test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
| ShowTestAcknowledgmentServlet.java | 32 import java.util.logging.Level;
|
| /test/vti/dashboard/src/main/java/com/android/vts/util/ |
| PerformanceSummary.java | 23 import java.util.logging.Logger;
|
| /test/vts/agents/hal/ |
| SocketServerForDriver.cpp | 26 #include <android-base/logging.h>
|
| /test/vts/drivers/hal/common/utils/ |
| InterfaceSpecUtil.cpp | 23 #include <android-base/logging.h>
|
| /test/vts/utils/native/testability_checker/ |
| VtsTestabilityChecker.h | 22 #include <android-base/logging.h>
|
| /test/vts/utils/python/common/ |
| list_utils.py | 139 logging.error('The path provided is not a file or does not exist: %s',
|
| /test/vts-testcase/hal/thermal/V1_0/target_stress/ |
| thermal_hidl_stress_test.cpp | 19 #include <android-base/logging.h>
|
| /test/vts-testcase/kernel/ltp/ |
| test_case.py | 19 import logging
|
| /tools/test/connectivity/acts/framework/acts/ |
| test_runner.py | 25 import logging 55 logging.error("Expected 1 test class per file, found %s.", 87 logging.exception("Exception when executing %s.", tr.testbed_name) 133 self.log = logging.getLogger()
|
| /external/autotest/client/common_lib/ |
| packages.py | 10 import logging 189 logging.info('Fetching %s from %s to %s', filename, self.url, 203 logging.error('curl failed: %s', result) 206 logging.info('Successfully fetched %s from %s', filename, 224 logging.info('Fetching %s from %s to %s', filename, self.url, 229 logging.debug('Successfully fetched %s from %s', filename, 492 logging.debug(e) 497 logging.error(message) 582 logging.error("Error uploading to repository %s", 594 logging.error("Upload of %s to %s failed: %s", file_path [all...] |
| /external/tensorflow/tensorflow/examples/image_retraining/ |
| retrain.py | 156 tf.logging.error("Image directory '" + image_dir + "' not found.") 171 tf.logging.info("Looking for images in '" + dir_name + "'") 176 tf.logging.warning('No files found') 179 tf.logging.warning( 182 tf.logging.warning( 241 tf.logging.fatal('Label does not exist %s.', label_name) 244 tf.logging.fatal('Category does not exist %s.', category) 247 tf.logging.fatal('Label %s has no images in the category %s.', 354 tf.logging.info('Successfully downloaded %s %d bytes.', 380 tf.logging.info('Creating bottleneck at ' + bottleneck_path [all...] |
| /tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
| wifi_retail_ap.py | 17 import logging 145 logging.error("URL unreachable. Current URL: {}".format( 184 logging.warning( 206 logging.warning("Updating region may overwrite wireless settings.") 492 logging.warning( 525 logging.warning( 750 logging.warning( 759 logging.warning( 768 logging.warning [all...] |
| wifi_test_utils.py | 17 import logging 653 logging.warning("Could not confirm the removal of network %s.", n) 723 5. Enable WiFi verbose logging. 735 msg = "Failed to enable WiFi verbose logging." 1012 logging.debug("Connection result on %s: %s.", ad.serial [all...] |
| /external/google-breakpad/ |
| Makefile.am | 211 src/processor/logging.h \ 212 src/processor/logging.cc \ 436 src/processor/logging.cc \ 627 src/processor/logging.o \ 658 src/processor/logging.o \ 670 src/processor/logging.o \ 683 src/processor/logging.o \ 710 src/processor/logging.o \ 765 src/processor/logging.o \ 781 src/processor/logging.o [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
| ReportExporter.java | 45 import java.util.logging.Level; 46 import java.util.logging.Logger;
|
| /development/tools/idegen/src/com/android/idegen/ |
| DirectorySearch.java | 32 import java.util.logging.Level; 33 import java.util.logging.Logger;
|
| /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
| WorkSpaceController.java | 31 import java.util.logging.Level; 32 import java.util.logging.Logger;
|
| /external/apache-harmony/ |
| Android.mk | 11 logging \
|
| /external/apache-http/android/src/com/android/internal/http/multipart/ |
| Part.java | 38 import org.apache.commons.logging.Log; 39 import org.apache.commons.logging.LogFactory;
|
| /external/apache-http/src/org/apache/http/impl/conn/ |
| SingleClientConnManager.java | 39 import org.apache.commons.logging.Log; 40 import org.apache.commons.logging.LogFactory;
|
| /external/autotest/client/common_lib/cros/bluetooth/ |
| bluetooth_socket.py | 8 import logging 347 logging.debug('[0x%04x] command 0x%04x complete: 0x%02x', 376 logging.debug('[0x%04x] command 0x%02x status: 0x%02x', 398 logging.debug('[0x%04x] event 0x%02x length: %d', 432 logging.debug('[0x%04x] command 0x%04x complete: 0x%02x ' 442 logging.debug('[0x%04x] command 0x%02x status: 0x%02x ' 452 logging.debug('[0x%04x] controller error: %d (Ignored)', 477 logging.debug('MGMT API %d.%d', version, revision) [all...] |